/* 
Theme Name: BP Dragon
Version: 1.0
Description: A single Column theme.
Author: Chris Laing
Author URI: http://dd-net.co.uk
*/

/* Section: Body --------- */

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Tahoma, Arial, Serif;
	text-align: center;
 	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
    	font-size: 0.76em;
  	 background:#f3f3f3;
 	color:#333;  	
}

/* Edge shadow */

#rap {
	position: relative;
	margin: 0 auto ;
	padding:0;	
	text-align: left;
	/* box model hack */
         background: url(img/back.jpg) repeat-y center; 
	width: 696px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
}

html>body #rap { /* be nice to Opera */
	width: 696px;
}
/* Sub-Section:  FONTS --------- */

h2,h3 {
	font-size: 1.3em;
	color: #646;
	padding: 4px 0;
	margin: 0;
	font-family: 'Frutiger Linotype', 'Lucida Grande', 'Trebuchet MS', sans-serif;	
	border-bottom:#d6dce5 1px dashed;
	
}

/* Sub-Section: Body Links --------- */
a 
{
	text-decoration: none;	
}
img 
{
	background:url(img/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
}
a:link,a:visited
{
	color: #176aa6; 		
	border-bottom: #d6dce5 1px dashed;
}

a:hover, a:active 
{
	color:#060C65;
	border-bottom:#060c65 1px solid;
}	
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted;
}
blockquote{
	margin: 1em;
	padding: 0 0 10px 10px;
}

/* Section: Positioning --------- */

#header {
	
	height: 100px;
	margin:0 auto;
	padding:0;	

	position:relative;	
	text-align:left;
	width:700px;
	border-top:#f3f3f3 1px solid;
        background-color: #f3f3f3;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;

}
#header h1 
{
	font-size:1.8em;
	margin:20px 10px 0;	
}
#header h1 a
{
	color:#1a6aa6;	
	text-decoration:none;
	border:none;
}
#header h4 
{
	color:#1a6aa6;
	font-size:1.4em;
	margin:10px;		
	font-weight:normal;
}
#content 
{
    width:650px;
    margin:0 auto;
}
#content ul 
{
	margin:5px 10px;
	padding:5px;
}
#content ul li 
{
	list-style:none;
	background:url(img/bullet.gif) no-repeat left top;
	padding-left:15px;	
}
.post 
{
	margin:0px 0 20px 0;	
	padding:10px 5px 0;			
}
.post-title
{
	margin-left:10px;			
}
.post-title, .post-title a 
{
	color: #57579E;		
}
.post-title a:link, .post-title a:visited  
{
	border:none;
}
.day-date {
	font-size: 0.9em;
	color: #999;
	padding: 2px 0;
	margin: 0 10px;			
}
.day-date em 
{
	font-style:normal;
	color:#666;
}
.post-info {
	font-size : 0.9em;
	color : #666;
	margin : 0;
	background:url(img/comments-small.gif) no-repeat left center;
	padding-left:12px;
	
}

.post-content {
	padding:10px;	
}
#sidebar {
    background:url(img/post-title.png) repeat-x top;
    margin:1em auto;
    padding:1em 0;
    font-size:0.9em;  
    width:646px;
    
}
#sidebar form 
{
	margin: 10px 0 15px 0;
	padding:0 1em;
}
#footer {
	clear:both;
	background:#f3f3f3;
	font-size: 0.9em;		
	border-top:#d6dce5 1px solid;	
	margin:0 auto;
	padding:20px;
	text-align:left;
	width:666px;
}
#footer strong 
{
	color:#000;
}
#footer div 
{
	float:right;
	width:50%;
	margin:0;
	padding:5px 10px;	
	text-align:right;
}
#footer a:link, #footer a:visited 
{
	color:#333;	
	border-bottom:#d6dce5 1px dashed;
	text-decoration:none;
}
#footer a:hover,#footer a:active
{
	color:#000;	
	border-bottom:#000 1px solid;	
}
#footer .feed 
{
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:17px;
}
#trackbacks{
	margin-left: 2ex;
	margin-top: 2em;
}

#comments, #respond{
	margin-bottom: 1em;
	margin-top: 2em;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
.comment-info{
	padding-left: 13px;
	background: transparent;
}
#commentform 
{
	margin:10px;
	padding:10px;
}

fieldset{
	border: none;
}

.field label{
	display: block;
}

textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #d6dce5;
	font:1em verdana, arial, serif;
	padding:5px;
}

input.text{
	border: 1px solid #d6dce5;	
	background:#fff;
	padding:3px;
	font:1em verdana, arial, serif;
}
textarea:focus, input.text:focus 
{
	background:#fff;
	border:#060C65 1px solid;
}


/* Section: Misc --------- */

p {
	margin-top: 0;
	margin-bottom: 1.5em;
	line-height: 1.5em;	
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 0.5em 0;
	padding: 0.5em;	
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
	border-bottom: #eee 1px solid;
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
.commentlist .alt {
	background:#fff;
}
.nocomments 
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}
#gnav 
{
	list-style:none;	
	margin:0 auto;
	padding:2px;	
	background:#f3f3f3;
	width:696px;
	font-variant:small-caps;
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	border-bottom:#d6dce5 1px solid;
}
#gnav li 
{
	list-style:none;
	display:inline;
	padding:5px 10px;		
}
#gnav li a:link, #gnav li a:visited
{
	text-decoration:none;
	border-bottom:none;	
	padding:2px 0;
}
#gnav li a:hover, #gnav li a:active, #gnav .current_page_item a:link,#gnav .current_page_item a:visited
{
	border-bottom:#1a6aa6 2px solid;
	color:#333;
}
#sidebar ul 
{
	margin:5px;
	padding:0 5px;
	list-style:none;
}
li.smallbox
{
    width:185px;    
    margin:5px;        
    list-style:none;        
    float:left;  
    background:#f0f0f0;
	padding:5px;
	border:#d6dce5 1px solid;	
}
li.smallbox ul 
{
	list-style:none;
	text-align:left;	
	margin:0;
	padding:5px 0 0 10px;
}
li.smallbox ul li 
{
	list-style:none;
	float:none;
	margin:0;
	padding:0 0 5px 0;
}
.alignleft  {
	float: left;
        margin-right:10px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignright {
	float: right;
	margin-left:10px;
}
.clearall {
clear:both;
}