/*
Theme Name: Right to Home
Theme URI: http://rightohome.com/
Version: 1.0
Author: Ryan Imel
Author URI: http://ryanimel.com/
*/


/* Reset.css */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Body */

body {
	background: #00325c url('images/body.png') bottom repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
}


/* Wrapper */

div#wrapper {
	background: url('images/wrapper.png') top repeat-x;
}
div#wrapper-in {
	background: url('images/wrapper-in.png') center 102px no-repeat;
}
div.wrap {
	margin: 0 auto;
	width: 918px;
}
br.clear {
	clear: both;
}


/* Header */

div#header h1 {
	display: block;
	float: left;
	height: 102px;
	width: 290px;
}
div#header h1 a {
	background: url('images/logo.png') left top no-repeat;
	display: block;
	height: 102px;
	text-indent: -999em;
	width: 290px;
}


/* Navigation */

div#navigation {
	background: url('images/navigation.png') left bottom no-repeat;
	float: left;
	height: 38px;
	margin: 6px 0 15px 15px;;
	padding: 0 0 1px 10px;
}
div#navigation li {
	display: block;
	float: left;
}
div#navigation li a {
	display: block;
	height: 38px;
	text-indent: -999em;
}

/* Home page item */

li.home a {
	background: url('images/pages.png') left top no-repeat;
	width: 62px;
}
li.home a:hover, body.Home li.home a {
	background: url('images/pages.png') left bottom no-repeat;
}

/* About page item */

li.about a {
	background: url('images/pages.png') -62px top no-repeat;
	width: 71px;
}
li.about a:hover, body.About li.about a {
	background: url('images/pages.png') -62px bottom no-repeat;
}

/* The Plan page item */

li.the-plan a {
	background: url('images/pages.png') -133px top no-repeat;
	width: 85px;
}
li.the-plan a:hover, body.Plan li.the-plan a {
	background: url('images/pages.png') -133px bottom no-repeat;
}

/* The Blog page item */

li.blog a {
	background: url('images/pages.png') -222px top no-repeat;
	width: 60px;
}
li.blog a:hover, body.blog li.blog a, body.single li.blog a {
	background: url('images/pages.png') -222px bottom no-repeat;
}
body.Home li.blog a {
	background: url('images/pages.png') -222px top no-repeat;
}
body.Home li.blog a:hover {
	background: url('images/pages.png') -222px bottom no-repeat;
}

/* Supporters page item */

li.supporters a {
	background: url('images/pages.png') -285px top no-repeat;
	width: 104px;
}
li.supporters a:hover, body.Supporters li.supporters a {
	background: url('images/pages.png') -285px bottom no-repeat;
}

/* How to *Get* Help page item */

li.how-to-help a {
	background: url('images/pages.png') -389px top no-repeat;
	width: 135px;
}
li.how-to-help a:hover, body.Help li.how-to-help a {
	background: url('images/pages.png') -389px bottom no-repeat;
}

/* Contact page item */

li.contact a {
	background: url('images/pages.png') -524px top no-repeat;
	width: 84px;
}
li.contact a:hover, body.Contact li.contact a {
	background: url('images/pages.png') -524px bottom no-repeat;
}


/* Social buttons */

div#social {
	background: url('images/socialbg.png') left top no-repeat;
	float: right;
	height: 52px;
	width: 264px;
}
div#social li {
	display: block;
	float: left;
	margin: 12px -5px 0 12px;
}
div#social li a {
	display: block;
	height: 28px;
	text-indent: -999em;
	width: 28px;
}

/* Facebook social button */

div#social li.facebook a {
	background: url('images/social.png') left top no-repeat;
}
div#social li.facebook a:hover {
	background: url('images/social.png') left bottom no-repeat;
}

/* Twitter social button */

div#social li.twitter a {
	background: url('images/social.png') -34px top no-repeat;
}
div#social li.twitter a:hover {
	background: url('images/social.png') -34px bottom no-repeat;
}

/* Digg social button */

div#social li.digg a {
	background: url('images/social.png') -68px top no-repeat;
}
div#social li.digg a:hover {
	background: url('images/social.png') -68px bottom no-repeat;
}

/* Delicious social button */

