/*
Theme Name: Uninsured Driver
Theme URI: http://carcrashassist.com/
Description: One part green, one part blue, two parts awesome.
Version: 1.0
Authors: Blake Snow, Robert Bradford
Author URI: http://griffio.com/
Tags: green, custom header, fixed width, two columns
*/


/* Colors
-----------------------------------------------------
green   #0b9600
blue    #0053ab

*/




/* Global Elements
-----------------------------------------------------*/
a {
  color:#0b9600;
  text-decoration:none;
}
a:hover {
  color:#0a8500;
}
a.gray {
  color:#999999;
}
a.gray:hover {
  color:#888888;
}

body {
	font-family: Arial, Sans-Serif;
	background: #ffffff url('images/short_header_background.png') repeat-x top;
	color: #333;
}
body.full {
	background: #ffffff url('images/header_background.png') repeat-x top;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
  font-size:36px;
  color:#0b9600;
}

img {
  border:0px;
}

input, select, textarea {
  font-size:18px;
}

textarea {
	font-family: Arial, Sans-Serif;
}

.blue_links a {
  color:#0053ab;
}
.blue_links a:hover {
  color:#00429a;
}

.clear {
	clear: both;
}

.alignright {
  text-align:right;
	float: right;
}
.alignleft {
	float: left
}

.color_blue {
  color:#0053ab;
}
.color_red {
  color:#bd0000;
}
.color_green {
  color:#0b9600;
}
.color_light_gray {
  color:#999999;
}

.dropcap {
  float: left;
  font-size: 2.5em;
  line-height: 0.9;
  font-weight: bold;
  margin-right: 0.05em;
}

.note {
	font-size:0.75em;
	font-style:italic;
	color:#999999;
}




/* Main Structure
-----------------------------------------------------*/
#page {
  margin-left:auto;
  margin-right:auto;
  width: 925px;
}

#content {
  clear:both;
}

.narrowcolumn {
	float: left;
	padding: 0px 20px 20px 0px;
	margin: 0px 0 0;
	width: 569px;
	border-right:1px solid #cccccc;
}

.widecolumn {
	padding: 10px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}




/* Search Form
-----------------------------------------------------*/
#search {
  float:right;
}
#search form {
  padding:0px 0px 4px 0px;
}
#search form fieldset {
  background: url('images/search_field.png') no-repeat 0 0;
  display:block;
  width:424px;
  height:40px;
  border:0px;
  margin:0px;
  padding:0px;
  }
#search form input {
  float:left;
  margin-right:0px;
}
#search form input.text {
  font-size:16px;
  width:364px;
  height:25px;
  color:#999999;
  font-weight:bold;
  margin:6px 0px 6px 9px;
  border:0px;
  padding:2px;
  background:transparent;
}




/* Header Sections
-----------------------------------------------------*/
#header {
	margin:20px 0px 0px 0px;
}
#header a.text_link {
  color: #dddddd;
}
#header a.text_link:hover {
  color:#cccccc;
}

#logo {
  margin:0px 0px 0px 0px;
  float:left;
  height:53px;
}

#attention {
  clear:both;
  float:left;
  margin:54px 120px 0px 66px;
}

#introduction {
  float:left;
  color:#ffffff;
  margin:32px 0px 0px 0px;
}
#introduction p {
  font-size:18px;
}
#introduction h1 {
  color:#ffffff;
}

#subheader {
  text-transform: uppercase;
  color:#999999;
  margin:10px 0px 0px 0px;
  font-size:14px;
}
#subheader_left {
  height:16px;
  float:left;
  font-weight:bold;
}
#subheader_right {
  height:16px;
  float:right;
  width:320px;
}
#subheader img {
  vertical-align:middle;
}




/* Header Navigation
-----------------------------------------------------*/
#nav {
  clear:both;
  padding:32px 0px 20px 0px;
}
body.full #nav {
  padding-top:94px;
}
#nav table {
  width:939px;
  margin:0px -7px 0px -7px;
}
#nav td {
  background: url('images/nav_button_cap.png') no-repeat bottom right;
  text-align:center;
  font-size:14px;
  height:34px;
}
#nav td:hover {
  background-position:100% 0%;
}
#nav td:hover a {
  background-position:0 0;
}
#nav span {
  margin-right:-10px;
}
#nav a {
  background: url('images/nav_button.png') no-repeat bottom left;
  display:block;
  text-decoration:none;
  padding:9px 0px 9px 0px;
  margin-right:10px;
  color:#0053ab;
}
#nav td.catchy {
/*  background-image: url('images/nav_button_cap_catchy.png');*/
  font-weight:bold;
}
#nav td.catchy a {
/*  background-image: url('images/nav_button_catchy.png');*/
/*  color:#eeeeee;*/
}



/* Sidebar
-----------------------------------------------------*/
#sidebar {
  float:left;
	padding: 30px 0px 10px 20px;
	width: 314px;
	border-left:1px solid #cccccc;
	margin-bottom:40px;
	position:relative;
	right:1px;
}
#sidebar form {
	margin: 0;
}
#sidebar h2 {
  color:#aaaaaa;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:55px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li {
	margin: 3px 0px 0px 6px;
	padding: 0px;
	list-style: outside url('images/checklist_tall.png');
}
#sidebar ul ol li {
	margin: 3px 0px 0px 14px;
	padding: 0;
	color:#aaaaaa;
}

