/*  
Theme Name: Move America Forward
Theme URI: 
Version: 1.0.0
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width 
img {
	max-width: 100%;
	height: auto;
}
*/
/* ie 8 img max-width 
@media \0screen {
  img { width: auto;}
}
*/
body {
	font-family				: Arial, Verdana, Helvetica, sans-serif;
  	text-align				: center;
	font-size				: 76.1%;
	color					: #000;
	margin					: 0;
	padding					: 0; 
	background       		: #f0f0f0 url(images/top_border.png) repeat-x 0 0;
}

h1, h2, h3, h4, h5, h6{
	margin					: 1em 0;
	padding					: 0;
	font-family				: 'BenchNine', sans-serif;
	/*font-weight 			: bold; */
	/*font-family: 'Scada', sans-serif;*/
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: .01em;
	text-transform: uppercase;
}

p {
	margin					: 1em 0;
	padding					: 0;
}

li {
	margin-left				: 1em;
}

li.contact  {
	color					: #fff;
	font-size				: .9em;
	padding					: 6px 0 0 0;
}

img.graphic {
 	display					: block;
	border					: none;
}

a img 	{
	border:none;
}

.clear {
	clear					: both;
}


/* End of Global page settings. Should get over-ridden later on */



/* Main titles for various pages. */
h1 {
font-size					: 2em;
}

h2 {
font-size					: 1.8em;
}

h3 {
font-size					: 1.6em;
}

h4 {
font-size					: 1.4em;
}

h5 {
font-size					: 1.2em;
}

h6 {
font-size					: 1em;
}


/********* LINK STYLES *********/


a.footer:link {
	color					: #fff;
	text-decoration			: none;
}

a.footer:visited {
	color					: #fff;
	text-decoration			: none;
}

a.footer:hover {
	color					: #fff;
	text-decoration			: underline;
}


small {
	font-size: 87%;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}

/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}

/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}

/* form button */
input[type=reset], input[type=submit], button {
	background: #333;
	color: #fff;
	border: none;
	padding: 7px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover {
	background: #000;
	color: #fff;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#wrapper {
	width					: 1500px;
	width: 969px\9;
	margin					: 0px auto; /* sets site to center float */
	padding					: 0px; 
	background: url(images/footer_bg.png) no-repeat 0 bottom;
}

/* Container Holds Content */
#container {
	text-align				: left;
	/* width					: auto; */
	width: 950px;
	margin					: 0 auto; /* sets site to center float */
	padding-top 			: 418px;
}

.ie8-wrapper	{
	margin-left: -250px\9;
}

#container-page {
	text-align				: left;
	/* width					: auto; */
	width: 950px;
	margin					: -50px auto 0 auto; /* sets site to center float */
}

#header{
	margin 					: 0;
	padding 				: 0 0 193px 0;
}

.tagline	{
	margin: 0 auto;
	width: 1500px;
	/*margin-left: 1500px\9;*/
}

.tagline p {
	font-size: 1.6em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 16px;
}

#slideshow 	{
	width: 1500px;
	height: 409px;
	margin: -72px 0 0 0;
	position: absolute;
}

#content-widget-full {
	border-bottom: 1px solid #757575;
    border-top: 1px solid #757575;
    margin-top: 20px;
    padding: 12px 0;
    width: 897px;
}

ul#news-ticker li {
	margin-left: 2em;
}

#content-widget-half {
	margin-top:20px;
	margin-bottom: 20px;
	width: 600px;
}

#content-widget-half {
	margin-top:20px;
	margin-bottom: 20px;
	width: 353px;
}

.social-media	{
	width: 166px;
	height: 150px;
	margin: 0;
	padding: 0;
	float: left;
}

.social-media ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-media ul li {
	margin: 0;
	padding: 0;
	float: left;
}

.twitter {
	width: 61px;
	height: 61px;
	background: url(images/social.png) no-repeat left top;
	display: block;
}

a.twitter:hover {
	width: 61px;
	height: 61px;
	background: url(images/social_hover.png) no-repeat left top;
	display: block;
}

.facebook {
	width: 61px;
	height: 61px;
	background: url(images/social.png) no-repeat right top;
	display: block;
}

a.facebook:hover {
	width: 61px;
	height: 61px;
	background: url(images/social_hover.png) no-repeat right top;
	display: block;
}

.youtube {
	width: 61px;
	height: 61px;
	background: url(images/social.png) no-repeat bottom left;
	display: block;
}

a.youtube:hover {
	width: 61px;
	height: 61px;
	background: url(images/social_hover.png) no-repeat bottom left;
	display: block;
}

.flicker {
	width: 61px;
	height: 61px;
	background: url(images/social.png) no-repeat bottom right;
	display: block;
}

a.flicker:hover {
	width: 61px;
	height: 61px;
	background: url(images/social_hover.png) no-repeat bottom right;
	display: block;
}

