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

.custom .menu{ font-weight: bold; }
.custom a:hover{ background: #f2e127; color:#000000;}



.custom div#bottomcarousel {padding-left:10px;background:#E8E8E8;}
.custom div#bottomcarousel .carouselu {width:145px;float:left;padding:3px;padding-left:27px; text-align:left; font-size:14px;}
.custom div#bottomcarousel .carouselu img {display:block; padding-top:10px;}




.custom .teaser_comments {float:right}
.custom fieldset {border: 0px; padding: 5px 0 30px 0;}






/* AUTHOR BOX */
.custom #comments { clear: both; }
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px 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; line-height: 1.5em;}
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }

/* BOXES */

#rightcol { float: left; width: 100%; padding-bottom: 20px;}
#rightcol p { font-size: 14px; line-height: 1.5em; padding: 10px 2.5em 10px 0;  }
#rightcol h3 { padding: 0; font-weight: bold;}
#rightcol ul { list-style-position: inside;  list-style-type: square; margin-left: 1em; }
#rightcol ul a { border-bottom: 1px solid #CB3131; font-size: 14px; }
#rightcol ul a:hover { border: 0; }
#rightcol li { margin-bottom: 10px; }
#subscribe { background: #FFFBCC; border: 1px solid #E6DB55; float: right; margin: 15px 15px 0 15px; padding: 10px 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }


/* SIDEBAR */


.custom .sidebar h3 {font: 600 18px Trebuchet MS; letter-spacing: -1px;}
.custom li.widget ul li {background: none; border: 0; list-style-position: inside; list-style-type: square;}
.custom #content_box {background-color:#e8e8e8;}
.custom #content {background-color:#fff;}



.custom .teasers_box{background:#FFF url(images/blackGrad.gif) repeat-x; width:100%;margin:0;padding:0}
.custom .teasers_box .post{padding:11px}


.custom .post_box h2{padding-left: 12px;}
.custom .post_box h1{padding-left: 12px;}
.custom .headline_meta {padding-left: 12px;}


/* COMMNETS */
span.bracket { display:none; }
.custom dl#comment_list dd p.reply a{background:#444343;color:#FFF;margin-bottom:10px;padding:5px}
.custom dl#comment_list dd p.reply a:hover{background:#B82626;text-decoration:none}
.custom #respond_intro{margin:0}
#respond_intro p{font-size:2em;line-height:2.9em}
.custom #respond{background:#FFF url(images/blackGrad.gif) repeat-x;padding:0 1.5em 1.5em}
#commentform { border-top:0; }




/* AUTHORS BOXES */

.custom .teasers_box #custom {float: left; width: 45%; padding-right: 30px;}
#custom h4 { font-size: 1em; margin: 20px 0 20px 0; font-weight: bold;}
#custom p {font-size: 0.9em; line-height: 2em; padding-bottom: 0px;}

/* BODY */

body.custom{background:#000000;}
.custom .menu {height: 28px; background: #000 ; padding: 5px 5px 5px 10px; text-transform: lowercase; border-top: #CCC solid 1px; width: 906px; }
.custom #header { background: #ffffff url(images/header.jpg) no-repeat center top;border: 0; height: 250px; width: 100%; overflow: hidden; margin: 0; padding: 0;}
.custom #header p{ font-size: 10px; padding: 30px 0 10px 50px; }
.custom #header #tagline { padding: 0px 0 10px 50px;}
.custom #header #logo { padding: 30px 0 10 50px;}




