/*
Theme Name: The White Room Blog
Description: The White Room Blog template
Version: 0.1
Author: Michael Houghton
Author URI: http://www.depthoffocus.co.uk/

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #8f8494;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#main-content {
	width:800px ;
	min-height: 600px;
}

.top-links-container {
	float: left;
	width: 800px;
	height: 10px;
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 14px;
}

.top-links-container a, #footer-links-container a {
	font-size: 10px;
}

.links-line {
	color: #8f8494;
}

#logo {
	float: left;
	width: 188px;
	height: 142px;
}

#twr-blog-logo {
	float: left;
	width: 612px;
	height: 52px;
	margin-bottom: 20px;
	margin-top: 60px;
	padding-bottom: 30px;
}

#footer-links-container {
	float: left;
	width: 800px;
	height: 10px;
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 14px;
	margin-left: auto;
	margin-right: auto;
}

/* Main blog area */

#blog-container {
	float: left;
	width: 430px;
	min-height: 500px;
	margin-left: 188px;
	margin-right: 30px;
	margin-bottom: 50px;
}

.blog-header, .post h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #a28ea2;
	font-weight: normal;
	padding: 0; 
	margin: 0;
}

.post h2, #blog-container h3 {
	margin: 0 0 5px 0;
	color: #a28ea2;
	font-weight: normal;
}

.blog-author {
	line-height: 25px;
}

.blog-story, div.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

/* Right hand column ie. Search / Archive */


#right-hand-container {
	float: left;
	width: 152px;
	height: 500px;
}

#searchform div {
	width: 152px;
}


.archive {
	float: left;
	width: 119px;
	min-height: 300px;
	border: 1px solid #cccccc;
	padding: 15px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

#right-hand-container div.archive ul {
	margin: 10px 0;
}

#bold {
	font-weight: bold;
}

.post hr {
	margin: 25px 0;
}

#right-hand-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.post .entry {
	margin: 20px 0 10px 0;
}

textarea#comment {
	width: 430px;
	height: 200px;
}

ul.login_register_links li {
	display: inline;
	margin-left: 4px;
	padding-left: 4px;
	border-left: 1px solid #999999;
}

#right-hand-container ul.login_register_links {
	margin-top: 20px;
	margin-bottom: 30px;
}

li#register_li {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}