/*
Theme Name: Turner 2010
Theme URI: http://www.turnerforillinios.com/
Description: Custom Wordpress Theme for Arthur Turner's 2010 Lieutenant Governor Campaign
Version: 1.0
Author: Matt Mesker
Author URI: http://www.mesker.org
Tags: None
*/

@import url("reset.css");

/* basic text & tag styles */

body {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
/*	background: url(grid-overlay.png) top center repeat-y;*/
	background-color: #FFFFFF;
}

p { margin: 0px 0px 20px 0px; }
em { font-style: italic; }
strong { font-weight: bold; }

ul { list-style: disc; margin: 0px 0px 20px 20px; }
ol { list-style: decimal; margin: 0px 0px 20px 20px; }

a { color: #4671a9; text-decoration: underline; }
a:hover { color: #d04238; text-decoration: underline; }

blockquote p {
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background-color: #eef3fa;
	border: 1px solid #6b8dc4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 18px;
	line-height: 24px; color: #163567;
}

blockquote p span { display: block; text-align: right; margin: 0px 20px; }

h1 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 23px; line-height: 29px; font-weight: normal; color: #d04238; margin: 0px 0px 20px 0px; }
h2 { font-size: 18px; line-height: 24px; font-weight: normal; color: #262370; margin: 0px 0px 20px 0px; }
h3 { font-size: 18px; line-height: 24px; font-weight: normal; color: #262370; margin: 0px 0px 6px 0px; }
h4 { }
h5 { }
h6 { }

/* page layout */

.container { width: 940px; margin: 0px auto; }

#header {
	width: 100%;
	height: 294px;
	margin: 0px 0px 12px 0px;
	background: url(header-bg.gif) top left repeat-x;
}

	#header .container { height: 294px; background: url(header-container-bg.jpg) top left no-repeat; }
	#header img { margin: 30px 0px 30px 0px; }
	#header ul { list-style: none; margin: 0px; }
	#header h1 { display: block; width: 460px; margin: 0px; }

#nav { width: 100%; margin: 0px 0px 30px 0px; background-color: #7098cb; overflow: auto; }

#content {
	float: left;
	width: 580px;
	margin: 0px 40px 40px 0px;
}

#sidebar {
	float: left;
	width: 320px;
	margin: 0px 0px 40px 0px;
}
	#sidebar ul { list-style: none; margin: 0px; padding: 0px; }
	#sidebar ul li { margin: 0px 0px 20px 0px; }
	#sidebar ul ul { list-style: disc; margin: 0px 0px 20px 20px; color: #262370; }
	#sidebar ul ul li { margin: 0px; }
	#sidebar .textwidget { clear: both; margin: 0px 0px 20px 0px; }
	#sidebar .actblue-wrapper { width: 298px; margin: 0px 0px 20px 0px; padding: 10px; background-color: #dde6f2; border: 1px solid #6b8dc4; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; font-size: 12px; line-height: 18px; }
	#sidebar .actblue-wrapper .actblue-box { width: 276px; padding: 10px; background-color: #FFFFFF; border: 1px solid #CCCCCC; }
	#sidebar .actblue-wrapper .actblue-box p { margin: 0px 0px 10px 0px; }
	#sidebar .actblue-wrapper .actblue-box form input#amount { width: 88px; margin: 0px 5px 0px 0px; border: 1px solid #CCCCCC; }
	#sidebar .actblue-wrapper .actblue-box form input#startdonate { margin: 0px 0px -15px 0px; }

#footer {
	clear: both;
	width: 100%;
	padding: 70px 0px 20px 0px;
	background: url(footer-bg.gif) top left repeat-x;
	overflow: auto;
}

#footer .container { width: 980px; padding: 0px 0px 0px 0px; }
#footer .container .widget_text { float: left; width: 220px; margin: 0px 20px 0px 0px; }

/* navigation */

#nav ul { list-style: none; margin: 0px 0px 0px -10px; padding: 0px; }
#nav ul li { display: inline; margin: 0px; padding: 0px; }
#nav ul li a { display: block; float: left; margin: 0px 10px 0px 0px; padding: 8px 10px; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; line-height: 14px; font-weight: bold; color: #FFFFFF; }
#nav ul li a:hover { background-color: #4671a9; }

/* fancy button */

a.button {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 20px 56px;
	padding: 10px 15px;
	background: url(a-button-bg.png) top left repeat-x;
	background-color: #221f65;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	text-shadow: 0px -1px 1px #000000;
	color: #FFFFFF;
}

a.button:hover { background-color: #2f2c78; }

/* contact form styles */

#content label { clear: both; display: block; padding: 0px 0px 4px 0px; font-size: 12px; line-height: 18px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; color: #666666; }
#content textarea { width: 90%; padding: 5px; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #F4F4F4; border-right: 1px solid #F4F4F4; }
#content .wpcf7-list-item { display: block; }
#content .wpcf7-list-item-label { }
#content .formstyle input { width: 90%; padding: 5px; border-top: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-bottom: 1px solid #F4F4F4; border-right: 1px solid #F4F4F4; }