/*  
Theme Name: The Dragons Are Coming
Description: Stephen Deas' website
Version: 0.5 beta
Author: Paul Raven
Author URI: http://paulgrahamraven.com/
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color:#333333;
	color:black;
	margin-bottom:10px;
	margin-top:10px;
	min-width:805px;
}

/*
Typography etc.
*/


h1, #page_header a {
	margin: 0 0 0 -1000px;
}

h2 {
	font: 135% Georgia, serif;
	letter-spacing: -0.2px;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
}

h3 {
	font: 110% Georgia, serif;
	margin-top: 5px;
	padding-left: 20px;
	background: url(images/list.png) 0 0 no-repeat;
}

h3#comments {

	font: 100%;
}

.skip {
	position: absolute;
	left: -9999px;
}

blockquote {

	background:transparent url(images/quote.png) repeat-y;
	margin-left: 20px;
	padding: 0px 0 0 5px;
}

cite {

	font-size: 100%;
	font-style: normal;
}


p.payoff {

	display:none;
}

p, li, .feedback {

	font: 90% Arial, Verdana, sans-serif;
	letter-spacing: 0;
}

/*
End typography
*/

/*
Major divisions
*/

#container {

	background:#FFFFFF none repeat scroll 0%;
	border:8px solid #FFFFFF;
	width: 805px;
	margin-left: auto;
	margin-right: auto;
}

#content {

/* NOT NEEDED AND BREAKS WEBKIT...

Actually, seems like it is needed after all... 16/09/09 PGR */
	float: left;
	width: 550px;
	border: 0 0 0 1px solid #E9FBB6;
	padding: 30px 10px 10px 10px;
	background: transparent;
}

#fiction-extract {

	width: 95%;
	padding: 30px 20px 30px 20px;
}

#header_wrapper {

	background: #000000 url(images/header.png) top left no-repeat;
	max-width: 800px;
	max-height: 230px;
	margin: 0px; 
	padding: 0px;
	border: 2px solid black;
}

#header {

	height: 197px;
	margin:0px; 
	padding:0px;
}

#footer {

	clear: both;
	background: transparent url(images/footer_background.png) bottom repeat-x;
	color: #000000;
	margin: 0;
	padding: 0 25px;
	text-align: center;
	font-size: 80%;
	min-height: 50px;
}

#sidebar {

	padding: 10px 15px;
	float: right;
	display: inline;
	width: 200px;
	border: 0 1px 0 0 solid #E9FBB6;
}

/*
End major divisions
*/

/*
Hyperlinks
*/

a:link, a:visited {

	color: #4B3311;
	text-decoration: none;
}
a:visited {

	text-decoration: none;
}
a:hover, a:active {

	text-decoration: underline;
}
a img {

	border: none;
}

#pageheader a {

	text-indent: -9999px;

}

/*
End hyperlinks
*/

/*
Header
*/

#header a {

	color: #fff;
	text-decoration: none;
}

#header a:hover {

	text-decoration: underline;
}

#header-menu {

	background: url(images/menu_background.png) top left no-repeat;
	height: 30px;
	overflow: hidden;
}

#header-menu ul {

	margin: 0;
	padding: 0;
}

#header-menu ul li {

	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#header-menu ul li a {

	padding: 8px 5px;
	display: block;
	text-decoration: none;
}

#header-menu ul li a:link, #header-menu ul li a:visited {

	background: transparent;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	font-weight:bold;
}

#header-menu ul li a:hover, #header-menu ul li a:active {

	background: transparent;
	color: #4B3311;
	font-weight:bold;
	text-decoration: underline;
}

#header-menu ul li.current_page_item a:link, #header-menu ul li.current_page_item a:visited {

	background: transparent;
	color: #000000;
	text-decoration: none;
}

#header-menu ul li.current-cat a:link, #header-menu ul li.current-cat a:visited {

	background: transparent;
	color: #000000;
}

/*
End header
*/

/*
Content divisions and styles
*/

.storycontent {

	font:100%;
}

.storycontent p {

	line-height:20px;
}

.post {

	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #97CF2F;
}

.post ul {

	margin: 0;
	padding: 0;
}

.post ul li {

	margin: 0;
	padding: 0.2em 20px;
	background: url(images/list.png) 0 5px no-repeat;
	list-style: none;
}

.post ol {

	margin: 0 25px;
	padding: 0;
}

.post ol li {

	margin: 0;
	padding: 0.2em 0;
}

.post hr, .storycontent hr {

  border: 0;
  width: 90%;
  color: #4B3311;
  background-color: #4B3311;
  height: 2px;
}

.storytitle {

	margin: 0;
}

.storytitle a {

	text-decoration: none;
}

