/* 
MAD Voters v1 by Mike Jolley

Attribution:
	Headings use 'delicious' - A font by Jos Buivenga (exljbris) -> www.exljbris.com
	Textures taken from http://www.flickr.com/photos/bittbox/ 
*/
@import "reset.css";
@import "delicious.css";

/*~~~~~( body / universal )~~~~~~*/
body {
	text-align: center;
	font: 100% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
	line-height:1.6em;
	background:#FBFBFB;
	color: #222;
	}
#content a, #footer a, #copyright li a {
	color: #16519C;
	text-decoration: underline;
	}
#content a:hover, #content a:focus, 
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #000;
}

/*~~~~~( Layout )~~~~~~*/
#wrapper {
	background:#FFFFFF url(../img/torn.jpg) repeat-x left 75px;
}
div.inner {
	text-align: left;
	width:800px;
	margin:0 auto;
	}
div#header {
	text-align: center;
	padding: 30px 0;
	}
	div#header #logo {
		margin: 0;
		padding: 0;
	}
	div#header #logo a {
		line-height: 55px;
		margin: 0 auto !important;
		background: url(../img/madvoters.gif) no-repeat top left;
		width: 358px;
		padding: 55px 0 0 0 !important;
		height: 0;
		overflow: hidden;
		display: block;
	}
#content {
	padding: 20px 0 0;
}
.mainContent {
	padding: 0 50px;
}
div#footer {
	background: #FBFBFB url(../img/box.png) no-repeat top;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 30px 0 15px 0;
	color: #999;
	}
#footer p {
	margin:15px 0 0 !important;
	line-height: 1em !important;
	font-size: 0.8em;
	color: #999;
	float: left;
	padding: 0 50px;
}
#footer ul {
	float:left;
	padding: 0 50px;
	margin:15px 0;
	line-height: 1em !important;
	font-size: 0.8em;
}
#footer li {
	display: inline;
	padding: 0 12px 0 0 !important;
}
	
/*~~~~~( Headings & paragraphs )~~~~~~*/
p {
	line-height: 1.6em;
	margin: 15px 0;
	text-shadow: 0 -1px 0 #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-family: DeliciousHeavy, Georgia, Times New Roman, Times, serif;
	line-height: 1em;
	color: #333333;
	margin: 15px 0;
	text-shadow: 0 -1px 0 #fff;
	}
h2 {
	font-size:2em !important;	
	}
h3 {
	font-size:1.6em;
	line-height: 1.6em;
	}
h4 {
	font-size:1.2em;
	line-height: 1.6em;
	}
h5 {
	font-size:1em;
	font-weight:bold;
	color:#555;
	}
strong {
	font-family: DeliciousHeavy, Georgia, Times New Roman, Times, serif;
	letter-spacing: -0.05em;
	font-size: 1.2em;
	text-transform: uppercase;
	}
em {
	color: #C6121F;
	font-style: normal;
}
.center {
	text-align: center !important;
}
blockquote {
	margin: 24px 0 24px 24px;
	padding: 0 12px;
	overflow: hidden;
	background: #F2EBDF;
}
blockquote p {
	font-style: italic;
	font-family: Georgia, Times New Roman, Times, serif;	
}

/*~~~~~( IMG )~~~~~~*/

.aligncenter, .alignleft, .alignright {
	outline: 8px solid #fff;
	border: 4px solid #D6CFB1;
}
.alignleft {
	float: left;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.alignright {
	float: right;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/*~~~~~( Form )~~~~~~*/

div.form {
	background: url(../img/hole.png) no-repeat bottom;
	margin-bottom: -19px;
	position: relative;
	float: left;
	width: 700px;
	padding: 30px 50px 1px;
}
form {
	border: 2px solid #ebebeb;
	border-bottom: 0;
	padding: 15px;
	background: #fff url(../img/paper.jpg) no-repeat top left;
	margin: 0;
	width: 666px;
}
form h2 {
	border-bottom: 3px solid #555;
	/*font-family: Rockwell, "Courier New", Courier, Georgia, Times, "Times New Roman", serif;*/
	font-weight: bold;
	margin: 0 0 15px 0;
	padding-bottom: 12px;
}
form label {
	width: 34%;
	text-align: right;
	padding-top: 6px;
	display: block;
}
form p {
	clear: both;
}
form input, form textarea {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	color: #777;
	font-size: 1.2em;
	padding: 5px;
	width: 60%;
	float: right;
}
form p.submit {
	float: right;
	padding: 0 !important;
	margin-bottom: 0;
	border: 3px solid #ebebeb;
	width: auto !important;
}
form p.submit input {
	background: #C6121F;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	width: auto !important;
	float: none;
	border: 1px solid #fff;
	cursor: pointer;
	margin: 0;
}

/*~~~~~( Lists )~~~~~~*/

#content ul {
	list-style: none;	
	margin: 15px;
	line-height: 1.8em;
}
#content ol {
	list-style: decimal inside
	margin: 15px 0;	
	line-height: 1.8em;
}
#content li {
	padding-left: 20px;
	background: url(../img/bull.gif) no-repeat left .45em;
	}
					
/*~~~~~( Float clearing~~~~~~*/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}

