/*
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 { background-color:#fff; }
.custom #content_area { background-color:#ffffff; }

.custom #header_area, .custom #footer_area { width:auto; }
.custom #header_area { background:#ffffff url(images/top_bg.png) repeat-x top; }
.custom #footer_area { background-color:#006E9E; }

.custom .breaker { height:0px; overflow:hidden; clear:both; }
.custom #header { border:none; background-image:url(images/top-banner.jpg); height:131px; padding:0; }

.custom #feature_box { padding:3em; background:none; }
.custom #feature_box .featuretext { margin-right:370px; font-size:2.5em; font-weight:bold;  font-style:italic; }
.custom #feature_box .featuretext h2 { color:#ff5300; font-size:1em; font-weight:bold; }
.custom #feature_box .featuretext p { font-size:1em; }
.custom #feature_box .featuretext .web { }
.custom #feature_box .featurelists { float:right; }
.custom #feature_box .featurelist { float:left; font-size:1.2em; margin-left:10px; width:150px; }
.custom #feature_box .featurelist ul { padding-left:1.3em; margin-top:0.5em; }
.custom #feature_box .featurelist h2 { font-size:1em; font-weight:bold; text-transform:uppercase; }

.custom #footer { text-align:left; color:#ffffff; border-top:none; padding:2em 0; font-size:1.1em; }
.custom #footer a { color:#00ccff; border:none; }
.custom #footer .footerleft { float:left; width:48%; }
.custom #footer .footerright { float:right; text-align:right; width:48%; }
#footer .footerright h2 {
color:#CCCCCC;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:1.1em;
font-weight:normal;
}
.custom #footer #contact a { color:#ffffff; }
.custom #footer #contact { margin-top:1em; }


.custom .full_width .page { width:934px; }
.custom #content_box { background:none; }
.custom #sidebars { width:260px; }
.custom #sidebar_1, .custom #sidebar_2 { border:none; width:260px; }
.custom #content { width:660px; }
.custom #header p { display:none; }

.custom h1, .custom h2, .custom h1 a, .custom h2 a { color:#006e9e; }

.custom .comments_closed p { display: none; }

.custom #tabs { border-left:none; padding:1.5em 0 1em; }
.custom #tabs li { background:none; border:none; }
.custom #tabs a { color: #333; text-transform:none; letter-spacing:normal; border-left: 1px solid #dddddd; padding:0.25em 1em; }
.custom #tabs li.subscriber_login { float:right; background:none; border:none; }
.custom #tabs li.subscriber_login a { color:#006e9e; text-transform:uppercase; border:none; }
.custom #tabs .page-item-1 a { border:none; }

.custom #contact_form input { width: auto; }
.custom #contact_form .checkbox { border:none; background:none; padding:0; }
.custom #contact_form { margin: 5px; background-color: #f5f5f5; -moz-border-radius:5px; -webkit-border-radius:5px; padding: 1em; }
.custom #contact_form .text_input { width: 300px; }
.custom #contact_form textarea.text_input { width: 500px; }

.custom #contact_form { text-align:left; }
.custom #contact_form #contact_submit { cursor:pointer; width:104px; height:21px; text-indent:-9999px; background:transparent url(images/submit_button.png) no-repeat; overflow:hidden; border:none; display:block; }
.btn { cursor: pointer; display: block; height: 31px; text-indent: -9999px; background: transparent url(../images/buttons.png) no-repeat left; margin: 2px 1px 0; padding: 0; border: 0; overflow: hidden; }

.custom #contact_form h3 { margin-top:0; }

.custom .cols2 .col { width:48%; float:left; }

/*login form*/
.custom td.background {
	background-color:#c3d8eb;
}

.custom td.text1 {
	background-color:#dae7f0;
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
}

.custom  td.text2 {
	background-color:#ffffff;
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
}

.custom  td.text3 {
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}

.custom  td.textred {
	background-color:red;
	color:#ffffff;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}


/** Front Page Login
------------------------------------------------------------------------------*/
#global-login {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 14px;
    background: #135873 url(images/bg_login.png) top left repeat-x;
    border: 1px solid #135873;
    }

#global-login p {
    padding: 10px 10px 0 10px;
    }
    
#global-login form {
    padding: 0 10px 40px 10px;
    text-align: right;
    border-bottom: 1px solid #024763;
    }
    
#global-login form h2 {
    padding-bottom: 10px;
    font-weight: bold;
    color: #FFF;
    }

#global-login form fieldset {
    padding: 0 0 5px 0;
    border: none;
    }

#global-login form input {
    width: 200px;
    padding: 5px;
    }
    
#global-login a.reg {
    display: block;
    padding: 20px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    border-top: 1px solid #2E718B;
    background: transparent url(images/logo_mg_small.gif) 5px 90% no-repeat;
    }