/*Theme Name: Guides Green
URI: http://reversemortgageguides.org/
Description: Classic rmg theme but in green
Version: 1.0
Author: Reverse Mortgage Guides
Copyright Reverse Mortgage Guides.
*/


/*




/*CALCULATOR STUFF *****************************************/

label.error {
	color: #990000;
	font-weight: bold;
	line-height: 1.2em;
	width: 100%;
	text-align: left;
	
}

#reverse_mortgage_calculator { font-family: Arial, Helvetica, sans-serif;}

#reverse_mortgage_calculator #step_1_dataentry #disclosure {
	color: #666666;
	font-size: 12px;
	margin-top: 25px;
	text-align: center;
}

#reverse_mortgage_calculator #step_1_label {
	font-weight: bold;
	font-size: 30px;
	padding-top: 15px;
}
#reverse_mortgage_calculator #step_1_details {
	padding-top: 15px;
	padding-left: 30px;
}
#reverse_mortgage_calculator #step_1_details .outcome .success{
	color: #7abc24;
	font-weight: bold;
	font-size: 30px;
	padding-top: 39px;
	padding-right: 60px;
}
#reverse_mortgage_calculator #step_1_details .outcome .failure{
	color: #ad231c;
	font-weight: bold;
	font-size: 30px;
	padding-top: 39px;
	padding-right: 30px;
}


#reverse_mortgage_calculator #step_1_details .row {
	line-height: 1.6em;
	clear: left;
}
#logo {
background-image: url(images/logo_reversemortgageguides.png);
width: 446px;
height: 55px;
background-repeat: no-repeat;
}

#reverse_mortgage_calculator #step_1_details .value {
	width: 220px;	
	float: left;
	font-style:italic;
}

#reverse_mortgage_calculator #step_1_details .label {
	width: 200px;	
	float: left;
	margin-left: 20px;
}

#reverse_mortgage_calculator #step_1_details .checkmark {
	float: left;
}

#reverse_mortgage_calculator #step_1_details .checkmark .success {
	width: 24px;
	height: 24px;
	background-image: url(images/accept.png);
}
#reverse_mortgage_calculator #step_1_details .checkmark .failure {
	width: 24px;
	height: 24px;
	background-image:   url(images/delete.png);
}


#reverse_mortgage_calculator #step_2_label {
	font-weight: bold;
	font-size: 30px;
	padding-top: 30px;
}

#reverse_mortgage_calculator #step_2_details {
	padding-top: 15px;
	padding-left: 30px;
}

#reverse_mortgage_calculator #step_2_details .row {
	line-height: 1.6em;
	clear: left;
}


#reverse_mortgage_calculator #step_1_dataentry {
	margin-top: 15px;
}

#reverse_mortgage_calculator #comments{
	width: 500px;
	height: 100px;
}

#reverse_mortgage_calculator  #customer_home_value
, #reverse_mortgage_calculator #customer_lien_value
, #reverse_mortgage_calculator  #customer_person_age
{
	width: 150px;
}

#reverse_mortgage_calculator  #customer_person_name_f
, #reverse_mortgage_calculator  #customer_person_name_l
, #reverse_mortgage_calculator #customer_phone_number
{
	width: 150px;
	margin-right: 20px;
}

#reverse_mortgage_calculator  #customer_address_street {
	width: 250px;
	margin-right: 20px;
}
#reverse_mortgage_calculator  #customer_address_state_abbr, 
#reverse_mortgage_calculator #customer_address_city
{
	margin-right: 20px;
}

#reverse_mortgage_calculator  #customer_address_zipcode {
	width: 100px;
}


.LV_validation_message {
	display: block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
 
 
.LV_valid_field{
	
}
.LV_invalid_field{
	background-color: #f0dede !important;
}
 
.LV_valid {
	display: none;
}
 
.LV_invalid {
	color: #990000;
	font-style:italic;
}

/*SIDEBAR *****************************************/



#sidebar_form_calculator {
}

#sidebar-calculator .row {
	padding-bottom: 10px;	
}

#sidebar-calculator .label {
	padding-top: .5em;
 	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
}

#sidebar-calculator .button {
	margin-top: 10px;	
	clear: both;
	margin-bottom: 20px;
}


#sidebar-calculator input[type=text] {
	width: 150px;	
}

#sidebar_security {
	width: 192px;
	height: 50px;
	background-image: url(images/privacy-secured-128.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}








/* FORM PRETTY *****************************************/




.form_pretty{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}


form_pretty input[type="text"],  textarea {
    -webkit-appearance: none;
}

.form_pretty input[type="text"], .form_pretty select, textarea {
    -webkit-box-sizing: border-box;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;border-bottom-color: #DFDFDF;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #DFDFDF;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #DFDFDF;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #DFDFDF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-top-style: solid;
    border-top-width: 1px;
    color: black;
    display: inline-block;
    font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 22px;

    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    text-align: auto;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    word-spacing: 0px;   
    background-color: #f7f7f7;
    
}

.form_pretty .row {
	padding-bottom: 20px;
	clear: left;
}

