/*
Theme Name: Through the Eyes of Death
Theme URI: http://www.thehuntersmark.net/
Description: Through the Eyes of Death custom theme
Version: 1.4
Author: Lassirra
Author URI: http://www.thehuntersmark.net/
*/

/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 20px;
	padding: 0px;
	color: #fff;
	background-color: #252525;
}
#wrapper {
	width: 950px;
	margin: 12px auto 20px auto;
	padding: 0px;
}
#header {
	height: 232px;
	width: 950px;
	margin: 0px;
}
#main {
	width: 950px;
}
#content {
	width: 500px;
	padding: 10px;
	float: left;
	line-height: 1.3em;
	margin-top: -10px;
}
#post {
	background-color: #000;
	width: 487px;
	margin-left: -10px;
	text-align: justify;
	padding: 5px;
}
#top {
	background: url('images/topbg.png') no-repeat;
	height: 13px;
	width: 497px;
	margin-left: -10px;
}
#bottom {
	background: url('images/bottombg.png') no-repeat;
	height: 13px;
	width: 497px;
	margin-left: -10px;
}
#sidebar {
	width: 235px;
	float: right;
	margin: 0px 5px 10px 0;
}
#sidebar-top {
	background: url('images/sidetop.png') no-repeat;
	height: 12px;
	width: 235px;
}
#sidebar-bottom {
	background: url('images/sidebottom.png') no-repeat;
	height: 12px;
	width: 235px;
}
#sidebarbig {
	background: #000;
	width: 214px;
	padding: 10px;
}
#sidebar-small {
	width: 170px;
	float: left;
	padding: 0 5px 0 5px;
	margin: 0px 0 10px 0;
}
#sidebar-small-top {
	background: url('images/smallsidetop.png') no-repeat;
	height: 12px;
	width: 170px;
}
#sidebar-small-bottom {
	background: url('images/smallsidebottom.png') no-repeat;
	height: 12px;
	width: 170px;
}
#sidebarsmall {
	background: #000;
	width: 149px;
	padding: 10px;
}
#footer {
	height: 50px;
	width: 950px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0 0 0;
	background: url('images/menubg.png') no-repeat;
}
.clear {
 clear: both;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
  font-size: 8pt;
  color: #c0c0c0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#header a:link {
	color: #4b8fd3;
	text-decoration: none;
}
#header a:visited {
	color: #003a74;
	text-decoration: none;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}
#menu a:link {
	color: #4b8fd3;
	text-decoration: none;
}
#menu a:visited {
	color: #003a74;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: none;
}
#content a:link {
	color: #4b8fd3;
	text-decoration: none;
}
#content a:visited {
	padding: 2px;
	color: #003a74;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	color: #fff;
}
#sidebar a:link {
	color: #4b8fd3;
	text-decoration: none;
}
#sidebar a:visited {
	color: #003a74;
	text-decoration: none;
}
#sidebar a:hover {
	color: #fff;
	text-decoration: none;
}
#sidebar-small a:link {
	color: #4b8fd3;
	text-decoration: none;
}
#sidebar-small a:visited {
	color: #003a74;
	text-decoration: none;
}
#sidebar-small a:hover {
	color: #fff;
	text-decoration: none;
}
#footer a:link {
	color: #4b8fd3;
	text-decoration: none;
}
#footer a:visited {
	color: #003a74;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #fff;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 15px;
	padding-left: 20px;
	width: 950px;
	height: 50px;
	background: url('images/menubg.png') no-repeat;
	font-weight: bold;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
#searchbar {
	float: right;
	width: 150px;
	text-align: right;
	margin-right: 70px;
	margin-top: -20px;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar ul, #sidebar-small ul {
	margin-top: -15px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li {
  font-size: 10pt;
  margin-left: 0px;
}
#sidebar-small ul ul li {
	margin-left: 10px;
	font-size: 10pt;
}
#sidebar h3 {
	font-family: Verdana, Arial, sans-serif;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - 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 h2 {
	font-size: 16pt;
	margin: 5px 0 10px 0;
	padding: 0;
	font-family: Tahoma, Arial, sans-serif;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 50px;
	width: 70px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	background: url('images/datebg.png') no-repeat;
}
.entry-month {
	font-size: 16px;
	width: 70px;
	text-align: center;
	height: 20px;
	margin: 2px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 20px;
	text-align: center;
	height: 25px;
	width: 70px;
	margin: 2px 0 0 0;
	font-weight: bold;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#respond {
	background-color: #000;
	width: 487px;
	margin-left: -10px;
	text-align: justify;
	padding: 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
.comment-meta, .commentmetadata {
	font-size: 8pt;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
	list-style-type: none;
}
ul.commentlist li {
	margin: 15px 0 0 0;
	list-style-type: none;
}
ol.commentlist li ul li {
 list-style-type: none;
 margin-bottom:10px;
 margin-top:13px;
 margin-left: 20px;
}
ul.commentlist li ul li {
 list-style-type: none;
 margin-bottom:10px;
 margin-top:13px;
 margin-left: 20px;
}
#content ol.commentlist li a {
	text-decoration: none;
}
li.author {
	padding: 5px;
	font-weight: bold;
}
li.bypostauthor {
    color: #08B0BC;
}

#commentstyle {
	background-color: #000;
	width: 487px;
	margin-left: -10px;
	text-align: justify;
	padding: 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}
/*===END SECTION 8===*/

/*===START SECTION 9 - blockquotes.===*/
blockquote {
	font: Georgia, "Times New Roman", Times, serif;
	background: #525252;
	border-left: 3px solid #c0c0c0;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 25px;
	margin-left: 25px;
	font-style: italic;
}
/*===END SECTION 9===*/

/*===START SECTION 10 - 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;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
	border: none;
}
a.image img {
	border: none;
}
img {
	border: none;
}
/*===END SECTION 11===*/
