/*
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/
*/

/* Layout
-----------------------------------------------
*/

BODY.custom {
	background:url(/img/tpl/bg_background-repeat.jpg) repeat-x top center #337fb9;
	}
	
.custom .post_box, .teasers_box, .full_width #content_box .page, #comments {margin:0 2.3em 0 3em;width:473px;}

.custom #page {padding-bottom:0px;}
	
/* Header/navigation
-----------------------------------------------
*/

body#blog div#container div#page h2#tagline {float: left; width: 410px; color: #fff; margin: 10px 0 0 100px; padding: 0; font-size: 18px; font-weight: normal; font-style: italic;}
div#page ul.socialMedia {clear: right; float: right; margin: 26px 128px 0 0; padding: 0;}
div#page ul.socialMedia li {float: left; display: inline; margin: 0px 5px 0;}


.custom p#logo {
	background:url(/img/tpl/img_logo.png) no-repeat top left;
	display:block;
	text-indent:-42em;
	}
	
.custom #header #tagline {display: none; color:#444; font-weight:bold; font-size:1.5em; float: right; width: 290px; padding-top:22px; font-style:italic;}
.custom #header {border:none; padding-top:0px; padding-bottom:0px; background:#FFFFFF;}

.custom ul#tabs {border:none; float:right; margin-top:10px; background:url(/img/tpl/navbkgd.jpg) no-repeat top left; height:37px; width: 1045px;}
.custom ul#tabs li {border:none; background:none;}
.custom ul#tabs a {color:#FFFFFF; display:block; font-size:13px; font-weight:bold;padding:10px 22px; line-height:inherit; letter-spacing:normal; text-transform:none;}
.custom ul#tabs a:hover {color:#FFFFFF; text-decoration:underline;}
.custom ul#tabs li.current_page_item {background:none;}
.custom #logo-img {float:left;}



/* Entries
-----------------------------------------------
*/	

.custom #content_box {
	background:#fff;
	}
	
