/*
Theme Name: Larry Gonzales Phase II
Theme URI: http://larrygonzales.realm9.com/
Description: A custom Wordpress theme designed for the 2009 Larry Gonzales for Texas State Representative District 52 Campaign, Phase II
Version: 1.1
Author: Justin Flores
Author URI: http://realm9.com/

	Larry Gonzales v1.1
	 http://larrygonzales.realm9.com/

	This theme was designed and built by realm9: moral marketing,
	whose website you will find at http://realm9.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial, Helvetica, sans-serif;
	color: #263e6d;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
input{
	font-size:1em;
}

h1, h2, h3, h4 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.8em;
	font-weight:normal;
	line-height:165%;
	}

h2.pagetitle {
	font-size: 1.8em;
	margin-top:0;
	}

#sidebar h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}
	
h4 {
	font-size: 1.6em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color:#C2CFDC;
	}
	
blockquote {
	color:#303a57
}

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

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/*	Begin Headers */
h1 {
	margin:0;
	}

h2 {
	color:#21375C;
	}

h3 {
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

p {
	line-height:180%;
	text-align:left;
}

/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 5px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	text-indent:5px;
	list-style-type:disc;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.postmetadata {
	color:#8491ad;
	padding:10px;
	border:1px solid #C2CFDC;
	width:70%;
}

.postmetadata a {
	color:#fff;
}

p.facebook {
	padding-left:20px;
	background-image:url(images/ICfb-tiny.png);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
}

body.blog p.facebook{
	clear:none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 75%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-size:0.8em;
	line-height:120%;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 2px solid #ddd;
	}

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

.center {
	text-align: center;
	}

.hidden, .cf_hidden {
	display: none;
	}

hr {
	margin-bottom:25px;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	/*clear:both;*/
	}
	
/* End Various Tags & Classes*/



/* 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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

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

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	line-height:153%;
	color:#263e6d;
}
body {
	background-color: #fff;
	background-image:url(images/BGtopB.png);
	background-position:top;
	background-repeat:repeat-x;
}

body.splash{
	background-color:#000;
	background-image:url(images/BGsplash-header.png);
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	position: absolute;
	top: 0px;
	left: 0px;
	display:block;
	z-index:0;
}

body.splash #container {
	background-image:none;
}

#container, #header{
	min-width:980px;
}

body.splash #container,body.splash #header{
	min-width:780px;
}

a:link, a:active {
	color:#002979;
	text-decoration:none;
}

a:hover, a:visited {
	text-decoration:underline;
	color:#263e6d;
}

a:hover {
	visited:#002979;
}

.clear{
	clear:both;
}
#main {
	background-image:url(images/GRlarryB.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
	width:982px;
	padding-bottom:183px;   /* Height of the footer plus some space*/
}

body.blog #main, body.single #main {
	background-image:url(images/GRlarry-blueB.jpg);
}

body.splash #main {
	width:782px;
	background-image:none;
}

#header {
	margin:0 auto;
	width:980px;
	height:294px;
	text-align:left;
	display:block;
	z-index:10;
}

body.splash #header {
	width:780px;
	height:276px;
	margin:0;
}

body.splash #col1 {
	float:left;
	width:413px;
	height:276px;
	margin:0;
}

h1 a span, #nav a span, #navB a span {
	display:none;
}

#wordmark {
	height:228px;
	width:758px;
}

#wordmark a, #nav a, #navB a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	display:block;
}

#wordmark a{
	margin:0;
	margin-bottom:-20px;
	padding:0;
	background:transparent url(images/GRwordmark.jpg) no-repeat scroll 0 0;
	height:228px;
	width:758px;
}

body.splash #wordmark{
	width:413px;
	height:182px;
}

body.splash #wordmark a{
	width:413px;
	height:182px;
	margin:0;
	background:transparent url(images/GRsplash01.jpg) no-repeat scroll 0 0;
}

body.splash #splash02 {
	width:413px;
	height:94px;
	margin:0;
	background:transparent url(images/GRsplash03.png) no-repeat scroll 0 0;
}

body.splash #splash02 span{
	display:none;
}

body.splash div.endorsements{
	color:#FFF;
	width:300px;
	text-align:center;
	line-height:140%;
}

body.splash div.endorsements span{
	font-size:1.5em;
}

body.splash div.endorsements ul{
	margin:200px -50px 0;
	*margin-top:160px;
	padding:0;
	text-indent:0 !important;
}

body.splash div.endorsements ul li.endorsed{
	border-bottom:1px solid #222;
	display:block;
	float:left;
	font-weight:bold;
	list-style-type:none;
	margin:0;
	height:35px;
	*height:48px;
	padding:3px;
	padding-left:25px;
	text-align:center;
	text-indent:0 !important;
	width:140px;
	*width:120px;
	background:url(images/BGtinystar.png) no-repeat scroll 0 0;
}

