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

/* color scheme
Red       = #D30029
Cream     = #FEFAE1
Blue      = #003CF4
Dark Blue = #00005E
Grey      = #9C808C
*/

* {margin: 0; padding: 0;}

body {
	background: #00005E;
	color: #000;
	font: 67%/1.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* - 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: #00005E;
	line-height: 1.2;
	}
	
h2, h3, h4, h5, h6 {margin-top: 1em;}

h1 {font-size: 1.6em; margin-top: 2em;}
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;
	}

li {margin: 10px 0;}

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

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

ol li ol {list-style: lower-alpha;}

ul.simple {list-style: none;}

dl {margin: 20px 0;}

dt {
	font-weight: bold;
	font-size: 1.2em;
	}

dd {margin: 0 0 1em 1em;}

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

blockquote {margin: 10px 40px;}

acronym, abbr {
	cursor: help;
	border-bottom: dotted 1px #CCC;
	}

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

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: relative;
	margin: 0 auto;
	width: 760px;
	}

#wrapper, #branding .hdrStars {
	background: #D30029;
	position: relative;
	text-align: left;
	}

#wrapper {border-right: solid 1px #D30029;}

/* - ------------------------------------ =BRANDING - */
#branding {
	position: relative;
	z-index: 10;
	height: 185px;
	background: url(/images/bg_header.jpg) no-repeat;
	}

#branding .hdrStars {
	position: relative;
	z-index: 1;
	margin-top: 159px;
	}

#branding #title {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 160px;
	width: 605px;
	color: #FEFEFE;
	font: 20px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}

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

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

#branding #title .sommers {
	position: relative;
	display: block;
	padding-left: 10px;
	color: #FEFAE0;
	font-size: 53px;
	font-style: italic;
	font-weight: bold;
	}

#branding #title .court {
	position: relative;
	display: block;
	font-size: 24px;
	text-transform: uppercase;
	word-spacing: .6em;
	}

#branding #webEddress {
	position: absolute;
	z-index: 1500;
	top: 188px;
	left: 155px;
	width: 603px;
	color: #003CF4;
	letter-spacing: .4em;
	word-spacing: -.4em;
	font: bold 1.3em verdana, "Georgia", "Times New Roman", Times, serif;
	text-align: center;
	}

#logo {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 155px;
	}


/* - ------------------------------------- =CONTENT - */
#contentWrapper {
	position: relative;
	z-index: 1;
	}

#contentMain {
	background: #FFF;
	position: relative;
	z-index: 1;
	float: right;
	display: inline;
	margin: 0 0 1px 0;
	padding: 10px 20px 20px;
	width: 563px;
	font-size: 1.2em;
	}
/* IE fix - mac hide \*/
* html #contentMain {
	width: 603px;
	w\idth: 563px;
	}
/* stop hide */


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

div.pullBox {
	background: #FEFAE1;
	position: relative;
	margin: 25px 15px 15px;
	padding: 10px;
	border: solid 1px #006;
	width: 200px;
	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 {
	clear: both;
	color: #D30029;
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	}


/* - callout - */
p.callout {
	background: #D30029;
	margin: 10px;
	width: 270px;
	padding: 6px;
	}

p.callout a {
	padding: 4px;
	color: #FFF !important;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4;
	}

p.callout a:hover {
	background: #D30029 !important;
	color: #FEFAE1;
	}

p.callout img {float: left;}

p.co2 {
	background: #00005E;
	font-size: .8em;
	}

p.co2 a:hover {
	background: #00005E !important;
	color: #FEFAE1;
	}

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

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

a.note {position: relative;}

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

a:hover.note span.note {
	position: relative;
	display: block;
	margin: 0 4px;
	font-style: italic;
	}

h2 span.sup {
	position: relative;
	top: -6px;
	}

h2 a.note {font-size: .6em;}

h2 a:hover.note span.note {text-align: left;}

.indentLetter {margin-left: 300px;}

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

/* - link code - */
textarea.linkCode {
	width: 350px;
	height: 80px;
	}

/* - ----------------------------------------- =SEC - */
#contentSec {
	position: relative;
	float: left;
	display: inline;
	margin: 0 2px;
	width: 148px;
	}

