/*	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:  */
	

/*

body {
background:#000;
} 

*/
	
#hd a {
color:#fff;
} 


#hd {
background:transparent url(images/bike.jpg) no-repeat bottom right;
height:298px;
border:1px solid #ccc;
}

/*

.blogtitle {
padding-left:10px;
position: absolute;
top:250px
}

.blogdescription {
padding-left:10px;
color:#fff;
position: absolute;
top:295px
}

*/

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

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

#commentlist li {
background:#fff;
}

#search {
padding:0pt 10px;
}

#ft small {
color:#333;
}