body.splash div.endorsements ul li.subhead{
	border-bottom:1px solid #222;
	display:block;
	float:left;
	list-style-type:none;
	margin:0;
	height:35px;
	*height:48px;
	padding:3px;
	padding-top:20px;
	text-align:center;
	text-indent:0 !important;
	width:280px;
	*width:240px;
	font-size:1.4em;
	font-weight:bold;
}

body.splash #myplayer{
	margin-left:20px; 
}

#contentbox {
	margin:0 auto;
	width:980px;
	background: transparent;
	position:relative;
	z-index:11;
	display:block;
	*margin-top:11px;
}

body.splash #contentbox {
	margin:0 auto;
	width:780px;
	background-image:url(images/BGsplash-message.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#larry { /*sidebar*/
	float:right;
	padding-left:10px;
	padding-top:241px;
	*padding-top:245px;
	margin-right:-2px;
	width:224px;
}

body.page #larry {
	*height:246px;
}

body.splash #larry {
	float:right;
	width:367px;
	height:276px;
	margin:0;padding:0;
	background:transparent url(images/GRsplash02.jpg) no-repeat scroll 0 0;
}

body.splash #rightext {
	float:right;
	width:140px;
	height:182px;
	margin:0;
	margin-right:-140px;
	background:transparent url(images/GRsplash04.jpg) no-repeat scroll 0 0;
}

body.splash div.entry p {
	margin:0;
	padding-top:5px;
	font-size:1.2em;
	line-height:160%;
	color:#AAB4D5;
	width:520px;
}

#nav {
	height:79px;
	margin-left:1px;
	background:transparent;
	text-align:left;
}
#nav a{
	margin:0;
	padding:0;
	background-position:center top;
	height:79px;
	min-width:120px;
	display:block;
}
#nav a:hover {
	background-position:center -79px;
}

#nav .ml {
	width:180px;
	background:transparent url(images/BTNml.png) no-repeat;
}
#nav .oti {
	width:160px;
	background:transparent url(images/BTNoti.png) no-repeat;
}
#nav .mm {
	width:145px;
	background:transparent url(images/BTNmm.png) no-repeat;
}
#nav .lb {
	width:147px;
	background:transparent url(images/BTNlb.png) no-repeat;
}
#nav .don {
	width:125px;
	background:transparent url(images/BTNdon.png) no-repeat;
}


div.outer {
	height: 79px;
	margin: 0;
	background: 0 0 no-repeat;
	float:left;
	}

div.outer a {
	display: inline;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#fff;
	text-decoration: none;
	background: -79px 0 no-repeat;
	}
div.outer span {
	display: block;
	margin:0;
	}
div.outer a:hover {
	background-image: none;
	color:#FC8;
	}
div.outer a:active {
	color: fff;
	}
	
	
#navB {
	height:65px;
	margin-left:0;
	background:transparent;
	text-align:left;
}
#navB a{
	margin:0;
	padding:0;
	background-position:center top;
	height:49px;
	display:block;
}
#navB a:hover {
	background-position:center -49px;
}
#navB a.mtg{
	height:65px;
}
#navB a.mtg:hover {
	background-position:center -65px;
}

#navB .ml {
	width:147px;
	background:transparent url(images/BTNmlB.png) no-repeat;
}
#navB .oti {
	width:128px;
	background:transparent url(images/BTNotiB.png) no-repeat;
}
#navB .med {
	width:85px;
	background:transparent url(images/BTNmed.png) no-repeat;
}
#navB .lb {
	width:120px;
	background:transparent url(images/BTNlbB.png) no-repeat;
}
#navB .don {
	width:103px;
	background:transparent url(images/BTNdonB.png) no-repeat;
}
#navB .mtg {
	width:175px;
	background:transparent url(images/BTNmtg.png) no-repeat;
}


div.outerb {
	height: 49px;
	margin: 0;
	background: 0 0 no-repeat;
	float:left;
	}
div.mtg {
	height: 65px;
	}

div.outerb a {
	display: inline;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#fff;
	text-decoration: none;
	background: -49px 0 no-repeat;
	}
div.mtg a {
	background: -65px 0 no-repeat;
	}

div.outerb span {
	display: block;
	margin:0;
	}
div.outerb a:hover {
	background-image: none;
	color:#FC8;
	}
div.outerb a:active {
	color: fff;
	}
	
#sidebox {
	width:199px;
	padding:12px;
	font-size:1.3em;
	background-color:#c3d2f3;
}

#sidebar {
	margin:0 auto;
	margin-bottom:25px;
	width:95%;
}

#sidebar h2 {
	margin-bottom:2px;
}

