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

/*----------HEADER----------*/


.custom #header_area {background-image:url(http://www.ecarcrash.com/wp-content/themes/ecarcrash/img/bg_home.gif);background-repeat:repeat-x;padding-top:10px; }

.custom #header .homebanner img {margin-top:50px; padding-left: 10px;}

.custom #header .homebanner {background-image:url(http://www.ecarcrash.com/wp-content/themes/ecarcrash/img/bg_banner.gif);background-repeat:no-repeat;padding-bottom:0px;border-bottom-width: 0px;margin:0em;height:290px;margin-top:0px;position: relative;top:-10px;}

.custom #header {padding-bottom:0px;border:none;}


/*----------FOOTER----------*/


.custom #footer {padding-bottom:20px;border:none;}

.custom #footer_area {background-color:#3581B7;}

.custom #footer ul li {color:#fff; display: inline;}
.custom #footer ul li a {color:#fff; margin-right: 1em;}
.custom #footer {color:#fff;}
.custom #footer ul {list-style-type:none;}
.custom #footer li {list-style-type:none;}
.custom #footer .footer_links {font-size:1.2em; float: left;}

.custom #ecc_info p {position: relative; top: 30px; text-align: left; width: 200px; }

.custom #footer ul li a {text-decoration: underline; border-bottom: none;}

.custom .linkcat h2 {display: none;}

.custom #thesis-att a {color: white; }

.custom #footer a {color: #ffffff; }


/*----------CONTENT----------*/


.custom .homepage_content_area {background-color:#DFF3F7;}
.custom #content_area {background-color: #DFF3F7;}

/*---------BLOG-POSTS---------*/

.custom .post_box {padding-bottom: 2.2em; }


/*----------SIDEBARS----------*/

.custom .start_inner {margin-left: 1em; margin-bottom: 2em; margin-top: 2em;}


/*----------SIDEBAR - CONTACT----------*/

/*
.custom #sideform {background-image:url(http://www.ecarcrash.com/wp-content/themes/ecarcrash/img/bg_form-contact.gif);background-repeat:no-repeat;}

.custom #sideform {background-image:url(http://www.ecarcrash.com/wp-content/themes/ecarcrash/img/bg_form-contact.gif);background-repeat:no-repeat;height:430px}

.custom .wpcf7-form { padding-top: 25px; font-size: 1.5em;}
.custom .contact_text { padding-left:30px; font-size: 1.6em;}
.custom .form_text {padding-left: 45px; padding-top: 20px;}
.custom .contact_send {padding-left: 226px; padding-top: 10px;}
.custom #contact-page {font-size: .7em; padding-top: 0px;}
*/

/*--- 2010/2/16 --- Sidebar additions ---*/
.custom ul.sidebar_list{padding:0px;}
.custom #sideform,
.custom .widget{
	width: 262px;
	margin: 10px;
	padding: 10px 10px 30px 20px;
	border: silver 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: white;
	font-size: 1.5em;
	}
.custom .widget.blue	{border-color: #2b73b7;}
.custom .widget.yellow	{border-color: #ea8813;}
.custom .widget.green	{border-color: #6c8e30;}

.custom .contact_text,
.custom .widget h3{

	font-size:1em;
	line-height:1.385em;
	margin-bottom:0.692em;
	color:#555555;
	font-variant:small-caps;
	letter-spacing:2px;

	margin-left:-15px;
	padding-left:40px; 	
	background: transparent no-repeat left center;
	background-image: url(/wp-content/themes/thesis_151/custom/images/icons/promotion.png);
	min-height: 32px;
	}
.custom .widget h3.questions{	background-image: url(/wp-content/themes/thesis_151/custom/images/icons/help.png);}
.custom .widget h3.claims{		background-image: url(/wp-content/themes/thesis_151/custom/images/icons/folder_full.png);}
.custom .widget h3.quotes{		background-image: url(/wp-content/themes/thesis_151/custom/images/icons/users.png);}
.custom .widget h3.tips{		background-image: url(/wp-content/themes/thesis_151/custom/images/icons/info.png);}

.custom .widget p{
	margin-bottom:1.385em;
	}

.custom .widget .form_text{
	padding-left: 15px;
	padding-top: 20px;
	}
.custom .widget .contact_send{
	padding-top: 10px;
	text-align:right;
	}
.custom .widget .contact_send input[type=submit]{
	padding: 3px 6px;
	background: #009900;
	color: white;
	}
.custom .widget .contact_send input[type=submit]:hover{
	background: #3581B7;
	color: black;
	}

.custom .wpcf7-validation-errors,
.custom .wpcf7-not-valid-tip-no-ajax{
	display: block;
	font-size: 10px;
	color: red;
	margin-bottom: 5px;
	}


/*---------NAVIGATION--------------*/


.custom .heading {width: 400px; float: left;}

.custom #tabs {width: 600px; float: left; padding-top: 10px;}

.custom ul#tabs {float: left; z-index: 1; border-bottom: none; border-left: none; width: 375px;}

.custom ul#tabs li {
background: transparent;
padding:1px;
font-family: "Lucida Sans","Lucida Grande",sans-serif;
color:#206094;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
border: none; 
float: left;
}

.custom ul#tabs li.current_page_item {
background: url(./images/bg_nav-active.gif);
border:1px solid #ADCBDD;
color:#2E7BBC;
padding:0 8px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
}

.custom ul#tabs li a {
color: #206094;
padding: .545em .5em;
font-size: 14px;
}

.custom ul#tabs li a:hover {
text-decoration: underline;
}