.custom .entry-title {color:#C70A2A; font-size:22px; font-weight:bold; line-height:26px; margin:0 0 10px;}
.custom .entry-title a {color:#C70A2A; font-size:22px; font-weight:bold; line-height:26px; margin:0 0 10px;}
.custom .entry-title a:hover {text-decoration:underline;}

/* Teasers
-----------------------------------------------
*/	

.custom .teaser .teaser_author {margin-right:8px;}

/* Archive 
----------------------------------------------
*/

.custom #archive_info h1 {font-size:24px; color:#337FB9;  font-weight:bold;}
.custom #archive_info {padding-bottom:2em; padding-top:0; border-bottom:1px solid #DDDDDD;}
.custom #archive_info, .prev_next {padding-left:3em;}
.custom #archive_info p {color:#000000; font-size:18px; text-transform:none; margin-bottom:.8em;}

/* Sidebar
-----------------------------------------------
*/

.custom .sidebar ul.sidebar_list {padding-left:30px;}
.custom .sidebar h3 {font-size:18px; color:#C70A2A; text-transform:none; font-variant:normal; letter-spacing:normal;}

body#blog div#sidebars ul li div.textwidget ul {margin: 0; padding: 0;}
body#blog div#sidebars ul li div.textwidget ul li {margin: 0; padding: 0;}
body#blog div#sidebars ul li div.textwidget ul li a.inline { float: right; text-align: left; width: 180px;margin: 0 5px; padding: 15px 0 0}

/* Comments
-----------------------------------------------
*/

.custom .format_text .to_comments span.bracket {display:none;}
.custom .comments_intro span.bracket {display:none;}

/* Footer 
-----------------------------------------------
*/

.custom #footer {border:none; height:0px; padding:0px;	margin-top:4px;}

.custom div#wp-footer {
	/* background:url(/img/tpl/footer/bg_footer_wp.jpg) no-repeat top center; */
	width:1045px;
	height:170px;
	clear:both; 
	padding:0 0 40px 0; 
	margin:0 auto;
	text-align:center;
}

.custom div#wp-footer li {list-style-type:none;}

.custom div#wp-footer ul#footerNav {clear:both; padding:30px 0; width:100%;}
.custom div#wp-footer ul#footerNav li {display:inline; border-right:1px solid #c2d9ea; padding:0 10px;}
.custom div#wp-footer ul#footerNav li.last {border-right:none;}
.custom div#wp-footer ul#footerNav li a {padding:0; color:#c2d9ea; font-size:11px; font-weight:normal; text-decoration:underline;}
.custom div#wp-footer ul#footerNav li a:hover, div#wp-footer ul#footerNav li a:active {text-decoration:none;}

.custom p#copyright {clear:both; margin:0; color:#1f4765; font-size:11px;}
.custom p#credits {margin:0; color:#7dafd4;}
.custom p#credits a {color:#7dafd4; text-decoration:underline; font-size:11px;}
.custom p#credits a:hover, p#credits a:active {text-decoration:none;}

/* Footer Right
-----------------------------------------------
*/
.custom div#wp-footer div.footer-right {width:580px; padding:10px 40px 0 50px; float:right; text-align:left;}
.custom div#wp-footer div.footer-right p {font-size:16px; color:#fff; line-height:20px; border-bottom:1px solid #96c2e3; padding-bottom:10px; margin-bottom:10px;}
.custom div#wp-footer div.footer-right .yellow {color:#f0ed14;}
.custom div#wp-footer div.footer-right .space {padding:0 20px;}
.custom div#wp-footer div.footer-right .space-right {padding:0 20px 0 0;}

.custom div#wp-footer div.footer-right ul li a {color:#ffc924; font-size:12px; text-decoration:underline;}
.custom div#wp-footer div.footer-right ul li a:hover, div#wp-footer div.footer-right ul li a:active {text-decoration:none;}

.custom div.footer-right ul.left {width:220px; float:left; padding-right:30px;}
.custom div.footer-right ul.middle {width:95px; float:left; padding-right:30px;}
.custom div.footer-right ul.right {width:180px; float:left;}
.custom div.footer-right ul.left li, .custom div.footer-right ul.middle li, .custom div.footer-right ul.right li {padding:2px 0 2px 0;}

/* Footer Left
-----------------------------------------------
*/

.custom div#wp-footer div.footer-left {width:318px; float:left;}
.custom div#wp-footer div.footer-left h4 {display:none;}

.custom div#wp-footer div.footer-left ul.phone {width:80px; float:left; margin:15px 0 12px 40px;}
.custom div#wp-footer div.footer-left ul.phone li {color:#fff; font-size:12px;}
.custom div#wp-footer div.footer-left ul.phone li span {font-weight:bold;}

.custom div#wp-footer div.footer-left ul.credit-cards {margin:30px 0 0 40px; width:225px;}
.custom div#wp-footer div.footer-left ul li.visa {
	background:url(/img/tpl/footer/logo-visa.jpg) no-repeat top center; 
	width:57px; 
	height:0;
	padding:38px 0 0 0;
	overflow:hidden;
	font-size:1%;
	float:left;
}
.custom div#wp-footer div.footer-left ul li.mastercard {
	background:url(/img/tpl/footer/logo-mastercard.jpg) no-repeat top center; 
	width:54px; 
	height:0;
	padding:38px 0 0 0;
	overflow:hidden;
	font-size:1%;
	float:left;
}
.custom div#wp-footer div.footer-left ul.credit-cards li.amex {
	background:url(/img/tpl/footer/logo-amex.jpg) no-repeat top center; 
	width:56px; 
	height:0;
	padding:38px 0 0 0;
	overflow:hidden;
	font-size:1%;
	float:left;
}
.custom div#wp-footer div.footer-left ul.credit-cards li.discover {
	background:url(/img/tpl/footer/logo-discover.jpg) no-repeat top center; 
	width:57px; 
	height:0;
	padding:38px 0 0 0;
	overflow:hidden;
	font-size:1%;
	float:left;
}
