/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom {background:grey;}
.custom #header_area {display:none;} 
.custom #header {padding: 0;}

/* Custom Header Styling */
#joeheader {width: 100%;height: 165px;margin: 0px 0px 0px 0px;}
#joelogo{width: 1000px;height:85px;background:#fff;margin:auto;}
#joead{text-align:center;padding:15px 0 7px 0;}
#joead2{float:right;padding:10px 10px 0 0;}
#joead3{padding:5px 0 0 0px;margin:0px auto 0px auto;width:1000px;background:#666666;height:20px;}
#gsearch{float:right;height: 25px;}
.logo{float:left;border:0px;padding:0 0 0 5px;}

/*Pages Navigation*/
#nav {background-color: #198dc9;width: 1000px;height:30px;overflow:hidden;margin:0 auto 0 auto; } 
#nav ul {margin: 0px 0px 0px 0px;height: 30px;padding-left: 10px;}
#nav li {float: left;list-style: none none inside; margin: 0 10px 0 0;}
#nav li a:link, #nav li a:visited {color: #FFF;padding-left: 10px;padding-right: 10px;display: block;height: 30px;padding-top: 8px;float: left;font: normal small-caps bold 13px Arial;}
#nav li a:hover {overflow:hidden;}
/*Secondary Page Navigation*/
#secnav, #secnav ul {padding: 0;margin: 0;list-style: none;}
#secnav a {display: block;line-height: 25px;padding: 0 20px 0 20px;color: #fff;}
#secnav li:hover, #secnav li.sfhover1 {background: #0F4F7E;cursor: pointer;overflow:hidden;}
#secnav li:hover span, #secnav li.sfhover1 span {color: #0080ff;}
#secnav li {float: left;font-size: 12px;}
/* Style drop down list */
#secnav li ul {position: absolute;width: 16px;left: -999em;margin-top:30px;}
#secnav li li {font-weight: normal;}
/*IE Issue Drop Down for "left:auto"*/
#secnav li:hover ul, #secnav li.sfhover1 ul {left:auto;}
#secnav li ul li a {background-color: #198dc9;border:1px solid #6FADFF; font-size: 12px;width: 150px;}
#secnav li ul li a:hover {background-color: #0D82D6;color:#fff;}

/*Categories*/
#categories {width:1000px;height: 25px;background:#333;margin-left: auto;margin-right: auto;}
#categories ul { list-style: none;margin-left: auto;margin-right: auto;float: left;}
#categories li { float: left;text-align:center;}
#categories li a:link,#categories li a:visited {float: left;color: #fff;font-size: 13px;padding:0 20px 0 20px;padding-top:5px;}
#categories li a:hover,#categories li a:active {color: #fff;}


//---
.custom .teaser { text-align: justify; width:100%; }


/***************************************************************************/

.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #e3f0f2; border: 0.077em solid #addde6; }

.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 2px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }

.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

.custom dl#comment_list dd p.reply { margin: 1em 0 1.5em 0; }
.custom dl#comment_list dd p.reply a {background: #2f2c28; color: #FFF;font-size: 11px;font-weight: normal;padding: 4px 6px;text-transform: uppercase;}
.custom dl#comment_list dd p.reply a:hover {background:#46382d; border: 0;}


//----
/***************************************************************************/
/* Customize Archive */

.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}


/***************************************************************************/
/* Random Post Widget Sidebar + Plugin */

#random-posts li {
	background: #D6E4E1;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}			

/***************************************************************************/
/* Widgetized Footer from Asino */

#foot { 
	background: #2B2A2A;
	border: 0.6em solid #212020;
	color: #DBEDF9;
	font-size: 12px;
	margin: 20px auto;
	overflow: hidden;
	padding: 1.5em;
}

	#foot a { color: #DBEDF9; border-bottom: 1px dashed #DBEDF9; text-decoration: none; }

		#foot a:hover { background: #DBEDF9; color: #3D3C3C; }
	
	#foot span.cat, #foot h3 { /* controls all blue headings */
		color: #23A2D7; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }
	
	#foot h5 { font-size: 23px; }
	
	#foot ul li ul { list-style-type: square; margin-left: 10px; }
	
	#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }
	
	#foot li.widget .widget_box { background: none; border: 0; }
	
	#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }
	
	#foot .col { float: left; list-style: none; width: 33.3%; }
	
	#cats { 
		background: #3D3C3C;
		list-style-type: none;
		margin-top: 13px;
		overflow: hidden;
		padding: 10px 0 7px 20px;
	}

		#cats li { 
			float: left; 
			font-size: 1.2em;
			line-height: 1.8em;
			margin: 0 2px 5px 0;
			width: 165px;
		}
	
