@charset "utf-8";
body {
	background-color: #7b5c10;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
body a {
	color: #B8BC18;
}
body a:hover {
	color: #E4E866; 
}
.blogeditdate {
	font-size: 10px;
}

h4 {
	margin: 5px;
}
h1 {
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 5px;
}
h2 {
	margin: 5px;
}
#wrapper {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #7b5c11;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3a1d10;
	border-right-color: #3a1d10;
	border-bottom-color: #3a1d10;
	border-left-color: #3a1d10;
}
#header {
	width: 800px;
	height: 200px;
}
#navcontainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
	width: 100%;
	line-height: 18px;/* fixes Firefox 0.9.3 */
	background-image: url(../images/wood.jpg);
	background-repeat: repeat;
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3a1d10;
	border-bottom-color: #3a1d10;
}
#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
padding-top: 5px;
}
#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}



#content {
	width: 790px;
	padding: 5px;
}
#sidebar {
	width: 250px;
	float: left;
}
.sidebar_item {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #3a1d10;
	border-right-color: #3a1d10;
	border-bottom-color: #3a1d10;
	border-left-color: #3a1d10;
}
.sidebar_item p {
	margin: 5px;
}
#main_content {
	width: 533px;
	float: right;
	font-size: 14px;
}
#footer {
	width: 790px;
	text-align: center;
	font-style: normal;
	background-color: #886614;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.image_nav {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
.nav_prev {
	width: 250px;
	float: left;
	padding: 5px;
}
#main_content h2 a {
	color: #000;
	text-decoration: none;
}
.nav_next {
	width: 250px;
	float: right;
	text-align: right;
	padding: 5px;
}
#crew {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
#crew_photos {
	list-style-type: none;
	float: left;
}
.news {
	width: 500px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #3a1d10;
	border-bottom-color: #3a1d10;
	margin-right: auto;
	margin-left: auto;
}
.news_date_author_text {
	font-size: 9px;
	font-style: italic;
	color: #C3B60B;
}
#wrapper #content #main_content .news div h2 {
	margin-left: 0px;
	text-decoration: underline;
	margin-bottom: 4px;
}

/*.thumbnails a:hover{
	outline: 2px solid #E4E866;		
}*/
#wrapper #content #sidebar .sidebar_item p em {
	font-size: 10px;
	font-weight: bold;
}
#wrapper #content #main_content #recentnews {
	width: 250px;
	float: left;
	margin-left: 15px;
	text-align: left;
	margin-top: 10px;
}
#wrapper #content #main_content #previousnews {
	width: 250px;
	float: left;
	text-align: right;
	margin-top: 10px;
}
#main_content h1 {
	color: #b97718;
}

