/*   
Theme Name: Woody
Theme URI: http://themeforest.net/item/esoteric/23635
Description: markup by me. heavily modified version of Esoteric theme by sneakers on themeforest.net
Author: John Mark Engle (original by sneakers)
Author URI: http://www.johnmarkengle.com 
Version: 1.0
.
Purchased this theme (as .psd) from themeforest.net
original by http://www.blkmtnstudio.com/
.
*/

html, body {height: 100%;padding:0; margin: 0;}

body {
	background-color: #222;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

#header {
	background-color: #222;
	padding-top: 15px;
}

h1 a {
	color: white;
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	
	margin-left: 128px;
	float: left;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	color: #ddd;
}

.main-menu {
	float: right;
	margin-right: 123px;
}

.main-menu li {
	background: url(images/bg_gray_left.png) no-repeat top left;	
	margin-left: 5px;
	padding-left: 5px;
	float: left;
}

.main-menu li a {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	
	display: block;
	padding: 7px 20px 7px 15px;
	background: url(images/bg_gray_right.png) no-repeat top right;
	color: white;
	text-decoration: none;
}

.main-menu li.current_page_item {
	background-image: url(images/bg_blue_left.png);
}

.main-menu li.current_page_item a {
	background-image: url(images/bg_blue_right.png);
}

#topper {
	background: url(images/topper_grad.png) repeat-x top left transparent;
	padding-top: 18px;
	border-top: 1px solid #555;
}

#topper #site-top {
	background: url(images/b-e-r.jpg) no-repeat top left;
	margin: auto;
	width: 566px;
}

#topper #img-bottom {
	width: 378px;
	height: 35px;
	clear: both;
	float: left;	
	
	background-color: #092c3d;
}

#topper #about {
	width: 188px;
	height: 180px;
	
	margin-left: 378px;
	background: url(images/white-bg.png) repeat top left;
}

#topper #about h4 {
	font-size: 20px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #246ba5;

	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

#topper #about p {
	color: #555;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;

	padding: 0 10px;
}

#topper #rss-area {
	width: 188px;
	height: 35px;
	margin-left: 378px;

	background-color: #135691;
}

#wrapper {
	background: url(images/bg_main_one_col.jpg) repeat-y 0 0;
	margin: auto;
	min-height: 100%;
	position: relative;
	width: 812px;
}

#columns {
	padding-bottom: 150px;
}

#columns #main-column {
	width: 565px;
	margin-left: 125px;
	background: transparent;
	margin-bottom: 25px;
}

#columns #sidebar-column {
	width: 185px;
	margin-left: 692px;
	background: transparent;
}

.clear {
	height: 1px;
	clear: both;
	overflow: hidden;
}


.page, .post, .not-found {
	padding: 25px 30px 20px 30px;
	position: relative;	
}

.post .post-date {
	background-color: #121212;
	color: white;	
	
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	
	width: 80px;
	height: 61px;

	position: absolute;
	top: 20px;
	left: -65px;
}

.post .post-date .pointer {
	position: absolute;
	top: 19px;
	display: none;
	right: -15px;
}

.post .post-date .day {
	width: 40px;
	float: left;
	
	margin-right: 4px;
	padding-right: 3px;
	
	text-align: right;	
	font-size: 24px;
	border-right: 1px solid white;
}

.post .post-date .day,
.post .post-date .monthYear {
	margin-top: 20px;
}

.post .post-date .monthYear {
	width: 30px;
	float: left;
}

.post .post-date .month {
	font-size: 14px;
}

.post .post-date .year { 
	font-size: 10px;
}

.post .post-date .comment-bubble {
	padding-left: 11px;
	background: url(images/bg_bubble_left.png) no-repeat top left;
	position: absolute;
	right: 10px;
	bottom: 20px;
}

.post .post-date a.comment-count {
	display: block;
	padding: 3px 5px 5px 3px;
	background: url(images/bg_bubble_right.png) no-repeat top right;
	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ea0500;
	text-decoration: none;
}
	
.post .post-date a.comment-count:hover {
	color: black;
}

.post .edit-link {
	position: absolute;
	bottom: 4px;
	right: 12px;
}

.post .edit-link a {
	color: #ec0600;
	text-decoration: none;
	font-size: 10px;
}

