/*  
Theme Name: Charlie Smith for State Senate
Theme URI: http://www.unionstreetmedia.com
Description: 
Version: 1.0
Author: Morgan Newcomb
Author URI: http://www.unionstreetmedia.com/

*/

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }

/* Self-clearing elements
   http://www.positioniseverything.net/easyclearing.html] */
#wordpresscontent .navigation { display: inline-block; }   
#wordpresscontent .navigation:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#wordpresscontent ul,
#wordpresscontent ol {
	margin-left: 30px;
}


* html #wordpresscontent .navigation { height: 1%; }
#wordpresscontent .navigation { display: block; }

#wordpresscontent .navigation .alignleft {
	width: 47%;
}

#wordpresscontent .navigation .alignright {
	width: 47%;
	text-align: right;
}

/* Begin Typography & Colors */
.postmetadata {
	clear: both;
}

blockquote {
	margin: 10px 0;
	border-left: 10px solid #ccc;
	padding: 0 20px 0 10px 
}
/* End Typography & Colors */

/* Begin Comments*/
li.authorcomment {
	background: #eee;
}
.commentlist cite {
	font-style:normal;
	font-weight: bold;
}
/* End Comments */

/* widget sidebar */
#wp-sidebar {

}
#wp-sidebar ul {
	margin-left: 0px;
}
#wp-sidebar ul ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
li.widget {
	list-style: none;
}
li.widget ul {
	list-style: disc;
}
li.widget ul ul {
	list-style: circle;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 9px;
	line-height: 15px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*
	SITE BUILD
	----------
*/

html { min-height: 100%; margin-bottom: 1px; }

body {
	font: 0.85em/1.7 Arial, Verdana, sans-serif;
	margin: 0; padding: 0;
	text-align:center;
	background: #fff url("/wp-content/themes/charliesmith/i/bg-body.png") repeat-x left top;
	color: #3c3c3c;
}

h1, h2, h3, h4, h5, p, ul, ol, li, blockquote, form, img {
	margin-top: 0;
	padding: 0;
}

h1 {
	font-size: 2.1em;
	color:#093b78;
	line-height: normal;
	font-weight: normal;
	margin: 0;
}

h2 {
	font-size: 1.5em;
	color:#093b78;
	line-height: normal;
	font-weight: normal;
	margin: 0 0 14px 0;
}

h3 {
	font-size: 1.0em;
	color:#3c3c3c;
	line-height: normal;
	margin: 0 0 14px 0;
	clear: both;
}

h4 {

}

p {
	margin: 0 0 14px 0;
}

a {
	text-decoration: none;
	color: #093b78;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}


a img {
	border: 0;
}

table {
margin: 20px auto;

}

th {
background: #333;
color: #fff;
padding: 4px;
}

td {
vertical-align: top;
padding: 4px;
}

ul li {
	margin-bottom: 8px;
}


.clearboth {
	clear: both;
}

.redtext {
	color: #c00;
	font-weight: bold;
}

.smaller {
	font-size: 80%;
	display: block;
}

/*
	TEMPLATE
	--------
*/

#ow {
	text-align: left;
	width: 930px;
	margin: 0 auto;
}

.png {
	background-image: url("/wp-content/themes/charliesmith/i/sprites.png");
	background-repeat: no-repeat;
}

a.png {
	display: block;
	text-indent: -9999em;
}

/*
	MASTHEAD
	--------
*/

#sitename {
	width: 930px;
	height: 225px;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent url("/wp-content/themes/charliesmith/i/masthead.jpg") no-repeat left top;
}

#sitename a {
	width: 365px;
	height: 134px;
	position: absolute;
	left: 49px;
	top: 51px;
}

/*
	CONTENT
	-------
*/

#c {
	background: transparent url("/wp-content/themes/charliesmith/i/bg-content.gif") repeat-y left top;
	border-bottom: 1px solid #fff; /* ie 6 needs this - mn */
}

.l {
	width: 723px;
	float: left;
}

#c .l {
	background: transparent url("/wp-content/themes/charliesmith/i/bg-body.png") repeat-x left -225px;
}

