/*
Theme Name: Bristol Skeptics
Theme URI: http://bristolskeptics.org/
Description: NONE
Version: 1.0
Author: Richard Stelling
Author URI: http://richardstellinf.com/
Tags: bristol
*/

html { overflow-y: scroll; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,button
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

p
{
	margin-bottom: 10px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

ol,ul { list-style: none; }
caption,th { text-align: left; }

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

body
{
	font: 13px/1.231 'lucida grande',tahoma,verdana,arial,sans-serif;
	color: #333;
	background: #fff;
	direction: ltr;
	text-align: left;
	unicode-bidi: embed;
	*font-size: small;
}

select,
input,
button,
textarea,
button { font: 99% 'lucida grande',tahoma,verdana,arial,clean,sans-serif; }

input, textarea
{
	border: 1px #CCC solid;
}

.post
{
	-float: right;
}

.flickr-thumb
{
	margin: 10px;
}

.entry
{
	border-bottom: 1px #CCC solid;
	margin: 0 0 20px 0;
	padding: 0 10px 0 25px;
}

table
{
	font-size: inherit;
	font: 100%;
}

h1,h2,h3,h4,h5
{
	color: #463425;
	font-weight: bold;
}

h1 { font-size: 22px; margin-bottom: 5px; }

h2
{
	font-size: 14px;
	margin: 0 0 4px 0;
}

h4,h5 { font-size: 11px; }

a
{
	-moz-outline-style: none;
	text-decoration: none;
	cursor: pointer;
	color: #685647;
}

a:hover { text-decoration: underline; }

h1 a,h2 a,h3 a,h4 a,h5 a
{
	color: #463425;
	text-decoration: none;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover
{
	color: #463425;
	text-decoration: underline;
}

#header
{
	background: #463425;
	height: 41px;
	margin: 0px;
	position: relative;
	z-index: 2;
}

#content
{
	background: white;
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-left: 32px;
}

#navigation, #content
{
	margin: 0px auto 0px auto;
	width: 900px;
}

#navigation a#logo
{
	padding: 13px 15px 8px 15px;
	font-size: 130%;
	color: #F7ECD4;
}

#navigation a, #navigation span
{
	color: #D4C9B1;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 15px 15px 10px;
}

#navigation span
{
	padding: 13px 15px 8px 15px;
	font-size: 130%;
	color: #F7ECD4;
}

#navigation a:active { background-color: #685647; }

#navigation a:hover
{
	font-weight: bold;
	text-decoration: none;
	background: #685647;
}

#search
{
	float: right;
	margin: 12px 0px 0px 10px;
	width: 200px;
}

#footer
{
	border-top: 5px solid #463425;
	clear: both;
	margin-top: 30px;
	min-height: 150px;
	overflow: hidden;
	padding: 15px;
	background-color: rgb(250, 250, 250);
}

#footer a { color: #463425; }
#footer a:hover { text-decoration: underline; }

#footer div#links
{
	font-size: 100%;
	line-height: 30px;
}

#footer div#links a
{
	padding-right: 10px;
	color: #463425;
}

#footer div#links a:hover { text-decoration: underline; }

.container
{
	margin: 0px auto 0px auto;
	text-align: left;
	width: 900px;
	zoom: 1;
}

#lhs
{
	width: 590px;
	margin-right: 10px;
	height: 200px;
	-background-color: red;
	float: left;
}

#rhs { float: right; }
#twtr-profile-widget { margin-bottom: 10px; }

#comment
{
	background-color: #685647;
	color: #FFF;
	border: 1px solid #463425;
}

