/*

Theme Name: Single Payer Now
Theme URI: 
Description: 
Version: 1.0
Author: Aaron Proctor
Author URI: http://web.aaronproctor.com/

*/

* {
	margin:0;
	padding:0;
	}

html, body {
	background:#bfe8f1;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica;
	color: #000;
	margin:0 auto;
	min-height:500px;
	text-align: center;
	}

#page, #header, #headerprint, #footer, #footerprint, div.one {
	width: 960px;
	}

#page {
	margin:0 auto;
	min-height:380px;
	text-align:left;
	}

/* Header */

#headerwrap {
	margin-top:10px;
	text-align:center;
	width:100%;
	}

#header {
	background:transparent;
	margin:0 auto;
	text-align:left;
	}

#logo {
	width:480px;
	}

#navbar, #search {
	font-size:1.1em;
	margin: 0;
	}
#navbar {
	background:#993333;
	width:960px;
	}
	#navbar ul {
		margin:0;
		padding:0;
		text-align:left;
		}
	#navbar ul li {
		border-right:2px solid #84322e;
		float:left;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:10px 0;
		vertical-align:top;
		}
	#navbar a {
		color:#b8e4ef;
		padding:10px;
		}
		#navbar a:hover {
			background:#eee;
			color:#363e3e;
			}

#search {
	background:#bfe8f1;
	color:#ccc;
	text-align:left;
	width:240px;
	}
	#search input {
		border:0;
		border-bottom:2px solid #333;
		float:left;
		font-family:Helvetica;
		font-size: 130%;
		}
	#search input.text {
		color:#555;
		margin:0 19px 0 0;
		padding:5px 10px;
		width:100px;
		}
	#search input.submit {
		background:#333;
		border-bottom:0;
		color:#fff;
		}

#headerprint { display:none; }

/* Content */

#content {
	background:#fff;
	float:left;
	width:720px;
	}
	body.home #content {
		width:480px;
		}

#sidebar {
	float:left;
	min-height:110px;
	width:240px;
	}

#leftbar {
	float:left;
	width:240px;
	}
	#leftbar div.wrap {
		background:#993333;
		}
		body.page #leftbar div.wrap {
			background:#ccc;
			}
	#leftbar a {
		color:#fff;
		}
		#leftbar h4 a { color:#993333; }
		body.page #leftbar div.wrap a {
			color:#333;
			}
		#leftbar ul li a {
			font-size: 120%;
			}
	#leftbar ul, #content div.wrap ul {
		list-style:none;
		margin:0;
		padding:0;
		}
		#leftbar ul li, #content div.wrap ul li {
			list-style:none;
			margin-bottom:0.5em;
			padding:0;
			text-align:left;
			}

div.breadcrumb {
	background:#eee;
	color:#555;
	}
	div.breadcrumb p { margin:0; }
	div.breadcrumb span { color:#555; }
	div.breadcrumb a { color:#555; font-weight:bold; }
	div.breadcrumb a:hover { border-bottom-color:#555; }

#slide_holder {
	background:#779196;
	height:200px;
	width:480px;
	}

table#donation_amount td input.radio { margin-right:5px; }
table#donation_amount td { padding-right:10px; }
#amountOther { display:inline; }

/* Footer */

#footerwrap {
	width:100%;
	}

#footer {
	background:#779196;
	clear: both;
	color:#363e3e;
	margin: 0 auto 1em;
	min-height:100px;
	padding:0;
	text-align:left;
	}
	#footer h4 {
		color:#fff;
		font-weight:bold;
		margin-bottom:0.5em;
		}
	#footer p {
		color:#fff;
		font-size:120%;
		}
	#footer small {
		color:#fff;
		font-size:100%;
		}
	#footer a {
		color:#b8e4ef;
		}
		#footer a:hover {
			color:#fff;
			}
	#footer #navbottom {
		background:#363e3e;
		width:960px;
		}
	#footer #copyright {
		background:#bfe8f1;
		color:#555;
		font-size:1em;
		}
		#footer #copyright a {
			color:#363e3e;
			}
		#footer #copyright #credit {
			float:right;
			}
			#footer #copyright #credit a {
				color:#999;
				}
	#footer ul li {
		color:#fff;
		font-size:120%;
		}
	#footer #navbottom ul {
		display:block;
		text-align:left;
		margin:0 0 15px 0;
		padding:0;
		}
		#footer #navbottom ul li {
			float:left;
			font-size:1.4em;
			list-style:none;
			margin:0 20px 0 0;
			padding:0;
			}

