/*
   - Sommers for Supreme Court
   - www.sommersforsupremecourt.com
   - Identity Developments
   - www.identitydevelopments.com
   - Copyright 2007
   - -------------------------------
*/

/* - print CSS - */

* {margin: 0; padding: 0;}

.printHide, #navSkip, #branding img, #logo, .linkTop, #contentSec, .formEmail input.submitButton, #subscriber, p.callout
	{display: none;}

body {
	background: #FFF;
	margin: 0 4%;
	color: #000;
	font: 10pt "Times New Roman", Georgia, serif;
	}

/* - clearfix hack - push content section after floats - */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* IE mac fix */
.clearfix {display: inline-block;}
/* IE win fix - hide mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* stop hide */

.clearL {clear: left;}
.clearR {clear: right;}
.clearB {clear: both;}
.floatL {float: left;}
.floatR {float: right;}

/* - headings and basic elements - */
h1, h2, h3, h4, h5, h6 {
	color: #006;
	line-height: 1.2;
	}
	
h1, h2, h3, h4, h5, h6 {margin-top: .6em;}

h1 {font-size: 1.6em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.3em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

p {margin: 1.2em 0 0;}

/* - basic list treatement - */
ul {
	margin: .5em 16px .8em;
	list-style: square;
	}

ol {
	margin: .5em 16px .8em 30px;
	list-style: decimal;
	}

ol li {
	margin-top: 10px;
	margin-bottom: 10px;
	}

ul.simple {list-style: none;}

.sup {
	font-size: 0.8em;
	vertical-align: super;
	}

blockquote {margin: 10px 40px;}

/* - tables treatment - */
table.tblAccident {
	margin: 1em 0;
	border: solid 1px #00005E;
	border-collapse: collapse;
	}

table.tblAccident td, table.tblAccident th {
	padding: 1px;
	border: solid 1px #00005E;
	vertical-align: top;
	}

table.tblAccident caption {
	margin-top: 1em;
	text-align: left;
	}


/* - -------------------------------------- =LAYOUT - */
#wrapperOuter {position: static;}

#wrapper {background: #FFF;}

#wrapper {border-right: none;}

/* - ------------------------------------ =BRANDING - */
#branding {
	position: static;
	height: auto;
	}

#branding #title {
	position: static;
	color: #006;
	font: 16pt Georgia, "Times New Roman", Times, serif;
	text-align: left;
	}

#branding #title a {
	color: #006;
	text-decoration: none;
	}

#branding #title a .sommers {color: #006;}

#branding #title .sommers {
	position: static;
	display: block;
	padding-left: 10px;
	color: #006;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	}

#branding #title .court {
	position: static;
	display: inline;
	font-size: 18pt;
	text-transform: uppercase;
	word-spacing: .6em;
	}

#branding #webEddress {
	position: static;
	border-top: double 3px #006;
	border-bottom: solid 1px #006;
	width: 100%;
	color: #003CF4;
	letter-spacing: .4em;
	word-spacing: -.4em;
	font: bold 1em verdana, "Georgia", "Times New Roman", Times, serif;
	text-align: center;
	}


/* - ------------------------------------- =CONTENT - */
#contentWrapper {position: static;}

#contentMain {
	background: #FFF;
	position: static;
	font-size: 1.2em;
	}


/* - pullBox - */
div.pullBox h2 {font-size: 1em;}

div.pullBox {
	background: #FEFAE1;
	position: relative;
	margin: 25px 15px 15px;
	padding: 10px;
	border: solid 1px #006;
	width: 250px;
	font-size: .86em;
	line-height: 1.3;
	}

div.pullBox img.imgMain {
	position: relative;
	top: -20px;
	right: -38px;
	float: right;
	margin: 0 0 -18px -36px;
	}

/* - vote footer - */
p.vote {
	color: #D30029;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}


/* - letter to court - */
.courtLetter h2 {text-align: center;}

hr {
	position: relative;
	margin: 20px auto;
	width: 80%;
	color: #9C808C;
	text-align: center;
	}

a.note span.note {display: none;}

.indentLetter {margin-left: 300px;}

/* - supporters statements - */
.quoteSign {
	margin: 0 0 30px 300px;
	font-style: italic;
	}


/* - -------------------------------------- =DONATE - */
.formDonate .fieldGroup {clear: both;}

.formDonate label {
	position: relative;
	float: left;
  display: block;
	margin: 0;
	width: 260px;
  text-align: right;
	}

.formDonate input {
	position: relative;
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	width: 260px;
	font-size: .9em;
	}


/* - ------------------------------------- =CONTACT - */
address {margin-top: 1em;}

.formEmail .fieldGroup {clear: both;}

.formEmail label {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	width: 86px;
	font-size: .9em;
	text-align: right;
	}

.formEmail input, .formEmail textarea, .formEmail select {
	position: relative;
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	width: 160px;
	font-size: .9em;
	}

.formEmail textarea {font-size: 1.2em;}


/* - --------------------------------------- =LEGAL - */
#legal {
	position: static;
	color: #006;
	}

#legal p {font-size: .9em;}

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

/* - basic links - */
a img {border: none !important;}

/* - contentMain links - */
#contentMain a {
	color: #003CF4;
	font-weight: bold;
	text-decoration: underline;
	}

#contentMain .pullBox a {
	color: #D30029;
	font-weight: normal;
	}

#contentMain .pullBox a:hover {
	background: #003CF4;
	color: #FFF;
	}