/*THESIS CUSTOM CSS*/

/* Adjust home page to accommodate removal of sidebars */
.custom.home #content { width: auto; }
.custom.home #content_box { background: none; }

.custom #header #logo a
{
display:block;
width:300px;
height:90px;
background:url(http://www.joanneckstut.com/images/logo.gif) center no-repeat;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}


#footer a {
	border: 0px solid #ccc;
color: #000;

}

#footer a:hover {
color: #CC0000;
text-decoration: underline;
}
#page{
	background-color:#fff;
}
#content{
	background-color:#D1CFC7;
}

.sidebar h3{
	color:#333b3b;
}