.post .edit-link a:hover {
	text-decoration: underline;
}

.not-found h2,
	.page h2, .page h2 a ,
	.post h2, .post h2 a {
	font-size: 25px;
	font-family: "Trebuchet MS", sans-serif;
	color: #206095;
	margin-bottom: 10px;
}

.page h2 a, 
	.post h2 a {
	text-decoration: none;	
}

.page h2 a:hover, 
	.post h2 a:hover {
	background-color: #ddd;
}
 
.post .categories {
	font-style: italic;
	color: #1e5875;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	
	margin-bottom: 15px;
}

.page .categories a, 
	.post .categories a {
	color: #ec0600;
	text-decoration: underline;
}

.page p a,
	.post p a {
	color: #206095;
	text-decoration: underline;			
}

.page .categories a:hover,
	.post .categories a:hover {
	color: white;
	background-color: red;
	text-decoration: none;		
}

.page p a:hover,
	.post p a:hover {
	color: white;
	background-color: #206095;
	text-decoration: none;
}

.page p, 
	.post p {
	margin-bottom: 20px;
	margin-right: 25px;
	
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	line-height: 16px;
}

.page blockquote,
	.post blockquote {
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	line-height: 27px;
	
	color: #4b9de5;
	border-left: 3px solid #1b7ace;
	border-right: 3px solid #1b7ace;
	
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	width: 90%;	
}

.post a.read-more {
	background-color: #e91915;
	color: white;
	border: 1px solid #931412;
	
	font-size: 10px;
	text-decoration: none;
	
	padding-left: 5px;
	padding-right: 5px;	
	padding-top: 3px;
	padding-bottom :3px;
}

.post a.read-more:hover {
	background-color: #8F0300;
}

.sidebar-section {
	padding: 18px 10px 0 10px;
}

.sidebar-section h5 {
	color: #0862b2;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.sidebar-section p {
	color: #555;
	font-size: 13px;
}

#columns #sidebar-column a {
	color: #206095;
	text-decoration: none;
	font-size: 12px;
}

#columns #sidebar-column a:hover {
	text-decoration: underline;
}

.sidebar-section ul {
	margin-left: 10px;
}

.sidebar-section ul li {
	margin-bottom: 5px;
}

ul li a {
	color: #185184;
	
	font-size: 14px;
/*	font-family: Verdana, sans-serif;*/
	
	text-decoration: none;
}

ul#category-list li a:hover {
	text-decoration: underline;
}

#site-footer {
	background: url(images/sparkles.png) right 30px no-repeat #111;
	bottom: 0;
	color: white;
	height: 150px;
	left: 124px;
	position: absolute;	
	width: 566px;
}

#site-footer p {
	margin: 0 20px 0 20px;
	padding-top: 50px;
}


/* Comments 
 *
 */

#comments-section {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 5px;
	width: 80%;
}

#comments-section a {
	color: #333;
	text-decoration: none;
}

#comments-section a:hover {
	text-decoration: underline;
}

#comments-section h3 {
	font-family: 'Trebuchet MS', sans-serif;
	color: #206095;
	font-size: 20px;
}

#comments-section .comment {
	margin-top: 15px;
	margin-bottom: 15px;
}

#comments-section .comment .comment-author {
	background-color: #e0e0e0;
	color: #206095;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
	padding: 8px 5px;
}

#comments-section .comment .comment-author a {
	color: #206095;
}

#comments-section .comment .comment-text {
	margin: 0 10px;
}

#respond {
	margin-top: 45px;
}

#respond textarea {
	width: 100%;
	margin: 5px 0 10px 0;
}

.twitter-timestamp {
	display: none;	
}

.not-found h2 {
	color: #666;
}

.not-found img {
	border: 10px solid #ccc;
	display: block;
	margin-bottom: 15px;
}

.not-found .hidden {
	display: none;
}

.not-found #searchform {
	margin-top: 10px;
}

.post p a.giant-button {
	background-color: #999;
	color: #333;
	text-decoration: none;
	font-size: xx-large;
	
	padding: 5px 20px;
	margin: auto;
	
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

.post p a.giant-button:hover {
	color: #666;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.wp-caption-text {
	margin-top: 5px;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}