.contact	{
	width: 528px;
}

.contact-sidebar	{
	width: 353px;
}

iframe #wrapper {
    margin: auto;
    width: 100%;
}

#content {
	margin					: 0;
	padding-top				: 5px; /* moves entire section including sidebar from top */
	width					: 950px;
	min-height    			: 990px;
	background		        : url(images/main_bg.png) no-repeat right top;
}

#textbox {
	font-size				: 1em;
	margin					: 0;
	padding 				: 0;
	width					: 530px;
	float					: left;
}

.entry-content	{
	border-top: 2px solid #7b846c;
	border-left: 2px solid #7b846c;
	border-right: 2px solid #7b846c;
	background-color: #f2f2f2;
}

#container-page .entry-content	{
	border-top: 2px solid #7b846c;
	border-left: 2px solid #7b846c;
	border-right: 2px solid #7b846c;
	background-color: #f2f2f2;
	margin-top: 55px;
}



.entry-content h1{
	background: #7b846c url(images/head_corner.png) no-repeat left top;
	color: #fff;
	height: 33px;
    margin: 0;
    padding: 8px 0 0 12px;
}

h1.post-title {
	background: none;
	color: #000;
	height: auto;
    margin: 0;
    padding: 8px 0 8px 12px;
}

.post{
	border-bottom: 2px solid #7b846c;
	padding: 1px 14px;
	background: url(images/corner.png) no-repeat 3px 3px;
}

.post h2{
	text-transform: uppercase;
}

.post p{
	padding: 0;
}

/************************************************************************************
Sidebar
*************************************************************************************/

#sidebar {
	width					: 330px;
	margin					: 0px;
	padding					: 30px 0 0 19px; 
	float					: left;
}

ul.donate	{
	list-style-type: none;
	margin-bottom: 70px;
	margin-top: 70px;
}

.box-border	{
	border: 2px solid #7b846c;
	background-color: #f2f2f2;
	margin-bottom: 20px;
}

.box-border h2{
	background-color: #7b846c;
	color: #fff;
	height: 33px;
    margin: 0;
    padding: 11px 0 0 12px;
    text-transform: uppercase;
}

.box-border p{
	padding: 0 14px;
}

.boxtop	{
	color: #fff;
	height: 33px;
    margin: 0;
    padding: 0 0 25px 0;
}

/************************************************************************************
Footer
*************************************************************************************/

#footer{
	background 		        : url(images/footer.png) no-repeat 0 0;
	height					: 260px;
	width					: 969px;
	margin					: 25px 0 0 -39px;
	padding					: 0;
}

.bottom_tagline {
	clear: both;
}

.bottom_tagline p {
	color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    margin-top: -2px;
}



/* 
SITE DESCRIPTION
================================================ */
#site-description {
	position: absolute;
	top: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.social-widget a {
	text-decoration: none;
}
.social-widget a:hover {
	text-decoration: none;
}
.social-widget .widget {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 0 2px 0 0;
}
.social-widget .widget div {
	display: inline;
}
.social-widget .widgettitle {
	width: auto;
	font-weight: bold;
	font-size: 100%;
	text-transform: none;
	border: none;
	letter-spacing: 0;
	position: static;
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 5px 8px 2px 0;
	padding: 0;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.social-widget ul {
	margin: 6px 0 0 !important;
	padding: 0;
	display: inline;
}
.social-widget ul li {
	padding: 0 2px 5px 0;
	margin: 0;
	display: inline-block;
	zoom:1;
	*display:inline;
	border: none !important;
	clear: none;
	line-height: 100%;
}
.social-widget li img {
	vertical-align: middle;
	margin-top: -5px;
}

.widget_twitter li {
	margin: 0 0 1em 1em;
}

#box-border span.entry-content {
	border:none;
}

#box-border ul {
	list-style-type: square;
}

#box-border ul li {
	padding: 5px;
}

/* 
RSS
================================================ */
.social-widget .rss {
	display: inline;
}
.social-widget .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding: 3px 0 2px 30px;
	display: inline-block;
	zoom:1;
	*display:inline;
}



/* 
MAIN NAVIGATION
================================================ */
/* Menu V CSS */

#menuwrapper {
	position			: absolute;
	z-index				: 9999;
	background    : url(images/header_sml.png) no-repeat 0 0;
	width				: 969px;
	height 				: 162px;
  margin-left: 256px;
  margin-top: -19px;
  font-family       : 'BenchNine', sans-serif;
  /*font-weight       : bold; */
  /*font-family: 'Scada', sans-serif;*/
  font-family: 'Archivo Narrow', sans-serif;
  letter-spacing: .01em;
  text-transform: uppercase;
}

#menubar  {
  margin				: 57px 0 0 314px;
  padding				: 0px;
  font-size				: .9em;
  width					: 900px; 
  list-style			: none;
}

