/*------------------------------------------
Name: screen.css
Date: Thurdsay May 20, 2010
Author: Phil Birnie, pbirnie@cochrangroupinc.com
Page: OhioLivestockCare.com (Pre-Launch)
------------------------------------------*/


/* Universals */
 * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #222;
	background: #fff url('supporting-img/background-old.jpg') top center no-repeat;
	text-align: center; /* For IE 6 */
}

h1,h2,h3,h4,h5,h6 {
	font-family: Times, 'Times New Roman', serif;
}

h1 {
	color: #104380;
	font-size: 3.6em;
}

h2, h3 {
	color: #720001;
	font-size: 3.4em;
	padding: 0.5em 0.5em 0.5em 1.2em;
	font-weight: bolder;
	line-height: 1.2;
}


h4 {
	color: #222;
	font-size: 1.4em;
	padding: 0.1em 1.5em 1.0em 2.0em;
	font-weight: bolder;
}

h3 { 
	font-size: 2.2em;
	}


p{
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0 2.0em;
}

div {
	text-align: left;
}

.clear {
	clear: both;
}

.transpar {
	width: 430px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	background-color: #eaeaea;
	height: 3500px;
	position: absolute; left: 0; top: 0;
}


.overlay {
	position: relative;
}

#internal-overlay {
	position: relative;
	width: 700px;
	margin: 20px auto;
	
}

small {
	font-size: 50%;
}

a, a:visited {
	color: #005123;
	font-weight: bolder;
	text-decoration: none;
	border-bottom: 1px dotted #80c545;
}

a:hover {
	border-bottom: 1px solid #80c545;
}

a img {
	border: 0;
	text-decoration: none;
}

a.noborder {
	border-bottom: none;
}

legend {
	font-weight: bolder;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #005123;
}

form{
	width: 80%;
	margin: 0 auto;
}

label {
	display: block;
	font-weight: bolder;
	color: #005123;
	height: 1.8em;
}

input.radio {
	float: left;
	margin-right: 1em;
	background-color: transparent;
}

input:focus, textarea:focus{
	background-color: #ff0;
}

.submit {
	background-color: #eee;
	font-size: 1.4em;
	font-weight: bolder;
	padding: 0.5em;
}

/* Layout */
#header {
	width: 933px;
	margin: 30px auto 5px auto;
	position: relative; left: -20px;
	text-align: right;
	color: #fff;
/*	background: transparent url('supporting-img/header-fade.png') top left repeat-y;*/
}

#content {
	width: 893px;
	margin: 0 auto 100px auto;
	position: relative;
	overflow: hidden;
}

#ballot-issue {
	float: left;
	width: 347px;
	height: 760px;
	margin: 0 10px 20px 0;
	padding-top: 10px;
	border: 1px solid #aaa;
	overflow: hidden;
	position: relative; /*allows for absolute positioning of transparency element */
	-moz-box-shadow: 3px 3px 12px 0 #999;
	-webkit-box-shadow: 3px 3px 12px #999;
}

#main-image {
	width: 533px;
	float: right;
}



#board-copy {
	width: 533px;
	float: left;
	padding-bottom: 60px;
	padding-top: 20px;
}


#footer {
	position: fixed; bottom: 0; left: 0;
	display: block !important;
	width: 100%;
	text-align: center;
	background-color: #361a12;
	color: #c1afa7;
	display: none;
}

/*Layout Styles*/

#header h1 {
	display: none;
	visibility: hidden;
}

#footer p {
	margin-bottom: 0;
}

#board-copy h2, #board-copy h3 {
	padding-left: 0.6em;
}

#board-copy p {
	padding-left: 1.0em;
}

#board-copy h3 {
	color: #005123;
}

#header a, #header a:visited{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#header a:hover {
	border-bottom: 1px solid #fff;
}



#action-nav ul li a {
	text-decoration: none;
	border: none;
	color: #005123;
	text-align: right;
	padding: 1.2em 0.5em 0 0;
	display: block;
	height: 40px;
}

#action-nav ul li a span {
	color: #80c545;
	font-weight: bolder;
	font-size: 160%;
}

#action-nav li a:hover {
	text-decoration: underline;
	border: none;
}

#main-image img {
	-moz-box-shadow: 3px 3px 12px 0 #999;
	-webkit-box-shadow: 3px 3px 12px #999;
}


/* Exempt Styles */
.bigger {
	font-size: 170%;
}

ul#errors {
	color:#900;
	margin: 1.0em 4.0em;
	font-size: 1.2em;
	font-weight: bold;
}