#sidebar ul li ul li{
	list-style-type:none;
	list-style-image:none;
}

#sidebar li {
	list-style-type:none;
}

#twitterwidget, #facebookwidget{
	width:216px;
	margin-left:-10px;
}

#twitterwidget div, #facebookwidget div {
	margin:0 auto;padding:0;
	width:100%;
	background-position:center top;
}

#twitter_div h2.widgettitle {
	display:none;
}
div.twittermid li#reliable-twitter, #sidebar ul li#rss-3 {
	margin-bottom:0;
}

div.twittertop, div.fbtop {
	height:19px;
	background-image:url(images/GRtwitter-top.png);
	background-repeat:no-repeat;
}
div.twitterbtm, div.fbbtm {
	height:39px;
	background-image:url(images/GRtwitter-btm.png);
	background-repeat:no-repeat;
}

div.twittermid, div.fbmid {
	background-image:url(images/GRtwitter-mid.png);
	background-repeat:repeat-y;
}

li.widget_rss h2.widgettitle, #sidebar ul h2.widgettitle a.rsswidget img { /*li.widget_rss ul li a.rsswidget*/
	display:none;
}

div.fbbtm {
	background-image:url(images/GRfb-btm.png);
}

div.fbmid h2 {
	display:none;
}

#twitterwidget div ul, #twitterwidget div ul li, #facebookwidget div ul, #facebookwidget div ul li {
	margin-top:0;
	line-height:150%;
	color:#2D445B;
}

#twitterwidget div.twittermid, #facebookwidget div.fbmid {
	padding:-12px 0 0 0;
}

#twitterwidget div ul li, #facebookwidget div ul li {
	padding-bottom:5px;
	width:95%;
	border-bottom:1px solid #AFBEE0;
}

#content {
	margin:0;
	min-height:300px;
}

body

#content.narrow {
	float:left;
}

/*--FORM stuff start--*/

.nodot {
	list-style-type:none;
}

.nodot li{
	padding-bottom:5px;
}

ul.nodot {
	margin:0;
}

.validation-advice{
	color:#CC0000;
}

#content form fieldset input.text, #content form fieldset textarea {
	border: 1px solid #999;
	border-bottom-color: #ddd;
	border-right-color: #ddd;
	padding: 2px;
	width:20em;
}

#content form input:focus,#content form textarea:focus,#content form select:focus {
	background-color: #ffffe0;
}

#content form fieldset fieldset input {
	margin-right: 8px;
}

#content form fieldset {
	margin-bottom: 15px;
	border: 1px #666 solid;
	padding: 8px;
}

#content form fieldset fieldset {
	border: none;
	padding: 0;
}

#content form fieldset legend {
	font-size:1.5em;
	color:#21375C;
	font-weight:bold;
	line-height:120%;
	padding: 0 4px;
	margin: 0 0 0 7px;
}

#content form fieldset fieldset legend {
	padding: 0 0 2px 0;
	font-weight: normal;
}

#content form fieldset fieldset legend span {
	display: block;
}

#content form label {
	display: block;
	float: left;
	vertical-align: top;
	width: 10em;
	margin-right: .5em;
	text-align: left;
}

#content form fieldset fieldset legend, #content form label {
	color: #333;
}

#content form fieldset fieldset label {
	float: none;
	margin-left: 11em;
	display: block;
	width: auto;
}


#content form fieldset ol {
	margin: .5em;
	padding: 0;
	background: none;
}

#content form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: left;
	background: none;
}

#content form em {
	font-weight: bold;
	font-style: normal;
	color: #cc0000;
	margin-left: 4px;
}

#content form option {
	padding-right: .25em;
}

form .compliance {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #ff6633;
	background-color: #fff8e5;
}

form .compliance h2 {
	color: #ff6633;
	font-size: 120%;
}

form .compliance li {
	border: 1px solid #FFB399;
	border-left-width: 3px;
	background: none;
	margin-top: 8px;
	padding: 3px 3px 3px 8px;
}

.formbutton {
	font-size:2em;
	padding:10px;
}

/*--FORM stuff end--*/

#footer, body.splash #footer {
	position:absolute;
	bottom:0;
	width:100%;
	z-index:2;
	margin:0 auto;
	height:160px;   /* Height of the footer */
	background-color:#000b1f;
	background-image:url(images/BGfooter.png);
	background-repeat:repeat-x;
}

body.splash #footer {
	background:transparent;
	background-image:none;
}

#footer-mobile {
	display:none;
}

#footercontent {
	margin:0 auto;
	text-align:right;
	padding:5px;
	color:#fff;
	width:980px;
	font-size:x-small;
}
body.splash #footercontent {
	text-align:center;
}

#footercontent span.updates {
	font-size:1.2em;
	font-weight:bold;
	color:#4d6eae;
}

