/*
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 */
body.custom {background:#98CDD1 url(images/bg.gif) repeat-x;}
.custom .full_width .page {background:none;width:960px;}
.custom input, .custom textarea {background:#fff;} 

/* HEADER */
.custom #header {background:none;padding:0px;border:0px;margin:0px;}
.custom #header_area .page {background:none;width:1250px;}

/* MENU */
.custom .menu {margin-top:-100px; width:550px; border:none;}
.custom .menu li {margin-right:3px;}
.custom .menu a {letter-spacing:0px;}
.custom .menu .tab-home li a {background:#5994a7;}
.custom .menu .tab-1 a {background:#a1c66f;}
.custom .menu .tab-2 a {background:#8ec7cd;}
.custom .menu .tab-3 a {background:#84995c;}
.custom .menu .tab-4 a {background:#5994a7;}
.custom .menu .tab-5 a {background:#a1c66f;}
.custom .menu .tab-6 a {background:#8ec7cd;}
.custom .menu .tab-7 a {background:#84995c;}
.custom .menu li ul li a:hover {text-decoration:underline;}

/* MULTIMEDIA BOX */
.custom #multimedia_box {width:360px; padding:13px 20px 8px;margin:70px 0px 10px;background:#fff url(images/boxbg.gif) repeat-x; border:1px solid #5994a7;}

/* ABOUT ME */
#aboutme {width:360px; padding:20px;margin:0px 0px 10px;background:#fff url(images/boxbg.gif) repeat-x; border:1px solid #5994a7;}
#aboutme img {float:left;margin-right:15px;border:1px solid #A7C47B;padding:4px;}
#aboutme p {font-family:Georgia,"Times New Roman",Times,serif;font-size:13px;line-height:17px;margin-top:-10px;}
#aboutmetitle img {border:0px;margin:-10px 0 0 -12px;float:none;}

/* ADS */
#adbox {width:390px; padding:5px;margin:0px 0px 10px;background:#fff url(images/boxbg.gif) repeat-x; border:1px solid #5994a7;}
.custom #sidebarads {width:388px;margin:0px auto;} 
.custom #sidebarads ul {display:inline; list-style:none;} 
.custom #sidebarads ul li {height:125px; width:125px; padding:2px; float:left;} 
.custom #sidebarads img {border:0px;}

/* SUBSCRIBE */
#subscribeicons {margin:0 auto;}

/* SEARCH */
#searchbox {width:360px; padding:13px 20px 8px;margin:0px 0px 10px;background:#fff url(images/boxbg.gif) repeat-x; border:1px solid #5994a7;}
#searchtitle {width:100px;float:left;display:inline;}
#searchform {width:260px;float:left;display:inline;}
#searchform input, #searchform textarea {height:25px;width:250px;padding:5px;font-size:12px;font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif;}

/* DATE */
#date {margin-top:10px;font-size:12px; font-family: "Century Gothic","Apple Gothic",Verdana,sans-serif; letter-spacing:1px; text-transform:uppercase;color:#5994a7;}

/* PREV_NEXT */
.custom .prev_next {border:0px;font-family:"Century Gothic","Apple Gothic",Verdana,sans-serif;color:#84995c;}
 
/* CONTENT */
.custom #content_box {background:none;}
.custom #content {background:#fff; border:1px solid #5994a7;width:490px; padding:20px 30px; margin:0px 0px 20px;}
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page {margin:0;}
.custom .headline_area h1, .headline_area h2 {border-top:1px solid #E39C73;text-transform:uppercase;letter-spacing:1px;line-height:25px;padding-top:10px;}
.custom .post_box  {padding-top:3px;border:0px;}

/* BLOCKQUOTE */ 
.custom .format_text blockquote {background:#F1F8F7;border:0px;margin:0 0 15px;padding:20px 20px 5px;} 
.custom blockquote {border:none;} 
.custom .format_text blockquote h2, .custom .format_text blockquote h3 {margin-top:0px;} 

/* TEASERS */
.custom .teasers_box  {border-color:#E39C73;border-style:solid;}
.custom .teaser h2 {text-transform:uppercase;letter-spacing:1px;line-height:23px;}

/* SIDEBARS */
.custom #sidebars {width:400px;padding:0px;margin:0px;}
.custom #sidebars a {color:#5994a7;}
.custom #sidebars h3 {font-variant:normal;text-transform:uppercase;text-align:center;margin-bottom:10px;}
.custom #sidebar_1, .custom #sidebar_2 {width:192px;background:none;padding:0px;margin:0px;}
.custom #sidebar_1 {margin-right:13px; border:none;}
.custom .widget {width:162px; padding:16px; background:#fff url(images/boxbg.gif) repeat-x;border:1px solid #5994a7;}
.custom li.widget {margin-bottom:10px;}
.custom .sidebar ul.sidebar_list {padding:0px;}

/* FOOTER */
.custom #footer {border:0px;}
.custom #footer p {text-align:center;text-transform:uppercase;letter-spacing:1px;}
.custom #footer a {border:none;font-weight:bold;}

/* COMMENT BODERS */ 
.custom dl#comment_list {border-top:1px solid #84995c;} 
.custom dl#comment_list dd {border-bottom:1px solid #84995c;} 
.custom #commentform {border-top:1px solid #84995c;} 
.custom #commentform input.form_submit {background:#84995c;border-width:0px;color:#FFFFFF;font-family:"Century Gothic","Apple Gothic",Verdana,sans-serif;font-weight:normal;padding:10px;} 
.custom #comments {margin-right:0px;} 
.custom dl#comment_list .bypostauthor {background:#E8F3F3;} 
.custom dl#trackback_list {border-top:1px solid #84995c;}
.custom #respond_intro p {color:#d35061;}
.custom .comments_closed p {display:none;} 

/* WP THREAD COMMENT */ 
.custom .chalt {background:#fff;} 
.custom .comment-childs {padding:15px; margin-bottom:10px; border:0px; background:#E8F3F3;} 

