/*
Theme Name: Techcoat Theme
Theme URI:  http://www.templateworld.com
Description: The WordPress theme.
Version: 1.0
Author: Theme Developed by: TemplateWorld
Author URI: http://www.templateworld.com
Tags: 

*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#a3a3a3;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
html{
	/*background:#fff url(images/bgr_main_wrapper.gif) repeat-x;*/
}
body{
	/*background:url(images/bgr_html.gif) repeat-x bottom;*/
	background:url(images/bg.gif) top center repeat-y;
	color:#3C3C3C;
	font:62.5%/1 Arial, Helvetica, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:924px;
	background:#fff url(images/bgr_wrapper.gif) top left no-repeat;
}
/* mainmenu */
#mainmenu{
	float:left;
	height:34px;
	padding:14px 0 0 0;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:18px 0;
	background:url(images/bgr_mainmenu.gif) no-repeat bottom right;
}
#mainmenu ul{
	float:left;
	height:38px;
	padding:0 20px 0 28px;
	background:url(images/bgr_mainmenu_left.gif) no-repeat;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#000;
	padding:0 0 0 29px;
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
	z-index:70;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	font-size:1.2em;
	color:#000;
	padding:5px 0 5px 0;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:none;
	color:#ca29a9;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 25px;
	padding:0;
	background:#000000;
	height:auto;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	/*width: 160px;*/
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #3d3d3d;
	background:#000000;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#ffffff;
	font-size:1.0em;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#0f0f0f;
	color:#9a9a9a;
}
#header, #board, #body, #footer{
	float:left;
	display:inline;
}
/* header */
#header{
	width:100%;
}
/*header_logo*/
#header_logo{
	padding:22px 0 0 0;
	float:left;
	margin-left:118px;
}
#logo{
	width:716px;
	height:98px;
	background:url(/wp-content/themes/techcoat/images/logo.png) no-repeat;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}
