/*
Theme Name: TD-CMYK-Modified
Theme URI: http://blog.trentdesign.net
Description: The new 2009 Trent Design theme based on a CMYK color palette.
Version: 1.0.1
Author: Brian Hartwell
Tags: cmyk, two columns, fixed width, stripes, glassy
*/



/****************************
* BASIC PAGE STRUCTURE      *
****************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3a3a3a;
	text-align: center;
	background: #322a29 url('images/bg/bg_michael_newlogo.jpg') no-repeat;
	background-position: center top;
	margin: 0 auto;
	padding: 0;
	}
	
#page {
	text-align: center;
	background: url('images/bg/bg_page.gif') repeat-y;
	width: 900px;
	margin: 174px auto 0 auto;
	overflow: hidden;
	}
	
#content {
	text-align: left;
	width: 590px;
	padding: 40px 30px 0 30px;
	float: left;
	}
	
/* Posts */
#postbox {
	border-bottom: 1px solid #dedede;
	margin: 0 0 20px 0;
	padding: 0 0 40px 0;
	}
	
#postbox a {
	padding: 3px 3px 1px 3px;
	}
	
#postbox img {
	border: 5px solid #fff;
	margin: 10px 0 10px 0;
	display: inline-block;
	}
	
#postbox ul, #postbox ol {
	list-style-position: inside;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	}



/****************************
* NAVIGATION BAR            *
****************************/
#navbar {
	text-align: left;
	background: url('images/bg/bg_navbar.png') repeat-x;
	border: 2px solid #aeaeae;
	width: 896px;
	height: 46px;
	}
	
#logo a {
	background: url('images/logo/logo_td_newlogo.png') no-repeat;
	border: 0;
	width: 130px;
	height: 25px;
	margin: 10px 0 0 15px;
	display: inline;
	float: left;
	}
	
#logo p {
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0;
	padding: 16px 0 0 10px;
	float: left;
}
	
#navmenu ul, #navmenu li {
	list-style: none;
	display: inline;
	}
	
#navmenu li a {
	font-size: 1.6em;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0;
	height: 31px;
	padding: 15px 10px 0 10px;
	float: right;
	}
	
#navmenu li a:hover {
	/*color: #1e1e1e;*/
	background: #009ddb;
	border: 0;
	}



/****************************
* BOTTOM NAVIGATION         *
****************************/
#navbtm {
	font-size: 1.3em;
	color: #009ddb;
	padding: 0 0 40px 0;
	display: block;
	}
	
#navbtm a {
	margin: 0 0 0 5px;
	}



/****************************
* BLOCK NAVIGATION         *
****************************/
.navblock a, #commentcontent .submitbtn {
	font-family: Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	background: #dedede;
	border: 0;
	padding: 3px;
	}
	
.navblock a:hover, #commentcontent .submitbtn:hover {
	color: #fff;
	background: #d94727;
	border: 0;
	cursor: pointer;
	}
	
#commentcontent .submitbtn {
	font-size: 1.3em;
	}



/****************************
* SIDE BAR                  *
****************************/
#sidebar {
	text-align: left;
	width: 220px;
	padding: 0 15px 0 15px;
	float: left;
	}

/* Search Form */
#sidebar #search form {
	margin: 40px 0 25px 0;
	padding: 0;
	}

#sidebar input {
	border: 0;
	margin: 0;
	}

#sidebar .searchfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	color: #aeaeae;
	background: #ebebeb;
	width: 160px;
	margin: 0 5px 0 0;
	padding: 7px 10px 5px 10px;
	}
	
#sidebar .searchfield:hover, #sidebar .searchfield:focus {
	color: #009ddb;
	background: #fbe200;
	}

#sidebar .searchbtn {
	background: url('images/btn/btn_search.png');
	background-position: left top;
	width: 35px;
	height: 35px;
	}
	
#sidebar .searchbtn:hover {
	background-position: left bottom;
	cursor: pointer;
	}

/* List Items */
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul li { /* Header of List */
	font-size: 2em;
	color: #252525;
	line-height: 1em;
	background: url('images/bg/bg_gstripe.gif');
	margin: 0 0 15px 0;
	padding: 0;
	}

#sidebar ul ul { /* List Body */
	list-style-type: none;
	background: #f7f7f7;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	}

#sidebar ul ul li { /* List Titles */
	font-size: 0.65em;
	background: none;
	margin: 4px 0 4px 0;
	padding: 0 0 5px 0;
	}
	
#sidebar ul ul li a {
	color: #3a3a3a;
	background: #dfdfdf;
	border: 0;
	padding: 3px;
	}
	
#sidebar ul ul li a:hover {
	color: #fff;
	background: #d94727;
	border: 0;
	}

#sidebar ul li div.img{
	overflow:hidden;
	clear:both;
	padding:5px 0 10px 0;
}
	
#sidebar ul li div.img a {
	border: 0px solid;
	width: 45px;
	height: 45px;
	margin: 5px 0 0 15px;
	display: inline;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-opera-border-radius:5px;
	-khtml-border-radius:5px;
	
	box-shadow: 0px 0px 8px #616161;
	-webkit-box-shadow: 0px 0px 8px #616161;
	-moz-box-shadow: 0px 0px 8px #616161
	}

