/*
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: black;
}

*/

/*


body.custom #container .entry-content {/*border-right: solid 1px #8d9e9e;*/ padding-right: 10px; margin-top: 0px;
background-image: url(http://staging.cindychurch.com/wp-content/uploads/contentbacker.jpg);
background-repeat: no-repeat;}*/

body.custom #container .entry-content ul {line-height: 15px;
list-style-type: none;
padding-left:15px;
left-margin: 30px;
}
body.custom #container .entry-content ul li
{
list-style-type: none;
background-image: url(http://www.cindychurch.com/wp-content/uploads/button_icon.gif);
background-repeat: no-repeat;
background-position: 0px 0px; 
padding-left: 25px;
}


body.custom .discography-about img {border: 0px; padding-bottom: 0px;}

body.custom .discography-about div.leaf-content a {display: inline; padding-left 5px; float: right; text-decoration: none; color: #8d9e9e; font-weight: bold;}

body.custom .performancespotlight {margin-left: 15px; padding-right: 10px; border: solid 1px #000000;}

body.custom .performancespotlight .leaf-content {padding-right: 10px;}

body.custom .footerextended {margin-left: 15px; padding-right: 10px; border: solid 1px #000000; background-color: white;}

body.custom .footerextended .leaf-content .sidebar {background-color: white;}

body.custom .footerextended .leaf-content .sidebar .widget {width: 268px; background-color: white; padding-left: 0px;
}

body.custom .footerextended .leaf-content .sidebar .widget ul li
{
list-style-type: none;
background-image: url(http://www.cindychurch.com/wp-content/uploads/button_icon.gif);
background-repeat: no-repeat;
background-position: 0px 0px; 
padding-left: 25px;
}