/*	This is the Shifter Skin file.
	Do not change elements in any other CSS file associated with Shifter or your system will crash.
	CSS elements in this file will override the default Shifter Skin.
	Photo Credit: Jon Fritsch, http://jonfritsch.com
	
	For example, uncomment the following lines to turn your Shifter background black and the blogtitle white:  */
	
/*

#hd a {
color:#fff;
} 

*/

#hd {
min-height:367px;
border:1px solid #ccc;
}

.blogtitle {
padding-left:10px;
}

.blogdescription {
padding-left:10px;
}

.widget, #sidebar ul li, #column3 ul li {
background:#D4CACB;
border:none;
margin-bottom:10px;
}

.widgettitle, #sidebar ul li h2, #column3 ul li h2 {
background:#D4CACB;
border-bottom:1px solid #ccc;
color:#333;
padding:5px;
}

#commentlist li {
background:#fff;
}

#search {
padding:5px 10px;
}

#ft small {
color:#333;
}