div#social li.delicious a {
	background: url('images/social.png') -103px top no-repeat;
}
div#social li.delicious a:hover {
	background: url('images/social.png') -103px bottom no-repeat;
}

/* Stumbleupon social button */

div#social li.stumbleupon a {
	background: url('images/social.png') -138px top no-repeat;
}
div#social li.stumbleupon a:hover {
	background: url('images/social.png') -138px bottom no-repeat;
}

/* Reddit social button */

div#social li.reddit a {
	background: url('images/social.png') -173px top no-repeat;
}
div#social li.reddit a:hover {
	background: url('images/social.png') -173px bottom no-repeat;
}

/* Technorati social button */

div#social li.technorati a {
	background: url('images/social.png') right top no-repeat;
}
div#social li.technorati a:hover {
	background: url('images/social.png') right bottom no-repeat;
}


/* Feature */

div#feature div.wrap {
	background: url('images/photos.png') right 10px no-repeat;
	clear: both;
	height: 435px;
	padding: 10px 0 0 0;
	position: relative;
}
div#feature ol {
	margin-top: 12px;
}
div#feature li div.entry {
	color: #fff;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1px 0 0 70px;
	width: 240px;
}
div#feature li div.entry a {
	color: #fff;
}
div#feature li div.entry a:hover {
	text-decoration: none;
}
div#feature div.thumb {
	position: absolute;
	right: 27px;
	top: 40px;
}
li#one div.thumb {
	display: none;
}
li#two div.thumb {
	display: none;
}
li#three div.thumb {
	display: none;
}
li#one:hover div.thumb, li#two:hover div.thumb, li#three:hover div.thumb {
	display: block;
}
div#feature li.current div.thumb {
	display: block;
}
div#feature li {
	display: block;
	height: 113px;
	margin: 0 0 0 -15px;
	padding: 25px 0 0 35px;
	width: 335px;
}
div#feature li h2 {
	color: #fff;
	display: block;
	font-family: Georgia, serif;
	height: 22px;
	text-indent: -999em;
	width: 264px;
}
li#one {
	background: url('images/steps.png') left top no-repeat;
}
li#one:hover, li#one.current {
	background: url('images/steps.png') -373px top no-repeat;
}
li#one h2 {
	background: url('images/titles.png') left top no-repeat;
}
li#one:hover h2, li#one.current h2 {
	background: url('images/titles.png') right top no-repeat;
}
li#two {
	background: url('images/steps.png') left -138px no-repeat;
}
li#two:hover, li#two.current {
	background: url('images/steps.png') -373px -138px no-repeat;
}
li#two h2 {
	background: url('images/titles.png') left -22px no-repeat;
}
li#two:hover h2, li#two.current h2 {
	background: url('images/titles.png') right -22px no-repeat;
}
li#three {
	background: url('images/steps.png') left bottom no-repeat;
}
li#three:hover, li#three.current {
	background: url('images/steps.png') -373px bottom no-repeat;
}
li#three h2 {
	background: url('images/titles.png') left bottom no-repeat;
}
li#three:hover h2, li#three.current h2 {
	background: url('images/three.png') right bottom no-repeat;
}


/* Container */

div#container {
	clear: both;
}
body.page div#container div.wrap {
	position: relative;
	top: 10px;
}
body.home div#container {
	margin-top: -30px;
}
div#container div.wrap {
	background: url('images/container.png') -2px repeat-y;
}
div#container div.wrap-in {
	background: url('images/container-inner.png') -2px bottom no-repeat;
}
div#container div.wrap-innermost {
	background: url('images/container-innermost.png') left top no-repeat;
}
body.page div#container div.wrap-innermost {
	background: url('images/container-innermost-page.png') left top no-repeat;
}


/* Breadcrumbs */

div#breadcrumb {
	color: #7cd2ff;
	left: 10px;
	position: absolute;
	top: -30px;
}
div#breadcrumb a {
	color: #7cd2ff;
	font-weight: normal;
	text-decoration: none;
}
div#breadcrumb a:hover {
	text-decoration: underline;
}
div#breadcrumb span {
	color: #fff;
}


/* Content */

