/*
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 {
	background: #f4f4f4;
}

#top {
	background: #f4f4f4;
	position:relative;
	margin: auto;
	
}

#headertop {
	height: 115px;
}

.header2bg {
	height:300px;
	position:absolute;
}

#page {
	background: url(images/bodybg2.png) repeat-y;
	position: relative;
	left: 0px;
	width: 900px;
}

/**Video**/
.poweredByKaltura {
	display: none;
}

#header2 {
	background: transparent;
	margin-left: 6px;
}

#header {
padding-bottom:1em;
padding-top:1em;
}

#sidebars {
	margin-left: 20px;
	background: #fafafa;
	border: 1px solid #f0f0f0;
	color: #575757;
}

#archive_info {
	padding: 0;
	margin-top: 10px;
	margin-left: 10px;
}

#archive_info p {
	font-size: 18px;
}

#archive_info h1 {
font-size:1.8em;
line-height:2em;
margin-bottom: 15px;
width: 600px;
border-bottom: dotted 1px #c9c9c9;
}

.aktt_credit {
	display: none;
}

#sidebars a {
	color: #3f3f3f;
	font-weight: bold;
}

.sidebar h3 {
	background: #1b1b1b;
	border: 1px solid #f0f0f0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #C0F13C;
	font-size: 13px;
}

#loginboxhorizontal {
	position:relative;
	float: right;
	margin-top: -20px;
	margin-right: 50px;
}

#livesupport {
	position: relative;
	float: right;
	margin-top: 40px;
	margin-right: -254px;
	right: 5px;
}

.merchantform {
	position: relative;
	left: 50px;
	top: 10px;
	margin-left: 30px;
}

.pt8 {
	color: #000000;
}

p {
font-size: 14px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	color: #202e02;
}

.radio {
	margin-bottom: -5px;
	position: absolute;
	background: transparent;
	padding-left: 5px;
	border: none;
}

input {
	margin-top: 10px;
}

#banner2 {
	top: -22px;
	left:-6px;
	width: 900px;
	position: relative;
}


.format_text {
	margin-bottom: 30px;
}

.format_teaser {
	width: 200px;
}

.teasers_box {
	width: 630px;
}

#content_box {
	background: transparent;
	width: 900px;
	margin-left: -5px;
	margin-right: auto;
}



#newsletter {
	margin-top: -50px;
}

#middlearea {
	position: relative;
	background: #000000;
	height: 230px;
	top: -25px;
	left: -6px;
}

.middleline {
	display: none;
}

h2 {
	font-size: 15px;
	color: #ffffff;
}

.headline_area h1, .headline_area h2 {
font-size:2.2em;
line-height:2.2em;
}

.post_box {
padding-top: 0;
}

.content-box{
	margin: 10px auto 0px auto; 
	border:1px solid #AFAFAF; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
	background:#FFF;
	padding: 10px 10px 10px 10px;
}

#custom_box {
	background: transparent;
}

.format_text {
	margin-top: -10px;
}

h2 {
	color: #000000;
}

p {
	color: #000000;
}

.menu {  
	font-family: arial, sans-serif; 
	width:900px; font-size:100%;
	color:#ffffff; 
	height: 30px;
	background:#000000; 
	margin: auto;
	float: right;
}



/**Suckerfish**/
#suckerfishnav {
	margin:0px 0 2px 0;
	width:900px;
	background: #000000;
}

ul.suckerfishnav  { list-style:none;}
	ul.suckerfishnav li { float:left; background:url(images/ver.gif) no-repeat 0 5px; margin:0px 0px 0px -2px; padding:3px 5px 3px 5px;}

	
#banner {
	background: url(images/banner.jpg) repeat-x;
	margin: -15px 0 0 0;
	position:absolute;
}

#multimedia_box {
	background: url(images/footer.png) repeat-y;
	position: absolute;
	top: auto;
	margin-left: -14px;
	right: auto;
	height:50px;
}

#custom_box {
	display: none;
}



.format_text p {
	margin-below: 50px;
}

#comments p{
	margin: 0 50px 15px 0;
}


#footer {
	display: none;
}

#more {
	float: right;
}

.more {
	clear: both;
	background: url(images/more.png) no-repeat;
	width: 110px;
	height: 40px;
	line-height: 35px;
	position: relative;
	top: 5px;
	text-align:center;
}

.more a {
				clear:both;
				color:#a2da0b; font-size:13px; font-weight: normal;
				text-decoration:none;
}

.more:hover a {
	color: #ffffff;
}


.noborder {
	margin: 0;
	padding: 0;
}

.footer {
		clear:both; overflow:hidden; height:50px; border-top:1px solid #fff;
		font-size:1.2em; color:#000; line-height:1.4em; background:#000000;
		}
	.footer .width { width:980px; margin:0 auto;}
	.footer .indent { overflow:hidden; height:100%; text-align:right; padding:13px 30px 13px 22px;}
	
	.footer a { color:#000;}
	
/**Business Resources Form**/

.aweber_formbox {
    margin:15px auto;
	border-top:1px solid #e4e4e4;
	border:1px solid #e4e4e4;
	width:450px;
	padding:1px;
	background-color:#FFF;
	font-family:Trebuchet MS, Verdana, Arial;
	background-repeat:no-repeat;
	background-image:url(http://www.aweber.com/users/img/affiliate_forms/money.gif);
	background-position:175px 105px;
	}
.aweber_formbox .aweber_header {
	background-color:#ceface;
	padding:8px 0 10px 15px;
	border-bottom:3px solid #66cb6e;
	font-size:14px !important;
	color:#7d5a38;
	}
.aweber_formbox p {
    font-size:12px;
    margin-left:205px;
    padding-top:8px;    
    }
.aweber_formbox p span {
    font-size:14px;
    }
.aweber_formbox p span strong {
    color:#000 !important;
    }
.aweber_formbox .aweber_emailicon {
	position:relative;
	top:3px;
	display:none;
	}
.aweber_formbox .aweber_header span {
	font-size:26px;
	display:block;
	margin-top:10px;
	}
.aweber_formbox .aweber_header span strong {
    font-size:35px !important;
    color:#5a3c1f !important;
    }
.aweber_formbox .aweber_form {
	padding:10px;
	font-size:12px;
	float:left;
	}
.aweber_formbox .aweber_lbl {
	display:block;
	}
.aweber_formbox .aweber_lbl span {
	/*display:none;*/
	}
.aweber_formbox .aweber_form input[type="text"] {
	width:157px;
	background-color:#e6efef;
	border:1px solid #e4e4e4;
	padding:3px;
	vertical-align:middle;
	font-style:italic;
	}
.aweber_form input[type="submit"] {
	background-color: #22be0b;
	background-image:url(http://www.aweber.com/images/button_on.gif);
	background-image:repeat-x;
	color:#FFF;
	border:1px solid #666;
	padding:4px 5px;
	margin-top:3px;
	}
.aweber_form input[type="submit"]:hover {
	background-color: #2096e2;
	background-image: url(http://www.aweber.com/images/button_hover.gif);
	background-repeat: repeat;
	}
.aweber_formbox .aweber_form input[type="text"]:focus {
	background-color:#FFF;
	}
.aweber_formbox .aweber_element {
	margin-bottom:5px;
	margin-left:15px;
	}
.aweber_formbox .aweber_submit {
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	}
	
#copyright {
	color: #4d4d4d;
	text-align: right;
	float: right;
	position: absolute;
	margin-top: 40px;
	margin-left: 450px;
}

#copyright a{
	color: #C0F13C;
}