.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover {
cursor: pointer;
}

.custom #user_nav {float: left; padding-left: 30px; padding-top: 20px;}
.custom #user_nav li {display: inline; list-style-type: none; padding-left: 5px;}

.custom ul#user_nav li.signup a, ul#user_nav li.login a {letter-spacing: normal; font-size: 12px; font-family: Helvetica, ariel, sans-serif; display: inline;}

.custom ul#user_nav li.signup a:hover, ul#user_nav li.login a:hover {text-decoration: underline; }

.custom ul#user_nav li.signup a { color: #009900; }
.custom ul#user_nav li.login a { color: #ff6600; }

.custom #phone {
float: left;
color:#206094; 
font-size:18px;
font-family: "Lucida Sans","Lucida Grande",sans-serif;
font-weight:bold;
padding:8px 0 0 34px;
width:150px; 
height:29px;
z-index: 3;
background-color: #DFF3F7;
}


/*--------MASTHEAD - HOME-----------*/


.custom .h1_masthead { font-family: "Verdana", "Lucida Grande", "Arial", "sans-serif"; font-size: 2.8em; color: white; padding-left: 1em; padding-top: 1em; padding-right: 0; padding-bottom: 1.5;}

.custom .p_masthead { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 2em; color: white; width: 550px; padding-left: 1.5em; padding-top: .7em; }

.custom .p_tag1 {font-family: "Arial", "Helvetica", "sans-serif"; font-size: 2em; color: white; width: 550px; padding-left: 1.5em; padding-top: .7em; }

.custom .p_tag2 { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 2.4em; color: yellow; width: 440px; padding-left: 1.5em; padding-top: .7em; }

.custom .ul_masthead {line-height: 1.5em; list-style-type: disc; font-family: "Arial", "Helvetica", "sans-serif"; font-size: 1.75em; color: white; padding-left: 70px; padding-top: .5em; padding-bottom: .5em; width: 550px; }

.custom #bannerBts {
margin:25px 0 0;
padding:0 0 0 40px;
position:relative;
width:570px;
clear:both;
}

.custom #btStart {
background:transparent url(http://www.ecarcrash.com/wp-content/themes/ecarcrash/img/bt_start.png) no-repeat scroll 0 0;
height:48px;
width:308px;
text-indent:-9999px;
display: block;
}


.custom a#btTake {
background:#1573AA url(http://www.ecarcrash.com/wp-content/themes/ecarcrash/img/ico_arrow.gif) no-repeat scroll 98px 10px;
color:#DDDDDD;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height:normal;
padding:8px 29px 8px 12px;
position:absolute;
left: 300px;
top: 10px;
text-decoration:none;
}

.custom a#btTake:hover {
background-color:#2A6991;
background-position: 98px -38px;
color:#FFFFFF;
}


/*--------FEATURES - HOME------------*/


.custom #no_headline .headline_area { display: none; } 

.custom .featured_home img { float: left; position: relative; top: 10px; }

.custom .featured_home {width: 700px;}

.custom .feat {width: 300px; float: left; margin-right: 50px;}

.custom h3.feat_h3 {text-transform: capitalize; font-size: 1.2em;  }

.custom .feat p {clear: both; font-size: .95em; padding-top: .1em;}

.custom .free_service {position: relative; top: 30px;}
.custom .free_service p {position: relative; top: 30px; font-size: 30px; float: left; }

/*-------FEATURES - LIST ----------*/


.custom .feature_list img {float: left; position: relative; }
.custom h3.feature_h3 {font-size: 1.2em; padding-left: 60px; padding-top: 15px;}
.custom .feature_list p {clear: both;}

.custom #h1_features {border-bottom-width: 1px; border-top-width: 1px; font-size: 16px; line-height: 1em; border-top-style: dotted; border-bottom-style: dotted; padding-top: 1.5em; padding-bottom: 1.5em; text-align: center;}


