/*
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: #f8f8f9 url(images/body_bg.png) left top repeat-x;
}

	#container {
	border: 5px solid #d1d3d4;
	margin-top: 20px;
	margin-bottom: 20px;
	}

		#page {
		padding-bottom: 10px;
		}

			#header {
			border-bottom: none;
			padding-top: 0.5em;
			position: relative;
			}

				#custom-logo {
				float: left;
				margin-top: 20px;
				}

				#header_date {
				width: 245px;
				position: absolute;
				top: 10px;
				left: 13px;
				text-align: center;
				font-size: 14px;
				color: #7d7d7d;
				}

#sidebars h3 {
font-size: 20px;
font-weight: bold;
color: #7d7d7d;
background: url(images/h3_bgnorm.png) 0 5px no-repeat;
font-variant: normal;
letter-spacing: normal;
text-align: center;
}

#sidebars h3#foll {
font-size: 20px;
font-weight: bold;
color: #7d7d7d;
background: url(images/h3_bg.png) 0 5px no-repeat;
font-variant: normal;
letter-spacing: normal;
text-align: center;
}

/*Add centered Tab system*/

#navbar {
clear: both;
background: url(images/nav_bg.png) left top repeat-x;
height: 36px;
border-bottom: none;
}

	/*overwrite Thesis' default Tab system*/
	#tabs { list-style: none; border: none; border-width: 0; }
	#tabs li { margin-bottom: -0.1em; background: none; border: none; border-left: 0; float: none; padding: 0 0.4em; }
	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0; background: none; border-bottom: 0; }
	#tabs a { display: inline-block; line-height: 1.1em; color: #fff; text-transform: none; letter-spacing: normal; }
	#tabs a:hover { color: #fff; text-decoration: underline; }
	#tabs .current_page_item a, #tabs .current-cat a { cursor: text; }
	#tabs .current_page_item a:hover, #tabs .current-cat a:hover { text-decoration: none; }

	#tabs { 
	float: left;
	position: relative;
	height: 3em;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	}

		#tabs li { 
		display: inline;
		}

#feature_box {
margin: 0;
padding: 0;
background: white;
border-bottom: none;
}

/* styles the feature box on the home page */

	#feature_box_home {
	background: #f1f1f2;
	margin: 20px 15px 20px 1px;
	border: 1px dashed #d1d3d4;
	min-height: 50px;
	width: 628px;
	padding: 10px;
	}

		#feature_box_home h2 {
		font-size: 21px;
		font-weight: bold;
		color: #27aae1;
		text-align: center;
		margin: 0;
		}

		#feature_box_home p {
		line-height: 1.5em;
		font-size: 14px;
		text-align: center;
		margin-bottom: 10px;
		}

		#feature_box_home a, #feature_box_single a {
		color: #27aae1;
		text-decoration: underline;
		}

			#feature_box_home a:hover, #feature_box_single a:hover {
			text-decoration: none;
			}

/* Featured Post Formatting */
#feature_teaser { 
float: left;
padding: 15px;
font-size: 12px;
line-height: 1.5em;
border-bottom: none;
width: 380px;
background:;
border: 1px solid #dcddde;
margin-bottom: 30px;
position: relative;
}

	#feature_teaser h2 {
	font-size: 16px;
	float: right;
	width: 210px;
	margin-bottom: 0px;
	}

		#feature_teaser h2 a {
		color: #1b3664;
		font-weight: bold;
		}

			h2.entry-title a:hover, #feature_teaser h2 a:hover {
			color: #7d7d7d;
			}

	#feature_teaser h4 {
	font-style: normal;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.9em;
	color: #888888;
	letter-spacing: 1px;
	float: right;
	width: 210px;
	}

	#feature_teaser img {
	margin-right: 20px;
	margin-top: -30px;
	float: left;
	width: 150px;
	}

	#feature_teaser p {
	margin-top: 42px;
	}


/* styles the feature box on the blog posts */

	#feature_box_single {
	background: #f1f1f2;
	margin: 20px 15px 0 1px;
	border: 1px dashed #d1d3d4;
	min-height: 50px;
	width: 640px;
	text-align: center;
	padding: 5px;
	}

		#feature_box_single p {
		line-height: 1.5em;
		font-size: 14px;
		}

#sidebars {
border:none;
}

.custom #page {
    background: #fff;
}


/*Tabbed Widget Version 2.0*/
.tabbedwidget {
margin-top: 3em;
margin-bottom: 3em;
background: #ffffff;
padding-top: 10px;
font-size: 12px;
}

.tabnav {
margin-bottom: 3px;
}

.tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
}

.tabnav li a {
padding: 4px 6px;
margin-bottom: 3px;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background: #f1f1f2;
}

.tabdiv {
margin-top: 2px;
background: #f1f1f2;
padding: 7px;
}

.tabdiv li {
list-style: none;
margin-bottom: 0.667em;
}

.ui-tabs-hide {
display: none;
}

#adblock1 {
float: left;
width: 680px;
}

#cat-adblock {
text-align: center;
margin-top: 20px;
}

