/*	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.
	
	For example, uncomment the following lines to turn your Shifter background black and the blogtitle white:  */
	
/*

body {
background:#000;
} 
	
#hd a {
color:#fff;
} 

*/

body {
background:transparent url(images/body_bg.jpg) repeat-x scroll left top;
color:#5E5745;
padding:10px 0pt;
}

a:link, a:active, a:hover, a:visited {
color:#333;
}

#hd {
border-bottom:5px solid #555243;
}

#hd a {
color:#fff;
}

.blogdescription {
color:#333;
}

#topnav {
background:transparent url(images/slice.jpg) repeat-x scroll center bottom;
border-bottom:1px solid #555243;
}

#sidebar ul li a, #column3 ul li a {
color:#8B7F65;
}

#sidebar ul li a:hover, #column3 ul li a:hover {
color:#333;
}

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

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

#commentlist li {
background:#fff;
}

#commentlist li.authorpost {
background:#d5d0bb;
}

#ft small {
color:#333;
}
