/* 
Theme Name: Tim's Blog
Theme URI: http://tdupree.com/
Description: The first theme attempt by tim for tdupree.com.
Version: 0.5
Author: Tim Dupree
Author URI: http://tdupree.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Tim's Blog v0.5
	http://binarybonsai.com/kubrick/

	This theme was designed and built by Tim Dupree,
	whose blog you will find at http://tdupree.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	color: #000000;
	margin: 0px;
	padding:0px;
	background-color: #27343C;
	background-image: url(images/body_bg_80.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#top_wedge {
	width: 800px;
	height: 116px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#nav_wrapper {
	width: 800px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/nav_bg_web.png);
	background-repeat: no-repeat;
	background-position: left top;	
	overflow: hidden;
}
#nav_wrapper ul, #nav_wrapper li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav_wrapper ul{
	padding-left: 255px;
}
#nav_wrapper li{
	float: left;
	
}
#nav_wrapper a {
	height: 32px;
	display: block;
}
#nav_wrapper a strong {
	display: none;
	visibility: hidden;
}
#nav_wrapper .portfolio {
	padding-right: 5px;
}
#nav_wrapper .portfolio a{
	width: 100px;
	background-image: url(images/nav_portfolio_web.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_wrapper .portfolio a:hover {
	background-position: 0px -64px;
}
#nav_wrapper .blog {
	padding-right: 5px;
}
#nav_wrapper .blog a{
	width: 80px;
	background-image: url(images/nav_blog_web.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_wrapper .blog a:hover {
	background-position: 0px -64px;
}
#nav_wrapper .about a{
	width: 100px;
	background-image: url(images/nav_about_web.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav_wrapper .about a:hover {
	background-position: 0px -64px;
}
#main_wrapper {
	color: #000000;
	width: 800px;
	min-height: 1350px;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: table;
	background-color: #FFFFFF;
	position: relative;
}
#sidebar_candy {
	width: 800px;
	/*width: 100%;
	min-height: 200px;
	height: auto !important;*/
/*	margin-left: auto;
	margin-right: auto;
	display: table;*/
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
}
#main_footer_candy {
	width: 800px;
	/*display: table-row;
	width: 100%;*/
	min-height: 1350px;
	display: table;
	height: auto !important;
	background-image: url(images/main_wrapper_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
}
#column_one {
	width: 583px;
	min-height: 1350px;
	height: auto !important;
	height: 1100px;
	/*height: auto !important;
	display:table-cell;*/
	background-image: url(images/main_wrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 30px;
}
#column_two {
	width: 217px;
/*	height: auto;
	display: table-cell;*/
	background-image: url(images/sidebar_top_fade.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	right: 0px;
}
#column_one a {
	text-decoration: none;
	color: #529DE2;
}
#column_one a:hover{
	text-decoration: underline;
}
p {
	padding: 0px;
	margin: 0px;
	display: block;
}
.post {
	width: 563px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
}
.date_header {
	padding-bottom: 5px;
}
.post_date {
	float: left;
	width: 38px;
}
.top_date {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 10px;
}
.bottom_date {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 10px;
}
.post_header {
	float: left;

}
small {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: normal;
	height: 8px;
}
h2 {
	color: #FF9D00;
	font-size: 24px;
	font-weight: normal;
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
	padding: 0px;
	margin: 0px;
}
h3 {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
h4 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
#column_one h2 {
	font-family: Arial;
}
#column_one h2 a{
	color: #FF9D00;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.entry {
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1px;
}
.entry p {
	padding-bottom: 7px;
	word-spacing: 2px;
}
.postmetadata {
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.naviagtion {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	height: 90px;
	text-align: center;
	background-color: #27343C;
	background-image: url(images/footer_reflection_web.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
#footer_text{
	color: #E1E4E6;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 6px;
}

#footer_text a { 
	color: #92C1ED;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#sidebar {
	font-family: "Lucida Sans", "Trebuchet MS", Arial;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#column_two h2 {
	color: #3A5A7C;
	font-size: 14px;
}
#column_two a {
	text-decoration: none;
	color: #27343D;
}
#column_two a:hover{
	text-decoration: underline;
	color: #FF6600;
}
#sidebar ul, #sidebar ul li  {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li {
	list-style-type: none;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #E1EFFB;
}
#sidebar ul li ul li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	list-style-image: url(images/bullet_03.gif);
	font-size: 12px;
	margin-left: 25px;
	padding-left: 0px;
	text-indent: 0px;
}
#tag_cloud {
	text-align: center;
}
#tag_cloud ul, #tag_cloud li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}
#searchform div{
	padding-top: 3px;
	text-align: center;
}
#s {
	height: 27px;
	width: 154px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	background-image: url(images/search_form.jpg);	
	background-repeat:no-repeat;
	border: none;
	font-size: 12px;
	font-family:"Lucida Sans", "Trebuchet MS", Arial;
	border: none;
}
#searchsubmit {
	height: 27px;
	width: 20px;
	background-image: url(images/search_btn.jpg);	
	border: none;
	font-size:0px;
	line-height: 0px;
}
.post_navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 563px;
	font-size: 12px;
	height: 11px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	display: table;
}
#column_one .post_navigation a {
	color: #FF9900;
}
#sidebar p{
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 2px;
}
.sideAboutText {
	padding-bottom: 2px;
}
#sidebar ul li h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9EBF9;	
}
.clearMe {
	clear: both;
}
.pagetitle {
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
}	
#column_one strong {
	color: #4C862D;
	font-size: 16px;
	font-weight: normal;
}
#column_one .metaStrong {
	font-size: 10px;
	color: #333333;
}
#web_badges, #web_badges li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#web_badges li {
	display: inline;
	padding: 5px;
}
img {
	border: none;
}
#comments {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#comments h3 {
	padding-left: 0px;
}
.comment_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 5px;
}
.comment_list li{
	background-color: #F4F9FD;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px dashed #E1E4E6;
}
#comments .odd_comment {
	background-color: #F8F8F8;
}
.comment_list cite {
	font-style: normal;
	font-size: 11px;
}
#comments p {
	font-size: 12px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
.aligncenter {
	text-align: center;
	display: block;	
}
.size-thumbnail {
	width: 75px;
	height: 75px;
}
.topH1 {
	margin: 0px;
	padding: 0px;
	text-indent: -6000px;
}
.topH2 {
	margin: 0px;
	padding: 0px;
	text-indent: -6000px;
}