/*	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://pixelsandsuch.com
	
	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:#000;
color:#AB9B8B;
padding:10px 0pt;
}

#hd {
background:url(images/headers/rotate.php) no-repeat bottom left;
min-height:200px;
border:1px solid #ccc;
}

#hd a {
color:#fff;
}

.blogtitle {
padding-left:10px;
}

.blogdescription {
padding-left:10px;
color:#ab9b8b;
}

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

#bd {
background:#000;
padding:10px .5em;
}

a:link,a:active,a:visited {
color:#AB9B8B;
background:url(images/dotted_horizontal.gif) repeat-x left bottom;
}

a:hover {
color:#fff;
}

#hd a, #topnav a{
background:transparent none repeat scroll 0%;
}

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

h1,h2,h3,h4 {
letter-spacing:-1px;
font-family:trebuchet ms, sans-serif;
color:#AB9B8B;
}

h1 a:link,h1 a:active,h1 a:hover,h1 a:visited,h3 a:link,h3 a:active,h3 a:hover,h3 a:visited {
color:#AB9B8B;
background:transparent none repeat scroll 0%;
}

.post-title {
padding-bottom:5px;
margin-bottom:5px;
background:url(images/dotted_horizontal.gif) repeat-x left bottom;
}

.story-content p {
line-height:140%;
padding-bottom:1em;
color:#AB9B8B;
}

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

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

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

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

.widgettitle, #sidebar ul li h2, #column3 ul li h2 {
background:url(images/dotted_horizontal.gif) repeat-x left bottom;
border-bottom:none;
color:#AB9B8B;
padding:5px;
}

#commentlist li {
background:#000;
}

#search {
padding:5px 10px;
}

#search input#s {
width:10em;
}

textarea,img.fullwidth {
width:100%;
background:#000;
border:1px solid #ccc;
}

#ft {
text-align:center;
background:transparent url(images/slice_flip.jpg) repeat-x scroll center top;
padding:2px 10px;
}

#ft small a {
background:transparent none repeat scroll 0%;
}

#ft small {
color:#333;
}