/*
Theme Name: Simple Themes One
Theme URI: #
Description: Part of the Simple Themes series
Author: Nate from Refueled Dot Net
Author URI: #
version: 1.0
*/

/* 
Pixel Pattern found on k10k, You can find the original header image here: #
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #000 url("images/pat.gif") fixed;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color: #343B4D;
	text-decoration:none;
	border: none;
	}

a:hover{color:#5F7684;text-decoration: underline; border: none;}



/* container */


#container {
	width: 885px;
	margin: 0 auto;
	padding: 14px 18px 0 18px;
	background:#fff;
	color:#333;
	}
	
/* logo and header image */

#header {
	background: #fff;
	width: 100%; 
	color: #fff; 
	height: 75px;
	}
	
#header h1{
	font-family: sylfaen, palatino linotype,  arial, georgia,times;
	font-size: 28pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin:0px 15px 0 0;
	padding:4px 15px 10px 0;
	border-right:1px solid #A2A2A2;
	float:left;
	color: #000;
	}

#header h1 a{
	color: #000100;
	}
	
#header h1 a:hover{
	color: #6A7183;
	text-decoration: none;
	}
	

#header p{
	font-family: georgia, verdana, palatino linotype, arial, times;
	font-size: 12pt;
	font-weight: 300;
	color: #000;
	padding:20px 0;
	margin:0;
	letter-spacing: 1px;
	}
	

#headerimg {
	background: #fff url("images/header.jpg");
  width: 100%; 
	color: #fff; 
	height: 130px;
	margin: 0;
	}
	

/* main menu */


#menu{
	background: #000100;
	font-family: georgia, verdana, arial, times, serif;
	font-size: 10pt;
	font-variant: small-caps;
	height:35px;
	border-bottom: 1px solid #fff;
  }


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }

#menu ul li {
	display: inline;
  }

#menu ul li a {
	float: left;
	padding: 10px 14px 9px 14px;
	color: #fff;
	border-right: 1px solid #fff;
  }

#menu ul li a:hover {
	background: url("images/menu-bg-hover.jpg") repeat-x;
	color:#000;
	text-decoration: none;
  }


/* content */


#content {
	float: left;
	width: 500px;
	overflow: hidden;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	padding: 0px;
	margin: 15px 0;
	}
	
#content h4{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 16pt;
	font-weight: 300;
	color: #08122E;
	margin: 0 0 4px 0;
	padding: 15px;
	line-height: 13pt;
	}

.post {
	font-family: sylfaen, georgia,arial, verdana;
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: sylfaen, baskerville, georgia, times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #08122E;
	margin: 0 0 4px 0;
	line-height: 13pt;
	padding-bottom:6px;
	border-bottom:1px dotted #BBBBBB;
	}
	
.post h2 a{
	color: #333;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #ACB8B8;
	text-decoration: none;
	}
	
.post small{font-size: 10pt;}
	
.post p{font-size: 11pt;}

.post a{color: #728A94; text-decoration:none;}
.post a:hover{color: #728A94; text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:0;
	font-size: 10pt;
	float:left;
	width:98%;
	}
	
.alignleft {float:left; padding: 15px;}
.alignright {float:right; padding: 15px;}



/* left sidebar */

#left {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 180px;
	float:left;
	margin: 0 12px 24px 0;
	padding: 0;
	}

#left h2{
	font-family: baskerville, georgia, verdana, times;
	font-weight: 300; 
	font-size: 10pt; 
	font-variant: small-caps;
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px dotted #BCBCBC;
	letter-spacing: 2px;
}

#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px 12px 0 0;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 12px 0 14px 0;
	padding: 0;
  }

#left ul ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }


#left ul ul ul{
	margin: 0;
	padding: 0;
  }

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
  }



/* right sidebar */

#right{
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 180px;
	float:right;
	margin: 0 0 24px 0;
	padding: 0;
	}

#right h2{
	font-family: baskerville, georgia, verdana, times;
	font-weight: 300; 
	font-size: 10pt; 
	font-variant: small-caps;
	text-align: left;
	color: #08122E;	
	margin: 0;
	padding: 4px 0 4px 0;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px dotted #BCBCBC;
	letter-spacing: 2px;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px 0 12px 12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 12px 0 14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
	list-style-position: inside;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #F0F0F0;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #EDEDED;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 14px 0 14px 0;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: #000100;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #DEDEDE;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px;margin: 0; color: #eee;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* Table Styling */
/* 
	Clean and crisp table styles
	written by Mats Lindblad #
*/

table.top_list_home {
	font: normal 75%/150% Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 3px solid #EEEEEE;
	border-top: 5px double #999999;
	border-bottom: 5px double #EEEEEE;
}
table.top_list_home th {
	font: bold 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
	font-variant: small-caps;
	color: #353535;
	font-weight: bold;
	text-align: left;
	letter-spacing: -1px;
}
table.top_list_home thead th {
	border: 1px solid #999999;
	white-space: nowrap;
	background: #f8f8f8;
	font-size:
}
table.top_list_home tbody td , table.top_list_home tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #000;
}
table.top_list_home tbody th {
	color: #047;
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
}
table.top_list_home tbody tr.odd {
	border: 1px solid #eeeeee;
}
table.top_list_home tbody tr.odd td, table.top_list_home tbody tr.odd th {
	background: #f8f8f8;
}
table.top_list_home tfoot td, table.top_list_home tfoot th {
	border: none;
	padding-top: 10px;
}
table.top_list_home caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}
table.top_list_home a {
	color: #DC143C !important;
}
table.top_list_home th a:link {
	color: #047;
	text-decoration: none;
}
table.top_list_home a:visited{
}
table.top_list_home a:hover{
	color: #000;
	text-decoration:none;
}
table.top_list_home a:active{
	color: #000;
}

/* Left side nav */

ul.sidenav {
	list-style-type:none;
}

ul.sidenav li {
	margin-bottom:5px !important;
}

ul.sidenav li a {
	display:block;
	width:100%;
	height:35px;
	display:block;
	width:100%;
	height:22px;
	padding-top:3px;
	padding-left:10px;
	font-weight:bold;
	background: url("images/leftnav-links-bg.jpg") no-repeat;
	color:#343b4d;
	outline: 0;
}

ul.sidenav li a:hover {
	background: url("images/leftnav-links-bg-hover.jpg") no-repeat;
	text-decoration:none;
	color:#343b4d;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
