/*
Theme Name: Tales of a Priest
Theme URI: http://priest.thehuntersmark.net/about/
Description: Custom WoW WordPress theme for Tales of a Priest
Version: 1.0
Author: Jessica "Lassirra" Klein
Author URI: http://priest.thehuntersmark.net/
*/


/*===the main containers===*/
body {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: url('images/background.jpg') no-repeat #1f2a2e;
}
a:link {
	color: #A0ABB0;
}
a:hover {
	color: #fff;
}
a:visited {
	color: #6B7878;
}
#wrapper {
	width: 1005px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
#header {
	height: 267px;
	width: 1005px;
	margin: 0px auto;
	text-align:center;
}
#header img {
	border: 0px;
}
#top {
	background: url('images/main_top.jpg') no-repeat;
	height: 32px;
	width: 1005px;
}
#main {
	width: 1005px;
	background: url('images/middle.png') repeat-y #1d1d1d;
}
#container {
	background: url('images/content_bg.jpg') no-repeat top center;
}
#bottom {
	margin: 0 auto;
}
#content {
	width: 650px;
	padding: 35px 10px 15px 10px;
	margin: 0 10px;
	float: left;
	line-height: 1.3em;
}
#sidebar {
	width: 310px;
	float: right;
	margin: 10px 5px 0 0;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
}
#rss {
	margin: 13px 0;
}
#rss img {
	border: 0px;
}
#commentstyle {
	width: 650px;
	margin: 20px 5px;
	float: left;
	line-height: 1.3em;
}

/*===general classes===*/
.clear {
	clear: both;
}
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.post-title {
	background: url('images/title_bg.jpg') no-repeat;
	height: 32px;
	width: 530px;
	padding: 30px 60px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14pt;
}
.post-title a:link, .post-title a:visited, .post-title a:hover {
	text-decoration: none;
	color: #80bcc8;
}
.post-middle {
	background: url('images/post_middle.png') repeat-y;
	width: 650px;
}
.post img {
	border: 0;
}
.wp-caption {
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #A0ABB0;
	border: 1px solid #000;
	background: #162226;
	padding: 5px;
	margin: 3px;
}
.pagetitle {
	text-align: center;
}
.entry-content, .entry-excerpt, .entry-text {
	clear: left;
	background: url('images/post_bg.jpg') top center;
	width: 582px;
	margin: 0 24px;
	padding: 10px;
	text-align: justify;
	min-height: 100px;
}
.read-more {
	width: 582px;
	height: 26px;
	padding: 8px 0;
	text-align: center;
	font-weight: bold;
	background: url('images/readmore_bg.png') top center no-repeat;
	font-size: 10pt;
	clear: both;
}
.read-more a:link, .read-more a:visited, .read-more a:hover {
	text-decoration: none;
	color: #80bcc8;
}
.post-info {
	background: url('images/postinfo_bg.jpg');
	margin: 0 24px;
	padding: 5px 10px;
	color: #80bcc8;
}
.home-author {
	float: left;
}
.home-comments {
	float: right;
	font-weight: bold;
}
.author-avatar {
	float:right;
	background: url('images/avatar_bg.png') no-repeat;
	width: 66px;
	height: 66px;
	padding: 7px;
	margin: 15px 5px 0px 5px;
}
.post-thumbnail {
	float:left;
	background: url('images/thumbnail.png') no-repeat;
	width: 212px;
	height: 212px;
	padding: 7px;
	margin: 15px 0 0 0;
}
.navigation {
  clear: both;
  width: 640px;
  padding: 0 10px;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.single-infotop {
	background: url('images/comment_bg3.jpg');
	margin: 0 24px;
	padding: 5px 10px;
	color: #80bcc8;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: italic;
	font-size: 8pt;
}
.single-infobottom {
	background: url('images/comment_bg3.jpg');
	margin: 0 24px;
	padding: 5px 10px;
	color: #80bcc8;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: italic;
	font-size: 8pt;
	clear: both;
	min-height: 80px;
}
.single-infobottom img {
	border: 0;
}
.related ul {
	list-style-type: none;
	margin-left: -25px;
}
.related h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt !important;
}
.buffd {
	float: right;
	clear: both;
}
#content .underpost a {
	text-decoration: underline;
}
blockquote {
	margin: 0 50px;
	font-style: italic;
	font-size: 8pt;
	background: url('images/comment_bg2.jpg');
	border: 1px solid #000;
	padding: 0px 10px;
	color: #1499c1;
}