#sidebar ul li div.img a:hover {
	box-shadow: 0px 0px 15px #515151;
	-webkit-box-shadow: 0px 0px 15px #515151;
	-moz-box-shadow: 0px 0px 15px #515151
	}
	




/****************************
* COMMENT PAGE              *
****************************/
/* Comment List */
#commentcontent .commentlist {
	border-bottom: 1px solid #dedede;
	margin: 0 0 20px 0;
	padding: 0 0 40px 0;
	}
	
#commentcontent .commentlist ol { /* Comments Body */
	list-style: none;
	margin: 20px 0 10px 0;
	padding: 0;
	}
	
#commentcontent .commentlist ol li { /* Comment Post */
	background: #ededed;
	list-style: none;
	margin: 0 0 10px 0;
	padding: 15px;
	}
	
#commentcontent .commentlist ol li .avatar { /* Commentator's Avatar */
	float: left;
	margin: 0 15px 0 0;
	border: 1px dotted #009ddb;
	padding: 3px;
	}

/* Comment Form */
#commentcontent .commentfield {
	margin: 10px 0 0 0;
	display: block;
	}

#commentcontent .inputfield, #commentcontent .textfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #aeaeae;
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	}
	
#commentcontent .inputfield:hover, #commentcontent .inputfield:focus, #commentcontent .textfield:hover, #commentcontent .textfield:focus {
	color: #009ddb;
	border: 1px solid #fbe200;
	}
	
#commentcontent .inputfield {
	width: 200px;
	}

#commentcontent .textfield {
	width: 568px;
	}



/****************************
* FOOTER BAR                *
****************************/
#footer {
	color: #fff;
	text-align: left;
	background: #1f1f1f url('images/bg/bg_footer.png') repeat-x;
	border: 2px solid #aeaeae;
	width: 836px;
	padding: 15px 30px 15px 30px;
	display: block;
	clear: both;
	overflow: hidden;
	}
	
#footer a, #footer a:hover {
	color: #fff;
	}
	
#footer .list {
	border-left: 1px solid #252525;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	display: inline-block;
	float: left;
	}
	
#footer .listfirst {
	display: inline-block;
	float: left;
	}
	
/* List Items */
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#footer ul li { /* Header of List */
	font-size: 1.5em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	}

#footer ul ul { /* List Body */
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	}

#footer ul ul li { /* List Titles */
	font-size: 0.75em;
	background: none;
	margin: 4px 0 4px 0;
	padding: 0 0 5px 0;
	}
	
#footer ul ul li a {
	padding: 3px 3px 1px 3px;
	}



/****************************
* TEXT STYLES               *
****************************/
h1 {
	font-size: 5.5em;
	font-weight: normal;
	color: #252525;
	text-decoration: none;
	line-height: 1em;
	background: url('images/bg/bg_cheader.gif');
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h1 a {
	color: #252525;
	text-decoration: none;
	border: 0;
	}
	
h1 a:hover {
	color: #009ddb;
	background: none;
	border: 0;
	}
	
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #009ddb;
	line-height: 1em;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
a {
	color: #d94727;
	text-decoration: none;
	border-bottom: 1px dotted #d94727;
	}

a:hover {
	color: #fff;
	background: #d94727;
	border-bottom: 1px solid #d94727;
	}
	
cite {
	font-size: 0.9em;
	font-style: normal;
	}
	
small {
	font-size: 0.9em;
	}
	
acronym, abbr, a acronym, a abbr {
	border-bottom: 1px dashed #3a3a3a;
	cursor: help;
	}
	
blockquote {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.3em;
	background: url('images/bg/bg_openquote.gif') no-repeat;
	background-position: left top;
	margin: 10px 0 10px 0;
	padding: 0 35px 0 35px;
	display: block;
	}
	
blockquote p {
	background: url('images/bg/bg_closequote.gif') no-repeat;
	background-position: right bottom;
	}

/* Post Description (author, date, category, tags, edit) */
.meta {
	font-size: 1.3em;
	color: #009ddb;
	line-height: 1.7em;
	margin: 0 0 15px 0;
	}

.meta li, ul.post-meta li {
	display: inline;
	}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul.post-meta {
	list-style: none;
	}

ul.post-meta span.post-meta-key {
	font-weight: bold;
	}
	
/* Post Content Text */
.postcontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #3a3a3a;
	line-height: 1.3em;
	margin: 15px 0 0 0;
	}
	
.postcontent p {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
/* Comment Content Text */
#commentcontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #3a3a3a;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#commentcontent a {
	padding: 3px 3px 1px 3px;
	}
	
#commentcontent cite {
	font-family: Arial, Helvetica, sans-serif;
	color: #009ddb;
	padding: 10px 0 0 0;
	display: block;
	clear: both;
	}
	
#commentcontent small { /* Input field description */
	font-size: 1.3em;
	margin: 0 0 0 5px;
	}
	
/* Wordpress Image Captions */
.wp-caption {
	text-align: left;
	margin: 10px 0 20px 0;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	background: #fff;
	border: 1px dotted #dedede;
	padding: 5px;
	margin: 0;
	}



/****************************
* MISC STYLES               *
****************************/
.cyan {
	color: #009ddb;
	}

.magenta {
	color: #d94727;
	}

img {
	border: 0;
	}
	
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}



/****************************
* WORDPRESS CALENDAR        *
****************************/
#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

