/*
Theme Name: Staunton
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> and modified for Staunton for House of Representatives. Design by Nick Holz. Coding by Tony Thomas.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/*

Begin Typography & Colors

Color Scheme

Green = PMS 356 / #016a32
Blue = PMS 072 / #102b86

*/

body {
	
	background:#ffffff;
	
}

/* pages */

#page {
	
	background:url(images/page_background3.jpg) repeat-y;
	
}

#page hr {
	
	margin:0;
	
}

/* posts */

.post {margin-top:20px;}

.post a {
	
	text-decoration:none;
	
}

/* tags */

h1,h2,h3,h4,h5,h6{
	
	font-weight:bold;
	
}

p {
	
	font-family:Times, "Times New Roman", serif;
	font-size:120%;
	
}

/* header */

.description{
	
	padding:85px 0 0 5px;
	font-family:Verdana;
	font-size:140%;
	text-transform:uppercase;
	
}

#header {
	
	position:relative;
	background:#016a32;
	
}

#header h1 {
	
	display:none;
	
}

#headerimg {
	
	color:#ffffff;
	position:relative;
	height:130px;
	margin-top:55px;
	margin-left:265px;
	background:url(images/logo.png) top left no-repeat;
	
}


#header_photo{

	position:absolute;
	top:-40px;
	left:-260px;

}

/* footer */

#footer {
	
	background:#fff;
	min-height:50px;
	padding-top:25px;
	
}

/* navigation */

#nav {
	
	height:35px;
	background:#102b86;
	
}

#nav ul {

	margin:7px 0 0 270px;

}

#nav li {

	list-style: none;
	float:left;
	font-weight:bold;
	font-size:125%;

}

#nav a {

	color:#fff;
	padding:7px;
	text-decoration:none;

}

#nav a:hover, .current-page-item a {
	
	color:#102b86;
	background:#fff;
	
}

/* sidebar */

#sidebar h4{text-align:center;}


#sidebar #social-networking-sites li {float:left;}

#sidebar #social-networking-sites ul {clear:both;}

#get-involved-img {margin-left:55px}

#sidebar a {text-decoration:none;}

#sidebar {
	
	background:#d4d5d9;
	margin-top:100px;
	float:left;
}

#sidebar h2 {
	
	font-size:140%;
	
}

#sidebar ul {

	list-style:none;

}

#sidebar .entry {

	margin-left:15px;
	color:#102b86;

}

#sidebar .entry {position:relative;}

#sidebar .post {position:relative;}

#social-networking li.primary{
	
	margin-left:0;
	margin:20px 0 20px 0;
	text-align:center;
	
}

#social-networking li.primary ul {
	
	margin-top:10px;
	
}

#social-networking-sites img {margin-right:25px; margin-bottom:30px;}

#social-networking-sites a {height:40px;}

#social-networking-sites {margin-left:45px;}

/* sidebar2 */


#sidebar2 blockquote {

	color: #102b86;

}

#sidebar2 {
	
	font-size:110%;
	
}

#get-involved-img {text-align:center;}

/* classes */

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

.alignleft{float:left;}

.alignright{float:right;}

.entry{

	margin-top:25px;

}

.screen-reader-text {display:none;}


/* cforms */

label {position:relative; display:block;}
fieldset{border:none;}
legend{display:none;}
.sendbutton{

	border:1px solid black;
	float:left;
	margin-top:-90px;
	margin-left:17px;

}


/* spiffy corners http://www.spiffycorners.com/index.php?sc=staunton&bg=ffffff&fg=016a43&sz=5px */

.staunton{display:block}
.staunton *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#016a43}
.staunton1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #91beae;
  border-right:1px solid #91beae;
  background:#408f72}
.staunton2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5f0ec;
  border-right:1px solid #e5f0ec;
  background:#318666}
.staunton3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #318666;
  border-right:1px solid #318666;}
.staunton4{
  border-left:1px solid #91beae;
  border-right:1px solid #91beae}
.staunton5{
  border-left:1px solid #408f72;
  border-right:1px solid #408f72}
.stauntonfg{
  background:#016a43;
  text-align:center;
}
.stauntonfg a {
	
	color:white;
	font-weight:bold;
	font-size:1.5em;
	
}

.get-updates-button {
	
	width:150px;
	margin:auto;
	
}