#menubar li {
  margin				: 0px;
  padding				: 0 12px;
  float					: left; /*For Gecko*/
  list-style			: none;
  position				: relative;
  /* height				: 24px; drop down spacing */
}

#menubar ul {
  margin				: 0;
  border				: 0 none;
  padding				: 0;
  width					: 160px;
  list-style			: none;
  display				: none;
  position				: absolute;
  top					: 27px;
  left					: 0;
}

#menubar ul li {
  width					: 160px;
  float					: left; /*For IE 7 lack of compliance*/
  display				: block !important;
  margin				: 0 0 0 35px;
}

/* Root Menu */
#menubar a {
  padding				: 6px 8px;
  float					: none !important; /*For Opera*/
  float					: left; /*For IE*/
  display				: block;
  color					: #fff;
  text-decoration		: none;
  height				: 27px;
  font-size: 1.6em;
  font-weight: bold;
}

/* Root Menu Hover Persistence */
#menubar a:hover,
#menubar li:hover a,
#menubar li.iehover a {
  background			: none;
  color					: #FFF;
}

/* 2nd Menu */
#menubar li ul li {
	font-size: .9em;
}

#menubar li:hover li a,
#menubar li.iehover li a {
  float					: none;
  background			: #aa0001;
  border: 1px solid #000;
  color					: #FFF;
}

/* 2nd Menu Hover Persistence */
#menubar li:hover li a:hover,
#menubar li:hover li:hover a,
#menubar li.iehover li a:hover,
#menubar li.iehover li.iehover a {
  /*background			: #DD7241;
  color					: #ECDE7D;*/
  text-decoration: underline;
}

/* 3rd Menu */
#menubar li:hover li:hover li a,
#menubar li.iehover li.iehover li a {
  background			: #DD7241;
  color					: #FFF;
}

/* 3rd Menu Hover Persistence */
#menubar li:hover li:hover li a:hover,
#menubar li:hover li:hover li:hover a,
#menubar li.iehover li.iehover li a:hover,
#menubar li.iehover li.iehover li.iehover a {
   background			: #DD7241;
  color					: #ECDE7D;
}

/* 4th Menu */
#menubar li:hover li:hover li:hover li a,
#menubar li.iehover li.iehover li.iehover li a {
   background			: #023D8A;
   color				: #FFF;
}

/* 4th Menu Hover */
#menubar li:hover li:hover li:hover li a:hover,
#menubar li.iehover li.iehover li.iehover li a:hover {
  background			: #023D8A;
  color					: #ECDE7D;
}

#menubar ul ul,
#menubar ul ul ul {
  display				: none;
  position				: absolute;
  top					: 0;
  left					: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
#menubar li:hover ul ul,
#menubar li:hover ul ul ul,
#menubar li.iehover ul ul,
#menubar li.iehover ul ul ul {
  display				: none;
}

#menubar li:hover ul,
#menubar ul li:hover ul,
#menubar ul ul li:hover ul,
#menubar li.iehover ul,
#menubar ul li.iehover ul,
#menubar ul ul li.iehover ul {
  display				: block;
}


/*** footer nav ***/
div.footer_nav {
  float: left;
  width: 230px;
  margin: 20px -39px 6px 42px;
  min-height: 192px;
  max-height: 192px;
  height: 192px\9; /*ie8*/
  overflow: hidden;
}

div.footer_nav h3 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin: 1em 0 0 0;
}

div.footer_nav ul  {
  list-style-type: none;
}

div.footer_nav ul li {
    padding: 4px 0;
  font-size: 1em;
}

div.footer_nav ul li a {
  color: #fff;
}

div.footer_nav ul li a:hover {
  text-decoration: underline;
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 300%;
	line-height: 110%;
}

/************************************************************************************
POST
*************************************************************************************/
/* post content */
.post-content {
	min-width: 120px;
}

/* post title */
.post-title {
	font-size: 26px;
	margin: 0 0 5px;
	padding: 0;
}
.post-title a {
	color: #000;
	text-decoration: none;
	font-size: .9em;
}

/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}

/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}

/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0 2px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0 3px;
	padding: 2px 0 2px 16px;
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-video iframe,  
.post-video object,  
.post-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	padding-bottom: 20px;
	text-align: right;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 6px 0 0;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.pagenav a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #000;
}
.pagenav .current {
	text-decoration: none;
}

/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	margin: 0 0 30px;
	padding: 15px 0;
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}

/* post nav arrow */
.post-nav span span {
	background: #333;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	margin: 10px 0 20px;
	position: relative;
	clear: both;
	border-bottom: 2px solid #7b846c;
	padding: 17px;
}

/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}

/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}

/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}

/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}

/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}


/*************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}

/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}

/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}

/* get rid of br tag */
.gallery br {
	display:none;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }

span.wpcf7-list-item {color:red;height:40px;width:40px;}