#header .description{
	color:#fff;
	font-size:2.3em;
	line-height:1.3em;
	width:100%px;
	clear:both;
	padding:5px;
	overflow:hidden;
	padding:2px 0 0 0;
}
#header .description span{
	background:#000;
	padding:5px;
	float:left;
}
/*body*/
#body{
	width:100%;
	overflow:hidden;
	padding:38px 0 58px 0;
	border-top:1px dashed #e2e2e2;
	background:url(images/bgr_body.gif) no-repeat left bottom;
}
#content{
	float:left;
	width:611px;
	overflow:hidden;
}
#sidebar{
	float:right;
	margin-right:20px;
	width:273px;
}
/*board*/
#board{
	width:100%;
	overflow:hidden;
	padding:10px 0;
}
.board_item{
	width:298px;
	padding:0 15px 0 0;
	float:left;
	display:block
}
#board_item_third{
	padding:0;
}
.board_item h2{
	color:#3c3c3c;
	font-size:2.3em;
	height:67px;
	font-weight:normal;
	text-transform:lowercase;
	line-height:0.8em;
	border-bottom:5px solid #cbcbcb;
	padding:0 0 5px 54px;
	background:url(images/ico_one.gif) no-repeat;
}
#board_item_second h2{
	background:url(images/ico_two.gif) no-repeat;
}
#board_item_third h2{
	background:url(images/ico_three.gif) no-repeat;
}
.board_item h2 span{
	display:block;
	color:#a3a3a3;
	font-size:10px;
	margin-top:4px;
}
.board_item span a{
	line-height:1.2em;	
}
.board_item p{
	color:#a3a3a3;
	font-size:1.1em;
	line-height:1.5em;
	padding:10px 0 0 0;
	text-transform:uppercase;
}
.board_item p img{
	width:298px;
	height:90px;
}
.board_item p a{
	color:#a3a3a3;
	text-decoration:underline;
}
.board_item p a:hover{
	text-decoration:none;
}
/*post*/
.post{
	width:579px;
	padding:15px;
	background:#fff;
	border:1px solid #f0f0f0;
	margin:0 0 22px 0;
}
.post .post_comment{
	float:left;
	width:74px;
	height:75px;
	margin:0 12px 0 0;
	background:url(images/bgr_post_comment.gif) no-repeat;
}
.post .post_comment p{
	text-align:center;
	color:#fff;
	font-size:3.8em;
	padding:14px 0 0 0;
}
.post .post_comment p a{
	color:#fff;
}
.post .title{
	color:#000;
	font-size:2.4em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-weight:normal;
	padding:0 0 10px 0;
}
.post .title a{
	color:#000;
}
.post .entry{
	font-size:1.2em;
	line-height:1.5em;
	padding:10px 0 10px 0;
	clear:both;
}
.post .entry a{
	color:#657f8f;
	text-decoration:underline;
}
.post .entry a:hover{
	text-decoration:none;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry p img{
	border:none;
	padding:0;
}
.post .entry ul {
	margin:0 0 15px 25px;
}
.post .entry ul li{
	margin: 0;
	padding:0;
	list-style:disc;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 0 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata{
	font-size:1.1em;
	line-height:1.5em;
	font-family:Verdana, Geneva, sans-serif;
	color:#000000;
	background:#f2f2f2;
	padding:4px;
	clear:both;
}
.postmetadata a{
	color:#000000;
}
.postmetadata span{
	margin:0 15px 0 0;
}
.postmetadata .post_date{
	background:url(images/ico_date.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
.postmetadata .post_author{
	background:url(images/ico_author.gif) no-repeat left center;
	padding:2px 0 2px 20px;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.4em;
	color:#959494;
}
.sidebar_widgets a{
	color:#959494;
}
.sidebar_widgets .widgettitle{
	font-size:2.2em;
	color:#000;
	border-bottom:1px dashed #e8e8e8;
	padding:10px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 5px 0;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	background:url(images/ico_arrow.gif) no-repeat left 5px;
	padding:0 0 0 13px;
	display:block;
}
.sidebar_widgets .widget_categories a{
	display:inline;
	background:url(images/ico_arrow.gif) no-repeat left 4px;
}
.sidebar_widgets .widget_recent_comments a.url{
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 20px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	border-bottom:1px dashed #e8e8e8;
	padding:5px 0 5px 10px;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 5px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_tag_cloud a, .widget_text .textwidget{
	padding:5px 15px 5px 15px;
	line-height:1.3em;
}
/*header_search*/
#header_search{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
#header_search fieldset{
	float:left;
}
#main_search_title{
	color:#000;
	font-size:2.4em;
	padding:0 0 5px 0;
	display:block;
	clear:both;
}
#main_search_val{
	float:left;
	border:1px solid #d3d3d3;
	background:#e1e1e1;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.0em;
	padding:8px;
	margin:8px 6px 0 0;
	width:200px;
}
#main_search_sub{
	float:left;
	margin:8px 0 0 0;
}
/*sidebar_flickr*/
.sidebar_flickr{
	width:100%;
	overflow:hidden;
	padding:0 0 20px 0;
}
.sidebar_flickr_title{
	font-size:2.4em;
	color:#000;
	border-bottom:1px dashed #3c1500;
	padding:10px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
}
.sidebar_flickr ul{
	width:100%;
	overflow:hidden;
}
.sidebar_flickr li{
	padding:0 0 5px 0;
}
.sidebar_flickr li img{
	width:274px;
	height:90px;
}
/*sidebar_ads*/
.sidebar_ads{
	margin:0 0 20px 0;
}
.sidebar_ads h2{
	font-size:2.4em;
	color:#000;
	border-bottom:1px dashed #3c1500;
	padding:10px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
}
.sidebar_ads_google{
	text-align:center;
}
/*sidebar_tags*/
#sidebar_tags{
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
}
#sidebar_tags a{
	color:#d4188f;
	padding:4px;
}
#sidebar_tags h2{
	font-size:2.4em;
	color:#000;
	border-bottom:1px dashed #3c1500;
	padding:10px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 10px 0;
	float:left;
	width:160px;
}
#sidebar_tags img{
	float:left;
	margin:0 12px 2px 0;
}
/*footer*/
#footer{
	width:100%;
	height:140px;
	overflow:hidden;
	text-align:center;
}
#footer ul{
	padding:36px 0 20px 0;
}
#footer li{
	display:inline;
	font-size:1.2em;
	line-height:1.3em;
	color:#000;
	font-weight:bold;
	background:url(images/bgr_footer_menu_li.gif) no-repeat left center;
	padding:0 0 0 46px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#000;
}
#footer p{
	color:#a2a2a2;
	font-size:1.1em;
	line-height:1.3em;
}
#footer p a{
	color:#a2a2a2;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
	img.paddingBottom{
		padding-bottom:10px;
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:20px 40px 20px 40px;
	overflow:hidden;
	color:#8e8b8b;
}
#respond a{
	color:#8e8b8b;
}
#respond h3{
	font-size:2.0em;
	line-height:1.4em;
	color:#05334f;
	border-bottom:1px dashed #e8e8e8;
	padding:0 0 6px 0;
	font-weight:normal;
}
.cancel-comment-reply{
	font-size:1.2em;
	padding:15px 0 0 0;
}
.cancel-comment-reply a, .cancel-comment-reply a:visited{
	text-decoration:underline;
}
.cancel-comment-reply a:hover{
	text-decoration:none;
}
#commentform p{
	font-size:1.2em;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 5px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	color:#666;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 5px;
	overflow:auto;
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:5px 0 0 0;
	color:#666;
}
#commentform #submit{
	font-size:1.2em;
	line-height:1.6em;
	background:#9aadb9;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	font-size:2.0em;
	line-height:1.4em;
	color:#05334f;
	border-bottom:1px dashed #e8e8e8;
	padding:0 0 6px 0;
	font-weight:normal;
	margin:0 40px 0 40px;
}
.commentlist{
	padding: 0;
	text-align: justify;
	line-height:1.6em;
	color:#666;
	margin:0 40px 0 40px;
}
.commentlist a{
	color:#666;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border:1px solid #ebf2f6;
	background:#fff;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#f2f7f9;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:1.2em;
	line-height:1.6em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:1.2em;
	line-height:1.6em;
	background:#9aadb9;
	color:#fff;
	font-weight:bold;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#869aa7;
}
.comment-author{
	font-size:1.4em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:1px solid #9aadb9;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

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

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #bdd5de;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #bdd5de;
	}

