/*  
Theme Name: Paths of Adventure
Theme URI: http://www.pathsofadventure.com/
Description: A monetized theme for RPG blogs.
Author: Kameron Franklin
Author URI: http://www.pensandswords.com
Tags: fixed width, right sidebar
*/

/* background pattern for the page and center the container */
body {
	background: url("images/bodybg.png");
	font-family: arial, helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	}	

/* left and right edges of the blog */
#container {
	background: #fefefe;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	text-align: left;
	width: 1000px;
	}

/* header */
#header {
	background: url("images/banner.png") no-repeat;
	height: 284px;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	}


/* search form */
#search {
	float: right;
	height: 34px;
	margin: 0;
	padding-right: 10px;
	}

#search fieldset {
	border: 0;
	display: inline;
	margin-top: 1px;
	padding-top: 3px;
	}

#search label {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	margin-right: 5px;
	vertical-align: middle;
	}

#searchtext {
	background: #fefefe;
	border: 1px solid #000;
	padding: 3px 0;
	vertical-align: middle;
	width: 184px;
	}

#searchbutton {
	background: url(images/searchbutton.gif) no-repeat;
	border: 0;
	height: 16px;
	margin-bottom: 2px;
	vertical-align: middle;
	width: 16px;
	}

#blogdescription {
	color: #fffdda;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
	top: 150px;
	left: 220px;
	width: 468px;
	}

#blogdescription img {
	border: 0;
	height: 60px;
	margin-top: 35px;
	width: 468px;
	}
	
/* subscription options */
#subscribe-blog {
	float: right;
	margin: 0;
	padding-right: 20px;
	position: relative;
	top: 45px;
	width: 230px;	
	}
	
#subscribe-blog form p {
	color: #fff;
	}

#subscribe-blog form p a {
	color: #fff;
	}

#subscribe-blog form p a:hover {
	color: #ffc04e;
	}

#subscribe-blog img {
	border: 0;
	display: inline;
	float: right;
	margin-top: 30px;
	margin-left: 10px;
	}

#emailsub {
	float: left;
	padding: 0;
	}

/* page navigation bar */
#pagemenu {
	background: url("images/pgmenubg.gif") repeat-x;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #040404;
	float: left;
	height: 30px;
	width: 1000px;
	}

#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#pagemenu ul li {
	border-right: 1px solid #636363;
	display: block;
	float: left;
	}

#pagemenu ul li a {
	color: #fff;
	display: block;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	}

#pagemenu ul li a:hover {
	background: url("images/pgmenuhover.gif") repeat-x;
	color: #ffc04e;
	text-decoration: none;
	}

#pagemenu ul li.current_page_item a {
	background: #636363;
	color: #ffc04e;
	}

/* blog content */
#content {
	background: #fefefe;
	color: #000;
	display: inline;
	float: left;
	padding: 10px 7px 10px 10px;
	width: 640px;
	}

#content h2 {
	font-size: 14pt;
	}

/* archives index page */
.archives {
	padding: 0 10px 10px;
	}
	
.archives h3 {
	font-size: 12pt;
	}

.archives ul {
	list-style: none;
	text-align: left;
	}

.archives ul li {
	font-size: 10pt;
	}
	
.archives ul li a {
	background: url("images/sidebar_li_icon.gif") center left no-repeat;
	color: #000;
	font-size: 10pt;
	padding-left: 15px;
	}

.archives ul li a:hover {
	color: #ffc04e;
	}
	
/* home, archive, and search pages */
.postexcerpt {
	background: #fff;
	border: 2px solid #636363;
	float: left;
	height: 300px;
	margin: 0 5px 5px 0;
	padding: 5px;
	width: 300px;
	}

.postexcerpt h2 {
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	}

.postexcerpt h2 a {
	color: #000;
	}

.postexcerpt h2 a:hover {
	color: #ffc04e;
	}

.postexcerpt p {
	font-size: 10pt;
	}

.postexcerpt p.postmetadata {
	color: #666;
	font-size: 8pt;
	}

.postexcerpt p a {
	color: #000;
	}

.postexcerpt p a:hover {
	color: #ffc04e;
	}
	
.postcontent {
	color: #000;
	font-size: 12pt;
	}

