/*  
Theme Name: Barebones
Theme URI: http://edit.com/
Description: An extremely basic template for easy modification
Version: 1.0
Author: Shawn Morrison for Edit.com
Author URI: http://edit.com/

	Barebones v1.0
	 http://edit.com/

*/

/* Import site's base stylesheet */
/* @import '/hwch.css'; */

body {
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(http://www.shopandsomethingblue.com/images/background_pattern.gif);
	background-repeat: repeat;
	background-color: #adc9e8;
	text-align: center;	
}

#page {
	margin: 20px auto;
	padding: 0;
	width: 980px;
}


* #outside_shell {
  width: 980px;
  background-color: #ffffff;
  border: 1px solid #b99999;
  padding: 2px;
  margin-right:auto;
  margin-left:auto;
  margin-top:20px;
  text-align:left;
}

* #inside_shell {
  background-color: #ffffff;
  border-right: 22px solid #5c3d3e;
  border-left: 22px solid #5c3d3e;
}

* #brown_top {
  background-color: #5c3d3e;
  height: 22px;
}

* #brown_bottom {
  background-color: #5c3d3e;
  height: 26px;
  text-align:center;
}


#header {
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 100px; 
	width: 758px;
}

#content {
	float: left;
	padding: 0;
	margin: 0px 0 0;
	width: 495px;
}

#footer {
	padding: 0;
	float: left;
	margin: 0px auto;
	width: 980px;
	clear: both;
}

/* Begin Sidebar */

#sidebar
{
	padding: 0;
	width: 170px;
	float:left;
}

#sidebar form {
	margin: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

/* Search */

#search #s {
	font-size: 11px;
	width: 140px;
}

#search #searchsubmit {
	font-size: 11px;
	width: 50px;
}

/*** Comments ***/

form#commentform textarea {
	width: 400px;
	height: 160px;
}

/*** Text Styles ***/

body,td,p {
	color: #000;
	font-size: 14px;
	font-family: Georgia, Helvetica, Arial, sans-serif;
}

#header .description {
	font-weight: bold;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

/*** Begin Post ***/

.post {
	margin-bottom: 40px;
}

.post p.date,
p.postmetadata {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.FooterText {
	font-family: Georgia, serif;
	font-size: 10px;
	color: #5c3d3e;
	font-weight: normal;
}

a { color: #0f4eb7; }

* .left_col {
  background-color: #e1effc;
  width: 170px;
  text-align: center;
}

#sidebar a:link    { color: #333333; font-size: 11px; text-decoration: none; }
#sidebar a:visited { color: #333333; font-size: 11px; text-decoration: none; }
#sidebar a:active  { color: #000000; font-size: 11px; text-decoration: none; }
#sidebar a:hover   { color: #0f4eb7; font-size: 11px; text-decoration: underline; }