/* General */
body {
	background: #736C48;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	color: #383523;
}

a {
	color: #736C48;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}


h4 {
	font-size: 24px;
	color: #D95D30;
	margin-bottom: 10px;
}

h5 {
	font-size: 20px;

}

.centerContainer {
	margin: 0 auto;
	background: white;
	width: 960px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	border: 3px solid #F2E3B3;
	border-top: 0;
	border-bottom: 0;
}

.fl { float: left; }
.fr { float: right; }
.cb { clear: both; }

/* Table */
table {
	margin-bottom: 10px;
	width: 100%;
	background: #F2E3B3;
}

th {
	padding: 4px;
	font-weight: bold;
}

td {
	padding: 4px;
}

#links_td {
	padding: 4px;
	text-align: center;
}
/* Navigation */
nav {
	background: #383523;
	display: block;
	height: 47px;
}
	
		nav ul li {
			float: left;
			position: relative;
			display: inline;
		}

			nav ul li a {
				padding: 15px;
				display: inline-block;
				color: #F2E3B3;
				text-decoration: none;
			}

			nav ul li a:hover {
				color: #F2E3B3;
				text-decoration: none;
				background: #736C48;
			}

			/* Sub */
			nav ul li ul {
				position: absolute;
				opacity: 0;
				filter: alpha(opacity=0);
				visibility: hidden;
				min-width: 100%;
				z-index: 999999;

				-webkit-transition: opacity 0.2s ease-in;
				-moz-transition: opacity 0.2s ease-in;
			    -o-transition: opacity 0.2s ease-in;
			    transition: opacity 0.2s ease-in;
			}

			nav ul li:hover > ul {
				opacity: 10;
				filter: alpha(opacity=100);
				visibility: visible;
				height: auto;
				overflow: auto;
			}

			nav ul li ul li {
				float: none;

				display: list-item;
				border-bottom: 1px solid #F2E3B3;
			}

			nav ul li ul li:last-child {
				border-bottom: none;
			}

			nav ul li ul li a {
				display: block;
				white-space: nowrap;
				background: #383523;
				margin-right: 0;

			}

			

			nav ul li:hover > a {
				background: #736C48;
			}

/* Header */
.header {
	height: 158px;
}

.page-title {
	display: block;
	margin-top: 20px;
}

.header h1 {
	font-family: 'AlexBrushRegular', Arial, sans-serif;
	font-size: 60px;
	letter-spacing: 0;
	color: #D95D30;
}

.header h2 {
	font-family: 'AlexBrushRegular', Arial, sans-serif;
	font-size: 50px;
	letter-spacing: 0;
	color: #D95D30;
}

.header figure {
	display: block;
	margin: 10px 10px 8px 10px;
}


/* Main */
#mainContainer {
	padding: 10px;
}


article {
	background: #F2E3B3;
	padding: 10px;
	margin-bottom: 10px;
}


.article-meta-extra {
	color: #736C48;
	font-size: 12px;
}

/* Copyright/Footer */
#copyrightContainer {
	background: #F2E3B3;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	font-size: 12px;
}

#copyrightContainer a {
	color: black;
	text-decoration: none;
}

#copyrightContainer a:hover {
	text-decoration: underline;
}

@font-face {
    font-family: 'AlexBrushRegular';
    src: url('../fonts/AlexBrush-Regular-OTF-webfont.eot');
    src: url('../fonts/AlexBrush-Regular-OTF-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AlexBrush-Regular-OTF-webfont.woff') format('woff'),
         url('../fonts/AlexBrush-Regular-OTF-webfont.ttf') format('truetype'),
         url('../fonts/AlexBrush-Regular-OTF-webfont.svg#AlexBrushRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#boxbot {
	margin: 50px auto 30px;
	background: url("images/bot.png") no-repeat;
	width: 664px;
	height: 25px;
	}

	#content {
	margin: 0 auto;
	width: 664px;
	text-align: left;
	background: url("images/bg.png") repeat-y;
	padding: 15px 35px;
	}
	
		#content ul {
		margin-left: 0;
		margin-bottom: 15px;
		}
		
		#content ul li {
		list-style: none;
		clear: both;
		padding-top: 30px;
		}
		
			#content ul li:first-child {
			padding-top:0;
			}

.meta {
		width: 85px;
		text-align: left;
		float: left;
		min-height: 110px;
		font-weight: bold;
		}
		
			.meta img {
			padding: 5px;
			background-color: #313d60;
			}
			
			.meta p {
			font-size: 0.8em;
			}
		
		.shout {
		width: 500px;
		float: left;
		margin-left: 15px;
		min-height: 110px;
		padding-top: 5px;
		}
		
form {
		clear: both;
		margin-top: 135px !important;
		}
		
			.fname, .femail .fpost {
			width: 222px;
			float: left;
			}
			
			form p {
			font-weight: bold;
			margin-bottom: 3px;
			}
			
			form textarea {
			width: 365px;
			margin-top: 20px;
			overflow: hidden; /* removes vertical scrollbar in IE */
			}
		
			
		