/*
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 #header {margin:0; padding: 0;}

.custom #page {
    background: #000000;
    border: none;
	width: 1038px;
	padding: 0;
	
}

.custom #content_box {
	padding-left: 30px;
	width: 97%;
}


body.custom {
    background: #000000
    url('images/bg.jpg') no-repeat;
	background-attachment:fixed;
}



.custom #container {
    margin-top: none;
    margin-bottom: 1em;
    border: none;
}
.custom #sidebars {
	margin-right: 50px;
	
}

.custom .sidebar {
	background: #000000;
}

.custom #tabs a {
	font-weight:bold;
}

#content_box {
background: #000000;
}

.post_box {
background: #000000;
}

#content {
background: #000000;
}


#header {
border-bottom:none;
}

/* 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: 145px; width: 1038px; background: url('images/header.jpg') 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 is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

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


#tabs {
border-width:0 0 0 0;
border-style:none none solid none;
}

#tabs a {
color:#941200;
font-weight:bold;
}

#tabs a:hover {
background-color: #FFFFFF;
text-decoration: underline;
}


#tabs a:current {
text-decoration: underline;
color: #941200;
font-weight:bold;
}

#tabs li {
/*border-width:0 0 0 0;
border-style:none none none none;*/
background-color: #FFFFFF;
border: solid 0px #DFDFDF;
}

.headline_area h1, .headline_area h2 {
-x-system-font:none;
color:#FFFFFF;
font-family:Tahoma,Geneva,sans-serif;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:1.364em;
}

.headline_area h1 a, .headline_area h2 a {
-x-system-font:none;
color:#FFFFFF;
font-family:Tahoma,Geneva,sans-serif;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:1.364em;
}

.headline_area h1 a:hover, .headline_area h2 a:hover {
-x-system-font:none;
color:#FFFFFF;
font-family:Tahoma,Geneva,sans-serif;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:1.364em;
}

h2 {
font-weight:bold;
color:#FFFFFF;
}


.sidebar {
background: #FFFFFF;
}

.sidebar h3 {
font-family:Tahoma,Geneva,Verdana,sans-serif;
font-size:20px;
line-height:1.25em;
margin-bottom:0.625em;
letter-spacing: 0px;
}
.sidebar h3 {
color:#ba0c0b;
font-weight:bold;
font-variant:normal;
text-align: center;
}


.sidebar input[type="submit"] {
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
padding:0.267em;
background-color: #ECE9D8;
border: solid 3px #CC0000;
color: #000000;
height: 32px;
width: 240px;
font-size: 15px;
font-weight: bold;
;
}

.sidebar input[type="submit"]:hover {
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
padding:0.267em;
background-color: #ECE9D8;
border-color: #00CC33;
color: #000000;
height: 32px;
width: 240px;
font-size: 15px;
font-weight: bold;
}

a {
color: #bfbfbf;
}

li.widget_text {
background-color: #181818;
padding: 15px;
width: 340px;
border: solid 1px #414141;
color: #A6A6A6;
}


#commentform input.form_submit {
border-width:1px;
}

.format_text input[type="submit"] {
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
padding:0.267em;
border: solid 3px #ECE9D8;
border-color: #00CC33;
color: #000000;
height: 32px;
width: 240px;
font-size: 15px;
font-weight: bold;
}

.format_text input[type="submit"]:hover {
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
padding:0.267em;
background-color: #ECE9D8;
border: solid 3px #CC0000;
color: #000000;
height: 32px;
width: 240px;
font-size: 15px;
font-weight: bold;
}

.format_text input[type="text"] {
width:150px;
}

.format_text h2 {
color:#FFFFFF;
font-family:Tahoma,Geneva,sans-serif;
font-size:20px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:0px;
line-height:30px;
margin-top:0;
}

.format_text h3 {
color:#000000;
font-family:Tahoma,Geneva,sans-serif;
font-size:16px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
line-height:30px;
margin-top:0;
}


.teaser h2 {
font-family:Tahoma,Geneva,Verdana,sans-serif;
font-size:14px;
line-height:18px;
margin-bottom:0.625em;
color:#0066CC;
font-weight:bold;
}

.teaser h2 a {
font-family:Tahoma,Geneva,Verdana,sans-serif;
font-size:14px;
line-height:18px;
margin-bottom:0.625em;
color:#0066CC;
font-weight:bold;
}

.teaser h2 a:hover {
font-family:Tahoma,Geneva,Verdana,sans-serif;
font-size:14px;
line-height:18px;
margin-bottom:0.625em;
color:#000000;
font-weight:bold;
}

.teaser .format_teaser {
font-size:13px;
line-height:18px;
}

.teaser a.teaser_link {
font-size:13px;
line-height:18px;
}

.teaser a.teaser_link:hover {
font-size:13px;
line-height:18px;
}


#footer {
border-top:1px solid #DFDFDF;
color:#000000;
}

#footer a {
color:#FFFFFF;
}

.custom #footer{background:#181818; padding-right: 10px; }
	.custom #footer .page {background:transparent;}
		.custom #footer {border-top:5px solid #414141;}


.custom #footer_1 {text-align:left; color:#FFFFFF; background:#181818; }
	.custom #footer_1 ul.sidebar_list li.widget {width:30%; margin-right:2%; float:left; }
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#ba0c0b; text-align: left; font-size: 16px; border-bottom: 1px dotted #c1bfbf; padding-bottom: 8px; letter-spacing:0px; }
		.custom #footer_1 ul.sidebar_list li.widget a {color:#bfbfbf; text-decoration:underline; border-bottom: 0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#bdbdbd; text-decoration:none;}
		.custom #footer_1 ul.sidebar_list li.widget p {font-size: 14px; color: #A6A6A6; }
.custom .links {
			color:#FFFFFF; text-align: left; font-size: 14px;
			}

.custom #footer_separator {
	background:  width: 100%; 
	margin-bottom: 5px;
	
}



.custom #optin_form {
	background: #181818;
	padding: 5px;
	color: #FFFFFF;
	width: 310px;
	border: solid 1px #414141;
}

 .footer_text {
	width: 100%;
	float: left;
	border-top: 1px dotted #c1bfbf;
}

.footer_text p {
	text-align: left;
	font-size: 14px;	
}

.clear {
 	clear:both;
}

.pic1 {
margin-bottom: 24px;
}

.subheading {
	font-weight: bold;
	color: #FFFFFF;
	
}

.custom .magic_links {
	color:#bfbfbf; 
	text-decoration:underline; 
	border-bottom: 0;
}

.magicdiv {
	width: 340px;
	color: #FFFFFF;
}


.magicdiv .af-element {
width: 75%;
color: #FFFFFF;
background-color: #FFFFFF;
}