blockquote blockquote{
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
table td{
	vertical-align:middle;
	text-align:center;
	font-size:10px;
}
table th{
	padding:2px;	
	font-size:10px;
}
table col{
	border-right:1px solid #ccc;
}
table .subheading td{
	background:#ccc;
}
table tbody th{
	text-align:right;
		padding:5px;
}
table td, table tr{
	padding:0;
	margin:0;
}

table thead th{
	font-weight:bold;
	background:#fff;
	color:#000;
	vertical-align:middle;
	border:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
table thead th p{
	padding:0;
}
table tbody{
	border:1px solid #ccc;
}
table thead th.blank{
	border:none;
	background-color:none;
}
table td {
	color:#666699;
	padding:10px 5px;
}
table tr.odd{
	background:#E1E1E1;
}
table col.highlight{
	background:	#f6eded;
	border:3px solid #A1E678;
}
table .superhighlight{
	background:#A1E678;
	color:#000;
	font-weight:bold;
	font-size:14px;
}
table td.highlight{
	font-weight:bold;	
	color:#000;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 30px 0;
	font-size:1.2em;
	line-height:1.8em;
}
.single .navigation{
	width:90%;
	margin:0 auto;
}
.navigation a{
	font-weight:bold;
	color:#000;
}
#content .wp-pagenavi{
}
#content .wp-pagenavi a {
	font-weight:normal;
	padding: 4px; 
	margin: 2px;
	color:#3a505c;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
}
#content .wp-pagenavi a:hover{
	color:#000;
	background:#e1dfdf;
	border:1px solid #f2f2f2;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	color:#3a505c;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#3a505c;
	background:#e1dfdf;
	border:1px solid #f2f2f2;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	color:#3a505c;
	background:#f2f2f2;
	border:1px solid #f2f2f2;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*sidebar_twitter*/
#sidebar_twitter{
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;	
}
#sidebar_twitter a{
	background:url(images/button_twitter.png) no-repeat;
	display:block;
	text-indent:-9999px;
	width:100%;
	height:129px;
	margin:0 auto;
}
/*.home #categoryLinks{
	display:none;
}*/
#categoryLinks{
	margin-top:20px;
}
#wp_email_capture h2{
border-bottom:1px dashed #E8E8E8;
color:#000000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:2.2em;
font-weight:normal;
margin:0 0 5px;
padding:10px 0;
}
#wp_email_capture .wp-email-capture-name, #wp_email_capture .wp-email-capture-email{
	margin-left:10px;
	margin-bottom:5px;
	width:211px;
}
#wp_email_capture .wp-email-capture-submit{
	float:right;
}