.r {
	width: 190px;
	float: right;
}

.pad {
	width: 90%;
	margin: 30px auto;
}

.title {color: #093B78; font-size: 18px;}

#wordpresscontent {margin: 20px 0 0 0; font-size: 12px;}
	.subTitle {font-weight: bold;}

#wordpresscontent ul {
	/*list-style-position: inside;*/
}
#wordpresscontent li {line-height: 18px;}

.lnk-readmore {
	display: block;
	text-align: right;
	margin: 0 0 20px 0;
}


/*
	SIDEBAR
	-------
*/

.r form#form-paypal {
	width: 119px;
	height: 39px;
	margin: 30px 0 0 0;
}

/*
	NAVBAR
	------
*/

ul#navbar {
	margin: 30px 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

ul#navbar li {
	line-height: normal;
	margin: 0 0 12px 0;
}

/*
	FOOTER
	------
*/

#f {
	margin: 0;
}

#f .l {
	padding: 10px 0 0;
	border-top: 1px solid #dee7f1;
}

.info {
	line-height: normal;
	font-style: italic;
	font-size: 12px;
	width: 400px;
	float: left;
}

.facebook {
	width: 27px;
	height: 27px;
	background-position: left -167px;
	float: left;
	margin: 0 20px 0 0;
}

#usmtag {
	width: 213px;
	height: 13px;
	float: right;
}

#usmtag a {
	display: block;
	text-indent: -999em;
	width: 213px;
	height: 13px;
	background: transparent url("/wp-content/themes/charliesmith/i/sprites.png") no-repeat left -144px;
}

/* contact form */

/*p.cf-sb {
float:left;
margin:0 -152px !important;
padding:0 !important;
}

div.success {
background:#F7F7F7 none repeat scroll 0 50%;
color:#444444;
display:block;
width:345px !important;
}

#cformsform{
width: 379px;
}*/

.hdr-join {
	color: #ee1838;
	margin: 0 0 8px 0;
	padding: 0;
}

#cformsform .cform {
	width: 190px !important;
}

span.reqtxt,
span.emailreqtxt {
	display: block;
	font-style: italic;
	font-size: 80%;
	margin: 0 0 4px 0;
	color: #ccc;
}

#cformsform .cf-ol li {
	position: relative;
}

#cformsform .cf-ol label {
	display: block;
	text-align: left;	
	left: -9999em;
	top: -9999em;
}

.cf-group-after {}

#cformsform .cf-ol input,
#cformsform .cf-ol textarea {
	width: 180px;
	text-align: left;
}

.cform input.sendbutton	{ 
	width: 70px;
	margin: 10px 0 0 110px;
	font-size:0.8em;
	border:1px solid #6692bc!important;
	border-left-color:#6692bc!important; 
	border-top-color:#6692bc!important;
	color: #fff;
	font-weight: bold;
	background: #6692bc;
	cursor: pointer;
}

.cf_info {
	line-height: normal;
}

.failure {
	color: red;
}

.success {
	color: green;
}

/*
	PAGE TEMPLATES
	--------------
*/

.post-edit-link {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #fff;
	border: 1px solid #f1465f;
	padding: 2px;
}



.hasparent .lc {
	width: 120px;
	float: left;
}

.hasparent .rc {
	width: 500px;
	float: right;
}

.hasparent .rc h1 {width: 400px; margin: 0 0 20px 0;}

.page-submenu { 
	border-right: 1px solid #000;
}

.page-submenu {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.page-submenu li {
	margin: 0 10px 16px 0;
	padding: 0;
	line-height: normal;
}

li.current_page_item a {
color: #f51643;
}

/*
	HOME PAGE
	---------
*/
/*
body.page-id-11 .rc {
	position: relative;
}
*/

.home-media {
	/*position: absolute;
		right: 0;
		top: 0;*/
	float: right;
	margin: 0 0 0 10px;
}
.testimonialPod {width: 248px; float: left; margin: 0 0 20px 20px;}




/*
	VOLUNTEER PAGE
	--------------
*/

.cform .cf-box-group label {
	display: inline;
}