/*
Theme Name: Iowa Democrats
Theme URI: http://iowademocrats.org
Description: The Wordpress theme built exclusively for the Iowa Democratic Party.
Version: 1.0
Author: Gregory Hauenstein
Author URI: http://greghauenstein.com
Tags: politics, feature, sidebar, widget
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin: 0;
	font-family: Helvetiva, Arial, sans-serif;
	background: url('img/bg.png') repeat-x top #5a88af;
	color: #444444;
}

/*========  STRUCTURE =======*/

#wrap {
	width: 960px;
	margin: 20px auto 10px auto;
}

#header {
	

}

	#navbar {
		margin-top: 20px;
		float: right;
		clear: right;
		}
		
#content-wrap {
	background-color: #F2F2E9;
	margin-top: 20px;
	padding: 20px;
	}

		#content {
			width: 600px;
			line-height: 150%;
		}
			#content_full {
				width: 920px;
				margin: 0 auto;
			}
			
			#content_full .post p {
				line-height: 150%;
			}
		
		#featured-content {
			width:600px;
			height:400px;
			float: left;
			
		}
		
		#announcement {
			font-size: 1.5em;
			width: 100%;
			padding: 10px 0 30px 0;
			text-align: center;
			font-weight: bold;
		}
			#announcement a {
				color: #5a88af;
				text-decoration: none;
				padding: 10px;
			}
			
				#announcement a:hover {
					background: #093d6d;
					color: #ffffff;
				}

	/* ======= SOCIAL NETWORK SPRITE NAVIGATION BAR OF DOOM ======= 
		#socialnav_wrap {
			float: left;
/*			overflow: hidden;
		}
		
			#socialnav {
				background: url('/img/socialnav.jpg') no-repeat;
/*				width: 600px;
				height: 50px;
				padding: 0;
				margin: 0;
			}
			
				#socialnav a, #socialnav li{
					height: 50px;
					width: 150px;
					display: block;
					float: left;
					}
					
				#socialnav span {
					display: none;
					}
					
				#nav li {
					list-style: none;
					display: inline;
					float: left;
				}
				
					li#nav_twitter { width: 150px; }
					li#nav_facebook { width: 150px; }
					li#nav_flickr { width: 150px; }
					li#nav_youtube { width: 150px; }
						li#nav_twitter a:hover { background: url('img/socialnav.jpg') 0 -50px no-repeat; border:none; }
						li#nav_facebook a:hover { background: url('img/socialnav.jpg') -150px -50px no-repeat; border:none; }
						li#nav_flickr a:hover { background: url('img/socialnav.jpg') -300px -50px no-repeat; border:none; }
						li#nav_youtube a:hover { background: url('img/socialnav.jpg') -450px -50px no-repeat; border:none; } */
						
		#columns {
			width: 600px;
			float: left;
			padding: 15px 0;
			
		}
		
			.leftcol {
				float: left;
				background: #dadada;
				border: 1px solid #a1a1a1;
				margin-right: 15px;
				padding: 5px 15px;
				width: 245px;
				height: 450px;
			}
			
			.rightcol {
				float: right;
				background: #dadada;				
				border: 1px solid #a1a1a1;
				width: 245px;
				padding: 5px 15px;
				clear: right;
				height: 450px;
			}

			
		.post {
			margin: 15px 5px;
			padding: 5px;
			}
			
		#meta {
			margin-bottom: 15px;
			padding: 5px;
			background-color: #dadada;
			display: block;
		}
		
	#postlist {
		margin: 0 0 10px 0;
		width: 600px;
		float:left;
	}
	
		#postlist li {
			display: block;
			list-style:none;
			margin: 5px 0;
			background-color: #dadada;
			padding: 3px;
			
		}
	
	#sidebar {
		width: 300px;
		float: right;
		text-align: left;
	}
	
	#footer {
	background: url('img/wide_header.jpg') top left no-repeat;
	clear: both;
	display: block;
	padding: 40px 10px 0 10px;
	font-size: 85%;
	}
	
		#socials {
			position: absolute;
			top: 35px;
			right: 250px;
			background: none; /*url('img/bg_socials.jpg') repeat-x top left #004c6d;*/
			padding: 10px;
			border: 1px solid 5a88af;
		}
		
			#socials li {
				float: left;
				margin-right: 10px;
			}
	
	
