/* 

Theme Name: EAtheme

Description: Erik Andrew Wordpress Theme

Version:

Author: Terry Fresenius

Author URI: http://www.terryfresenius.com/

*/

/*NOTES:



	colors:

		all text - beige - #c7b299

		accent text - burnt red - #790000

		footer text - grey - #211e28

*/



body{

	background-color:#000; 

	color: #c7b299; 

	font-family:"Times New Roman", Times, serif; 

	}



#wrapper{

		width: 960px; 

		margin: 0 auto;

		}



h1 a, h1 a:hover{

	font-size: 50px; 

	text-decoration: none;color: #790000;

	font-family:"Times New Roman", Times, serif;

	}

	

img {border: 0 none; outline: 0 none;}



/*.logo{

	float: left;
	
	}*/
#header img{float:left;
	margin:30px 0 0 0px;
	}
	

/*.logo a:hover, .logo a:active{}*/



a{

	text-decoration:none; 

	color: #790000;

	}

	

a:hover, a:active{

	color: #c7b299;

	}



#navigation{

	height: 40px; 

	width: 500px; 

	background-image:url(images/bg-navigation.png);  

	background-repeat: no-repeat; 

	float: right; 

	margin-top: 36px; margin-bottom: 50px;

	}



/*----------NAVIGATION------------*/

#navigation ul{

	list-style:none; 

	font-weight: bold;

	}

#navigation ul li{

	float: left; 

	padding-right: 16px; 

	}


#navigation ul li a{

	color: #790000; 

	text-decoration: none; 

	}

#navigation a:hover, #navigation a: active{

	color: #c7b299;

	}







/*----------CONTENT------------*/

#content{

	clear: both; 

	min-height: 600px;

	

	}

	

.main {

	text-align: center;

	}

	

#content .main img{

	width: 800px;

	height: 300px;

	overflow: hidden;

}

.entry {margin-bottom: 100px;}


/*----------SIDEBAR------------*/

#sidebar{

	float: left; 

	width: 300px; 

	min-height: 600px; 



	/*background-image:url(images/bg-sidebar.png); 

	background-position: top right; 

	background-repeat: no-repeat;*/ 

	

	}

#sidebar ul{

	padding-right: 15px; 

	padding-bottom: 10px;

	}

#sidebar .post{

	list-style-type: none; 

	text-align: right;
        font-size: 14px;

	}

	

#sidebar img{

	width: 300px; 

	height: 600px;

	overflow: hidden;

}



/*----------POSTS------------*/

#posts{

	float: right; 

	background-image:url(images/bg-content.png); 

	background-repeat: no-repeat; 

	min-height: 600px; 

	width: 600px; 

	padding-left: 15px; 

	padding-top: 5px;

	}



/*#posts .post{float: left;}*/

	

#posts img{float: right;}



#posts p.map{float: right;}





/*----------REP IMAGES------------*/

.reps{

	width: 600px; 

	min-height: 600px; 

	margin: 0 auto;

	}

.reps ul{

	}

.reps ul li{

	list-style-type:none; 

	text-align:center; 

	float: left; 

	padding: 20px;

	}

	

.reps ul li img{

	height: 125px;

	width: 125px;

	overflow: hidden;

}



/*----------THUMBNAILS------------

.thumbs{

	clear: both; 

	width: 800px; 

	margin: 0 auto; 

	min-height: 600px; 

	}

.thumbs ul{

	

	}

.thumbs ul li{

	list-style-type: none; 

	float: left; 

	padding: 10px;

	}

	

.thumbs ul li img{

	height: 100px;

	width: 100px;

	overflow: hidden;

}*/




/*----------FOOTER------------*/

#footer{

	clear: both;


	color: #211e28; 

	text-align: center; 

	margin-top: 100px;

	}

 a.disclaimer, .postmetadata, .post-edit-link{

	 color:#211e28;

	 }