.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background: url(images/background.jpg) repeat-x 0 0;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color: #2e56f4;
}

a {
	text-decoration:none;
	color:#224bd3;
}




a:hover { color:#479ef5; }

.wrapper {
	width:980px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(images/wrapperback.jpg);
}


#header-content { clear:right; }

#branding {
	float:left;
	width:770px;
	font-size:30px;
	font-style:normal;
	height:68px;
	padding-top:10px;
	overflow:hidden;
}

#branding a { color:#d88330; }

#branding a:hover { color:#666666; }

#blog-description {
	font-size:17px;
	font-weight:normal;
	color:#000000;
}

#top-search-wrap {
	background:transparent url(images/top-search-bg.png) no-repeat 0 0;
	float:right;
	width:214px;
	position:relative;
	height:24px;
	position:relative;
	margin-top:28px;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
	position:absolute;
}

#top-s {
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-style:normal;
	color:#425007;
	width:180px;
	top:4px;
	left:7px;
}

#top-search-submit {
	width:18px;
	height:18px;
	cursor:pointer;
	top:3px;
	right:3px;
}

#rss-button {
	background:transparent url(images/icon-rss.png) no-repeat 0 0;
	display:block;
	float:right;
	margin:14px 12px 0 0;
	width:22px;
	height:22px;
	text-indent:-9999px;
}

/* container */
#container-top { padding:9px 9px 0; }

.block {
	float:left;
	width:320px;
	margin-right:10px;
}

.last { margin:0 !important; }

.block h2 {
	font-size:17px;
	font-style:normal;
	font-weight:normal;
	color:#1d1d1d;
	padding-bottom:3px;
	border-bottom:6px solid #1d1d1d;
	margin-bottom:3px;
}

.block ul li {
	overflow:hidden;
	line-height:29px;
}

.block ul li a { color:#595959; }

.block ul li a:hover { color:#e49c30; }

/* content */
#content {
	float:left;
	width:680px;
	padding:9px 0 0 9px;
	background-image: url(images/contentcolumnback.jpg);
	background-repeat:no-repeat;

}

.pagetitle {
	font-weight:normal;
	font-size:25px;
	color:#224bd3;
	margin-bottom:9px;
	margin-left:15px;
}

.title-404 { padding-top:6px !important; }

#content .post {
	background:#FFFFFF url(images/post-bg.gif) repeat-y 0 0;
	float:left;
	position:relative;
	width:680px;
	overflow:hidden;
	margin-bottom:9px;
}

.top, .bottom { float:left; }

#content .post .top {
	background:transparent url(images/post-bg.gif) no-repeat -680px 0;
	width:680px;
	padding-top:0;
}

#content .post .bottom {
	background:transparent url(images/post-bg.gif) no-repeat 100% 100%;
	width:680px;
	padding-bottom:6px;
}

#content .post .date-post {
	background:#426cde url(images/date-bg.gif) no-repeat 0 0;
	display:block;
	height:26px;
	text-align:center;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#;
	text-transform:uppercase;
	float:right;
	margin-top:-6px;
	padding-right:2px;
	padding-left:8px;
}

#content .post .date-post span {
	background:transparent url(images/date-bg.gif) no-repeat 100% 100%;
	display:block;
	height:26px;
	line-height:26px;
	float:left;
	padding-right:5px;
}

#content .post .title {
	clear:both;
	padding:25px 25px 0px 25px;
	font-size:15px;
	line-height:21px;
	font-weight:bold;
	font-style:normal;
	color:#333333;
}

#content .post input {
font-size:17px;
margin-bottom:7px;
}


#content .post submit {
font-size:17px;
margin-bottom:7px;
}


#content .post h2{
	padding:15px 15px 7px 0px;
	font-size:20px;
	font-weight:normal;
	font-style:normal;
	color:#224bd3;

}

#content .post h3{
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	color:#224bd3;
	padding:0px;
	margin:0px 0 2px 0;

}


#content .post .date {
	clear:both;
	padding:25px 25px 0px;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	color:#224bd3;
}

#content .post .meta {
	padding:6px 0 6px 6px;
}

#content .categories-post, #content .comment-post {
	font-size:12px;
	font-style:normal;
	color:#8c8c8c;
}

#content .categories-post a { color:#8c8c8c; }

#content .categories-post a:hover { color:#e49c30; }

#content .entry, #post-pages {
	clear:both;
	padding:10px 25px 0px 25px;
}

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#171717 url(images/pagenavi-bg.gif) repeat-x 0 0;
	clear:both;
	height:53px;
	position:relative;
	padding:0 9px
	margin-bottom:28px;
}

#wp-pagenavi-left, #wp-pagenavi-right {
	background:transparent url(images/pagenavi-bg.gif) no-repeat;
	position:absolute;
	top:0;
	width:6px;
	height:53px;
}

#wp-pagenavi-left {
	background-position:0 -53px;
	left:0;
}

#wp-pagenavi-right {
	background-position:0 -106px;
	right:0;
}

.wp-pagenavi {
	padding-top:20px;
	font-size:12px;
	font-style:normal;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background-color:# !important;
	color:#585858 !important;
	padding:7px 9px !important;
	border:1px solid #e6e1e1 !important;
}

.wp-pagenavi span.pages {
	background-color:#e68c29 !important;
	border:1px solid #e68c29 !important;
	color:# !important;
}

.wp-pagenavi a:hover {
	background-color:#e68c29 !important;
	border:1px solid #e68c29 !important;
	color:# !important;
}

#respond-wrapper, .navigation-page { margin-bottom:9px; }



#header {
width:980px;
height:120px;
margin:0px auto 0px auto;
background-image:url(images/header.jpg);
}

