/*
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/
*/

/* LIFETIME ADS */
#headerad {width:768px;margin:10px auto;}
#skyscraperad {width:160px; margin:0 auto 15px;}

/* GLOBAL */
.custom #container {width:1000px;border:4px solid #bacf8a;}
.custom #page {padding:3px;}
body.custom {background:#154869;} 
.custom input, .custom textarea {background:#fff;} 



/* CONTENT */
.custom #content_box {background:none;}
.custom #content {width:540px;padding-left:10px;}
.custom #feature_box, #archive_info, #comment_nav_2 {border-width:0; font-family:'century gothic', 'trebuchet ms', sans-serif;} 
.custom #archive_info, .prev_next {padding-left:0;} 
.custom .post_box, .custom .teasers_box {border-style:solid;border-color:#bacf8a;}
.custom .top {border:0px;}
.custom .format_teaser img {padding:0px 8px 4px 0px;}

/* HEADER */
.custom #header {margin:0 auto; padding:0px; width:980px;border:0px;}

/* MENU */
.custom .menu {background:#97ba52;margin:0 0 0 -1px;}
.custom .menu a {border-right:1px solid #fff;border-left:1px solid #fff;}


/* BLOCKQUOTE */
.custom .format_text blockquote {padding:15px 25px 15px 25px;margin: 20px 0px 20px 0px;background:#E1EACC;}
.custom blockquote {border:none;} 
.custom .format_text blockquote h2, .custom .format_text blockquote h3 {margin-top:0px;} 

/* PREV/NEXT POST */ 
.custom .prev_next {background:#fff; color:#154869;border:0px;font-family:'century gothic', 'trebuchet ms', sans-serif;padding:20px 20px 20px 0px; margin:0px 0px 10px;} 
.custom .prev_next p {font-size:14px; line-height:24px;} 
.custom .prev_next a {font-size:17px;} 

/* COMMENT BODERS */ 
.custom dl#comment_list {border-top:1px solid #bacf8a;} 
.custom dl#comment_list dd {border-bottom:1px solid #bacf8a;} 
.custom #commentform {border-top:1px solid #bacf8a;} 
.custom #commentform input.form_submit {background:#154869;border-width:0px;color:#FFFFFF;font-family:'century gothic','trebuchet ms',sans-serif;font-weight:normal;padding:10px;} 
.custom #comments {margin-right:0px;} 
.custom dl#comment_list .bypostauthor {background:#EDF7FC;} 
.custom dl#trackback_list {border-top:1px dotted #bacf8a;}
.custom #respond_intro p {color:#97ba52;font-family:'century gothic', 'trebuchet ms', arial, sans-serif;}
.custom .comments_closed p {display:none;} 


/* DOUBLEWIDE SIDEBAR */
.custom #multimedia_box {background:none;border:0px;}

/* SIDEBAR ADS */
.custom #sidebarads {margin:0px 0px 10px -3px;} 
.custom #sidebarads ul {display:inline; list-style:none;} 
.custom #sidebarads ul li {height:125px; width:125px; padding:3px; float:left;} 
.custom #sidebarads img {border:1px solid #555;}

/* SIDEBARS */
.custom #sidebar_1 {width:200px;border:0px;margin:0px 15px 0px 0px;}
.custom #sidebar_2 {width:200px;border:0px;margin:0px 0px 0px 0px;}
.custom #sidebars h3 {background:#154869;padding:10px;text-transform:uppercase;font-variant:normal;letter-spacing:1px;width:180px;}

/* CATEGORIES */
#categories {margin:0px 0px 15px;}

/* FOOTER */
#footer {border:0px; background:#154869;min-height:250px;padding:20px;}
#footerleft {float: left;width: 310px;}
#footerright {float:right;width:600px;padding-left:30px;}
#footerright p {text-align:left; margin-bottom:8px;}
#footer a {border:0px;font-weight:bold;}
#footer a:hover {color:#bacf8a;}
#footerlinks {margin-bottom:25px;}
#footerlinks a {font-size:17px;}

/* SEARCH */
#cse-search-box input, #cse-search-box textarea {width:374px;border:1px solid #BACF8A;padding:6px;font-size:14px;}
#sidebarsearch {margin:20px 0 0px 0px;}
#sidebarsearch img {margin-bottom:5px;}
#sidebarsearch p {font-size:18px; margin-bottom:7px;text-transform:uppercase;letter-spacing:1px;font-family:'century gothic', 'trebuchet ms', arial, sans-serif;color:#154869;}
.custom #post-3722 #pfLink, .custom #post-13 #pfLink, .custom #post-21 #pfLink, .custom #post-50 #pfLink {display:none;}
.custom #post-3722 .addtoany_share_save_container, .custom #post-50 .addtoany_share_save_container {display:none;}
.custom #multimedia_box {margin-bottom:0px;}
.custom #sidebarsearcH {margin-top:20px;}