/*  
Theme Name: Pendragon Press
Author URI: http://www.darrenturpin.co.uk
Version: 1.0 
Author: Darren Turpin 
Description: Based on RockinPaper 3 Column by Cory Miller (http://www.corymiller.com), adapted fro pendragon Press by Darren Turpin (http://www.darrenturpin.co.uk)
The original - and adapted - CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff url(images/backgroundpixel.gif) repeat;
	color: #000000;
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
	
a, a:visited{
	color: #004364;
	text-decoration: none;
	}
	
a:hover{
	color: #9A1C20;
	text-decoration: underline;
	}

#container { 
	width: 960px; 
	background: #ffffff url(images/main_bg.gif) top repeat-y;
	text-align: left; 
	margin: 20px auto; 
	border: 2px solid #000000;
	}

#header { 
	background: #000000 url(images/headerbackground.gif) top;
	padding: 15px 0px 26px 25px;
	margin-bottom: 0px; 
	}
#header h2 {
	color: #ffffff;
	font-size: 3.2em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	margin-top: 5px;
	}

#header h2 a {
	color: #222222;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

#header h3 {
	color: #333333;
	font-size: 1.6em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	}

#menu { 
	background: #444444;
	color: #ffffff;
	font-size: 1.2em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 12px 25px 12px 25px;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	}
#menu h2 {
	color: #ffffff;
	font-size: 1.44em;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 10px 25px 12px 25px;
	}
		
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 1.3em;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	text-decoration: none;
	border: 2px solid #444444;
	}

#menu ul li a:hover {
	color: #000000;
	background: #ffffff;
	text-decoration: none;
	border: 2px solid #111111;	
	}

#menu2 { 
	background: #444444;
	color: #000000;
	font-size: 1.0em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 25px 5px 25px;
	text-align: center;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	}
	

#content { 
	width: 460px; 
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 245px;
	margin-right: 0px;
	position:relative;
	padding: 8px 0px 15px 0px;
	font-size: 1.0em;
	}
	
#content p{
	margin: 0px;
	line-height: 150%;
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
	}
	
#content h1 {
	color: #111111;
	font-size: 2.7em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 5px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 2px solid #111111;
	}
	
#content h1 a  {
	color: #cccccc;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #666666;
	font-size: 2.0em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
	padding-bottom: 5px;
	line-height: 120%;
	border-bottom: 2px dotted #666666;
	}
	
#content h2 a  {
	color: #004364;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #9A1C20;
	text-decoration: underline;
	}


#content h3 {
	color: #666666;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 120%;
	font-variant: small-caps;
	border-bottom: 1px solid #666666;
	}
#content h3 a  {
	color: #666666;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #9A1C20;
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 150%;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
	
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #cccccc;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #9A1C20;
	text-decoration: underline;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
.postinfo
{
padding: 5px;
margin: 10px 0px;
border: 1px solid #777777;
background-color: #eeeeee;
}	

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}
.postspace3 {
	background: #FFFFFF;
	width: 440px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar { 
	color: #000000;
	width: 185px;
	float: left; 
	display: inline;
	margin-top: 0px;
	margin: 15px;
	}
#l_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
#l_sidebar h2 {
	color: #000000;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	}

#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 0px 0px;
	}
	
#l_sidebar ul li a {
	display: block;
	color: #111111;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border: 1px solid #eeeeee;
	}

#l_sidebar ul li a:hover {
	color: #111111;
	background-color: #ffffff;
	border: 1px solid #111111;
	}

#r_sidebar { 
	color: #111111;
	width: 185px;
	float: right; 
	display: inline;
	position:relative;
	margin-top: 0px;
	margin: 15px; 
	}
	
#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}
	
#r_sidebar h2 {
	color: #000000;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #111111;
	}


#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 0px 0px;
	}
	
#r_sidebar ul li a {
	display: block;
	color: #111111;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border: 1px solid #eeeeee;
	}

#r_sidebar ul li a:hover {
	color: #111111;
	background-color: #ffffff;
	border: 1px solid #111111;
	}
	
#footer { 
	background: #cccccc;
	padding: 0px;
	text-align: center;
	clear: both;
	}

#newbooks
{
margin: 10px 0px 15px 0px;
padding: 5px 0px 15px 0px;
border-bottom: 2px solid #555555;
}
	
.mailbutton, .searchbutton
{
font-family: verdana, arial, sans-serif;
font-size: 1.0em;
color: #222222;
background-color: #ffffff;
padding: 5px;
margin: 5px 0px;
border: 1px solid #111111;
}	

.imgl
{
margin: 5px 15px 5px 0px;
border-top: 1px solid #999999;
border-right: 1px solid #111111;
border-bottom: 1px solid #111111;
border-left: 1px solid #999999;
}

.imgr
{
margin: 5px 0px 5px 15px;
border-top: 1px solid #999999;
border-right: 1px solid #111111;
border-bottom: 1px solid #111111;
border-left: 1px solid #999999;
}

.imgc
{
margin: 5px 10px;
border-top: 1px solid #999999;
border-right: 1px solid #111111;
border-bottom: 1px solid #111111;
border-left: 1px solid #999999;
}

.imgcnew
{
margin: 5px 5px;
border-top: 1px solid #999999;
border-right: 1px solid #111111;
border-bottom: 1px solid #111111;
border-left: 1px solid #999999;
}

.imgcbooks
{
border-top: 1px solid #999999;
border-right: 1px solid #111111;
border-bottom: 1px solid #111111;
border-left: 1px solid #999999;
}

.tags {
margin-bottom: 0.5em;
margin-top: 2em;
padding-top: 0.5em;
border-top: 1px solid #485D99;
font-size: 0.8em;
}

.primary {
text-align: justify;
}

.primary a:link {
padding: 3.5px;
line-height: 35px;
color: #111111;
}

.primary a:visited {
text-decoration: none;
color: #555555;
}

.primary a:hover {
text-decoration: underline;
color: #BC1B30;
}

#books-table
{
margin-top: 15px;
margin-bottom: 15px;
}

.book-cover
{
margin-right: 10px;
padding: 5px;
}

.book-detail
{
margin-right: 10px;
padding: 5px;
}

.paypal
{
margin-right: 10px;
padding-left: 5px;
}

.bib-text
{
padding-bottom: 10px;
font-size: 1.1em;
}

.bib_text_block
{
padding-bottom: 10px;
font-size: 1.0em;
}

.bib_subhead
{
padding-bottom: 10px;
font-size: 1.0em;
}