/* - ----------------------------------- =SUBSCRIBER - */
#subscriber {
	position: relative;
	margin: 0 2px 0 10px;
	width: 122px;
	color: #FEFAE1;
	line-height: 1.2;
	}

#subscriber legend {color: #FFF;}

#subscriber h3 {
	position: relative;
	color: #FFF;
	}

#subscriber input {width: 114px;}


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

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

.formDonate input {
	position: relative;
	float: right;
	display: inline;
	margin: 0 10px 4px 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 6px;
	width: 86px;
	font-size: .9em;
	text-align: right;
	}

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

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

.formEmail input.submitButton {
	float: none;
	margin: 6px 0 10px 140px;
	width: 10em;
	}


/* - --------------------------------------- =LEGAL - */
#legal {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0 0 10px;
	width: 760px;
	color: #FFF;
	}

#legal p {
	position: relative;
	font-size: .9em;
	line-height: 1.3;
	}

/* - ---------------------------------- =NAVIGATION - */
/* - skip navigation - top of page - breadcrumbs - */
#navSkip {
	position: absolute;
	top: 0;
	left: -999em;
	}

.linkTop {
	position: relative;
	clear: both;
	display: block;
	font-size: .8em;
	text-align: right;
	}

#contentMain a.linkTop {color: #9C808C;}

#contentMain a:hover.linkTop {
	background: #006;
	color: #FFF;
	font-weight: bold;
	letter-spacing: .6em;
	text-decoration: underline;
	}

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

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

#contentMain a:hover {
	background: #FEFAE1;
	color: #D30029;
	text-decoration: none;
	}

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

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


/* - legal links - */
#legal a {
	color: #FFF;
	text-decoration: underline;
	}

#legal a:hover {
	color: #CCC;
	text-decoration: none;
	}

/* - navMain - */
/* - navigation elements - */
#navMain {
	position: relative;
	text-align: center;
	}

#navMain ul {
	margin: 6px 0 0 3px;
	padding: 0;
	list-style: none;
	}

#navMain ul li {margin: 2px 0;}

#navMain a {
	background: #FEFAE1;
	display: block;
	padding: 4px;
	text-decoration: none;
	border-top: solid 2px #D30029;
	border-bottom: solid 2px #FEFAE1;
	width: 125px;
	color: #000;
	font-weight: bold;
	}

#navMain a:hover {
	background: #003CF4;
	border-top: solid 2px #FEFEFE;
	border-bottom: solid 2px #FEFEFE;
	color: #FEFAE1;
	}

/* - nav locator - */
#navMain li.active a {
	background: #FFF;
	border-top: solid 2px #006;
	border-bottom: solid 2px #006;
	color: #003CF4;
	}


/* - identity developments byline ----------------- - */
a.iDevs span {
	position: absolute;
	left: -999em;
	bottom: 0;
	}

a.iDevs {
	color: #AAA !important;
	text-decoration: underline;
	border: none;
	font-style: normal;
	font-weight: normal;
	}

a.iDevs:hover {
	color: #D2D5A8;
	background: #FFF;
	font-size: 1em;
	text-decoration: none;
	}

/* - background-color for opera - */
a.iDevs:hover span {
	background-color: #D2D5A8;
	background: #D2D5A8 url(/images/id64trans-b.gif) no-repeat 5px center;
	position: absolute;
  left: 0;
	top: -20px;
	z-index: 500;
	display: block;
	color: #0D3C72;
	border: 2px solid #0D3C72;
	padding: 4px 90px 40px;
	width: 576px;
	font: bold .9em/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;	
	cursor: pointer;
	}
/* IE fix - mac hide \*/
* html a.iDevs:hover span {
	left: -132px;
	padding-bottom: 4px;
	width: 760px;
	w\idth: 576px;
	}
/* stop hide */