/*
Theme Name: James Barclay website theme
Theme URI: http://www.paulgrahamraven.com
Description: Fresh theme for James Barclay'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: #090A0C;
	color: white; /*main text colour*/
	width: 1024px;
	margin: auto;
	position: relative;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 22px;
}


#container {

	width: 1012px;
	position: relative;
	margin: 30px auto 0px 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: 16px;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;

}

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 #C99148;
	
}

blockquote p {
	
	
	color: black;
}

a {

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

.entry a {
	
	text-decoration: underline;
	
}

a:hover, .entry a:hover {

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

a:visited {

}

a img {
	
	border: none;
	
}

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

#header {

	background: url("images/header.jpg") no-repeat left top;
	width: 1022px;
	height: 225px;
	margin: 4px auto 4px;
	position: relative;

	
}

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

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

#content {

	width: 670px;
	float: left;
	margin-top: 20px;
	padding: 0px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #C99148;
	background: transparent;

}

#content h2 {

	/*padding-left: 15px;*/
	margin: 0;
	color: #AAACAD;
	padding: 10px 5px;
	border-top:  1px solid #AAACAD;
	border-bottom:  1px dashed #AAACAD;
	
}

#content h2.storytitle {
	
	text-align: center;
	
}

#content .bibliopost, #content .excerptpost {

	min-height: 350px;
	overflow: auto;
	
}

#featured-books {
	
	margin: 0px 10px 10px 10px;
	padding: 10px 20px 10px 20px;
	background: transparent;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #C99148;
	border-right: 1px solid #C99148;
	border-top: 1px solid #F3CC0F;
	border-left: 1px solid #F3CC0F;
	overflow: auto;

	
}

.featured-book-content {
	
	margin: 0px 0px 10px 0px;
	padding: 20px 20px 10px 20px;
	width: 264px;
	float: left;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	
}

.featured-book-content .img {
	
	width: 100px;
	
}

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

	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: tranaparent;
	

}

.excerptpost {
	
	/*overflow: auto;*/
	
}

.entry {
	
	border: 0;
	margin: 0;
	/*padding: 10px;*/

}

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

ul.biblio-list {
	
	margin: 0px 120px;
	font-size: 20px;
	padding-bottom: 40px;
	
}

ul.biblio-list ul {
	
	margin-left: 30px;
	padding: 10px;
	
}

#post-metadata {

	text-align: center;
	padding: 0px;
	border-top:  1px dashed #284E1C;
	border-bottom:  1px solid #284E1C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#pagination {
	
	width: 100%;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	overflow: auto;
	padding: 10px;
	
}

#pagination div {
	
	padding: 20px 0px;
	margin: 0px;
	
}

#pagination div a {
	
	padding: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 1px solid #C99148;
	border-right: 1px solid #C99148;
	border-top: 1px solid #F3CC0F;
	border-left: 1px solid #F3CC0F;
	background: transparent;
	
}

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

#sidebar {

	background: transparent;
	width: 310px;
	float: right;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #C99148;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#sidebar ul.sidebar-nav {

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

#sidebar ul.sidebar-nav li h3, #sidebar ul.sidebar-nav li h3 a {

	color: #C99148;
	text-align: left;
	margin: 0;
	padding: 10px 10px 10px 5px;
	text-decoration: underline;
	font-style: italic;
	letter-spacing: -2px;
	
}

#sidebar ul.sidebar-nav li h2, #sidebar ul.sidebar-nav li h2 a {
	
	color: #AAACAD;
	text-align: center;
	margin: 0;
	padding: 10px 10px 10px 5px;
	font-style: italic;
	letter-spacing: -2px;
	
}

#sidebar ul.sidebar-nav li h2 a.rsswidget {
	
	padding: 0;
	
}

#sidebar ul.sidebar-nav li {

	background: transparent;
	color: #F39313;
	padding: 5px 0px 0px 0px;
	list-style: none;
	list-style-position: inside;
	text-align: left;
	border-bottom: 1px solid #AAACAD;
	margin: 0px 15px 0px 15px;

}

