/*  
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-color: white;
}

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

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

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

#footer {
	padding: 0;
	margin: 40px auto;
	width: 950px;
	clear: both;
}

/* Begin Sidebar */

#sidebar {
	float: right; 
	padding: 0;
	margin: 0;
	width: 225px;
}

#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: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: 100;
	text-decoration: none;
}

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

h2, h3 { color: #FEB600; }

h2 {
	font-size: 16px; font-weight: bold;
}

h2 a {
	color: #FEB600; font-size: 16px; font-weight: bold;
}



/*** Begin Post ***/

.post {
	margin-bottom: 40px;
}

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

.small { color: #333; font-size: 11px; }