/* ======= TYPOGRAPHY ======= */

#content a {
	color: #5a88af;
	text-decoration: none;
}

	#content a:hover {
		background: #093d6d;
		color: #fff;
/*		border: 1px solid #b2172e;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;*/
	}
	
	#content_full a {
		color: #5a88af;
		text-decoration: none;
	}
	
		#content_full a:hover {
			background: #093d6d;
			color: #fff;
	/*		border: 1px solid #b2172e;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;*/
		}
	

p {
	font-size: .9em;
	font-weight: normal;
	margin: 5px 0;
}

h1 {
	font-size: 3.5em;
	font-weight: bolder;
	line-height: 115%;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	line-height: 115%;
	
	}
	
	h2.widgettitle {
		text-align: center;
		font-weight: bold;
		font-size: 1.5em;
		margin-top: 5px;
	}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	}
	
	h3.column {
		margin: 15px auto 0 auto;
	}
	
	#content .post h3 {
		margin: 20px 0;
		font-style: italic;
	}

h4 {
	font-size: .8em;
	color: #555555;
	}
	
	h4.author-name {
		color: #f2f2e9;
	}
	

h5 {
	font-style: italic;
	font-size: .65em;
	font-weight: lighter;
	letter-spacing: .05em;
}

h6 {
	font-size: .65em;
	font-weight: lighter;
	letter-spacing: .05em;	
}

blockquote {
	margin: 5px 15px;
	padding: 10px;
	font-style: italic;
	background-color: #dadada;
	border-left: 5px solid #c1c1c1;
}

.aligncenter {
	width: auto;
	margin: 5px auto;
	text-align: center;
}

.tags {
	border-top: 1px dotted #cacaca;
}

/* ======= IMAGES ======= */

.imageleft {
	float: left;
	margin: 0 10px 10px 0;
}

.imageright {
	float: right;
	margin: 0 0 10px 10px;
}

.imagecenter {
	width: auto;
	margin: 20px auto;
}

.frame, .avatar {
	border: 1px solid #a1a1a1;
	background: #dadada;
	padding: 5px;
}

.avatar {
	float: left;
	margin: 0 15px 15px 0;
}

/* ======= SIDEBAR ======= */


#sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 5px;
}

#sidebar a {
	color: #5a88af;
	text-decoration: none;
	}

	#sidebar a:hover {
		background: #093d6d;
		color: #fff;
		border: none;
		text-decoration: none;
/*		border: 1px solid #b2172e;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;*/
	}
	
	#sidebar img:hover  {
		background-color:#F2F2E9;
	}
	
#sidebar .widget {
		margin: 0 0 20px 0;
		background: #dadada;
		border: 1px solid #a2a2a2;
		padding: 10px;
		width: 265px;
		}


li.widget {
		margin: 0 0 20px 0;
		background: #dadada;
		border: 1px solid #a2a2a2;
		padding: 10px;
	}
	
	.widget li {		
		margin-left: -15px;
		font-size: .85em;

	}
	
	.widget li a {
		padding: 5px;
		display: block;
		
	}
	
	
/* ======= POSTS =======*/

#dsq-comments {
	width: 500px;
	font-size: 1.2em;
}

	#dsq-comments .dsq-full-comment {
		padding: 5px 15px;
	}


.author-profile {
	background: #093d6d;
	color: #fff;
	margin: 15px 0;
	padding: 15px;
}

#post-nav
	{
		background: #dadada;
		border: 1px solid #a2a2a2;
		padding: 10px;
		margin: 5px 0;
		font-size: .75em;
	}
	
/* ======= FOOTER ======= */

