/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

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;
}
*/

/* Add repeating image to footer */
body.custom div#footer { background-image: url('http://69.89.31.127/~rescued4/wp-content/uploads/RescueDeskFooter850x151.jpg'); background-repeat:no-repeat;
height:150px;
padding:0;
margin:0;
}

/* Adjust text alignment in footer */
body.custom div#footer .copyright {
text-align:left; margin-top:0;
}

/* Adjust padding for leafs */
body.custom .headway-leaf {
margin-top:15px; padding:0 10px 0;
}
body.custom #container {
margin:0px;
}
body.custom div.entry-content ul, div.entry-content ol {
margin:10px 0;
}
.margintop6px {
margin-top: 6px; 
}
/* Adjust heading margins */
body.custom h4 { margin-bottom: 4px;}
body.custom h3 { margin-top: 20px; }

/* custom leaf border */
body.custom div#leaf-22 { border-left: 1px #f48221 solid;}
body.custom div#leaf-24 { border-left: 1px #f48221 solid;}
body.custom div#leaf-29 { border-left: 1px #f48221 solid;}
body.custom div#leaf-30 { border-left: 1px #f48221 solid;}
body.custom div#leaf-3 { border-left: 1px #f48221 solid;}
body.custom div#leaf-42 { border-left: 1px #f48221 solid;}


/* custom caption font */
body.custom .wp-caption p {
color:#666666;font-size:9px;line-height:13px;width:100px;
}
body.custom .wp-caption { 
background:none repeat scroll 0 0 #f5f8e3; margin-top:0; padding:10px;
}

/* custom blockquote padding */
body.custom blockquote {
background:none; margin:10px 0 8px; padding:0 0 5px 13px;
}

/* custom h7 font */
.h7 p {
color:#666666;font-size:9px;line-height:13px;width:100px;
}