#green_sidebar_panel {
  width:258px;
  height:461px;
  background: url('images/green_panel.png') no-repeat top left;
  padding:20px;
}
#green_sidebar_panel h2 {
  color:#ffffff;
  margin-top:0px;
  font-size:20px;
}
ul #green_sidebar_panel ol li {
  color:#bbffb2;
  font-size:18px;
}




/* Footer
-----------------------------------------------------*/
#footer {
  border-top:1px solid #cccccc;
  color:#999999;
	clear: both;
  margin:40px 0px 20px 0px;
  padding:10px 0px 0px 0px;
}
#footer_right {
  float:right;
}
#footer_left {
  float:left;
}
#footer_left a {
  color:#999999;
}
#footer_left a:hover {
  color:#888888;
}




/* Big Blue Button
-----------------------------------------------------*/
a.big_blue_button {
  background: url('images/blue_button_cap.png') no-repeat bottom right;
  height:90px;
  display:block;
  color:#ffffff;
  font-size:28px;
  font-family: "Myriad Pro", Arial, sans-serif;
  position:relative;
  top:-15px;
  left:-15px;
  text-align:center;
  margin-right:-26px;
  cursor: pointer;
  max-width:620px;
}
a.big_blue_button:hover {
  background-position:100% 0%;
  color:#ffffff;
}
a.big_blue_button span {
  display:block;
  height:30px;
  padding:30px 5px 30px 30px;
  margin-right:26px;
  background: url('images/blue_button.png') no-repeat bottom left;
}
a.big_blue_button:hover span {
  background-position:0 0;
}




/* Posts
-----------------------------------------------------*/
.post {
  clear:both;
	margin: 0 0 40px;
}
.post h2 {
  font-size:28px;
}
.post h2 a {
  color:#000000;  
}
.post h2 a:hover {
  color:#0b9600;
}
.post hr {
	display: block;
}
.post .entry {
	font-size: 16px;
}
.post .postmetadata {
  
}
.post .more-link {
  margin:30px 0px 30px 0px;
  font-weight:bold;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
  font-size:32px;
  text-transform: uppercase;
}
.small_navigation {
  font-size: 14px;
  padding-top: 20px;
}





/* Images
-----------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}




/* Evaluator
-----------------------------------------------------*/
.disclaimer {
  
}





/* Validation
-----------------------------------------------------*/
input.disabled {
	background-color: #F2F2F2;
}
input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
}
input.validation-passed, textarea.validation-passed {
}
.validation-advice {
	margin: 3px 0;
	padding: 3px;
	color: #d10000;
	font-weight: bold;
}
.custom-advice {
	margin: 3px 0;
	padding: 3px;
	color : #d10000;
	font-weight: bold;
}




/* Evaluator
-----------------------------------------------------*/
#evaluator {
  font-size:16px;
}
#evaluator h1 {
  font-size:48px;
}
#evaluator p {
  margin-bottom:30px;
}
#evaluator_questions {
  color:#0b9600;
  font-size:28px;
  font-weight:bold;
}
#evaluator_questions li {
  margin:0px;
  padding:0px;
}
#evaluator_questions p {
  margin:4px 0px 0px 0px;
  color:#000000;
  font-size:20px;
}
#evaluator_questions p.question {
  font-weight:bold;
  font-size:20px;
}
#evaluator_questions p.answer_options {
  margin-bottom:20px;
  font-weight:normal;
  font-size:16px;
  line-height:30px;
}

input.simulated_radio {
  background: url('images/radio_buttons.png') no-repeat bottom left;
  height:29px;
  width:29px;
  border:0px;
  cursor: pointer;
  vertical-align:top;
}
input.selected_simulated_radio {
  background-position:-58px 0; /*-29px for green, -58px for blue */
}




/* Recommendation
-----------------------------------------------------*/
#recommendation {
  font-size:16px;
  min-height:400px;
}
#recommendation h1 {
  font-size:36px;
}
#recommendation p.light {
  color:#999999;
}
#recommendation ol {
	padding-left:20px;
}
#recommendation ol li {
	margin-bottom:10px;
}

#processing {
  text-align:center;
}
#processing h1 {
  color:#0b9600;
  margin-bottom:60px;
}

.recommendation_panel {
	float:left;
	width:430px;
	margin-right:30px;
}

/*#results {

}
#results h1 {
}
#results li {
  padding-bottom:10px;
}

#settle h1, #settle h2 {
  color:#0b9600;
}

#consult h1, #consult h2 {
  color:#d10000;
}
*/




/* Order
-----------------------------------------------------*/
#order {
}
#order h1 {
}
#order p {
}





/* Confirmation
-----------------------------------------------------*/
#confirmation {
}
#confirmation h1 {
}
#confirmation p {
}




/* Referral
-----------------------------------------------------*/
#referral {
}
#referral h1 {
}
#referral_fields p {
/*  margin-bottom:30px;*/
  color:#000000;
  font-size:20px;
}
#referral_fields {
  font-size:28px;
}
#referral_fields label {
  font-weight:bold;
}
#referral_fields label.set_width {
  width:90px;
  float:left;
  padding-top:4px;
}






/* Wordpress Defaults
-----------------------------------------------------*/



/* Begin Structure */
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}


/* End Structure */




/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