#copyright { 
	border-top: 1px dashed #3D3C3C; 
	clear: both;
	font-size: 13px;
	letter-spacing: 1.3px;
	line-height: 21px;
	padding-top: 10px;
}
	
	#copyright p { font-size: 13px; }

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }

/******/
/* Recent post styling */

#recent-posts li {
	background: #FFFBCC;
	border: 1px solid #E6DB55;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
}
#recent-posts div.right { color: #baaf2e; float: right; font-size: 11px; text-transform: uppercase; }
/*****/
/* Color Sidebar tab Title */

.custom .sidebar h3 {font-weight: bold; color: #FFFFFF; padding: 0px 5px; background: #198DC9;}

/************/
Contact form

 #wpcf label {clear: both; display: block; float: left; width: 175px;}
#wpcf input {float: left; width: 300px; height: 30px;padding: 1px; margin: 2px 5px 2px 0;}
#wpcf textarea {width: 475px; height: 250px; padding: 1px; margin: 0 5px 10px 0;}
#wpcf #contactsubmit {margin-left: 50px; width: 100px;}



/*****/
.custom blockquote { color: #1C2639; padding-top: 10px; padding-bottom: 0.5px; padding-right: 5px;
font: italic 1.2em Georgia, "Times New Roman", Times, serif; -moz-border-radius: 5px;
-webkit-border-radius: 5px;

}

.custom blockquote { background: #ECEFF5; }

/******/
.custom .format_text p.note {background: #E3F0F2 url(images/note.png) center no-repeat; border: 1px solid #66CCCC; background-position: 7px 50%; text-align: left; padding: 10px 10px 10px 45px; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
/******************************************************************/
/* HOME POST TEASER LINKS */
/******************************************************************/
.custom #teaserlinkscontainer {margin-top:0px;}
.custom #teasermenu {height: 30px;}  
.custom #teasermenu , .teasermenu ul {padding: 0; margin: 0; list-style: none; line-height: 1; border-width: 0.5em 0.5em 0.5em 0.5em;}
.custom #teasermenu ul {float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px;}
.custom #teasermenu li {float: left; list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu ul li {list-style: none; margin: 0px; padding: 0px;}
.custom #teasermenu a, .custom #teasermenu li ul {border-color: #FFFFFF;}
.custom #teasermenu li a, .cutom #teasermenu  li a:link {color: #FFFFFF; background: #444343; display: block; font-weight: bold; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none;  font-size: 13px; font-family: Arial, Helvetica, sans-serif; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.custom #teasermenu li a:hover, .teasermenu li a:active, .current_page_item {color: #FFFFFF; background: #7BAAD9; display: block; margin: 5px 5px 5px 5px; padding: 5px 5px 5px 5px; text-decoration: none; -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;} 
.custom #teaserempty {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em;} 
.custom #teaserline {width: 100%; margin-top: 0.5em; margin-bottom: 0.5em; border-top: 1px solid #0098D4;} 
.custom #teasermenu li p,{color: #000000; background: #0098D4; display: block; width: 100%}


.custom .teaser {width: 100%; margin-top: 0.25em; padding-top: 0.25em; text-align: justify;}

.custom .teasers_box {padding-top: 0; padding-bottom:0; border-top: 0;}

/* WP-Page Navi Styling */

#pagenavi{margin:10px 20px;float:right;font-family:Helvetica,Verdana,Arial,sans-serif;font-size:15px;}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {color:#fff !important;background:#198DC9 !important;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi a:visted {color:#fff !important;background:#198DC9 !important;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi a:hover {color:#198DC9 !important;background:#fff !important;}
.wp-pagenavi span.pages {background:#198DC9 !important;color:#fff;font-weight:bold;border:1px solid #198DC9;padding:5px!important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.current {background:transparent !important;font-weight:bold;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.extend {background:#198DC9 !important;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.last {background:#198DC9 !important;font-weight:bold;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}
.wp-pagenavi span.first {background:#198DC9 !important;font-weight:bold;border:1px solid #198DC9;padding:5px !important;-moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; -webkit-border-bottom-left-radius:4px; -webkit-border-bottom-right-radius:4px;}