#sidebar ul.sidebar-nav li ul {
	background: transparent;
	color: #F39313;
	padding: 0px 0px 10px 10px;

}

#sidebar ul.sidebar-nav li ul li {

	background: transparent;
	color: #F39313;
	padding: 2px;
	margin: 0;
	list-style: disc;
	list-style-position: inside;
	text-align: left;
	border: 0;
	font-size: 14px;
}

.sidebarimage {

	text-align: center;
	
}

.sidebarimage img {

	margin: auto;
	
}

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

.navlist {

	clear: both;
	position: absolute;
	background: transparent;
	width: 1011px;
	height: 24px;
	top: 230px;
	right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #C99148;
	margin: 0px 4px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;

}

/*.navlist li {

	list-style: none;
	margin: 0;
	display: inline;
	margin-bottom: 5px;
	padding: 5px 0px;
	background: transparent;

}

.navlist li a {

	padding: 2px 5px;
	color: #F3CC0F;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	opacity: 1;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.navlist li:after {

	content:" |";
	color: #F3CC0F;
	
}

.navlist li:last-child:after {

	content:" ";
	
}

.navlist li a:hover {
	
	text-decoration: underline;
	opacity: 1;
	background: #AAACAD;

}

.navlist li.current_page_item {

	color:  #284E1C;
	
}

.navlist li.current_page_item a {

	color:  white;
	
}*/

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

#comments-block {
	
	width: 100%;
	padding: 0;
	border: 0;
	
}

ol.commentlist {

	margin: 10px 0px;
	background: transparent;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border-bottom: 1px solid #C99148;
	border-right: 1px solid #C99148;
	border-top: 1px solid #F3CC0F;
	border-left: 1px solid #F3CC0F;
	padding: 5px 20px 5px 40px;
	list-style-position: outside;
	
}

ol.commentlist li {

	padding-top: 5px;
	
}

ol.commentlist li div em {
	
	float: right;
	font-size: 12px;
	
}

ol.commentlist .comment-author {
	
	float: left;
	width: 50%;
	padding: 5px;
	font-size: 20px;
	
}

ol.commentlist .comment-meta {
	
	float: right;
	text-align: right;
	width: 40%;
	padding: 5px;
	font-size: 12px;
	
}

ol.commentlist li p {

	clear: both;
	background: white url("images/crumpled-paper-tile.gif") left top repeat;
	padding-left: 10px;
	margin: 20px 10px 10px 0px;
	border-left: 1px dashed black;
	
}

ol.commentlist .comment-body p {
	
	color: black;
	
}

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

#commentform {

	margin: 10px 0px;
	background: transparent;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border-bottom: 1px solid #C99148;
	border-right: 1px solid #C99148;
	border-top: 1px solid #F3CC0F;
	border-left: 1px solid #F3CC0F;
	padding: 5px;
	
}

form#commentform p {
	
	padding: 5px;
	
}

form.wpcf7-form {
	
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border-bottom: 1px solid #C99148;
	border-right: 1px solid #C99148;
	border-top: 1px solid #F3CC0F;
	border-left: 1px solid #F3CC0F;
	padding: 5px;
	
}

form.wpcf7-form textarea {
	
	
	width: 600px;
	
}

textarea#comment {

	width: 570px;
	
}

#searchform {
	
	/*background: #ACC3D3;
	color: #201E48;*/
	padding: 5px 15px 15px 15px;

}

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

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

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

#footer {

	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 10px;
	width: 1022px;
	height: 100px;
	text-align: center;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #C99148;
	color: white;
	
}

#footer h3 {

	display: none;
	
}

#footermenu {

	padding: 2px;
	margin: 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #C99148;
	
}

#footermenu li {

	font-size: 20px;
	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;
   margin: 5px;
   
}

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

img {
	
	padding: 2px;
	border-bottom: 1px solid #C99148;
	border-right: 1px solid #C99148;
	border-top: 1px solid #F3CC0F;
	border-left: 1px solid #F3CC0F;
}


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

/*
CSS ends
*/
