body {
	margin: 0px;
	padding: 0px;
	background-color: #381809;
	background-image: url(images/back2.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}



#wrap{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #3F4523;
}

#header {
	float: left;
	height: 216px;
	width: 960px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	float: right;
	padding-right: 20px;
	padding-top: 6px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

#header h1 a:hover {
	color: #663333;
	text-decoration: none;
}

#container {
	background-image: url(images/content_middle.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 960px;
}
#containerTop {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 960px;
}
#containerBottom {
	width: 960px;
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: bottom;
	float: left;
	padding-bottom: 150px;
}
#content {
	float: left;
	width: 585px;
	color: #000000;
	padding-top: 100px;
	position: relative;
	left: 100px;
	min-height:600px;
	height:auto !important;
	height:600px;
	line-height: 20px;
}

#content a {
	color: #A57604;
	text-decoration: underline;
}

#content a:hover {	color: #C4A65F;
	text-decoration: underline;}
	
	
#content li {
	padding-bottom: 15px;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
}
#content h2 a {
	color: #000000;
	text-decoration: none;
}

#content h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A57604;
	padding-bottom: 6px;
	color: #A57604;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	}

#content h2 a:hover {
	color: #663333;
	text-decoration: underline;
}

#rightBar {
	float: right;
	margin-top: 75px;
	width: 180px;
	position: relative;
	right: 30px;
	color: #FFFFFF;
	font-size: 11px;
}
#rightNav ul {
	margin: 0px;
	padding: 0px;
}

#rightNav li {
	margin: 0px;
	list-style-type: none;
	width: 180px;
	float: left;
	height: 21px;
	background-image: url(images/navline.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: 25px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#rightNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#rightNav a:hover {
	color: #381809;
	text-decoration: none;
}

#topNav {
	float: right;
	width: 500px;
	height: 35px;
	position: relative;
	top: 165px;
	right: 5px;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
}

#topNav li {
	list-style-type: none;
	width: 116px;
	float: left;
	height: 21px;
	font-size: 17px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;

}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav a:hover {
	color: #BA9A8D;
	text-decoration: none;
}


#footer {
	width: 100%;
	float: left;
	height: 25px;
	color: #EEE1DA;
	text-align: center;
	padding-top: 4px;
	font-size: 12px;
}

#footer a {
	color: #AA7D68;
	text-decoration: none;
}

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

.alignright {
	float: right;

}
.alignleft {
	float: left;

}

img {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#post {

	padding-bottom: 50px;
}

.entry-meta {
	background-color: #F0EEE8;
	border: 1px dotted #D6D2C4;
	text-align: center;
	color: #989175;
	font-size: 11px;
	padding: 8px;
}

.entry-meta a {
	color: #989175;
	text-decoration: underline;
}

.entry-meta a:hover {
	color: #B2AB8E;
	text-decoration: underline;
}

.entry-date {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A57604;
	padding-bottom: 6px;
	color: #A57604;
	font-weight: bold;
}

#tagline {
	float: left;
	width: 400px;
	position: relative;
	left: 125px;
	top: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
	font-size: 18px;
}

#nav-below {
	text-align: center;
}
#nav-below a {
	padding-right: 10px;
	padding-left: 10px;
	color: #663300;
	text-decoration: none;
}

#nav-below a:hover {
	color: #666633;
	text-decoration: underline;
}

#nav-above {
	text-align: center;
}
#nav-above a {
	padding-right: 20px;
	padding-left: 20px;
	color: #663300;
	text-decoration: none;
}

#nav-above a:hover {
	color: #666633;
	text-decoration: underline;
}



.box-content {
	background-color: #FFFFFF;
	border: 1px solid #663300;
	padding: 10px;
}

#archives-page ul {
	margin: 0px;
	padding: 0px;
}

#archives-page li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#archives-page h3 {
	padding-top: 25px;
	padding-bottom: 10px;
	font-size: 16px;
}

.ning {
	margin-left: 18px;
	margin-top:25px;

}

.blitz {	margin-left: 18px;
	padding-top: 20px;
     margin-bottom: 10px;
}

.blitz input {     margin-top: 5px;}
