/*
Theme Name: Tom Simplot
Theme URI: http://www.tomsimplot.com
Description: Design for the Tom Simplot campaign site.
Version: 1.0
Author: New Amsterdam Consulting
Author URI: http://www.NewAmsterdamConsulting.com/

*/


body  {
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #1ea0da;
}

hr {
	background-color: #cad588;
	color: #cad588;
	border: 0;
	height: 2px;
}

img{
	border: 0;
}

#container { 
	width: 940px;  
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/body_bg.png) repeat-y;
	height: 100%;
} 
#header { 
	background: #1ea0da;
	background-image: url(images/header.png);
	height: 163px; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: #fff solid 4px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#emailbox {
	float: right;
	width: 156px;
	padding-top: 10px;
	text-align: center;
}

#bodywrapper {
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #a7b938; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	color: #cad588;
	font-size: 125%;
}

.sblink {
	padding-top: 8px;
}
#sidebar2 {
	float: left;
	width: 179px;
	margin-right: 4px;
}
#mainContent { 
	margin: 0 179px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #1ea0da;
}
#content {
} 
#content h1 {
	margin: 0;
}
#donate {
	float: left;
	background: #a7b938;
	width: 100%;
	color: #cad588;
	border-bottom: #fff solid 4px;
	padding-bottom: 10px;
	font-size: 125%;
}

#donateContent {
	margin: 11px 0 0 12px;
}

#menu {
	background: #1ea0da;
	color: #fff;
	height: 300px;
	border-bottom: #fff solid 4px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	/* display: inline; */
	padding-top: 12px;
}

#menu li.current a {
	background-image: url(images/mi_current.png);
}

#menu a {
}


#innercontentwrapper{
float: left;
width: 100%;
}

#innercontentcolumn{
margin-left: 200px; /*Set left margin to innerleftcolumnWidth*/
}

#innerleftcolumn{
float: left;
width: 179px; /*Width of left column*/
margin-right: 0; /* 4px; */
}

#homeLeftCol {
float: left;
/* width: 275px; */
width: 270px;
padding: 0 20px 0 0;
}

#homeRightCol {
padding: 0;
}

#homeRightCol p {
margin-bottom: 0;
}

#homeRightCol p.twitter-message {
	margin-bottom: 20px;
}

#innerfooter{
clear: left;
width: 100%;
background: #fff;
color: #FFF;
text-align: center;
}

#innerend {
	clear: both;
	width: 100%;
	background: #fff url(images/inner_end.png) no-repeat;
	height: 4px;
}


.innerbody{
margin: 0 20px 20px 179px;
padding: 25px 0 0 27px;
}

.innerbody p {
	margin-top: 0;
}

.innerbody h1,h2 {
	padding: 0;
	margin: 0;
}

.innerbody h1 {
	text-transform: uppercase;
	font-size: 300%;	
	letter-spacing: -4px;
	line-height: .75em;
}

.innerbody h2 {
	text-transform: uppercase;
	font-size: 175%;	
}

.innerbody a:link {color:#1ea0da}     /* unvisited link */
.innerbody a:visited {color:#1ea0da}  /* visited link */
.innerbody a:hover {color:#cad588}   /* mouse over link */
.innerbody a:active {color:#1ea0da}   /* selected link */

#cformsform {
	width: 500px;
}

#cformsform label, #cformsform label span {
	width: 120px;
}

#cforms2form {
	width: 150px;
}

#cforms2form p {
margin:5px 0 0 0; padding: 0;
text-align: center;
}

#cforms2form ol li {
margin: 0 !important;
}

#cforms2form label, #cforms2form label span {
	width: 10px;
}

#cforms2form textarea, #cforms2form input {
	width: 90px;
}

#cforms2form input.sendbutton {
margin: 0;
padding: 0;
color: #fff;
background: #a7b938;
text-transform: uppercase;
border-color: #a7b938 !important;
}

#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	color: #1ea0da;
	font-size: small;
	text-transform: uppercase;
	border-top: #fff solid 8px;
	border-bottom: #fff solid 10px;
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a {
	font-weight: normal;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.paidfor {
	border: 1px solid #1ea0da; 
}



.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}