/*  
Theme Name: HWCH Blog
Theme URI: http://edit.com/
Description: WordPress template based on hwch.co.uk's site template
Version: 1.0
Author: Adapted by Edit.com
Author URI: http://edit.com/

	HWCH Blog v1.0
	 http://hwch.co.uk/

*/

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

/* Wordpress specific styles */

#blog-content {
	width: 550px;
	float: left;
}

h1, h2, h3, h4, h5 {
	color: #FC4500;
}

h2,
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active
{
	color: #FC4500;
	font-size: 18px;
}

/* Begin Sidebar */

#blog-sidebar
{
	padding: 15px 0 0 0;
	margin-left: 575px;
	width: 210px;
}

#blog-sidebar p {
	padding: 0;
	margin: 0;
}

#blog-sidebar form {
	margin: 0;
}

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

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

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

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

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

/* Search */

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

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

/* Blog Footer */

#blog-footer {
	width: 785px;
	float: left;
	padding: 20px 0;
}

/*** Comments ***/

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

/*** Begin Post ***/

.post {
	margin-bottom: 40px;
}

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