div.content {
	float: left;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 80px 0 50px 30px;
	min-height: 750px;
	width: 550px;
}
body.page div.content {
	margin-top: 40px;
}
div.content a {
	color: #1478ae;
	font-weight: bold;
	text-decoration: underline;
}
div.content a:hover {
	text-decoration: none;
}
div.content p, div.content ol, div.content ul {
	margin: 20px 0 20px 0;
}
div.content ul li {
	list-style-type: disc;
	margin: 0 0 15px 30px;
}
div.content ol li {
	list-style-type: decimal;
	margin: 0 0 15px 30px;
}
div.content h1 {
	font-family: Georgia, Times, serif;
	font-size: 1.9em;
	line-height: 1.4em;
}
div.content h2 {
	font-family: Georgia, Times, serif;
	font-size: 1.7em;
	line-height: 1.3em;
}
div.content h3 {
	color: #717171;
	font-family: Georgia, Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	text-transform: uppercase;
}
div.content h4 {
	color: #717171;
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform: uppercase;
}


/* Tables */

table {
	background: #fff;
	border: 10px solid #fff;
	width: 800px;
	line-height: 2.5em;
}
table caption {
	text-align: left;
}
table td {
	text-align: center;
	width: 120px;
}
body table tr th {
	text-align: left;
	width: 70px;
}
body table th small {
	font-size: 0.7em;
	margin-bottom: -15px;
}
body div table th {
	font-weight: bold;
	text-align: center;
}
table td.alt, table th.alt {
	background: #e2e2e2;
}
table tr.alt td.alt {
	background: #f0f0f0;
}
table tr:hover td, table tr:hover td.alt, table tr:hover th {
	background: #003965;
	color: #fff;
}
table tr:hover td:hover {
	outline: 2px dashed #666;
}


/* Asides (Sidebar) */

div.aside {
	float: right;
	margin: 80px 20px 50px 0;
	width: 280px;
}
body.page div.aside {
	margin-top: 50px;
}
div.aside li.widget {
	background: url('images/widget.png') 27px top repeat-y;
	margin: 0 0 45px 0;
}
div.aside h2 {
	background: url('images/asideh3.png') left top no-repeat;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	height: 49px;
	line-height: 4.2em;
	text-indent: 27px;
	text-shadow: 1px 1px 3px #000;
}
div.aside li.widget_text h2 {
	background: url('images/asideh3alt.png') left top no-repeat;
}
div.aside li.widget ul, div.aside li.widget div.widgetdiv {
	margin: 15px 0 0 40px;
	padding: 0 0 15px 0;
}
div.aside li.widget ul ul {
	margin: 0 0 0 15px;
	padding: 0;
}
div.aside li.widget ul li {
	background: url('images/asideli.png') 5px 14px no-repeat;
	border-bottom: 1px solid #999;
	line-height: 2.5em;
	list-style-type: none;
	text-indent: 20px;
	width: 210px;
}
div.aside li.widget ul li li {
	background: none;
	border-bottom: none;
	border-top: 1px solid #b8b8b8;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 10px 5px 0 5px;
	text-indent: 0;
	width: 185px;
}
div.aside a {
	color: #000;
	text-decoration: none;
}
div.aside a:hover {
	text-decoration: underline;
}
div.aside div.textwidget {
	line-height: 1.3em;
	margin: 15px 5px 0 40px;
	padding: 0 0 15px 0;
}
div.aside div.textwidget ul {
	margin: 0;
	padding: 0;
}
div.aside div.textwidget a {
	color: #db1522;
	text-decoration: none;
}
div.aside div.textwidget a:hover {
	text-decoration: underline;
}

div.aside form#searchform {
	margin-left: 40px;
}
div.aside form#searchform input#s {
	width: 130px;
}
div.aside form#searchform input#searchsubmit {
	background: url('images/widget.png') left repeat-y;
	border: none;
	font-size: 1.0em;
	margin-bottom: 20px;
}




/* Footer logo */