/*===style content and footer links===*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link {
	color: #A0ABB0;
}
#footer a:visited {
	color: #6B7878;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}

/*===style for menu, page links in the header===*/
#menu {
	white-space: nowrap;
	width: 957px;
	height: 24px;
	background: url('images/menu_bg.png') no-repeat;
	margin: 0 auto;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#dropmenu, #dropmenu ul {
	margin:0 50px;
	padding:0;
	height: 24px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	width:100%;
	font-weight:bold;
}
#dropmenu a {
	display:block;
	padding:0.25em 1em;
	margin: 0;
	color:#686868;
	text-decoration:none;
}
#dropmenu a:hover {
	background: #000;
	color:#fff;
	margin: 0;
}
#dropmenu li {
	float:left;
	position:relative;
	margin: 0;
}
#dropmenu ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.9em;
	left:-1px;
}
#dropmenu ul a {
	margin: 0;
	background: #000;
}
#dropmenu li ul {
	min-width:14.1em;
	margin: 0;
}
#dropmenu li ul a {
	min-width:12em;
	height:auto;
	float:left;
	margin: 0;
}
#dropmenu ul ul {
	top:auto;
	margin: 0;
}
#dropmenu li ul ul {
	left:13.4em;
	margin:0px 0 0 10px;
}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display:none;
}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display:block;
}

/*===sidebar links and styling===*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	background: url('images/sidebar_bottom.jpg') no-repeat bottom;
	width: 286px;
	margin-bottom: 20px;
	padding-bottom: 36px;
}
#sidebar ul .textwidget {
	background: url('images/sidebar_bg.jpg') repeat-y;
	margin: 0;
	width: 246px;
	padding: 5px 20px;
	font-size: 10pt;
}
#sidebar ul #calendar_wrap {
	background: url('images/sidebar_bg.jpg') repeat-y;
	margin: 0;
	width: 246px;
	padding: 5px 20px;
	font-size: 10pt;
}
#wp-calendar {
	width: 246px;
	text-align: center;
}
#sidebar ul li h2 {
	background: url('images/sidebar_head.jpg') no-repeat;
	height: 9px;
	width: 246px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12pt;
	color: #80bcc8;
	padding: 15px 20px;
	margin-bottom: 0px;
}
#sidebar ul li ul {
	background: url('images/sidebar_bg.jpg') repeat-y;
	margin: 0;
	width: 266px;
	padding: 10px;
}
#searchform {
	background: url('images/sidebar_bg.jpg') repeat-y;
	margin: 0;
	width: 266px;
	padding: 10px;
	text-align: center;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
  background: none;
  width: 246px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*===style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
}
.post h1 {
	color: #80bcc8;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20pt;
	font-style: italic;
}
.post h2 {
	color: #80bcc8;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 18pt;
}
.post h3 {
	color: #80bcc8;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14pt;
}
.post h4 {
	color: #80bcc8;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12pt;
}

/*===comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	border: 1px solid #000;
	background: #1F2A2E;
	color: #A0ABB0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
}
#commentform textarea {
	border: 1px solid #000;
	background: #1F2A2E;
	color: #A0ABB0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	padding: 5px;
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}


/*===images when inserted into a post===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}


/*===Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: 0;
}

/*===COMMENTS===*/
#respond {

}
#comments {

}

ol.commentlist {
	list-style:none;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
	background: url('images/comment_bg3.jpg') !important;
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
	border-bottom:1px dotted #000;
	padding:1em;
}
ol.commentlist li div.comment-author {
}
ol.commentlist li div.vcard {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14pt;
	font-weight: normal;
}
ol.commentlist li div.vcard cite.fn {
	font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url {
}
ol.commentlist li div.vcard img.avatar {
	float:right;
	background: url('images/avatar_bg.png') no-repeat;
	width: 65px;
	height: 65px;
	padding: 8px;
}
ol.commentlist li div.vcard img.avatar-32 {
}
ol.commentlist li div.vcard img.photo {
}
ol.commentlist li div.vcard span.says {
}
ol.commentlist li div.commentmetadata {
}
ol.commentlist li div.comment-meta {
	font-size:9px;
}
ol.commentlist li div.comment-meta a {
	color:#ccc;
}
ol.commentlist li p {
	font-size:11px;
	margin:0 0 1em;
	padding-top: 10px;
}
ol.commentlist li ul {
	font-size:11px;
	list-style:square;
	margin:0 0 1em 2em;
}
ol.commentlist li div.reply {
	font-size:11px;
}
ol.commentlist li div.reply a {
	font-weight:bold;
}
ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}
ol.commentlist li ul.children li {
}
ol.commentlist li ul.children li.alt {
}
ol.commentlist li ul.children li.bypostauthor {
	background: url('images/comment_bg3.jpg') !important;
}
ol.commentlist li ul.children li.byuser {
}
ol.commentlist li ul.children li.comment {
}
ol.commentlist li ul.children li.comment-author-admin {
}
ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em .25em;
}
ol.commentlist li ul.children li.depth-5 {
}
ol.commentlist li ul.children li.odd {
	background: url('images/comment_bg1.jpg');
}
ol.commentlist li ul.children li.even {
	background: url('images/comment_bg2.jpg');
}
ol.commentlist li.even {
}
ol.commentlist li.odd {
}
ol.commentlist li.parent {
}
ol.commentlist li.pingback {
	padding:1em;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
	background: url('images/comment_bg2.jpg');
}
ol.commentlist li.thread-odd {
}
.commentnav {
}