/*


*/

a img, img, fieldset { border: 0; }

.clearfloat
{
	height: 0;
	font: 1px/1 sans-serif;
	clear: both;
}

*
{
	margin: 0;
	padding: 0;
}

.center { text-align: center; }
.hidden { display: none; }
.clear { clear: both; }
hr { display: none; }

/* Begin Typography & Colors */

body
{
	font-size: 62.5%;
	/* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	color: #333;
	background: #5d2b1d url(wood.png) repeat center top;
	text-align: center;
}

/**/

#page
{
	background-color: white;
	border: 1px solid #888;
	text-align: left;
}
h1, h2, h3
{
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #1F527B;
	background-color: transparent;
}

a:visited
{
	color: #4F85AE;
	background-color: transparent;
}

a:hover, a:active
{
	color: #000;
	background-color: #C7EBE8;
}

/* End Typography & Colors */
/* Begin Structure */
body
{
	margin: 0;
	padding: 0;
}

#mainlogo
{
	height: 100px;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1000;
	background: transparent url(savethelamplighterspub.png) no-repeat top center;
	color: #fff;
}

#mainlogo h1
{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1000;
	text-align: center;
}

#mainlogo h1 a, #mainlogo h1 a:link, #mainlogo h1 a:hover, #mainlogo h1 a:active, #mainlogo h1 a:visited
{
	display: block;
	margin: 0 auto;
	height: 70px;
	width: 900px;
	border: none;
	cursor: pointer;
	text-indent: -5000px;
	z-index: 1000;
	color: #fff;
	background-color: transparent;
}


#mainlogo h2
{
	font-size: 18px;
}


/*	============
	major layout
*/

#page
{
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 900px;
	border: 1px solid #000;
}

#sidebar1
{
	width: 220px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
	overflow: hidden;
}

#sidebar2
{
	width: 220px;
	padding-top: 15px;
	padding-right: 15px;
	float: right;
	overflow: hidden;
}

#petition_col
{
	width: 400px;
	margin-left: 250px;
	padding-top: 15px;
}

#footer
{
	padding: 10px;
	clear: both;
	background-color: #ccc;
	color: #000;
}

#sidebar1 ul, #sidebar2 ul, #footer ul
{
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

/*	=============
	formatting within blocks
*/

#sidebar1 li
{
	margin-bottom: 10px;
}

#sidebar1 li.spots { border: 2px solid #888; }

#sidebar1 h2
{
	padding-bottom: 20px;
	text-align: center;
	font-size: 3.0em;
}

#sidebar1 .spots h3
{
	font-size: 4.0em;
	text-align: center;
	background: #BB1717 url(red.png) repeat-x top left;
	color: #fff;
}

#sidebar1 .spots { text-align: center; }
#sidebar1 h4 { font-size: 2.0em; padding:5px 15px;}
#sidebar1 p { font-size: 1.5em; padding:5px 15px;}


#sidebar2 h2
{
	font-size: 1.8em;
	padding-bottom: 1em;
}

#sidebar2 p
{
	font-size: 1.2em;
	padding-bottom: 1em;
	overflow: hidden;
}


#petition_col p { font-size: 1.3em; padding:5px 0;}


#addthis_widget {padding:5px 20px;}


/*	=============
	form styling
*/

.ep_form_box .field_wrap
{
	font-size: 1.3em;
	padding: 5px 0 0 0;
}
.ep_form_box .field_wrap label
{
	font-weight: bold;
}
.ep_form_box .field_wrap label.checkbox
{
	display:inline;
}


.ep_form_box input.text, .ep_form_box textarea
{
	font-size: 1.2em;
}
.ep_form_box #epet_name {width: 200px;}
.ep_form_box input.text {width: 300px;}
.ep_form_box #epet_address, .ep_form_box #epet_comments, .ep_form_box #epet_details {width: 300px;height:100px;}


/* end */