div#footnotes {
	background: url('images/footerlogo.png') center 60px no-repeat;
	height: 195px;
}
div#footnotes li {
	color: #fff;
	font-size: 0.8em;
	height: 194px;
	line-height: 1.3em;
	width: 300px;
}
div#footnotes li p {
	clear: both;
	margin: 0 0 15px 0;
}
div#footnotes li a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
div#footnotes li a:hover {
	text-decoration: none;
}
div#footnotes li div {
	margin: 80px 25px 0 25px;
}
div#footnotes h3 {
	display: none;
}
div#footnotes li.first {
	background: url('images/newsletter.png') left top no-repeat;
	float: left;
}
div#footnotes li.second {
	background: url('images/question.png') right top no-repeat;
	float: right;
	margin: 0 1px 0 0;
}
div#footnotes form {
	height: 25px;
	margin-bottom: 10px; 
	position: relative;
	width: 250px;
}
div#footnotes form input {
	left: 0;
	top: 0;
	position: absolute;
}
div#footnotes form button {
	font-size: 1.2em;
	padding: 3px 10px;
	position: absolute;
	right: 10px;
	top: -1px;
}


/* Forms */

form {
	clear: both;
	float: left;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
}
input {
	background: #006299;
	border: 1px solid #3b82ac;
	color: #fff;
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 3px;
	width: 170px;
}
button {
/*	background: none; 
	border: none; */
	color: #00325c;
	font-size: 1.1em;
	padding: 3px 5px;
	text-transform: capitalize;
	width: none; 
}
button:hover {
	cursor: pointer;
}


/* Petition form, comment form, and search forms */

form#searchform {
	float: none;
	margin: 15px 0 0 0;
}
form.petition {
	clear: both;
	float: none;
}
form.petition input, form#commentform input, form#searchform input, form.wpcf7-form input {
	background: #fff; 
	border: 1px solid #006299; 
	color: #006299;
	clear: both;
	float: none;
	font-size: 1.4em;
	margin-bottom: 25px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	padding: 6px;
	-webkit-border-radius: 5px;
	width: 300px;
}
form#commentform input, form#searchform input, form.wpcf7-form input {
	margin-bottom: 0;
	margin-right: 10px;
	width: 200px;
}
form.petition textarea, form#commentform textarea, form.wpcf7-form textarea {
	background: #fff;
	border: 1px solid #006299;
	color: #006299;
	clear: both;
	float: none;
	font-size: 1.4em;
	margin-bottom: 25px;
	margin-top: 10px;
	-moz-border-radius: 5px;
	padding: 6px;
	-webkit-border-radius: 5px;
	width: 300px;
}
form#commentform textarea {
	margin-bottom: 0;
}
form.petition input.submit, form#commentform input#submit, form#searchform input#searchsubmit {
	border: none; 
	font-weight: bold;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	width: auto;
}
form.petition input.submit:hover, form#commentform input#submit:hover, form#searchform input#searchsubmit:hover {
	cursor: pointer;
}
body div.content p.signature {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
span.signature {
	font-size: 1.2em;
	font-weight: bold;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
}
div.captcha input {
	float: left;
}



/* Footer */

div#footer {
	color: #fff;
	font-size: 0.75em;
	height: 47px;
}
div#footer p {
	float: left;
	line-height: 4.4em;
	margin: 0 20px 0 23px;
}
div#footer li {
	float: left;
	line-height: 4.4em;
	margin: 0 5px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}


/* Page titles */

div.pagetitle {
	color: #666;
	margin: 0 0 0 30px;
}
div.content div.pagetitle h2 {
	margin-bottom: 10px;
}
div.content div.pagetitle div.thumb {
	float: left;
	margin: 0 10px 0 0;
}
div.content div.pagetitle div.thumb img {
	border: 2px solid #c9c9c9;
}
div.content div.pagetitle p {
	margin-top: 0;
}


/* Blog content -- posts */