.storytitle a:link, .storytitle a:visited {

	color: #444;
	text-decoration: none;
	font-size:20px;
	font-weight:bold;
}

.storytitle a:hover, .storytitle a:active {
	color: #4B3311;
	text-decoration: underline;
}

.post img.left {

	clear:left;
	float:left;
	margin:0pt 1.1538em 0pt 0pt;
}

.post img.right {

	clear:right;
	float:right;
	margin:0pt 0pt 0pt 1.1538em;
}

/*Blogroll page specific*/

#blogroll-cats ul {

	list-style-type: none;
	margin-top: 5px;
	padding-left: 20px;
	background: none;
}

#blogroll-cats ul li {

	list-style-type: none;
	margin-top: 5px;
	padding-left: 20px;
	background: url(images/list.png) 0 0 no-repeat;
}

/*
End content divisions and styles
*/

/*
Sidebar styles
*/

#searchform {

	padding-top:5px;
}

#searchform label {

	position:absolute;
	left:-9000px;
}

#searchform input {

	width: 100px;
	height:18px;
}

#searchform button{

	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}

.textwidget {

	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#sidebar form {

	margin: 0 0 0 13px;
}

#sidebar input#s {

	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
	padding-left:3px;
	padding-top:3px;
}

#sidebar ul {

	color: #333;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}

#sidebar ul li {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 15px 20px 15px 20px; 
	background: url(images/sidebar_background.png) top left repeat-y;
}

#sidebar ul ul {

	list-style-type: none;
	margin: 0;
	padding: 10px 0px 0px 20px;
}

#sidebar ul ul li {

	list-style-type: disc;
	text-align: left;
	border: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing: 0;
	margin-top: 0;
	padding: 3px;
	background: transparent;
}
#sidebar ul ul ul {

	border: none;
}
#sidebar ul ul ul li {

	font-size: 100%;
}

#sidebar ul ul li a {

	color: #4B3311;
	text-decoration: none;
}

#sidebar ul ul li a:hover, #sidebar ul ul li a:active {

	border-bottom: 1px solid #4B3311;
}

#sidebar ul ul ul.children {

	font-size: 100%;
	padding-left: 4px;
}

/*
End sidebar styles
*/

/*
Footer declarations and styles
*/

.feedicon {

	width:25px;
	height:25px;
}

#footer p {

	padding: 0px 0px 5px 0px;
	margin: 0;
	font-weight: bold;
	font-family: Arial, serif;
}

#footer ul {

	list-style-type:none; 
	padding: 0;
}

#footer ul li {

	display:inline;
	font-size: 15px;
	font-weight: bold;
}

#footer ul li:after {

	content:" |";
}

#footer ul li:last-child:after {

	content:" ";
}

#footer .feedicon{
	background: url("./images/rss-24.png") no-repeat;
	padding:0px 30px 10px 0px;
	margin: 2px 10px 0 0;

}

/*
End footer declarations and styles
*/

/*
Metadata id declarations and styles
*/

ul.post-meta {

	list-style: none;
}

ul.post-meta span.post-meta-key {

	font-weight: bold;
}

.meta {

	font-size: .75em;
	padding-bottom:6px;
	border-bottom:1px solid #ccc;
}

.meta li, ul.post-meta li {

	display: inline;
}

.meta ul {

	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {

	color: #888;
	font-weight: normal;
	letter-spacing: 0;
}

.meta a {

	color: #4B3311;
	text-decoration: none;
}

.meta a:hover, .meta a:active {

	text-decoration: underline;
}

.meta .tags{

	padding-left: 20px;
}

/*
End metadata id declarations and styles
*/

/*
Comments/feedback/miscellaneous id declarations and styles
*/

ol#comments li p {

	font-size: 100%;
}

.feedback {

	color: #ccc;
	text-align: right;
	clear: both;
	border-top: 1px solid #eee;
}

.feedback a {

	color: #4B3311;
}

.feedback a:hover, .feedback a:active {

	text-decoration: none;
}

.feedback p {

	padding: 0 25px;
}

.sociable ul {

	display: inline;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {

	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {

	width: 95%;
}

#commentlist li ul {

	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

div.commentbody {

	margin: 10px 60px 10px 30px;
	padding: 25px 0 0 10px;
	background: #eee url(images/comment-top.png) no-repeat;
}

div.commentbody div {

	padding: 0 5px 5px 0;
	background: #eee url(images/comment-bottom.png) bottom right no-repeat;
}

#cloud {

	font-weight:bold;
}

#cloud h4 {

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

.tagwords {

	border:1px dashed #ccc;
	padding:5px 5px 5px 25px;
	font-size:11px;
	background: url(images/tag.png) no-repeat scroll 5px;
}

/*
End comments/feedback/miscellaneous id declarations and styles
*/

/*
End file
*/



