/*
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.custom {background: #333;}
body.about .headline_area {display: none;}
body.about #post-2 {padding-top: 0;}
.custom #container {background: #fff;}
.custom #header {padding-top: 20px; background: #333; border: 0;}
.custom #header #logo {background-image: url('images/logo.jpg'); background-repeat: no-repeat; height: 70px; width: 487px; margin: auto;}
.custom #header #logo a {display: block; text-indent: -9999px; height: 70px; width: 487px;}
.custom #sidebar_1 .menu ul {list-style-type: circle; margin-left: 15px;}
.custom #sidebar_1 .menu ul .current_page_item a {color: #000;}
.custom #sidebar_1 .menu ul .current_page_item li a {color: #2361A1;}
.custom #rotator {padding: 30px 30px 10px 30px;}
.custom ol ol {list-style-type: lower-alpha;}
.custom .team {width: 150px; float: left; overflow:hidden; padding-left: 10px;}
.custom .team img {margin-bottom: 0;}
.custom .team a {font-size: .8em;}
.custom hr {clear:both; border: none; padding-bottom: 40px;}
.custom .googlemap {float: right;}
.custom #footer {background: #333; border: 0;}
.custom #footer p, .custom #footer a, .custom #footer a:hover {color: #ccc;}

.rate-schedule-maintenance .schedule-maint-form-wrap { position: relative; float: left; }
.rate-schedule-maintenance .schedule-maint-form-wrap form td { margin: 5px;}
.rate-schedule-maintenance .schedule-maint-form-wrap form td.coverage { font-size: 1.3em; text-align: right;}
.rate-schedule-maintenance .schedule-maint-form-wrap form td.message { width: 40px;}
.rate-schedule-maintenance .schedule-maint-form-wrap form td.premium input { padding: 3px; width: 45px; font-size: 1.3em; text-align: right; }

.rate-schedule-maintenance .schedule-exceptions-form-wrap { position: relative; float: left; margin-top: 20px;}
.rate-schedule-maintenance .schedule-exceptions-form-wrap form td { margin: 5px;}
.rate-schedule-maintenance .schedule-exceptions-form-wrap form td input { padding: 3px; width: 98px; font-size: 1.3em; text-align: right; }
.rate-schedule-maintenance .schedule-exceptions-form-wrap form td.message { width: 40px;}


body.refi-he-calculator .headline_area { display: none;}
body.purchase-calculator .headline_area { display: none;}


body.refi-he-calculator #content { margin-bottom: 20px;}
body.purchase-calculator #content { margin-bottom: 20px;}


.calc-form-fields {
  font-size: 1.5em; 
  padding: 10px;
  margin-bottom: 10px;

}
  .calc-form-fields hr {height: 0.1em; margin: 0; padding: 0; padding-bottom: 0; clear: both; border: none; background: #fff;}
  .calc-form-fields div { margin: 0; }
  .calc-form-fields .input-col input{ width: 90px; padding: 3px; text-align: right;}
  .calc-form-fields .output-cell span { text-align: right; width: 94px; display: block;}
  .calc-form-fields .date-pick { float: left; }
  .calc-form-fields h3 { color: #2361a1;  }
.calc-form-fields table#endorsements { width: 550px;}
  .calc-form-fields .endorsementPrice { text-align: right; width: 60px; color: white;}
  .calc-form-fields #totalEndorsements {  color: #888; text-align: right; }
  .calc-form-fields #lblTotalEndorsements { color: #888; font-style: italic;}

  .calc-form-fields table#endorsements td { padding: 2px; }
  .calc-form-fields table#endorsements td.code {width: 40px;}
  .calc-form-fields table#endorsements .tdFudge { padding-left: 7px; }
  .calc-form-fields table#endorsements td.description { width: 420px;}

.calc-form-fields #totalPremium { color: #2361a1; font-weight: bold; width: 148px; text-align: right; }
.calc-form-fields #lblTotalPremium { color: #2361a1; }

.calc-form-fields .taller { margin-top: 10px; margin-bottom: 10px; }
.calc-form-fields .disclaimer { font-size: 0.75em; color: #222; font-style: italic; cursor: pointer;}
.calc-form-fields #cbLink { height: 40px; display: block;}
.calc-form-fields #cbLink a { 
  font-size: 0.75em; 
  color: #666; 
  cursor: pointer; 
  height: 20px;
  background-image: url(images/byCBBlue20w.gif); 
  background-repeat: no-repeat; 
  background-position: 67px 0px;
  display: block;
  padding-top: 6px;
}