#tabs {
clear: left; 
}

.teasers_box {
margin-left: 0;
width: 65em;
border-top: none;
margin-bottom: 0;
padding-bottom: 0;
}

.top {
margin-bottom: 0;
padding-bottom: 0;
}

.teaser {
width: 65em;
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #ccc;
}

.teaser img {
float: left;
width: 150px;
height: 150px;
}

.teaser h2 {
float: right;
text-align: left;
width: 462px;
}

.teaser h2 a {
color: #1b3664;
font-weight: bold;
}

.teaser_author {
float: left;
text-align: left;
width: 70px;
}

.teaser_date {
float: left;
text-align: left;
width: 240px;
}

.teaser .format_teaser {
float: left;
width: 460px;
margin-top: 0.5em;
}

.teaser a.teaser_comments {
float: left;
width: 90px;
margin-right: 242px;
}

.teaser a.teaser_link {
float: right;
width: 130px;
margin-right: 20px;
}

.homeads {
float: left;
width: 250px;
margin-right: 10px;
margin-left: -10px;
}

.sticky {
background: #f1f1f2;
float: right;
width: 355px;
padding: 15px;
border: 1px solid #dcddde;
margin-right: 0;
margin-bottom: 40px;
}

.sticky h2 {
float: right;
width: 185px;
}

.sticky h2 a {
color: #1b3664;
font-weight: bold;
}

.sticky img {
float: left;
margin-right: 10px;
}

.sticky .teaser_author {
display: none;
}

.sticky .teaser_date {
display: none;
}


.sticky a.teaser_comments {
display: none;
}

.sticky .format_teaser {
float: right;
width: 185px;
margin-top: 0.5em;
}

/*==FOLLOW ICONS==*/

#follow {
float: left;
font-size: 12px;
margin-bottom: 20px;
}

#follow ul {
margin: 0;
padding: 0;
}

#follow li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
float: left;
text-align: center;
}

#follow li.twitter {
width: 67px;
}

#follow li.facebook {
width: 80px;
}

#follow li.rss{
width: 73px;
}

#follow li.email {
width: 64px;
}

#follow ul li a {
border: none;
text-decoration: none;
}

/*the stuff below the post*/

#post-adzone5 {
float: left;
width: 468px;
height: 60px;
}

#post-tweets {
float: left;
width: 70px;
height: 60px;
margin-left: 0px;
}

#post-diggs {
float: left;
width: 65px;
height: 82px;
margin-right: 20px;
}



#footer {
background: blue url(images/footer_bg.png) left top repeat-x;
margin: 0;
padding: 0;
height: 23px;
border-top: none;
}

#footer ul {
margin: 0;
padding: 3px 0 0 0;
float: left;
position: relative;
left: 50%;
}

#footer li {
display: inline;
list-style: none;
position: relative;
left: -50%;
}

#footer li a {
color: #fff;
text-decoration: none;
font-size: 14px;
padding: 3px 20px;
}

#footer li a:hover {
color: #fff;
text-decoration: underline;
}

#footer a {
border: none;
}

#sharepost {
margin: 0 0 20px 0;
padding: 0;
}

#sharepost li {
margin: 0;
padding: 0 20px 0 0;
display: inline;
list-style: none;
}

#sharepost li#twitterpost {
background: url(images/twitterpost.png) 0 6px no-repeat;
padding: 13px 0 0 30px;
}

#sharepost li#facebookpost {
background: url(images/facebookpost.png) 0 6px no-repeat;
padding: 12px 0 0 30px;
}

#sharepost li#stumblepost {
background: url(images/stumblepost.png) 0 6px no-repeat;
padding: 13px 0 0 30px;
}

#sharepost li#emailpost {
background: url(images/emailpost.png) 0 3px no-repeat;
padding: 12px 0 0 30px;
}

#sharepost li#printpost {
background: url(images/printpost.png) 0 6px no-repeat;
padding: 12px 0 0 30px;
}

#sharepost li a {
color: #1b3665;
font-size: 16px;
padding-right: 15px;
text-decoration: none;
}

#sharepost li a:hover {
color: #7d7d7d;
text-decoration: underline;
}

#comments {
position: relative;
}

#fb_connect {
position: absolute;
top: 180px;
right: 0;
}


*:first-child+html #fb_connect {
position: absolute;
top: 200px;
right: 0;
}

/*This is a temporary fix for image frame issues (see http://www.thinkdave.com/how-to-fix-thesis-image-framing-issues/ for more info). A later version of Thesis will probably fix this problem */

.custom .headline_area .post_image {
padding: 1em;
border-width: 0.1em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}

.custom .format_text .post_image {
padding: 0.714em;
border-width: 0.071em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}

.custom .teaser .post_image_link .thumb {
padding: 0.8em;
border-width: 0.1em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}

.custom .format_teaser .post_image_link .thumb {
padding: 0.333em;
border-width: 0.083em;
background:#EEEEEE none repeat scroll 0 0;
border-color:#DDDDDD;
border-style:solid;
}

.comments_closed {display: none;}

