/*
To get started customizing with CSS, we recommend you go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ to get started.
Be sure to turn on custom CSS in the Headway Design Options.  
When writing the selectors for the elements, put body.custom at the beginning.
For an example on how to change the background with custom CSS we can use the following code.
body.custom {
	background: red; }
*/

/* Repeating Background Image */
body.custom {
background-image: url('http://www.spaforyoursoulcoach.com/wp-content/uploads/page_bg_gradient.gif');
background-repeat: repeat-x; }

/* Add repeating image to footer */
body.custom div#footer { background-image: url('http://www.spaforyoursoulcoach.com/wp-content/uploads/footer_gradient.gif');
background-repeat: repeat-x; }

/* Change text color in Headway footer link */
body.custom div#footer a:link, body.custom div#footer a:visited { color: #fff; }

/* Change color of sticky post background */
body.custom div#container .headway-welcome  {background:#fdfdc9 none repeat scroll 0 0;}

/* font changes  */
body.custom h5 { font-size: 1.4em; font-weight: bold; color: #004B8F; text-align:center; line-height:130%;}
body.custom h6 { font-size: 1.1em; font-weight: bold; color: #710000; text-align:center; line-height: 120%;}
body.custom .author { font-size: 1.2em; font-weight: bold; color: #710000; text-align:center; line-height: 100%;}
body.custom .blank_line{ color: #ffffff;}

/* Change height of navigation bar (default padding:10px;) */
body.custom ul.navigation li a:link, ul.navigation li a:visited { padding: 5px; }

/* class to add border to photos */
.photo-img { border: 8px white solid; }

/* class to change color of sidebar background */
body.custom div#container div.sidebar-color { background: #fdfdc9; border-left: 2px #92862F groove;}
body.custom div#leaf-41 { background: #fdfdc9; border-left: 2px #92862F groove;}

/* class for iContact Newsletter/E-course opt-in box */
.link,
.signupframe {
        color: #444444;
	font-family: Arial, Helvetica, sans-serif; }
	.link { text-decoration: none; }
	.signupframe {
		border: 2px solid #710000;
		background: #feffdd;  }

/* Change width of sub-menus in nav bar */
body.custom div#navigation ul li ul { width: 150px; }

/* Change width of sub-menus in nav bar */
body.ie ul.navigation li ul { top:25px; left:0; z-index:11005; }

/* Add more room to top of leaf 58 & 61*/
body.custom div#leaf-58{ margin-top:30px ; }
body.custom div#leaf-61{ margin-top:30px ; }

/* class to add border to ebook cover */
.cover-img { border: 1px #888888 solid; }

/* class for squeeze page fonts */
p.h7 {
color:#1F1F1F;
font-family:arial,sans-serif;
font-size:18px;
font-variant:normal;
font-weight:bold;
letter-spacing:0;
line-height:21px;
text-transform:none;
}
p.h8 {
color:#1F1F1F;
font-family:arial,sans-serif;
font-size:14px;
font-variant:normal;
font-weight:bold;
letter-spacing:0;
line-height:18px;
text-transform:none;
}
p.specialtext {
color:#1F1F1F;
font-family:arial,sans-serif;
font-size:13px;
font-variant:normal;
font-weight:bold;
letter-spacing:0;
line-height:19px;
text-transform:none;
}
p.testimonial {
color:#004B8F;
font-family:arial,sans-serif;
font-size:12px;
font-variant:normal;
font-weight:bold;
font-style: italic;
letter-spacing:0;
line-height:18px;
text-transform:none;
text-align:center;
margin-top:20px;
margin-bottom:20px;
}

/* Remove nav bar from squeeze page   use body.home later */
body.pageid-382 div#navigation, div#navigation-container {display: none;}

/* Remove extra space after ul */
div.entry-content ul, div.entry-content ol {
margin:0 0;
}

#leaf-69 {
padding-left:20px;
padding-right:20px;
border:2px #f7e32b solid;
margin-left:140px;
background: #ffffff;
height:115px;
min-height:115px;
width:625px;
}