/*
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/
*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 160px; width: 950px; background: #f8f8f8 url('http://www.alistbloggingbootcamps.com/wp-content/themes/thesis_new/custom/images/header.png') no-repeat; outline: none;}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This gets rid of the space for the tagline*/
.custom #header #tagline {display:none; }
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0;}

.custom #content_box {background:none;}

.custom #sidebar_1 {float:right;}
.custom #sidebar_2 {float:left;}

.prelaunch #content {width:67em;}

/*this sets a color for the blockquote and removes the default left-hand vertical line*/
blockquote {
border-left:0px solid #DDDDDD;
color:#EC3924;
}

/*this code sets a background color and image, as well as the overall text color*/

body.custom {
    background: #ffffff; color:#666666;
}

/*this code gets rid of the top margin*/
.custom #header_area .page {
padding-top:0;}

/*this code sets a background color for the content area*/
.custom #content
{ background: #ffffff;}

/*this code gets rid of post box line*/
.custom .post_box {border-top: 0px;}


/*this code gets rid of sidebar line*/
.custom #sidebar_1 {
border-style:none;}

.custom .full_width .page {
margin:0 auto;
padding-left:0em;
padding-right:0em;
width:95em;
background: #ffffff;
}


.custom #footer_area .page {
padding-bottom:0em;
background:#f8f8f8;
}


/*this code set the color for post headlines*/
.custom .headline_area h2 a {color: #ec3924;}, .custom .headline_area h2 a:visited {color:#ec3924;}
.custom h2 a:hover { color: #818385;}

/*this code for page headlines*/
.custom h1 {color: #ec3924;}

/*this code for front page headline*/
.custom h2 {color: #ec3924;}

/*this code for in-page headings*/
.custom h3 {color: #ec3924;}

.custom h2{color:#666666;}

.custom .format_text h2 {font-size:1.75em; margin:0.5em 0;}

/*this code for sidebar headings*/

.custom .sidebar h3 {
color: #818385; 
}

/*this code changes the link attributes in pages/posts*/
.custom a, .custom a:visited { color:#ec3924; text-decoration:none;}
.custom .format_text a {border-bottom:1px dotted #ec3924;}
.custom a img {border-bottom:none;}

/*this code changes the link attributes in the sidebar*/
.custom .sidebar a {text-decoration:none; border-bottom:none;}

/*this code sets the rotator box background color*/
.custom #image_box { background-color: #ffffff; }

/*this code gets rid of the border around the image box*/
.custom #image_box img {border-style:none;}

/*this code gets rid of the border under the rotator box*/
.custom #image_box {border-bottom: 0;}

/*this code brings the sidebars up closer under the multimedia box*/
.custom #multimedia_box {margin-bottom: -1em;}

/*this code sets a full-width footer*/
.custom #footer_area {background:#f8f8f8; padding:0.5em 0; border-top:1px solid #f1f1f1;border-bottom:1px solid #f1f1f1;}
	.custom #footer {border-top:0; color:#818385;}
/*set color for hyperlinks in footer*/
.custom #footer a{color: #818385; text-decoration:none; border-bottom:none; font-weight:bold;}

/*this code goes with the stuff in the custom_functions.php file to help create a full-width header*/
.custom #header_area{background: transparent url(images/headerbackground.png) repeat scroll 0 0; padding-top:0;}

/*nav bar customization*/

.custom #nav_area {background:transparent; padding:0; border-bottom:0px solid #385a73; border-top: 0px solid #000000;}
	.custom #nav_area ul {background: transparent; border-bottom:none; border-left:none;padding-bottom:0px; padding-top:0px; text-decoration:none;}
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none; text-decoration: none; float:right;}

	.custom #header {border-bottom:none; padding-bottom:0;}
	
/*kill the bullets in the sidebar*/
.custom li.widget ul li {margin-bottom: 0.692em; list-style:none;}	
.custom li.widget {list-style:none;}
 
/*thesis 1.6 nav styles*/
.custom .menu {margin-top:-6.4em; width:95em; z-index:500;	float:right;}
.custom .menu a {color: #818385;}
.custom .menu a:hover {color: #818385}
.custom .menu .current a {color: #EC3924 }
.custom .menu ul a {color: #EC3924;}


/*get rid of dotted link box*/
:-moz-any-link:focus {
  outline: none;
}

/*float download button*/
#download {
position:absolute; 
margin-left:.9em;
margin-top:-22.5em;
z-index:500;
}

/*download button background image*/
#download{
display: block;
width: 150px;
height: 50px;
background: url(images/download.png) no-repeat;}

#download a {
text-decoration:none;
}

.hide {
visibility:hidden; 
}

#freereport { /* Report Link */

float: left;

position:absolute;

width : 150px;

height: 50px;

margin-left: 0px;

}


/*float signup and tour buttons*/
#buttons {position:absolute; margin-left:.1em;
margin-top:-9em;
z-index:500;
}

#buttons { /* background image block */

display: block;

width: 439px;

height: 57px;

 background: url(images/buttons.png) no-repeat; 

/* background: url(images/tour.png) no-repeat;  */


}

#buttons a {

text-decoration:none;

}

.hide {

visibility:hidden; 

}


#signup { /* Sign Up Link */

float: left;

position:absolute;

width : 189px;

height: 57px;

margin-left: 140px;

}


/*this code sets the background for the widgets*/
.custom li#text-4.widget, li#categories-3.widget, li#linkcat-6.widget, li#spf-3.widget {
background:#f8f8f8 no-repeat scroll 0 0;
}

/*this code styles the custom footer*/
.custom #footer_1 {text-align:left; color:#818385;}
	.custom #footer_1 ul.sidebar_list li.widget {width:31%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#818385;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#818385; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#ec3924;}
		
/*this code fixes the PayPal button size bug.  To get rid of gray bg and border, you must also add input class="paypal" in front of the part of the form code that says type="image"*/
.custom .post_box .format_text input { width: auto; } 
input.paypal {
background:#ffffff;
border-style:none;
}

/* *** START *** of additions by Lodewijk */
/* = Content Overview = */

ul li.cat_name {list-style:none;margin:0 0 0 -1.5em;}
	li.cat_name h2 {background:#aaa; padding:0.5em; position:relative; cursor:pointer;}
	span.cat_desc {color:#666;font-size:0.9em;line-height:1.2em;}
		li.cat_name h2 span.arrow {position:absolute; right:0.5em;}
ul li.cat_name ul li {line-height:2.0em; color:#EC3924}
ul li.cat_name ul li a {text-decoration:none}
ul li.cat_name ul li a:hover {text-decoration:none}

.custom .post_box .format_text #paypalbutton img, .custom .post_box .format_text #paypalbutton input { background: none; border: 0; }