#footerprint { display:none; }

/* Grid */

div.two, div.three, div.threethree, div.four, div.fourfourfour {
	float:left;
	}
div.one {
	width:960px;
	}
div.two {
	width:480px;
	}
div.three {
	display:block;
	overflow:hidden;
	width:320px;
	}
	div.threethree {
		width:640px;
		}
div.four {
	width:240px;
	}
	.module240 {
		float:left;
		width:240px;
		}
	div.fourfourfour {
		width:720px;
		}
div.six {
	float:left;
	width:160px;
	}



div.gutter {
	padding:10px;
	}
			
.first { margin-top:0; }
.last { margin-bottom:0; }

/* Lists */

ul { margin:0; padding:0; }

#content ul, #sidebar ul, #footer ul, #sidebar ul, #content ol, #sidebar ol {
	padding-left:1.2em;
	margin-bottom:1em;
	}
#content ul li, #sidebar ul li, #footer ul li, #content ol li, #sidebar ol li {
	line-height:1.5;
	list-style-position:inside;
	padding:0;
	}
	#content ul li, #sidebar ul li, #footer ul li { list-style:disc; margin-left:0.5em; }
	#content ol li, #sidebar ol li { list-style:decimal; margin-left:0.5em; }
	#content ul li li, #sidebar ul li li, #footer ul li li, #content ol li li, #sidebar ol li li { font-size:100%; }
	#content ul li li li, #sidebar ul li li li, #footer ul li li li, #content ol li li li, #sidebar ol li li li { font-size:100%; }

#content ul.relatedpages {
	border-right:1px solid #eee;
	padding-right:10px;
	}
	#content ul.relatedpages li {
		text-align:right;
		}

#content li {
	font-size:1.4em;
	list-style:none;
	margin-top:5px;
	}
	#content li li { 
		font-size:100%;
		list-style:square;
		}
	#content .entry ul { margin-left:1.2em; }
	#content .entry ul li { list-style:square; }


#content div.meta {
	background:#eee;
	float:right;
	margin:0 0 10px 10px;
	width:210px;
	}
	#content div.meta ul {
		list-style:none;
		margin:0;
		padding:0;
		}
	#content div.meta ul li {
		color:#555;
		font-size:1.2em;
		list-style:none;
		margin:0;
		padding:0;
		}

/* Typography */

p, div.quote, label, div.meta ul li {
	font-size: 1.4em;
	line-height:1.5;
	margin-bottom:1em;
	}
	#footer p {
		font-size:1.2em;
		}

li {
	font-size:1.4em;
	}

small {
	color:#555;
	font-family: Helvetica, Sans-Serif;
	font-size:90%;
	line-height:1.5;
	}
	#content small a { font-weight:normal; }

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1, h2, h3, h4, h5 {
	border:0;
	color:#993333;
	font-weight:normal;
	margin:0;
	padding:0;
	}

h1 {
	font-size: 4em;
	font-weight:bold;
	text-transform:uppercase;
	}

h2 {
	font-size: 2.5em;
	line-height:1.2;
	margin-bottom:1em;
	}

h3 {
	color:#000;
	font-size: 2em;
	line-height:1.4;
	}

h4 {
	color:#000;
	font-size: 1.6em;
	font-weight:normal;
	line-height:1.35;
	}
	h4 a, #content h4 a { color:#993333; font-weight:normal; }

sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.amp {
	font-family: Georgia, Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight:normal;
}
.caps {
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}

