/*
Theme Name: Tim Lebbon website theme
Theme URI: http://www.paulgrahamraven.com
Description: Fresh theme for Tim Lebbon's website
Version: 1.0
Author: Paul Graham Raven
Author URI: http://www.paulgrahamraven.com
Tags:
*/

/*
Clear browser defaults
*/

/* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}*/

/*//////////General//////////*/

body {

	background: #8B6539;
	color: #321E0F; /*main text colour*/

}

#container1 {

	width: 1008px;
	margin: auto;
	position: relative;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid grey;
}

#container2 {

	width: 1000px;
	position: relative;
	margin: auto;

}

#container3 {

}

#push-down {

	clear: both;
}

/*//////////Typography//////////*/

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
}

h2 {

	font-family: Georgia, Times, serif;
	font-size: 22px;
}

h3 {

	font-family: Georgia, Times, serif;
	font-size: 18px;
}

#content h3#comments, #content h3#respond {

	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;
	border-top: 1px solid #321E0F;
}

h4 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

p {

	margin-bottom: 20px;
}

blockquote {

	background: white;
	padding-left: 10px;
	margin-left: 20px;
	border-left: 1px dashed #D98538;
}

a {

	color: #654A37;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	text-decoration: underline;
	color: #D98538;
}

a:visited {

}

a img {
	border: none;
}

/*//////////Headers//////////*/

#header {

	background: url("images/header.png") no-repeat left top;
	/*border: 1px solid #321E0F;*/
	width: 1000px;
	height: 315px;
	margin: auto;
	margin-top: 4px;
	position: relative;
}

#header p, #header h1, #header h2/**/ {
	display: none;
}

/*//////////Content//////////*/

#content {

	width: 620px;
	float: left;
	margin-top: 20px;
	padding: 20px 20px;
	background: #efefed;

}

#content h2 {

	/*padding-left: 15px;*/
}

#content .bibliopost {

	min-height: 350px;
}

.post {

	margin: 20px 0px;
	border-top: 2px solid #321E0F;
}

.entry { overflow: auto; }

#post-metadata {

	text-align: right;
	padding-bottom: 10px;
	padding-right: 15px;
	border-bottom: 1px dashed #321E0F;
}

.comment-title {

	text-align: right;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.comment-data {

	padding: 0px 20px 20px;
	text-align: right;
}

.comment-data a {

	background: url(images/comment_bubble.png) top left no-repeat;
	color: #611C0D;
	font-family: arial, verdana;
	font-size: 18px;
	font-weight: normal;
	padding: 7px 22px 22px 23px;
	float: right;

}

/*//////////Sidebars//////////*/

#sidebar {

	background: #efefed;
	width: 290px;
	float: right;
	margin-top: 20px;
	padding: 20px 20px;

}

#sidebar ul.sidebar-nav {

	padding: 0px 10px 0px 10px;
	list-style: none;
	text-align: right;
}

#sidebar ul.sidebar-nav li h3{

	color: #321E0F;
	text-transform: uppercase;
}

#sidebar ul.sidebar-nav li ul {

	background: #efefed url("images/sidebar-background.png") repeat-y left top;
	color: #321E0F;
	padding: 0px 15px 0px 15px;
	list-style: disc;
	list-style-position: inside;
	text-align: left;

}

#sidebar ul.sidebar-nav li ul li {

	padding-bottom: 10px;
	background: transparent;
	color: #321E0F;
}

.sidebarimage {

	text-align: center;
}

.sidebarimage img {

	margin: auto;
}

/*//////////Navigation//////////*/

#upper-navlist {

	clear: both;
	position: absolute;
	top: 287px;
	width: 1000px;
	height: 48px;
	text-align: right;

}

#upper-navlist h2 {

	display: none;
}

ul#navlist {

	padding: 0px 10px 0px 0px;
	height: 50px;
	margin: 0;
	border-bottom 1px solid #321E0F;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
}

#navlist li {

	/*padding: 10px 10px;*/
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {

	padding: 11px 10px 15px;
	margin-left: 3px;
	/*border: 1px solid black;*/
	border-bottom: none;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

#navlist li a:link { color: white; }

#navlist li a:visited { color: white; }

#navlist li a:hover {

	/*color: #000;
	background: #aae;
	border-color: #227;*/
	text-decoration: underline;
}

#navlist li.current_page_item {

	color:  #321E0F;
	/*background: white;
	padding: 6px 2px 16px;
	border-top: 1px solid #321E0F;
	border-left: 1px solid #321E0F;
	border-right: 1px solid #321E0F;
	border-bottom: 1px solid white;*/
}

#navlist li.current_page_item a {

	color:  #321E0F;
}

/*//////////Blog Elements//////////*/

ol.commentlist {

	margin: 10px;
	padding: 0px 10px 0px 20px;
}

ol.commentlist li {

	padding-top: 5px;
}

ol.commentlist li p {

	background: white;
	padding-left: 10px;
	margin-left: 20px;
	border-left: 1px dashed #D98538;
}

/*//////////Forms//////////*/

#commentform {

	/*width: 80%;*/
}

textarea#comment {

	width: 600px;
}

/*//////////Footer//////////*/

#footer {

	background: #efefed url("images/footer-background.png") repeat-x top left;
	margin: auto;
	margin-top: 10px;
	width: 1000px;
	min-height: 100px;
	text-align: center;
}

#footer h3 {

	display: none;
}

#footermenu {

	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#footermenu li {

	font-size: 22px;
	text-transform: uppercase;
	list-style: none;
	display: inline;
}
#footer ul li:after {

	content:" |";
}

#footer ul li:last-child:after {

	content:" ";
}

/*//////////Images//////////*/

img.alignleft {

	float: left;
	padding: 5px;
}

img.alignright {

	float: right;
	padding: 5px;
}

/*//////////Bling & Extras//////////*/

/*
CSS ends
*/

