@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0px;
	font-family: Tahoma, sans-serif;
}

html, body {
	background: #591F04 url(/static/images/site_background.png) repeat-y fixed 50% 0;
	height: 100%;
	margin: 0px;
	padding: 0px;	
}

a {
	color: #56BD0E;
}

a:active {
	color: #56BD0E;
}

a:hover {
	color: #568137;
}

a:visited {
	color: #568137;
}

#menu_list a:visited {
	color: #284E0C;	
}

#header {
	color: #0C88F8;
/*	margin-right: 10px; */
}	

#content {
	/*color: #0C88F8;*/
	color: #24496A;
}

#sidebar {
	color: #0C88F8;
}

#content p {
	color: #ffffff;	
}
	
#content h1, #content h2, #content h3, #content h4 {
	margin-top: 10px;
	margin-left: 10px;
}
	

p,li {
	color: #ffffff;
}

#wrapper {
	background: #574035;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -102px;
	width: 1000px;
	position: relative;
}

.push {
	clear: both;
}

#header {
	height: 230px;
	background: #574035 url(/static/images/header1.png);
	position: relative;
	border-left:2px solid #0C88F8;
	border-right:2px solid #0C88F8;
}

#header_text {
	background: transparent url(/static/images/trans_background.png);
	display: block;
	height: 80px;
	position: relative;
	text-align: right;
	top: 150px;
	width: 100%;
}

#header_title {
	font-size: 34pt;	
	margin-right:10px;
}

#header_subtitle {
	font-size: 13pt;
	margin-right:10px;
}

#footer {
	height: 100px;
	margin: 102px auto 0;
	padding: 10px;
	width:  976px;
	background: #031525;
	border: solid 2px #0C88F8;
}

#menu {
	background: #031525;
}

#menu_list {
	list-style: none;
	padding: 5px;
	border: solid 2px #0C88F8;
	/*border: solid 2px #0B3962;*/
}

#menu_list :first-child {
	margin-left: -10px;	
}

#menu_list li {
	display: inline;
	font-size: 17pt;
	color: #0C88F8;
	margin-left: 10px;
}

#menu_list li:before {
	content: "|     ";	
}

#menu_list li>a {
	padding-left:10px;
}

#content {
	width: 730px;
	padding: 10px;
	background: #361201;
	display: block;
	float: left;
}

#contentAdmin {
	width: 980px;
	padding: 10px;
	background: #361201;
	display: block;
	float: left;
}

#content p {
	margin-top: 15px;
}

#sidebar {
	height: 100%;
	width: 250px;
	float: right;
}

.twitter_username a, .twitter_username a:active, .twitter_username a:visited, .twitter_username a:hover {
	color: 	#0C88F8;
}

#miniabout {
	background: #0B3962;
	padding: 5px;
	font-size: 10pt;
}

#miniabout_me {
	float: right;
	margin-right: -5px;
	margin-top: -5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#featured {
	margin-top: 10px;
}

#featured h3 {
	margin-top: 15px;	
}

#tweet_list li {
	margin-top:15px;
	overflow:hidden;
	width:240px;
}

#area_navigation ul {
	list-style: none;
}

#main {
	height: 100%;
	background: #574035;
}

.featured_list {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}

#featured h3 {
	margin-left: 5px;	
}

#area_navigation ul {
	margin-top: 10px;
	margin-left: 10px;
}

#post_body > p::first-letter {
	font-size:	130%;
}

/* PROJECTS */

.project_banner {
	margin-left: -10px;
	border-top: solid 1px #0191c8;
	border-bottom: solid 1px #0191c8;
	height: 160px;
}

.project_read_more {
	clear: both;
	margin-left: 20px;
}

#project_list_title {
	margin-bottom: 10px;
}

#project_list {
	list-style: none;
	margin: 0 10px 0 0;
	padding-top: 20px;
	border-top: dashed 1px #0191c8;
}

.project_item {
	border-bottom: dashed 1px #0191c8;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.project_types {
	float: right;
	width: 120px;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
}

.project_types li {
	display: inline;
}

.project_link {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
}

/* BIO */
#bio_contact_list {
	margin: 0 auto;
	padding: 0px;
	width: 450px;	
	list-style: none;
}

#bio_contact_list li {
	padding-right: 10px;
  margin-left: 15px;
  padding: 0 0 0 25px;
  display: inline-block;
}

#bio_contact_list_email {
  background: url("/static/images/icons/email.png") no-repeat 0 50%;
}

#bio_contact_list_twitter{
	background: url("/static/images/icons/twitter.png") no-repeat 0 50%;	
}

#bio_contact_list_facebook{
	background: url("/static/images/icons/facebook.png") no-repeat 0 50%;	
}

#bio_contact_list_linkedin{
	background: url("/static/images/icons/linkedin.png") no-repeat 0 50%;	
}

/* BLOG POSTS */
#post_title {
	margin-top: 5px !important;
	margin-left: 5px !important;
	width: 65%;
}

#post_author {
	float:	right;
	font-size:	12pt;
	margin-top:	-45px !important;
}

#post_time {
	float:	right;
	font-size:	11pt;
	margin-top:	-25px !important;
}

#blog_post_list {
	list-style: none;
	margin: 0 auto 20px;
}

.blog_post_list_item {
	margin-top: 15px;
	margin-right: 25px;
	height: 140px;
}

.blog_post_list_item_comments {
	margin-top: -5px;
	margin-right: 10px;
	float: right;
}

#post_content > p {
	margin-bottom: 10px;
}

#previous_post_link {
	margin-top:20px;
	position:relative;
}

#next_post_link {
	float:right;
}

#comments_header {
	margin-left: 20px !important;
}

#comments_rss {
	background:transparent url(/static/images/icons/feed.png) repeat scroll 0 0;
	height: 16px;
	width: 16px;
	display: block;
	margin-top: -20px;
	margin-bottom:20px;
}

#comments_rss span { display: none; }

/* PAGINATION */

#pagination {
	height: 30px;
	/*margin-left: 79px;*/
	margin: -20px auto 0;
	padding: 0px;
	width: 740px;
}

#pagination li {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 4px 6px;
}

#page_count_thing {
	color: #0191c8;
	margin: 0px;
	margin-top: 1px;
}

/* COMMENTS */
#pick_text {
	margin-left:-60px;
	text-align:center;
}

.comment_error {
	text-align: center;
}

#comment_list {
	margin:0 auto;
	padding-bottom:20px;
	width:600px;	
}

#comment_list ul {
	list-style: none;	
}

.comment_item {
	border-bottom:2px dotted #0C8CFF;
	padding-bottom:10px;	
}

.comment_author_avatar {
	border:2px solid #0C8CFF;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

.comment_author {
	clear:both;
	
}

.comment_date {
	float: right;
	margin-top:-20px !important;
}


/* BIO */
#bio_title {
}

#bio_list dt {
	color:#80C8FF;
	font-size:15pt;
	margin-top:20px;
	text-align:center;
}