.form_pretty .label {
    color: #333;
    display: block;
    font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
    font-size: 14px;

    line-height: 12px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.form_pretty label.error {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	color: #990000;
	font-style: italic;
	width:auto;
	margin-bottom: 15px;
	font-size: .8em;
	font-weight: normal;
}


.form_pretty .button {
	font-size: 18pt;
	padding: 5px 10px 5px 10px;
}






/* TABLE PRETTY *****************************************/



table.pretty img {
	border:0;
	margin-top:.5em;
}

caption.pretty {
color: #9ba9b4;
font-size:.94em;
letter-spacing:.1em;
margin:1em 0 0 0;
padding:0;
caption-side:top;
text-align:center;
}

table.pretty a,table.pretty a:link,table.pretty a:visited {
border:none;
}

table.pretty {
border-top:1px solid #e5eff8;
border-right:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
}

	table.pretty tr.odd td	{
background:#f7fbff}

table.pretty tr.odd .column1	{
background:#f4f9fe;
}

	table.pretty .column1	{
background:#f9fcfe;
}

table.pretty td {
/*color:#678197;
*/
border-bottom:1px solid #e5eff8;
border-left:1px solid #e5eff8;
padding:.3em 1em;
}

				table.pretty th {
font-weight:normal;
/*color: #678197;
*/
text-align:left;
border-bottom: 1px solid #e5eff8;
border-left:1px solid #e5eff8;
padding:.3em 1em;
}

							table.pretty thead th {
background:#f4f9fe;
text-align:center;
font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
/*color:#66a3d3*/
}

	table.pretty tfoot th {
text-align:center;
background:#f4f9fe;
}

	table.pretty tfoot th strong {
font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
margin:.5em .5em .5em 0;
/*color:#66a3d3;
*/
}

		table.pretty tfoot th em {
/*color:#f03b58;
*/
font-weight: bold;
font-size: 1.1em;
font-style: normal;
}












/* STOCK *************************************************/
table, tr, td {
margin: 0;
border: 0;
padding: 0;
border-spacing:0;
}

h1 {
font-size: 1.8em;
font-weight: normal;
margin: .8em 0em .3em 0em;
}

h2 {
font-size: 1.6em;
font-weight: normal;
margin-top: .8em;
margin-bottom: .3em;
}

h3 {
font-size: 1.4em;
font-weight: normal;
margin-top: .8em;
margin-bottom: .3em;
}

h3.widget-title {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h4 {
font-size: 1.2em;
font-weight: bold;
margin-top: .8em;
margin-bottom: .3em;
}

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

a, h2 a:hover, h3 a:hover {
color: #2b5414;
text-decoration: none;
}

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

h1.post_title {
margin-top: 0px;
}

#footermenu{
border-bottom: solid 1px rgb(204, 204, 204);
border-top: solid 1px rgb(204, 204, 204);
color: rgb(102, 102, 102);
font-size: .8em;
margin-top: 40px;
padding-bottom: 8px;
padding-top: 8px;
text-align: center;
}

	#sidebar ul li {
border: 1px solid #DBDBDB;
/*padding: 5px;
*/
background-color: white;
list-style-type: none;
list-style-image: none;
margin-bottom: 25px;
font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul li ul li {
border: none;
padding: 0px;
}

#columns{
}

#columns td{
vertical-align: top;
}

#column_b {
padding-left: 25px;
}

.entry {
line-height: 1.25em;
}

/* Begin Typography & Colors */
body {
background-color: rgb(239, 239, 239);
background-image: url(images/bg-gradient1.gif);
background-repeat: repeat-x;
color: rgb(51, 51, 51);
font-family: 'Times New Roman', Times, arial;
font-size: 13pt;
margin: 0;
padding: 0;
}

#page {
text-align: left;
max-width: 940px;
}

#header {
margin-top: 25px;
margin-bottom: 25px;
}

#headerimg 	{
padding-left: 25px;
float: left;
clear: left;
}


#header_800 {
background-image: url(images/header_phone.png);
width: 197px;
height: 23px;
background-repeat: no-repeat;
float: right;
padding-right: 25px;
clear: right;
}

#content {
float: left;
}

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

#footer {
border: none;
}

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

#headerimg .description {
font-size: .9em;
}

.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 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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

#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
font-weight: normal;
}

/* Begin Sidebar */
#sidebar{
font-family: 'times new roman', Verdana, Arial, Sans-Serif;
padding: 0px 0 10px 0;
width: 240px;
float: left;
}

#sidebar form {
margin: 0;
}

/* End Sidebar */
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #777;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

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

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

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

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}

/* End Typography & Colors */
/* Begin Structure */
.narrowcolumn, .wide_column {
float: left;
}

.post {
border: 1px solid #DBDBDB;
background-color: #ffffff;
padding: 20px;
}

.post hr {
display: block;
}

.widecolumn .post {
margin: 0;
}

.narrowcolumn .postmetadata {
padding-top: 5px;
}

.widecolumn .postmetadata {
margin: 30px 0;
}

.widecolumn .smallattachment {
text-align: center;
float: left;
width: 128px;
margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
text-align: center;
margin: 5px 0px;
}

.postmetadata {
clear: both;
}

.clear {
clear: both;
}

#footer {
padding: 0;
margin: 0 auto;
clear: both;
}

#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}

/* End Structure */
/*	Begin Headers */
#sidebar h2 {
margin: 5px 0 0;
padding: 0;
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: .9em;
font-weight: bold;
}

/* End Headers */
/* Begin Images */
p img {
padding: 0;
max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would'vethought?!) align the image to the right. And using 'class="centered',will of course center the image. This is much better than usingalign="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 ListsSpecial stylized non-IE bulletsDo not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}

html>body .entry li {
margin: 7px 0 8px 10px;
}

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

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

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

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

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 5px;
list-style-type: none;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

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

/* End Entry Lists */
/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

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

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

#commentform {
margin: 5px 10px 0 0;
}

#commentform textarea {
width: 100%;
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: justify;
}

.commentlist li {
margin: 15px 0 10px;
padding: 5px 5px 10px 10px;
list-style: none;
}

.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: 5px solid #ddd;
}

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

.center {
text-align: center;
}

.hidden {
display: none;
}

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

hr {
border: none;
height: 0px;
width: 0px;
clear: both;
}

a img {
border: none;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

/* 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 */
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.It won't be a stylish marriage, I can't afford a carriage.But you'll look sweet upon the seat of a bicycle built for two." */



