/*
Theme Name: Susan O Peterson Custom Theme
Theme URI: http://housingstorm.com/
Description: A dark theme, from the Shades theme series, easily reduced to a child theme of Shades. A great theme framework to grow from or simply use as is. 
Version: 1.0.1
Template: shades
Author: Edward "Cais" Caissie
Author URL: http://buynowshop.com/
Tags: black, brown, red, silver, two-column, right-sidebar, fixed-width
.
- JB:Theme Notes
-- Add class="hr" to any <hr /> (horizontal rule), or add a <div class="hr"></div> for a special darkness treat.
-- In comments.php -> Review the $comment->user_id code and make changes as appropriate if more than one default user/admininstrator (on or near line 30).
-- As a suggestion, use the <PRE></PRE> tags to style "code" text.
.
- Changelog:
-- see changelog.txt file
-- Version 1.0 -> Initial release
.	
  Original Theme Name: Shades
  Original Theme URI: http://www.buynowshop.com/
.
	The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
.
*/
@import url("../shades/style.css");

/*-- Basic Elements --*/
body {
 	color: #BFAB7D;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height:21px;
}

a:link, a:visited {color: #d21600; text-decoration:none;}
a:hover {color: #7D6B41; text-decoration:none;}
a:active {color: #d21600; text-decoration:none;}

.post-comments a:link, .post-comments a:visited, .post-comments a:active{
	color:#7D6B41;
	text-decoration:none;
}

body {
	margin: 0;
	padding: 0;
	background: #000000; /* change to #ffffff for a white background light theme*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#header-center p { color:#B3A179; }
#header-center {margin: 0 auto; color:#EF6A11;
}


#main-blog h1 a:link, #main-blog h1 a:visited, #main-blog h1 a:active{
	color:#BFAB7D;
	text-decoration:none;
	border-bottom:1px solid #b2b0a4;
}

.postdata {
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #7D6B41;
	padding-bottom: 10px;
}

.widget h2 {
  text-align: center;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: normal;
	color: #7D6B41;
	margin: 0;
}
.hr, .shades {
  background-image: url(images/dark-hr-img.gif);
  height:56px;
  width:560px;
  margin:0 auto;
}

.post code {
  font-style:italic;
  margin:0;
  color: silver;
}

*/---wrapping---*/
.menu li {
  float:left;
  margin: 0 2px;
  text-align:center;
  min-width:100px;
  white-space:wrap;
}

.page li, .post li {padding-left: 0px;}