div.navigation {
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	}

div.post {
	background:#fff;
	display:block;
	padding-bottom:10px;
	}

div.entry {
	display:block;
	margin-bottom:1em;
	}

/* Links */

a, a:link, a:visited, a:active {
	color:#cc3333;
	font-weight:bold;
	padding:2px 0 0;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
	a span { font-weight:normal; }

	#header a:hover { border-bottom:0; }

a.trade {
	background:#eee;
	border-bottom:0;
	color:#000;
	float:right;
	margin:0 10px;
	padding:0 2px;
	}
	a.trade:hover {
		background:#641d1c;
		border-bottom:0;
		color:#fff;
		}

a.toggle {
	bottom:0;
	font-weight:700 !important;
	margin-right:20px;
	}


/* Form */

form {
	display:block;
	margin:0;
	padding:0;
	}
form small {
	float:left;
	font-size:90%;
	left:4em;
	margin:0 0 0.5em;
	padding:0;
	position: relative;
	top: -2.4em;
	width:160px;
	}
form textarea {
	font-family:Verdana;
	font-size:85%;
	resize: vertical;
	}

input.submit, #columnarForm input.submit, #tellafriend .cform input.sendbutton {
	background:#d9303b;
	background-image:none;
	border:0;
	color:#fff;
	padding:7px 10px 5px;
	width:auto;
	}

#columnarForm fieldset
{
	border:0;
	float: left;
	display: block;
	width: 17em;
	margin: 0;
	padding: 0;
}

#columnarForm fieldset.radio
{
	width: 15em;
	margin: 1em 0;
}

#columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#columnarForm fieldset.radio label
{
	font-weight: normal;
}

#columnarForm input
{
	display: block;
	width: 14em;
}
	#columnarForm input.radio {
		display:inline;
		width:auto;
		}
		#columnarForm input.radio span {
			float:left;
			margin-right:10px;
			}

#columnarForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#columnarForm label.first
{
	padding-top: 1em;
}

#columnarForm select
{
	display: block;
}

#respond label { clear:both; display:block; }

#respond input {
	font-family:Helvetica;
	font-size: 130%;
	width:auto;
	}

ol.commentlist
li.comment
li.even
li.thread-even
li.depth-1
div.comment-body
div.comment-author
div.comment-meta,
#respond ol.commentlist li,
#respond ol.commentlist,
#respond div.comment,
#respond div.comment-body,
#respond div.comment-author,
#respond div.comment-meta,
#respond div.commentmetadata {
	left:0;
	margin:0;
	padding:0;
	}
#respond input.submit {
	background:#000;
	color:#fff;
	font-family:Helvetica;
	font-weight:bold;
	margin-top:1em;
	text-transform:uppercase;
	}

li.current_page_item a { border-bottom-color:#000; color:#000; }

/* Images */

p img {
	margin:0;
	padding: 0;
	max-width: 100%;
	}

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;
	}

img.share {
	margin-left:10px;
	position:relative;
	top:2px;
	}
	a.share:hover { border-bottom:0; }

/* Other Typography */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #ccc;
	}

blockquote {
	font-family:Georgia;
	padding-left: 10px;
	padding-right:20px;
	border-left: 5px solid #ccc;
	line-height:1.5;
	margin:0 0 1em;
	}

#sidebar blockquote, #leftbar blockquote {
	border-left: 5px solid #da203c;
	font-size:130%;
	}
	blockquote.pullquote {
		border-left-color:#eee;
		color:#999;
		font-size:175%;
		margin-top:1em;
		}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a.noborder, a img, img {
	border:0;
	}

/* Other Elements */

.feed { float:right; }

.right, div.right { float:right; }
.left, div.left { float:left; }

ul.posts {
	padding:0;
	}
	ul.posts li, #sidebar ul.results li {
		list-style:none;
		font-size:1.2em;
		line-height:1.5em;
		margin-bottom:1em;
		}
		ul.posts li a {
			font-weight:bold;
			}
		ul.posts li p {
			font-size:100%;
			margin:0;
			}