#menu {
width:980px;
height:43px;
margin:0px auto 0px auto;
}

#menu img a{
margin:0px;
padding:0px;
border:none;
}



#contentcolumn {
width:700px;
height: auto;
float:left;
background-image:url(images/contentcolumnback.jpg);
}

#contentcolumn_healthcare {
width:700px;
height: 1008px;
float:left;
background-image:url(images/healthcareback.jpg);
background-repeat:no-repeat;
}

#contentcolumn_airtime {
width:700px;
height: 1008px;
float:left;
background-image:url(images/airtimeback.jpg);
background-repeat:no-repeat;
}

#contentcolumn_taxdayquiz {
width:700px;
height: 820px;
float:left;
background-image:url(images/taxdayquizback.jpg);
background-repeat:no-repeat;
}


#contentcolumn_fivethings {
width:700px;
height: 820px;
float:left;
background-image:url(images/5thingsback.jpg);
background-repeat:no-repeat;
}

#contentcolumn_healthcare_thankyou {
width:700px;
height: 1008px;
float:left;
background-image:url(images/healthcare_thankyouback.gif);
background-repeat:no-repeat;
}


#signbox {
position:relative;
top:650px;
left:150px;
}

#airtimebox {
position:relative;
top:335px;
left:70px;
}

#sharebutton {
position:relative;
top:695px;
left:510px;
}

#sidebar {
width:250px;
height:730px;
background-image: url(images/sidebarback.png);
background-repeat:no-repeat;
float:left;
padding:15px;
background-color:#;
}

#sidebar h2 {
font-family: 'GothamBook';
font-weight:normal;
font-size:17px;
color:#000066;
margin:0px 0px 5px 0px;
}

#twitterbox {
width:330px;
height:400px;
padding: 15px 20px 20px 20px;
background-color:#;
float:left;
}

#twitterbox p {
margin-bottom:10px;
border-bottom: dotted #999999 1px;
padding-bottom:10px;
color:#333333;
}

#twitterbox h2 {
font-family: 'GothamBook';
font-weight:normal;
font-size:20px;
color:#000066;
margin:0px 0px 10px 0px;
}


#calendarbox {
width:270px;
height:400px;
float:left;
padding-top: 15px;
}

#messagebox {
width:300px;
height:435px;
float:left;
padding-top: 15px;
font-size:12px;
line-height:17px;
padding:15px;
background-image:url(images/messageback.gif);
background-repeat:no-repeat;
font-style:italic;
}

#messagebox p{
margin-bottom:9px;
width:290px;
margin-left:3px;
}


#calendarbox h2 {
font-family: 'GothamBook';
font-weight:normal;
font-size:20px;
color:#000066;
margin:0px 0px 10px 0px;
}

#footer {
width:980px;
height:43px;
margin:0 auto 0 auto;
background-color:#;
background-image: url(images/footerback.png);
background-repeat:no-repeat;
padding-top:20px;
color:#c5ecfd;
font-size:10px;
}

#footer a{
color:#c5ecfd;
}

#footer a:hover{
color:#;
}

#facebookbox {
margin-top:0px;
margin-bottom:10px;
height:260px;
}

#joinus {
position:relative;
height:20px;
width:300px;
background-color:#0033FF;
}


#emailbox {
float:right;
position:relative;
top:29px;
right:0px;
font-family:Arial, Helvetica, sans-serif;
color:#;
font-size:12px;
height:40px;
width:257px;
padding:18px 8px 0 0;
background-image:url(images/emailboxback.png);
background-position:top right;
background-repeat:no-repeat;
}

#joinbutton {
background-image: url(images/emailboxback.jpg);
background-repeat:no-repeat;
float:right;
position:relative;
top:40px;
right:0px;
}

.read-more {
margin-left:25px;
display:block;
margin-bottom:10px;
}

#emailbox .zipcode {
width:60px;
font-size:12px;
color:#666666;
margin-top:1px;
}

#emailbox .email {
width:170px;
font-size:12px;
color:#666666;
margin-top:1px;
}

#bentonbackersbox {
width:630px;
height:455px;
background-image:url(images/bentonbackersbox.jpg);
margin-top:15px;
}

#peopleforbentonbox {
width:630px;
height:370px;
background-image:url(images/peopleforbentonbox.jpg);
margin-top:15px;
}

#petitionbox {
width:630px;
height:260px;
background-image:url(images/petitionbox.jpg);
margin-top:15px;
}

#contributebox {
width:630px;
height:108px;
background-image:url(images/contributeboxback.gif);
margin-top:15px;
padding-top:55px;
background-repeat:no-repeat;
margin-bottom:15px;
}

#sharebox {
text-align:center;
}

#countdown {
margin:0px;
padding:0px;
}

#counterbox {
position:relative;
left:20px;
top:23px;
float:left;
}

#counterbox2 {
position:relative;
left:0px;
top:25px;
float:left;
width:310px;
height:50px;
background-color:;
padding:10px;
}

#counterbox_thanks {
position:relative;
left:280px;
top:81px;
float:left;
width:310px;
height:50px;
background-color:;
padding:10px;
}

#havesigned {
position:relative;
float:left;
left:30px;
top:23px;
color:#00B208;
font-size:60px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:55px;
padding:0px;
margin:0px;
}

#petitionbuttonbox {
background-image:url(images/petitionbuttonback.gif);
width:330px;
height:170px;
background-repeat:no-repeat;
float:left;
}

#healthcarebuttonbox {
background-image:url(images/healthcarebuttonback.gif);
width:330px;
height:300px;
background-repeat:no-repeat;
float:left;
cursor:pointer;
margin-bottom:10px;
}