/*-------COMMENTS ----------*/

.custom .comments_closed {
  display: none;
}


.custom .no_bullet ul {list-style-type: none;}


/* -------- GENERAL CUSTIMIZATION --------- */
.custom select{
	background: #eeeeee;
	border: 1px solid;
	border-color:#AAAAAA #DDDDDD #DDDDDD #AAAAAA;
	color: #444444;
	}
.custom input[type=radio]{
	background: transparent;
	border: 0px;
	}
.custom input:focus,
.custom textarea:focus,
.custom select:focus{
	border-color: #3581B7;
	background-color: #EEEEEE;
	}

.custom a.btn_big,
.custom a.btn_huge{
	display: inline-block;
	text-align: center;
	background: #6d9b20 url(/wp-content/themes/thesis_151/images/bg_bt.gif) no-repeat left top;
	color: white;
	font-weight: bold;
	border: 1px solid black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:6px;
	text-decoration:none
	}
.custom a.btn_big:hover,
.custom a.btn_huge:hover{
	background: #6d9b20 url(/wp-content/themes/thesis_151/images/bg_bt.gif) no-repeat left -100px;
	border-color: navyBlue;
	}
.custom a.btn_huge{
	font-size: 25px;
	padding: 6px 24px;
	}

/* -------- CLAIM CALCULATOR ------------- */
.custom a.progress{
	display: inline-block;
	background: url(/claim_process/imgs/bg_claim_progress.png) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 90px;
	height: 20px;
	color: #C2C7B1;
	text-decoration: none;
	}
.custom a.progress.finished{
	background-position: left -22px;
	color: white;
	}
.custom a.progress.current,
.custom a.progress:hover{
	background-position: left -44px;
	color: white;
	}

.custom input.btn_claim_save{
	/*background: url(/claim_process/imgs/btn_save_continue.png) no-repeat left top;*/
	width: 248px;
	height: 43px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	}

/** -- Claim Calculator Tables -- **/
.custom table.claim_calc{
	width: 100%;
	color: #616161;
	border: 0px;
	}
.custom table.claim_calc th{
	background: cadetBlue;
	color: white;
	font-size: 15px;
	font-weight: bold;
	width: 250px;
	text-align:left;
	padding: 8px;
	}
.custom table.claim_calc th.long{
	width: 50%;
	background: salmon;
	}
.custom table.claim_calc td{
	padding: 8px;
	}

.custom label.spaced{
	display: inline-block;
	width: 80px;
	}

.custom table.claim_calc input.input1,
.custom table.claim_calc textarea,
.custom table.claim_calc select{
	font-size: 15px;
	background: white;
	color: #616161;
	width: 250px;
	}
.custom table.claim_calc input.input10{font-size: 15px;	background: white;	color: #616161;}
.custom table.claim_calc input.input1:focus,
.custom table.claim_calc input.input10:focus,
.custom table.claim_calc textarea:focus,
.custom table.claim_calc select:focus{
	border-color: #3581B7;
	background-color: #EEEEEE;
	}

.custom .formtitle,
.custom table.claim_calc h3{
	margin: 0px;
	font-size: 20px;
	letter-spacing: 0.8px;
	}

.custom #add_one_more{
	padding-left: 28px;
	background-image: url(/claim_process/imgs/btn_add.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	}
.custom .remove_driver,
.custom .delete{
	display: inline-block;
	padding-left: 28px;
	background-image: url(/claim_process/imgs/btn_delete.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	float:right;
	font-size: 13px;
	cursor: pointer;
	}


/*--- Date Chooser --- */
a.dp-choose-date {
	width: 24px;
	height: 24px;
	padding: 0;
	margin: 0 5px;
	display: inline-block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/claim_process/imgs/calendar.png) no-repeat; 
	vertical-align: bottom;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}


/*--- Theme Fixers ---*/
.custom input{ width: auto; }

.custom img.catch{
	margin:5px;
	padding:5px;
	background:white;
	}

.custom span.error{
	display: block;
	padding: 10px;
	background: salmon;
	border: 1px solid red;
	}

.custom hr.thick{
	background:#206094;
	border:0 none;
	clear:left;
	height:5px;
	margin:3px 0;	
	}

.custom div.bulletin h3{margin-top:5px;margin-bottom:0px;}
.custom div.bulletin{
	overflow:auto;
	border-bottom:1px solid #206094;
	margin:10px 0;
	}
.custom div.bulletin p{
	margin-left: 140px;
	}
a.readmore{
	display: block;
	float: right;
	color: #206094;
	background: url(/claim_process/imgs/orange.png) center left no-repeat;
	padding-left: 10px;
	cursor: pointer;
	font-size: 12px;
	margin-right: 10px;
	}