/*
Section: =Structure
	Includes whitespace cancellation and body font-size setting to 62.5%.
*/

* {
  margin: 0; 		/*remove global whitespace*/
  padding: 0; 		/*remove global whitespace*/
}

body {
  font-size: 62.5%;
}

p,label,input,select,textarea,td,th {
  font-size: 1.1em;
}

/* Section: =Containers */

#pageContainer {
	margin: 0 auto;
	text-align: left;
	width: 98em;
}

#header {
	/* background: transparent url(/images/header.png) no-repeat 0 0;
	height: 222px; */	
	width: 99em;
}

.headerLogo, .headerLogo img{
	position: absolute;
	right: -.2em;
	top: 0;
}


#contentContainer {
	border: none;
	margin-top: -1.90em;
	overflow: visible;
}

#mainContent {
	background-color: #FFF;
	float: left;
	margin: 1.72em 0 0 6.24em;
	padding:  0.48em 0 0.48em 0.48em;
	width: 64em;
}

body.two_col #mainContent {
	width: 66em;
}

#leftRail {
	/* background-color: #E0F0FF; */
	background-color: white;
	float: left;
	margin-top: 1.42em;
	padding: 0.48em;
	width: 21.68em;
}

#rightRail {
	float: right;
	padding: 0.48em 0 0 0.48em;
}

#footer {
	clear: both;
	text-align: center;
	width: 88em;
}

#footer li {
	display: inline;
	padding-right: 0.48em;
}

#recaptcha_widget_div {
	margin: 0;
	padding: 0;
}

div.module,
div.new_petitioner div {
	margin: 0 0.74em 0.74em 0.74em;
	padding: 0 0 0.74em 0;
}

div.preamble {
	margin: 0 0.74em 0 0.74em;
	padding: 0 0 0 0;
}

iframe {
	height: 170em;
	width: 46em;
}

.recaptcha {
	/*
	display: none;
	oh scrptaculous */
}

/*
Section: =Basic elements
	contains unclassed elements and (rarely) verrrry low-level single classes
*/
body, textarea {
  font-family: Arial,sans-serif;
}

p {
  margin-bottom: 1em;
}

p,
h1,
h2,
h3,
h4,
h5 {
  clear: left;
}

h1 {
  font-size: 2.6em;
}


h2 {
  font-size: 2.1em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

table {
  border-collapse: collapse;
}

th {
  font-size: 1.3em;
  text-align: left;
}

hr {
  margin: 0.74em 0 1.1em 0;
  clear: left;
  border: 0;
  height: 0.160em;
}

hr.nouveauRule {
	color: #f00;	/* ie */
	background-color: #f00;
	height: 1px;
	width: 64em;
}

* html hr {
  margin-bottom: 0;
}

abbr {
  border: 0;
}

img, iframe, fieldset {
  border: 0;
}

ul {
  list-style: none;
}

label {
  display: block;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #3366FF;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
  color: none;
	margin: 0;
	padding: 0;
	border: none;
}

td {
	padding: 0.32em;
}

#leftRail .module .leftRailTop {
	color: black;
	padding-top: 0.92em;
}

/*
Section: =UI utility elements
	wee beasties used in several pages or contexts
*/
br.clear{
  clear: both;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

span.forceBreak {
	display: block;
}

.inline {
	display: inline;
}

.mindTheRight {
	clear: right;
}

.mindTheLeft {
	clear: left;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


/* Section: =Modules */

.module  h2,
.newPetitioner h3,
.newPetitioner p {
	padding-bottom: 0.54em;
} 

#leftRail .module {
	border-bottom: thin dotted gray;
	padding-bottom: .9em;
	margin-bottom: 1.9em;
}

#leftRail .module ul.module-list{
	margin-bottom: 1em;
}

#leftRail a,
#RightRail a {
	color: #3366FF;	
	text-decoration: none;
}

#leftRail .module h3,
#rightRail .module h3 {
	color: #3366FF;
}

#leftRail div.leftRailTop {
	padding-top:0.92em;
}

.module h2 {
	font-family: Gill Sans, Trebuchet MS, sans-serif;
	font-weight: 400;
}

.module h3 {
	padding-bottom: 0.48em;
}

.photo {
	margin-top: 1.48em;
	margin-bottom: 1em;
	padding: 0;
	border: 0;
}

.articlePhoto {
	margin: 1em;
	padding: 0;
	border: solid medium black;
}

#leftRail div.module h3.date {
	font-size: 1.04em;
	text-transform: uppercase;
	color: gray;
}

#leftRail img {
	display:inline;
	padding-top:2px;
	vertical-align:text-bottom;
}



/* IMPORTANT: DO NOT OVERRIDE.  STYLES SPECIFIC TO THE BLOG AND OVERRIDES TO MAINCONTENT */
.post{
	border-bottom: thin dotted #000;
	padding-bottom: 2em;
	margin-bottom: 2.9em;
}
.post h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-family: Arial,sans-serif;
}
.post h2 a{
	color: #003399;
	text-decoration: none;
}
.post .timestamp{
	color: #666666;
	font-size: 1.1em;
	margin-bottom: 1em;
}
.post .entry{
	font-size: 1.09em;
}
.post .entry li{
	list-style-type: disc;
	margin-left: 1em;
	font-size: 1.1em;
}

.commentlist li{
	list-style: none;
	font-size: 1.1em;
	border-bottom: .1em dotted #AAA;
	margin-bottom: 1em;
	width: 80%;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 2em;
}
.commentlist li img{
	float: left;
	margin: 0 .3em 0 0;
	padding: 0;
}
.commentlist li .comment-author{
	font-size: 1.3em;
}
.commentlist li p{
	margin-top: .2em;
	font-size: 1.1em;
}