ul.postlist, div.post {
	padding-top: 15px;
	position: relative;
}
ul.postlist li.post, ul.postlist li.page {
	clear: both;
	list-style-type: none;
	margin-left: 30px;
	padding-left: 0;
	padding-bottom: 70px;
	position: relative;
}
div.post {
	margin-left: 30px;
}
li.post h1 a, li.page h1 a {
	color: #000;
	text-decoration: none;
}
li.post h1 a:hover, li.page h1 a:hover {
	text-decoration: underline;
}
div.post-date {
	background: url('images/date.png') left top no-repeat;
	color: #fff;
	font-family: Georgia, Times, serif;
	font-size: 2.0em;
	height: 54px;
	line-height: 0.6em;
	left: -67px;
	position: absolute;
	text-align: center;
	top: -20px;
	width: 53px;
}
div.post div.post-date {
	top: -10px;
}
div.post-date p {
	margin-top: 12px;
}
div.post-date span {
	font-size: 0.6em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.post-meta {
	background: #e5e5e5;
	border: 1px solid #c9c9c9;
	float: left;
	font-size: 0.9em;
	padding: 0;
}
div.post-meta ul {
	float: left;
	margin: 10px;
}
div.content div.post-meta li {
	float: left;
	list-style-type: none;
	margin: 0 10px 0 0;
}
div.post-meta a {
	color: #000;
	font-weight: normal;
}
div.post-meta li.alt {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 0 8px;
}
div.content div.pagenav ul li {
	list-style-type: none;
}
div.pagenav li.first {
	float: left;
}
div.pagenav li.second {
	float: right;
}
div.pagenav a {
	color: #999;
	text-decoration: none;
}
div.pagenav a:hover {
	color: #1478ae;
	text-decoration: underline;
}


/* Blog content -- comments */

div#comments {
	clear: both;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}
div.content li.comment {
	border-bottom: 1px solid #c9c9c9;
	float: left;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}
li.comment div.thumb {
	float: right;
	margin: 0 20px 0 0;
}
li.comment div.thumb img {
	border: 2px solid #999;
}
li.comment div.comment-meta {
	color: #666;
	font-weight: bold;
	line-height: 1.2em;
}
div.content li.comment div.comment-meta p {
	margin-bottom: 0;
	margin-top: 0;
}
li.comment div.comment-meta small {
	font-size: 0.8em;
	font-weight: normal;
}
li.comment div.comment-entry, li.comment div.comment-meta {
	float: left;
	width: 400px;
}


/* 404 Sidebar */

ul.four04-aside {
	margin: 0;
	padding: 0;
}
body div.content ul.four04-aside li {
	clear: both;
	float: none;
	list-style-type: none;
	margin: 0 0 35px 0;
	padding: 0;
}
body div.content ul.four04-aside li ul li {
	list-style-type: disc;
	margin-left: 30px;
}
label.screen-reader-text {
	display: none;
}



ul.searched li.page h2.post-title, ul.searched li.page div.post-meta {
	display: none;
}


body.Supporters div.petition form, body.Supporters div.petition p.petition, body.Supporters div.petition h3 {
	display: none;
}



div#aside-steps-parent {
	padding-top: 440px;
	position: relative;
}
li#aside-steps {
	background: url('images/aside-photo.png') left top no-repeat;
	height: 410px;
	left: -15px;
	position: absolute;
	top: 0;
	width: 330px;
}
li#aside-steps h3 {
	display: none;
}
li#aside-steps ol {
	font-size: 0.8em;
	margin: 251px 0 0 -5px;
	width: 150px;
}
li#aside-steps ol li {
}
li#aside-steps ol li a {
	display: block;
	height: 50px;
	text-indent: -999em;
	width: 245px;
}
li#aside-steps ol li img {
	display: none;
	left: 23px;
	position: absolute;
	top: 19px;
}
li#aside-steps ol li.current img {
	display: block;
}
li#aside-steps ol li#third a:hover, li#aside-steps ol li#third.current a {
	background: url('images/aside-photo.png') -35px -515px no-repeat;
}
li#aside-steps ol li#second a:hover, li#aside-steps ol li#second.current a {
	background: url('images/aside-photo.png') -35px -465px no-repeat;
}
li#aside-steps ol li#first {
	margin-bottom: 2px;
}
li#aside-steps ol li#first a:hover, li#aside-steps ol li#first.current a {
	background: url('images/aside-photo.png') -35px -413px no-repeat;
}


div.highlight {
	background: #fffed9;
	border: 2px solid #fffc9f;
	margin: 0 0 30px 0;
	padding: 15px 15px 0 15px;
}
div.highlight ul {
	float: left;
	margin: 0 30px 0 0;
}
	

blockquote {
	background: #ccc;
	border: 2px solid #999;
	margin: 15px 0;
	padding: 15px 20px 25px 20px;
	position: relative;
}
blockquote cite {
	bottom: 10px;
	position: absolute;
	right: 10px;
}
body div.content blockquote p {
	margin: 0;
	padding: 0;
}


