/*
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 and  Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/





/*To make nav styles disappear and style the new nav*/

.custom .comments_closed p {display: none ;}
.custom #header_area{ display: none; }
.custom #nav_area { background: none; padding: 80px; border-bottom: none; }
.custom #title_area { background: none; padding: 0; border-bottom: none; }
.custom #header { border-bottom: none; } 
.custom #nav_area ul { border-bottom: none; border-left: 1px; }
.custom #nav_area ul li { border-width: 0; margin-bottom: 0; padding-bottom: 0; background: none; }
.custom #nav_area ul li.rss { border-width: 0px; margin-bottom: 0px; padding-bottom: 0; background: none; }
.custom #nav_area ul#tabs { border-left: 1px; }
.custom #header { border-bottom: none; }
.custom #header { border-top: none; }

/************************************************/



body.custom { background:#ffffff url(images/bg_body.gif); }
.custom #container { padding:0; margin-top: 1em; background: #ffffff; border: 1px #696969 solid; }
.custom #page { padding:15px 0 0 0; background: #ffffff;}

.custom #header {
width: 100%;
padding: 0;
}

/*All Links*/
.custom a, .custom a:visited { color: #0076BE; }
.custom a:hover { color: #CE2B1F; }

.custom h2 a, .custom h2 a:visited { color: #ffffff; padding-left: 4px; }
.custom h2 a:hover { color: #ffffff; text-decoration:underline; background: #0076BE; padding-left: 4px; }

.custom h1 a, .custom h1 a:visited { color: #ffffff; padding-left: 4px; }
.custom h1 a:hover { color: #ffffff; text-decoration:underline; background: #0076BE; padding-left: 4px; }

.custom h1 { color: #ffffff; background: #0076BE; padding-left: 4px; }
.custom h2 { color: #ffffff; background: #0076BE; padding-left: 4px; }

/*Nav bar*/
.custom ul#tabs li a { background: #0076BE; color:#ffffff; font-size:12px; font-weight:bold; border:none;}
.custom ul#tabs li a:hover { background: #CE2B1F; color:#ffffff; font-size:12px; font-weight:bold; border:none;}

.custom ul#tabs { background: #0076BE; padding:0; border:none;}


/*sidebar*/
.custom #sidebars {  }
.custom #sidebar_1 { padding:0;  }
.custom #sidebar_2 { padding:0; }
.custom .sidebar {  }

.custom #column_wrap { background: none; }


/*Footer*/

.custom #footer-links {
	clear:both;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	font-size:1.1em;
        font-family: Verdana, Georgia, Arial, sans-serif;
	text-transform:uppercase;
        line-height: 15px;
}

.custom #footer-links a.credits, .custom #footer-links a.credits:visited {
	color:#333333;
}
.custom #footer-rap {
	padding:1px 3px 5px 3px;
        text-align: center;
}

.custom #footer { padding: none; margin: none; border: none; }

.custom #footer-left {
	width:600px;
	float:left;
}


.custom  #content_box { background: none ; }

/* Heading Tags */

.custom h1 { line-height: normal; font-size: 22px; }

/* My Text Div 1 */
.custom #mytextdiv1 {
width: 195px;
position: relative;
padding: 1em;
background-color: #eeeedd;
margin-left: -.77em;
margin-top: .3em;
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
}
.custom #mytextdiv1 ul {
margin:0;
padding: 0;
list-style: none;
}
.custom #mytextdiv1 h2 {
margin-bottom: 0.5em;
font-size: 1.5em;
}

#sidebar-contact-form { margin: 5px 0 5px 0; padding: 5px; width:185px; height:360px; background:url("images/orange-bg.jpg"); }

#sidebar-contact-form h2 { font-size: 14px; font-weight:bold; }

#sidebar-contact-form strong { color: #ffffff; }

#sidebar-contact-form strong:hover { color: #000000; }

#sidebar-contact-form-button { color: #000000; }

#sidebar-contact-form-button:hover { background:#cccccc;}





/**** CUSTOM SIDEBAR MENU ****/

#sidebar-menu a, #sidebar-menu a:visited {
	color: #0076BE;
	text-decoration: none;
}

#sidebar-menu a:hover {
	color: #CE2B1F;
	text-decoration: underline;
}

#sidebar-menu {
	font-size: 12px;
}
#sidebar-menu strong {
	font-size: 13px;
        padding:2px 0 2px 0;
        line-height: 20px;
        color: #ffffff;
        background: #0076BE;
}
#sidebar-menu-title {
        margin:2px 0 2px 0;
        padding: 0 0 0 2px;
        background: #0076BE;
}


#footer-links { background: #F1F1F1; border-top: #E8E8E8 thin solid; padding: 10px; color:#888888; }

#footer-links a { color:#747877; text-decoration: underline; }

#footer-links a:hover { color:#747877; text-decoration: none; }



/*****************************/



#my-custom-contact-form input {
width:95%;
border:#000000;
}  

#my-custom-contact-form input.submit {
width:100%;
}  

#my-custom-contact-form textarea {
width:95%;
border:#000000;
}  

#my-custom-contact-form form {
padding:5px;
}  

#my-custom-contact-form fieldset {
padding:5px;
}  

#my-custom-contact-form legend {
font-size:15px;
}  

/* Claim Free Video Form */

#custom-sidebar-claim-form {
	margin: 15px 0;
	padding: 5px;
	font-size:12px;
	background: #ffffff;
	border: 4px #F1262A dashed;
}
#custom-sidebar-claim-form h5 {
	font-size:16px;
	text-align:center;
	color: #F1262A;
	padding: 0 0 7px 0;
}

#my-custom-contact-form input.submit_Claim_Free_Video_Form {
	border: 1px solid #000000;
	padding: 5px;
	width: 160px;
	background-color: #eeeeee;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#submitpad_Claim_Free_Video_Form {
	padding: 5px;
	background-color: #F1262A;
	margin: 0px;
}

#input-bg-sidebarclaim {
	border: thin #000000 solid;
	background: #ffffff;
}
/********************************/
