/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.nav-menu .search-menu-item {
	display:inline-block;
	text-align:right;
	float:right;
	width: 550px;
	color:white;
	padding: 10px;
}

/* Original entry-content link color color:#e8554e;  */

.entry-content a { color:maroon; }

.entry-content a:hover { 
        color : #6600ff;
		text-decoration:underline;
	}
	
.entry-content a:visited { 	
        color : teal;
}

/* link: normal links, active: links in use  #A20019 
a:link, a:active, div.icons a {
        color : maroon;
}

a:hover{
        color : #6600ff;
		text-decoration:underline;
}

a:visited{
        color : teal;
}
		
		span.black,
.entry-content a:hover,
{ color:#222; }


.entry-content .button { background-color:#222; color:#fff; }

.entry-content .button:hover { background-color:#e8554e; color:#fff; }

.entry-content a { color:#e8554e; }

./

a.alignnone {
    width: 100%;
}
#mainphoto {
    width: 100%;
}