@charset "utf-8";
/* CSS Document */

body{
	background-color: #6b5834;
	margin: 0;
}

#content{
	width:840px;
	margin:0 auto;
	background-image:url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#wrap{
	width:800px;
	padding-left:20px;
}

#header{
	text-decoration: none
	height:151px;
	background-repeat: no-repeat;	
}

a:link, a:visited{
	color: #363600;
	text-decoration: none;
}

a:hover{
	color: #363600;
	text-decoration: underline;	
}

img {
	border: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#nav{
	height:	44px;
}


.navigation {
	display: block;
	text-align: center;
	margin-bottom: 60px;
	}
	
#bottom_nav{

}

#main_body{
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-bottom: 30px;
}

#page_entry{
	padding: 20px;	
}

.postmetadata{
	float:right;
	height:30px;
}

#news_item{
	width:700px;
	padding:25px;
	margin-bottom: 30px;

	background-image:url('http://gubcards.com/testsite/wp-content/themes/gubstheme/images/news_bg.jpg');
	background-color: #FFF;
	border: 2px solid #333;	
}

#news_container{
	padding:25px;
}

#entry_top{
}

.entry_header{
	font-size: 22px;
	font-weight:300;
}

#single{
	padding-top: 40px;
	padding-right: 60px;
	padding-left: 60px;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
}
	
.alignright {
	float: right;
}

.alignleft {
	float: left
}

#footer{
	height:47px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;	
}