#footer_column {
	width: 250px;
	padding: 15px;
	float: left;
	line-height: 120%;
	}
	
	#footer_column a {
		color: #5a88af;
		text-decoration: none;
		padding: 2px;
	}	
	
		#footer_column a:hover {
			background: #093d6d;
			color: #fff;
		}
	
#disclaimer {
	width: 400px;
	height: 100px;
	margin: 10px auto;
	background: url('img/disclaimer.jpg') no-repeat;
}	
/* ======= LISTS ======= */

ul {
	margin-left: 15px;	
}

#navbar ul {
	margin: 0 20px;
	list-style: none;
}
#navbar li {
	float: left;
	margin: 10px 5px;
	}

	#navbar li a {
		color: #f2f2e9;
		text-shadow: .05em .05em #000000;
		text-decoration: none;
		padding: 10px;
		text-transform: uppercase;
		font-size: 1em;
		}
		
		#navbar li a:hover {
				background: #C1272D;
				color: #fff;
				text-shadow: .05em .05em #000000;
		/*		border: 1px solid #b2172e;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;*/
			}

#content li, #content_full li {
		list-style: square;
		font-size: .9em;
		margin: 5px 0 5px 15px;
		}

#footer li a {
	color: #093d6d;
	text-decoration: none;
	padding: 10px;
	text-transform: uppercase;
	font-size: 1em;
	}
	
	#footer li a:hover {
			background: #093d6d;
			color: #fff;
	/*		border: 1px solid #b2172e;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;*/
		}

/* ======= FORMS ======= */

 legend {
 	font-size: 1.5em;
 	font-weight: bold;
 	margin-bottom: 15px;
 }
 
 
 #emailform {
 	margin: 0 0 10px 0;
 	background: url('img/email_bg.jpg') no-repeat bottom right #dadada;
 	border: 1px solid #a2a2a2;
 	padding: 10px 10px 0 10px;
 	width: 265px;
 }
 
 
 	#emailform .gform_title {
 		text-align: center;
 		font-size: 1.5em;
 		margin: 0 0 10px 0;
 		color: #ffffff;
 			text-shadow: .05em .05em #000;
 	}
 
 	#emailform fieldset {    
 	float: left;    
 	clear: left;    
 	width: 100%;    
 	margin: 0;    
 	padding: 0;  
 	}
 	
 	
 	#emailform fieldset li {    
 	float: left;    
 	clear: left;    
 	width: 100%;    
 	padding-bottom: 1em;  
 	}
 	
 	#emailform label {    
 	float: left; 
 	color: #ffffff;
 			text-shadow: .05em .05em #000;
	width: 3em;    
 	margin-right: 1em;    
 	text-align: right;  
 	
 	}
 	
 	#emailform input {
		font-size: .8em;
		color: #333333;
		margin: 0 0 15px 0; 		
 	}
 	
 	#emailform #gforms_confirmation_message {
 		padding: 40px 0;
 		text-align: center;
 		color: #ffffff;
 		text-shadow: .05em .05em #000;
 		font-size: 2em;
 	}
 	
 	#volform {
 		list-style: none;
 	}
 	
 		#volform li {
 			list-style: none;
 		}
 		
 		#vollform fieldset li {    
 			float: left;    
 			clear: left;    
 			width: 100%;    
 			padding-bottom: 1em;  
 			}
 			
 			#volform label {    
 			float: left; 
 			color: #ffffff;
 			text-shadow: .05em .05em #000;
 			width: 3em;    
 			margin-right: 1em;    
 			text-align: right;  
 			
 			}
 			
 			#volform input {
 			font-size: .8em;
 			color: #333333;
 			margin: 0 0 15px 0; 

/*======= MISC ======= */

#disqus_thread {
	width: 575px;
	float: left;
}

.tb_archivelink {
	margin: 10px 0 0 0;
	background: url('img/twitter_bird_small.png') no-repeat left;
	padding-left: 45px;
}

#tweetblender-3, #tweetblender-4 {
	font-size: 80%;
	line-height: 155%;
}