#footercontent div.subscribe {
	border:1px solid #333;
	background-color:#000;
	margin:2px;
	padding:2px;
	line-height:200%;
	text-align:center;
}

div.bottomnav {
	float:right;
}

body.splash div.bottomnav {
	float:none;
}

div.bottomnav a {
	color:#FFF;
	text-decoration:underline;
	font-size:1.2em;
}

body.splash div.rightsplash {
	float:right;
	width:220px;
	text-align:center;
}

body.splash div.subscribe {
	border:1px solid #333;
	margin-top:2px;
	background-color:#000;
	padding:5px;
	color:#fff;
	width:520px;
	height:30px;
	text-align:right;
}

body.splash #content div.subscribe input.subscribefield{
	width:125px;
}

body.splash #content div.subscribe label{
	float:left;
	margin-left:10px;
	/*margin-bottom:-12px;*/
	color:#fff;
}

body.splash div.subscribe h2{
	display:inline-block;
	width:150px;
	float:left;
	margin-top:-3px;
	font-size:1em;
	font-weight:bold;
	color:#4d6eae;
}

body.splash p.signed{
	padding-bottom:45px;
	background:url(images/BGlarrysig.png) no-repeat bottom right;
}

#enterbtn {
	width:169px;
	height:65px;
	padding-top:15px;
	margin:0 auto;
}

#enterbtn a{
	margin:0;
	padding:0;
	background-position:center top;
	height:50px;
	min-width:169px;
	display:block;
}
#enterbtn a:hover {
	background-position:center -50px;
}

#enterbtn .enter {
	background:transparent url(images/BTNenter.png) no-repeat;
}

#contactbtn {
	width:100%;
	*width:169px;
	height:50px;
	margin-bottom:15px;
}

#contactbtn a{
	margin:0;
	padding:0;
	background-position:center top;
	height:50px;
	min-width:169px;
	display:block;
}
#contactbtn a:hover {
	background-position:center -50px;
}

#contactbtn .smcf-link {
	background:transparent url(images/BTNcontact.png) no-repeat;
}

div.outerc {
	height: 50px;
	margin: 0;
	background: 0 0 no-repeat;
	float:right;
	}

div.outerc a {
	display: inline;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	color:#fff;
	text-decoration: none;
	background: -50px 0 no-repeat;
	}
div.outerc span {
	display: none;
	margin:0;
	}
div.outerc a:hover {
	background-image: none;
	color:#FC8;
	}
div.outerc a:active {
	color: fff;
	}

div.social {
	float:left;
	margin-top:10px;
}
div.social a{
	text-decoration:none;
	font-size:1.3em;
	color:#fff;
	font-weight:bold;
}
div.social img {
	vertical-align:middle;
}


div.donorbox {
	float:left;
	background-color:#E2EAF1;
	border:1px solid #D0D5E6;
	margin:2px;padding:5px;
	width:100%;
	max-width:520px;
}
div.donorleft {
	float:left;
	width:48%;
}
div.donorright {
	float:right;
	width:48%;
}
div.donortotal {
	float:left;
	clear:both;
	display:block;
}

.donorbold {
	font-size:1.3em;
	line-height:130%;
}

.post-edit-link {
	width:100%;
	clear:both;
}

a.ghost-footer, div.bottomnav a.ghost-footer {
	color:#000d27;
}

.linklove, #cycnav, #pw_box {
	display:none;
}

small {
	color:#364c76;
	font-size:0.9em;
	margin:0;
	line-height:120%;
}

.realm9 {
	color:#ff9601;
}

.more-link {
	font-weight:bold;
}

.comment-edit-link, #commentform a {
	font-weight:bold;
}

#so3_1 {
	width:620px;
	height:465px;
}

/* ----------- cforms */

#content form label.cf-group-after {
	clear:both;
	float:left;
	margin:-22px 27px 15px 28px;
}

li.cf-box-group{
	width:50%;
}

input.cf-box-b{
	clear:both;
	float:left;
	height:30px;
	margin-top:15px;
}

#li-2-11 {
	text-align:left;
}

/* ----------- special App page*/

body.page-id-477,
body.page-id-482{
	background:none;
}

body.page-id-477 #header, 
body.page-id-477 #footer, 
body.page-id-477 p.facebook,
body.page-id-477 #larry,
body.page-id-482 #header, 
body.page-id-482 #footer, 
body.page-id-482 p.facebook,
body.page-id-482 #larry{
	display:none;
}

body.page-id-477 #main, body.page-id-482 #main{
	background:none;
	padding-bottom:20px;
}

/* ----------- IE6 PNG fix */

img, body.blog div.post, body.single div.post,  { 
	behavior: url(/wp-content/themes/LarryGonzalesPII/images/iepngfix.htc);
}