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


/*---------------------------------*/
/* Background Colors               */
/*---------------------------------*/

body.custom {
	background: #333333 url(http://betterbizideas.com/blog/wp-content/themes/thesis_151/thesis_151/custom/images/BBIBackground10.png) center -1px repeat-x;
	}

#page { background: transparent; }

.custom a, .custom a:visited { color: #333333; text-decoration: underline;}
.custom a:hover { color: #ff9933; }

/*---------------------------------*/
/* Header Elements                 */
/*---------------------------------*/

.custom #header { border-bottom:none;
height:100px;
padding-top:0;
padding-bottom:0;
padding-right:0;
padding-left:0;
background:url(http://betterbizideas.com/blog/wp-content/themes/thesis_151/thesis_151/custom/images/BBIThesisHeader.png)
center left no-repeat; }

/*---------------------------------*/
/* Margins & Padding               */
/*---------------------------------*/

.custom #container {
	padding: 0 1em;
	}
	
.custom #page {
	padding: 0;
	}
	
.custom #content_box {
	background: #dddddd;
	padding: 0;
	}	
	
.custom #content {
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	background: #fff;
	border: 1px solid #bbbbbb;
	display: inline; /* IE HasLayout fix */
	}
	
.custom #feature_box {
	border: none;}

/*---------------------------------*/
/* Header Widget                   */
/*---------------------------------*/  

.custom .sidebar ul.sidebar_list {position: relative;}
.custom #header_widget_1 ul.sidebar_list li.widget {
	position: absolute;
	display: block;
	top:13px;
	left:670px;
	width:330px;
	background:transparent;
	border: none;
	}


/*---------------------------------*/
/* Sidebar Background color        */
/*---------------------------------*/


li.widget {
	width: auto;
	line-height: 1.4;
	}	

.custom .sidebar ul.sidebar_list {
	padding-top: 1em;
	padding-left: 0;
	}
	
.custom #sidebar_1 li {
	}

.custom li.widget {
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	border: 1px solid #bbbbbb;
	}
	
.custom #sidebar_1 li h3 {
	margin-bottom: 12px;
	border-bottom: 3px solid #ff9933;
	font-weight: bold;
	letter-spacing: 0;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	font-style: normal;
	font-size: 1em;
	}	

/*---------------------------------*/
/* Navigation Elements             */
/*---------------------------------*/

.custom ul#tabs {
	border: none;
	height:28px;
	}

.custom ul#tabs li {
	background: none;
	border: none;}

.custom ul#tabs li a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	}	

.custom ul#tabs li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

/*---------------------------------*/
/* Post Footer                     */
/*---------------------------------*/


/* Subcribe box*/
#subscribe-box {
	padding:5px;
	background:url(http://betterbizideas.com/blog/wp-content/uploads/Photos/Titles/Small-Business-Advice-Better-Biz-Ideas2.png) center left no-repeat;
	border-top:4px solid #FF9933;
	border-bottom:4px solid #FF9933;
	width:97%;
	margin: 0px auto 0px auto;
	}
#subscribe-box #mug-shot {float:left; width:10%; padding-top:5px; padding-left:5px; margin-right: 10px;}
#subscribe-box #subscribe-text {float:right; width:75%; padding-top:10px; font-family:arial, verdana, sans-serif; font-size:1.2em;}
#subscribe-box #subscribe-title {float:right; width:75%; padding-top:10px;}
.clear { clear: both; }

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	background: transparent;
	padding: 0px;
	margin-bottom: 5px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	background: #eeeeee;
	text-align: left;
	width: 298px;
	margin: 5px;
	border: 1px solid #777777;
	color: #000000;
	padding: 10px 10px 10px 10px;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	margin-bottom: 12px;
	font-weight: bold;
	letter-spacing: 0;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	font-style: normal;
	border-bottom: 3px solid #ff9933;
	font-size: 1em;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/* color of footer background*/
.custom #footer {
	background: #ff9933;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.4em;
	
}
.custom #footer a { color: #333333; border-bottom: none;}
.custom #footer a:hover { color: #FF9933; }


/*---------------------------------*/
/* Post Elements                   */
/*---------------------------------*/

.custom .post_box{
	padding-right:10px;
	padding-left:10px;
	padding-top:30px;
	padding-bottom:5px;	
	}

/*-------------------------------------------------*/
/* WP125 Ads - Deactivated due to sidebar conflict */
/*-------------------------------------------------*/

.custom #wp125adwrap_2c { width:100%; }
.custom #wp125adwrap_2c .wp125ad { width:125px; float:left; padding:5px; }

