/*
Theme Name: Chris Beckett website theme
Theme URI: http://www.paulgrahamraven.com
Description: Fresh theme for Chris Beckett'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: #D6D2C9;
	color: black; /*main text colour*/
	width: 1008px;
	margin: auto;
	position: relative;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 26px;
	/*border: 1px solid grey;*/
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}


#container {

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

}


#push-down {

	clear: both;
}

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

h1 {

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

h2 {

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

h3 {

	font-family: Verdana, Arial, Helvetica, sans-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: #020201;
	text-decoration: none;
	font-weight: bold;
}

.entry a {
	
	border-bottom: 1px dotted #E63557;
}

a:hover, .entry a:hover {

	text-decoration: underline;
	color: #E63557;
	border: 0;
}

a:visited {

}

a img {
	border: none;
}

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

#header {

	background: url("images/header.jpg") no-repeat left top;
	width: 1000px;
	height: 335px;
	margin: 4px auto 4px;
	position: relative;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

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

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

#content {

	width: 620px;
	float: left;
	margin-top: 20px;
	background: transparent;


}

#content h2 {

	/*padding-left: 15px;*/
	margin: 0;
	color: #E63557;
}

#content .bibliopost {

	min-height: 350px;
}

#latest-book {
	
	margin: 0px 0px 10px 0px;
	padding: 20px 20px 10px 20px;
	background: #F9F6FD /*url('images/brick-background.jpg') top left repeat*/;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 1px solid #37280F;
	border-right: 1px solid #37280F;
	border-top: 1px solid /*#F9F6FD*/white;
	border-left: 1px solid /*#F9F6FD*/white;
	overflow: auto;
	width: 580px;
	
}

#latest-book-content {
	
	margin: 0px 0px 10px 0px;
	padding: 20px 20px 10px 20px;
	/*background: #d5f2ce url('images/background-slice.jpg') top left repeat-x;*/
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*border-top: 1px solid #d5f2ce;
	border-left: 1px solid #d5f2ce;
	border-bottom: 1px solid #677969;
	border-right: 1px solid #677969;
	overflow: auto;*/
	
}

.post, .bibliopost, .excerptpost, #comments-block, #blogroll-cats {

	margin: 0px 0px 10px 0px;
	padding: 20px 20px 10px 20px;
	background: #F9F6FD /*url('images/brick-background.jpg') top left repeat*/;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-bottom: 1px solid #37280F;
	border-right: 1px solid #37280F;
	border-top: 1px solid /*#F9F6FD*/white;
	border-left: 1px solid /*#F9F6FD*/white;
	/*overflow: auto;*/
}

.excerptpost h3 { text-align: center; }

.entry {
	
	/*overflow: auto;*/
	border: 0;
	margin: 0;
	border-bottom: 1px dotted #677969;
	
}

.entry p {
	
	padding: 15px 5px;
	margin: 0;
}

#post-metadata {

	text-align: right;
	padding: 10px 0px;
	border-bottom: 1px dashed #321E0F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.comment-title {

	text-align: right;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.comment-data {

	padding: 0px 20px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;;
}

.comment-data a {

	background: url(images/comment_bubble.png) top left no-repeat;
	color: #E63557;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 24px 10px 24px;
	float: right;

}

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

#sidebar {

	background: transparent;
	width: 290px;
	float: right;
	/*padding: 20px 20px;*/
	margin-top: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#sidebar ul.sidebar-nav {

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

#sidebar ul.sidebar-nav li h3{

	color: #E63557;
	text-transform: uppercase;
}

#sidebar ul.sidebar-nav li h2 {
	
	color: #E63557;
	text-align: center;
}

#sidebar ul.sidebar-nav li ul {

	background: #F9F6FD url('images/brick-background.jpg') top left repeat;
	color: #321E0F;
	padding: 5px 15px 0px 15px;
	list-style: disc;
	list-style-position: inside;
	text-align: left;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-bottom: 1px solid #37280F;
	border-right: 1px solid #37280F;
	border-top: 1px solid /*#F9F6FD*/white;
	border-left: 1px solid /*#F9F6FD*/white;

}

#sidebar ul.sidebar-nav li ul li {

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

.sidebarimage {

	text-align: center;
}

.sidebarimage img {

	margin: auto;
}

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

ul#navlist {

	clear: both;
	position: absolute;
	top: 15px;
	right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	border: none;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;

}

#navlist li {

	list-style: none;
	margin: 0;
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	background: #F9F6FD /*url('images/brick-background.jpg') top left repeat*/;
	opacity: 0.5;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 1px solid #37280F;
	border-right: 1px solid #37280F;
	border-top: 1px solid /*#F9F6FD*/white;
	border-left: 1px solid /*#F9F6FD*/white;
}

#navlist li a {

	padding: 5px;
	margin-left: 3px;
	color: #37280F;
	/*border: 1px solid black;*/
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	opacity: 1;

}

#navlist li:hover {

	opacity: 1;
	color: #E63557;
	
}

#navlist li a:hover {
	
	text-decoration: underline;
}

#navlist li.current_page_item {

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

/*//////////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 #E63557;
}

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

#commentform {

	/*width: 80%;*/
}

textarea#comment {

	width: 570px;
}

#searchform {
	
	background: #F9F6FD url('images/brick-background.jpg') top left repeat;
	color: #201E48;
	padding: 5px 15px 15px 15px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-bottom: 1px solid #37280F;
	border-right: 1px solid #37280F;
	border-top: 1px solid /*#F9F6FD*/white;
	border-left: 1px solid /*#F9F6FD*/white;
}

#searchform .hidden {
	
	/*color: #201E48;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;*/
	display: none;
	
}

#searchform div {
	
	padding: 10px 0px;
	
}

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

#footer {

	background: #F9F6FD url('images/brick-background.jpg') top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 10px;
	width: 1000px;
	min-height: 100px;
	text-align: center;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border-bottom: 1px solid #37280F;
	border-right: 1px solid #37280F;
	border-top: 1px solid /*#F9F6FD*/white;
	border-left: 1px solid /*#F9F6FD*/white;
}

#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:" ";
}

#footer p {
	
	font-size: 0.8em;
	font-style: italic;
}

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

.aligncenter, div.aligncenter {
	
   display: block;
   margin-left: auto;
   margin-right: auto;
   
}

.alignleft {
	
   float: left;
   padding: 5px;
   
}

.alignright {
	
   float: right;
   padding: 5px;
   
}


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

/*
CSS ends
*/

