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

body {
	margin: 0;
	background-color: #222322;
	font-family: Helvetica Neue,Arial,Helvetica,Geneva,sans-serif;
	font-size: 10pt;	
	font-weight: 400;
	color: #FFF;
	text-align: center;
}

a img {
	border: none;
}

a {
	color: #9F3;
	text-decoration:none;
}

a:hover {
	color: #F90;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-color: #050505;
	height: 110px;
	width: 100%;
	border-bottom: solid 1px #333;
}

#logo {
	float: left;
	width: 400px;
}

#pagenav {
	float: right;
	max-width: 500px;
	margin: 10px 20px 0px 0px;
}

#pagenav ul {
	margin: 0;
	text-align: right;
}

#pagenav ul li {
	display: inline;
}

#pagenav ul li a {
	margin: 0px 10px;
	color: #DDD;
	text-decoration:none;
	text-transform:lowercase;
	font-size: 24px;
}

#pagenav ul li a:hover {
	color: #d4f36c;
}

#footer {
	background-color: #050505;
	width: 100%;
	padding-bottom: 20px;
	border-top: solid 1px #333;	
}

.footerwrapper {
	background-image: url(images/leaves.png);
	background-position: left bottom;
	background-repeat:no-repeat;
}

.footertext {
	clear:both; 
	margin-left: 60px;
	font-size: 11px;
}

.footercolumn {
	float: left;
	width: 290px;
	margin-right: 40px;
	margin-top: 10px;
}

.footercolumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footercolumn li {
	border-top: solid 1px #222;
	padding: 2px 0px;
}

.footercolumn li a {
	margin-left: 10px;
	text-decoration: none;
	font-size: 11px;
	color: #d4f36c;
}

.footercolumn li a:hover {
	color: #fff;
}

.footercolumn h3 {
	color: #8fb11d;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0px;
}

h1, h2, h3, h4 {
	text-shadow: black 0px 1px 1px;
}

h1 {
	font-size: 52px;
	color: #FFF;
}

h2 {
	font-size: 32px;
}

h2 a, h2 a:visited {
	color: #FFF;
	text-decoration: none;
}

h2 a:hover {
	color: #f47521;	
}

h3 {
	font-size: 24px;
}

h3.comments {
	color: #000;
	font-size: 40px;
	text-shadow: #343434 0px 1px 0px;
	margin-bottom: 5px;
}

div.image_frame {
	margin-left: 10px;
	width: 132px;
	height: 109px;
}

div.image_frame_image {
	margin: 3px; 
	width: 126px; 
	height: 100px;
}

div.image_frame_top {
	width: 132px; 
	height:109px; 
	position:absolute; 
	margin-top:-105px;
}

div.post {
	text-align: left;
}

div.post_info {
	width: 152px;
	padding: 20px 0px 10px 10px;
	text-align: right;
	float: left;
}

div.post_info_text {
	padding-right: 12px;
	font-size: 9pt;
	line-height: 13pt;
}

div.post_info_text a, div.post_info_text a:visited {
	color: #68bd45;
	text-decoration: none;
}

div.post_date {
	color: #767574;
	font-style:italic;
}

div.post_summary {
	float: left;
	color: #d6d5d5;
	margin-left: 10px;
	width: 510px;
}

div.comment_avatar {
	width: 150px;
	float: left;
	padding-top: 10px;
	text-align: center;
}

div.comment_avatar div {
	border: solid 1px #000;
	margin-left: 49px;
	width: 52px;
}

div.comment_avatar div img {
	border: solid 1px #FFF;
}

div.comment_content {
	background-color: #2f2f2f;
	width: 400px;
	float: left;
	border: solid 1px #000;
	padding: 5px 10px;
}

p.comment_date, .comment_field_info {
	font-size: 8pt;
	color: #888;
}

span.req {
	color: #f47521;
}

#left_col {
	float: left;
	width: 700px;
}

#right_col {
	float: left;
	width: 300px;
}

div.sidebar_widget {
	margin: 20px 10px 0px 10px;
	padding: 5px 10px;
	background-color: #1b1b1b;
	border: solid 1px #333;
}

div.sidebar_widget h3 {
	font-size: 20px;
	margin: 2px 0px 5px 0px;
}

div.sidebar_widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.sidebar_widget li {
	border-top: solid 1px #333;
	padding: 3px 0px;
}

div.sidebar_widget li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

div.sidebar_widget li a:hover {
	color: #f47521;
}

div.author_avatar {
	float:left;
	width: 100px
}

div.author_avatar div {
	border: solid 1px #000;
	margin-left: 9px;
	width: 82px;
}

div.author_avatar div img {
	border: solid 1px #FFF;
}

div.author_info {
	float: left;
	color: #999;
	width: 560px;
}