/*
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: #2A2A2A }

.custom #container { margin-top: 0; 
                     margin-bottom: 0; 
                     padding: 0 0.7em; 
                     background: #272727;
                     border-left: 0.7em solid #2B2B2B; 
                     border-right: 0.7em solid #2B2B2B;
}

.custom .no_sidebars #content { width: 680px;
                                margin-left: 12em;
                                border-left: 0.5em solid #CCC;
                                border-right: 0.5em solid #CCC;
}


.custom #page { background: #fff;
}


/*---:[ header styles ]:---*/

.custom #header {
         height: 115px;
	 margin: 0px;
	 padding: 0px;
	 background: #FFF url(images/headerbg.png) repeat-x;
}


/*---:[ nav menu styles ]:---*/

/*.custom ul.menu {
         background: url(images/menubg2.png) 100% top repeat-x;
         }	*/ 

.custom ul#tabs {
	 margin: 0;
	 padding: 0;
         height: 60px;
	 list-style: none;
	 font: normal 14px Verdana, Helvetica, sans-serif;
         background: url(images/menubg2.png) 100% repeat-x;
         }

.custom ul#tabs li {
         float: left;
	 margin: 0;
	 padding: 0;
	 background: url(images/menubar.png) 100% 0 no-repeat;
         border: none;
	 }


.custom #tabs a {
	 display: block;
	 margin: 0;
	 padding: 0px 15px;
	 height: 33px;
	 line-height: 33px;
	 text-decoration: none;
	 color: #FFF;
     }

.custom ul#tabs a:hover {
         background:#000 url(images/navbar_over.png) right center no-repeat;
         color: #FFF;
         text-decoration:none;
     }

.custom #tagline {
         height: 26px;
	 line-height: 26px;
	 margin: 0;
         padding: 0 10px;
         font-family: "Trebuchet MS", "Geneva CY", Verdana;
         font-size: 105%;
         letter-spacing: 2px;
	 text-align: right;
     }


/*---:[ footer styles ]:---*/

.custom #footer {
          clear:both;
	 border-top-width: 10px;
	 border-top-style: solid;
	 border-top-color: #0069AC;
	 padding: 10px 0;
	 margin: 0px;
         text-align: center;
         color: #CCC;
         font-size: 110%;
	 background: url(images/teaserbottombg.png) repeat-x bottom;
         }

.custom #footer a {
         color: #CCC;
         }

.custom #footer a:hover {
         text-decoration: none;
         }

/*---:[ sidebar styles ]:---*/

.custom .sidebar h3 {
         border: none;
         padding-left: 10px;
         font-size: 150%;
         font-family: Trebuchet MS;
         color:#FFF;
         text-transform:none;
         background: #E6BA20;
         }

.custom ul.parent li a {
         border-bottom: 1px solid #CCC;
         font-size:90%;
         text-transform:capitalize;
         }

.custom ul.children, .custom ul #recentcomments {
         list-style-image: url(/images/blog/bullet.gif);
         } 

.custom #wbcLinks ul.children li, .custom ul #recentcomments li {
        margin-left:15px;
        }

.custom ul.children li a {
         border: none;
         font-size:100%;
         }

/*---:[ feature box styles ]:---*/

.custom #feature_box { 
         padding: 20px 70px; 
         }

.custom #feature_box h2 { 
         font-family: TrebuchetMS;
         }

.custom #feature_box ul {
         list-style-image: url(/images/blog/bullet.gif);
         }

.custom #feature_box ul li a {
         font-size:10pt;
         } 

.custom #feature_box ul li a:hover {
         text-decoration:underline;
         }
         
.custom input.button {
         border:none;
         }

.feedburnerFlareBlock {
         font-size:80%;
         padding: 5px;
         background: #eee;
         border: 1px solid #ccc;
         }

.order {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 20px;
	border: thick solid #FCDCDE;


}
.highlight {
	background-color: #FFFF66;
}
.testimonials {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	background-color: #FFFFCC;
	border: 2px solid #FFCC99;
}
.optin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20px;
	border: thick solid #F26522;
}
.previews {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f4f4f4;
}
.custom .comments_closed p {display: none ;}

.custom div.greybox {
        margin: 30px; 
        background: #EBEBEB; 
        padding: 10px 20px 20px 20px; 
        border: 1px solid #E3E3E3;
        font-size:90%;
}

div.greybox h3 {
        margin-top:0px;
        font-size: 15px;
        font-weight:bold;
}

div.greybox h2 {
       margin-top:0;
       bottom-border: 3px solid #CCC;
}        

/* ------------------------ Salesletter Elements ---------------------- */

.membership .headline_area, .blog-optimization-package .headline_area, .blogging-blueprint .headline_area, .blogging-blueprint-2-0 .headline_area{
       display:none;
}

.membership h1, .blog-optimization-package h1, .blogging-blueprint h1, .blogging-blueprint-2-0 h1 {
       text-align: center; 
       color: #006CAF; 
       margin-bottom: 30px;
       font-size: 30px;
       font-weight:bold;
	letter-spacing: -1px;
	line-height: 34px;
}

.membership h2, .blogging-blueprint h2, .blogging-blueprint-2-0 h2{
        border-bottom-width: 1px; 
        border-bottom-style: solid; 
        border-bottom-color: #cccccc; 
        text-align: center; 
        margin-bottom: 30px;
}

.membership div.greybox img, .blogging-blueprint div.greybox img, .blogging-blueprint-2-0 div.greybox img{
        border:1px solid #CCC;
        padding: 3px;
        margin-left: 3px;
}

ul.no {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-left: 1em;
        margin-bottom: 2em;
}

ul.no li {
        background-image: url(http://www.webbriefcase.net/wp-content/uploads/icon_r48_c26.png);
        background-repeat: no-repeat;
        background-position: 0 .4em;
        padding-left: 3em;
        line-height:300%;
}

ul.yes {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-left: 1em;
        margin-bottom: 2em;
}

ul.yes li {
        background-image: url(http://www.webbriefcase.net/wp-content/uploads/icon_r2_c35.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        padding-left: 3em;
        line-height:150%;
        margin-bottom: 20px;
}

p.head3 { 
        font-size:150%;
        color:#CC0000;
        font-style:italic;
        font-weight: bolder;
        padding-bottom: 10px;
        border-bottom: 1px #CC0000 solid;
        margin-left: 50px;
}

div.bonus {
        width:80%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:20px;
        padding: 0 20px 10px;
        border: 1px #FFEEAA solid;
        background: #FFFFE0;
}

div.bonus h2 {
       margin-top:10px;
}