#content ul.browse, ul.results {
	display:block;
	margin:0;
	padding:0;
	}
	#content ul.browse li {
		clear:none;
		float:left;
		font-weight:normal;
		}
	#content ul.browse li a, ul.browse li a {
			background:#eee;
			padding:0 2px;
			margin:0;
			}

ul.share {
	color:#999;
	margin-top:1em;
	padding-bottom:1em;
	width:140px;
	}
	#content div.entry ul.share { width:auto; }
	#content div.entry ul.share li { float:left; margin-right:10px; }

img.flag {
	margin-right:10px;
	vertical-align: middle;
	}

dl, dt, dd {
	margin:0;
	padding:0;
	display:block;
	}
dt {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	padding-top:0.5em;
	vertical-align:top;
	}
	div.four dt { width:240px; }
dd {
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.5em;
	padding-top:0.5em;
	}
	div.four dd { width:240px; }

/* Tables */

table {
	margin:0;
	padding:0;
	}
td {
	border-top:1px solid #eee;
	font-size:1.2em;
	line-height:1.5em;
	padding:5px 0;
	vertical-align:top;
	}
	
/* Thumbnail */

div.thumb {
	min-height:100px;
	height:auto;
	overflow:hidden;
	width:140px;
	}

/* Other */

#adminwrap {
	background:#333;
	text-align:center;
	width:100%;
	}
	#adminwrap small { color:#ccc; }
	#adminwrap a { color:#fff; }

div.highlight {
	background:#ffffcc;
	margin-bottom:1em;
	}

#join {
	background:#ccc;
	color:#eee;
	min-height:220px;
	}
	#join h3 {
		color:#333433;
		font-weight:bold;
		}
	#join label {
		color:#333;
		}
	#join input {
		font-family:Helvetica;
		font-size: 130%;
		width:auto;
		}
		
/* Forms */

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: Helvetica;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-weight:bold;
	letter-spacing:1px;
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	display:none;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

/* Tell a Friend */

#tellafriend, #tellafriend-less, .linklove { display:none; }
#tellafriend { border:1px solid #eee; display:block; background:#fff; padding-bottom:1em; }
#tellafriend form, #tellafriend .cform div.cf_info { width:208px; }
#tellafriend li { font-size:1em; }
#tellafriend .cform label span { width:208px; text-align:left; }
#tellafriend .cform textarea, #tellafriend .cform input { width:196px; }
#tellafriend form input { font-size:1em; }
#tellafriend p.cf-sb { text-align:left; }

/* Social Media */

#share { border:1px solid #eee; }
li.twitter { background: url("/wp-content/themes/spn/images/twitter.gif") no-repeat 0 50%; }
li.delicious { background: url("/wp-content/themes/spn/images/delicious.gif") no-repeat 0 50%; }
li.digg { background: url("/wp-content/themes/spn/images/digg.gif") no-repeat 0 50%; }
li.facebook { background: url("/wp-content/themes/spn/images/facebook.gif") no-repeat 0 50%; }

ul.share { clear:both; display:block; margin:0; padding:0; }
ul.share li { display:inline; list-style-type:none; margin:0 5px 0 0; }
ul.share li img { top:5px; }
ul.share li a, ul.share li a:link, ul.share li a:visited, ul.share li a:active, ul.share li a:hover { border:none; }

/* Join the Movement */

#columnarForm div.formError {
	clear:both;
	}
#columnarForm label.error, #columnarForm label.checked {
	font-size: 1em;
	font-weight:normal;
	padding-left:25px;
	}
#columnarForm label.error {
	background:url("/wp-content/themes/spn/images/delete.png") no-repeat 0px 0px;
	color:red;
	}
#columnarForm label.checked {
	background:url("/wp-content/themes/spn/images/accept.png") no-repeat 0px 0px;
	color:green;
	}

/* Links */

body.page-id-192 div.post ul li a { font-weight:normal; }