/*	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.
	
	Copyright 2007: Buzzdroid Media

	Author Name	: 	Buzzdroid
	Author Site	: 	http://buzzdroid.com
	Skin Name	: 	Over It Light
	Skin URI	:	http://buzzdroid.com/shifter/
	Version		: 	1.7rc6
	Comments	: 	Over It Light 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 {
padding:0pt;
}

#topnav {
background:transparent;
border:none;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#topnav a {
text-decoration:none;
color:#444;
}

#topnav a:hover {
color:#ccc;
}

a:hover {
color:#ccc;
}

#commentlist li {
list-style:none;
background:#fff;
border:1px solid #ccc;
margin:5px 0 10px;
padding:10px;
}

#commentlist li.alt {
background:#fff url(../../images/hatch_diag.gif);
border:1px solid #ccc;
padding:10px;
}

#commentlist li.authorpost {
background:#ccc;
border:1px solid #ccc;
padding:10px;
}

#commentlist li.authorpost a:hover {
color:#000;
}

#ft small {
color:#333;
}