.postcontent a {
	color: #000;
	}

.postcontent a:hover {
	color: #ffc04e;
	}

.postcontent blockquote {
	border-left: 4px solid #666;
	color: #666;
	margin: 5px 50px 0 10px;
	padding-left: 10px;
	}

.postcontent dl dt {
	font-size: 10pt;
	font-weight: bold;
	}
	
.postcontent dl dd {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
.postcontent dl dd a {
	color: #000;
	}
	
.postcontent dl dd a:hover {
	color: #ffc04e;
	}

.postcontent table td {
	border: 1px solid #000;
	padding: 5px;
	}
	
.postcontent ul li {
	font-size: 10pt;
	}
	
/* single post page */
#fullpost {
	border-bottom: 4px solid #636363;
	padding-top: 20px;
	}

#fullpost a {
	color: #000;
	font-size: 10pt;
	}

#fullpost a:hover {
	color: #ffc04e;
	}

#fullpost h2 {
	color: #000;
	font-size: 16pt;
	}

#fullpost h3 {
	color: #000;
	font-size: 12pt;
	}

#fullpost p {
	color: #000;
	font-size: 10pt;
	}

#fullpost p a {
	color: #000;
	}

#fullpost p a:hover {
	color: #ffc04e;
	}

#fullpost p.postmetadata {
	color: #666;
	font-size: 8pt;
	position: relative;
	top: -15px;
	}

#fullpost p.postmetadata a {
	color: #666;
	font-size: 8pt;
	}

#fullpost p.postmetadata a:hover {
	color: #ffc04e;
	}
	
.role {
	font-style: italic;
	}
	
/* comments */
#comments {
	padding: 5px;
	width: 620px;
	}

#comments h2 {
	color: #000;
	font-size: 12pt;
	}

#comments h2 a {
	color: #000;
	}
	
#comments h2 a:hover {
	color: #ffc04e;
	}
	
#comments p {
	color: #000;
	font-size: 10pt;
	}
	
#comments p a {
	color: #000;
	}
	
#comments p a:hover {
	color: #ffc04e;
	}
	
#commentlist {
	float: left;
	width: 550px;
	}

#commentlist li {
	border-bottom: 4px solid #636363;
	font-size: 10pt;
	margin-bottom: 10px;
	padding: 5px 10px;
	}

#commentlist li a {
	color: #000;
	}

#commentlist li a:hover {
	color: #ffc04e;
	}

cite {
	font-size: 12pt;
	}

cite a {
	color: #000;
	}

cite a:hover {
	color: #ffc04e;
	}

/* navigation from older to newer posts */
#postnav {
	margin: 5px 0;
	text-align: center;
	}

.alignleft {
	float: left;
	}

.alignleft a {
	color: #000;
	font-size: 10pt;
	}

.alignleft a:hover {
	color: #ffc04e;
	font-size: 10pt;
	}

.alignright {
	float: right;
	}

.alignright a {
	color: #000;
	font-size: 10pt;
	}

.alignright a:hover {
	color: #ffc04e;
	font-size: 10pt;
	}

/* sidebar */
#sidebar {
	background: #fefefe;
	display: inline;
	float: right;
	padding: 10px;
	text-align: center;
	width: 320px;
	}

#sidebar h2 {
	border-bottom: 2px solid #636363;
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	width: 300px;
	}

#adbox {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 300px;
	}

#adbox img {
	border: 0;
	height: 125px;
	margin: 0 10px 10px 0;
	width: 125px;
	}

#sidebar ul {
	list-style: none;
	padding-right: 13px;
	text-align: left;
	}

#sidebar ul li a {
	background: url("images/sidebar_li_icon.gif") center left no-repeat;
	color: #000;
	font-size: 10pt;
	padding-left: 15px;
	}

#sidebar ul li a:hover {
	color: #ffc04e;
	}

/* footer */
#footer {
	background: #000;
	border-top: 1px solid #636363;
	float: left;
	padding: 10px;
	text-align: center;
	width: 980px;
	}

#footer p {
	color: #fff;
	font-size: 10pt;
	}

#footer p a {
	color: #ffc04e;
	font-weight: bold;
	text-decoration: none;
	}

#footer p a:hover {
	text-decoration: underline;
	}