/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0
}
html {
	background: #010000 url(bg2.jpg) repeat-x;
}
body {
	color: #cc3300;
	margin: 0;
	padding: 0;
	background: #010000 url(bg2.jpg) no-repeat center top;
	text-align: center;
	font-family: "High Tower Text";
	line-height: normal;
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-style: italic;
	font-variant: normal;
	font-size: 18px;
}
/* Links */
a, a:visited {
	text-decoration: none;
	color: #BEBEBE;
}
a:hover {
	color: #cc3300;
	border-bottom: 1px dotted #438800;
	text-align: center;
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Tahoma, Arial, Sans-serif;
	color: #FAFAFA;
}
h1 {
	font-size: 3.1em;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
}
h2 {
	font-size: 2em;
	color: #895F30;
	padding: 20px 10px 5px 10px;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	padding: 20px 10px 5px 10px;
}
p, dl {
	padding: 5px;
	margin: 0;
	color: #cc3300;
	font-family: "High Tower Text";
	font-style: italic;
	font-size: 24px;
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}
dt {
	font-weight: bold;
	color: #FAFAFA;
}
dd {
	padding-left: 25px;
}
/* images */
img {

}
img.float-right {
	margin: 5px 0px 10px 10px;
}
img.float-left {
	margin: 5px 10px 10px 0px;
}
code {
	margin: 5px 0;
	padding: 15px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace;
	/* white-space: pre; */
  	background: #070707;
	border: 1px solid #111;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
	padding: 10px 10px 10px 35px;
	background: #070707 url(quote.gif) no-repeat 10px 10px;
	border: 1px solid #111;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #808080;
}
/* start - table */
table {
	border-collapse: collapse;
	font-family: "High Tower Text";
	color: #cc3300;
	height: 50px;
	width: auto;
	margin: 5px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	font-style: italic;
}
th {
	background: #000;
	color: #FAFAFA;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20;
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;
	background: #070707;
	font-family: "High Tower Text";
}
/* end - table */


/* form elements */
form {
	margin: 20px 10px;
	padding: 15px 25px 25px 20px;
	background: #FFFFFF;
	border: 1px solid #111;
}
form p {
	border-bottom: 1px solid #101010;
	padding: 12px 0 5px 0;
	margin: 0;
}
label {
	font-weight: bold;
	color: #FAFAFA;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #0C0C0C;
	border: 1px solid #1C1C1C;
}
option {
	padding-right: 0.5em;
}
#name, #email, #message {
	width: 480px;
}
input.button {
	font: bold 12px Arial, Verdana, Sans-serif;
	height: 30px;
	padding: 2px 3px;
	margin-top: 8px;
	color: #48780E;
	background: #000;
	border-width: 1px;
	border-style: solid;
	border-color: #1B1B1B;
}
/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 18px;
	font-family: "High Tower Text";
}
#content-wrap {
	clear: both;
	width: 950px;
	float: left;
	padding-top: 15px;
	padding-bottom: 50px;
	background: url(midline.gif) repeat-y 600px 0;
	border-top: 1px solid #121212;
	border-bottom: 1px solid #121212;
}
#header {
	position: relative;
	width: 950px;
	height: 225px;
	margin: 0;
	padding: 0;
}
#header h1#logo-text a {
	position: static;
	margin: 0;
	padding: 0;
	letter-spacing: -1.5px;
	color: #F8F8F8;
	text-decoration: none;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 71px;
	left: 308px;
	height: 104px;
	width: 400px;
}
#header h1#logo-text a:hover {
	background: none;
	border: none;
	font-size: 24pt;
	color: #cc3300;
	font-family: "High Tower Text";
	font-style: normal;
	line-height: normal;
}
#header p#intro {
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: "High Tower Text";
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	font-style: normal;
	text-transform: none;
	color: #cc3300;
	width: 593px;
	/* change the values of top and left to adjust the position */
	top: 179px;
	left: 163px;
}
/*  Navigation  */
#nav {
	position: static;
	margin: 0;
	padding: 0;
	height: 60px;
	left: 500px;
	top: 600px;
	width: 650px;
	visibility: visible;
}
#nav ul {

}
#nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 12px;
	font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #c95723;
	text-transform: uppercase;
}
#nav ul li a:hover, {
 background: none;
 border: none;
 font-size: 18  px;
 color: #cc3300;
 font-family: "High Tower Text";
 font-style: italic;
 line-height: normal;
}
#nav ul li a:active {
	color: #cc3300;
	background: none;
	border: none;
	font-family: "High Tower Text";
}
#nav ul li#current a {
	color: #D33972;
}
/* Main Column */
#main {
	float: left;
	width: 950px;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline;
	color: #CC3300;
	font-size: 18px;
	font-family: "High Tower Text";
}
#main h2 {
	padding: 5px 12px;
	margin: 15px 5px 10px 5px;
	font: bold 2.4em 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #cc3300;
	border-bottom: 1px solid #121212;
	background-image: url(pattern.gif);
	font-family: "High Tower Text";
}
#main h2 a {
	color: #cc3300;
	text-decoration: none;
	border: none;
	font-size: 36px;
	font-family: "High Tower Text";
	text-align: center;
}
#main ul li {
	list-style-image: url(bullet.gif);
}
/* Sidebar */	
#sidebar {
	float: none;
	width: 300px;
	padding: 0;
	margin: 0px 18px 0 0;
	display: inline;
}
#sidebar h3 {
	padding: 5px 12px;
	margin: 15px 5px 10px 0;
	font: bold 2.4em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #45D5E6;
	border-bottom: 1px solid #121212;
	background-image: url(pattern.gif);
	font-size: larger;
	font-family: "High Tower Text";
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 20px 5px 20px 0px;
	padding: 0;
	border-top: 1px solid #111;
}
#sidebar ul.sidemenu li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;
	border-bottom: 1px solid #111;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	border: none;
	color: #666666;
	font-weight: bold;
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;
}
#sidebar ul.sidemenu li a span {
	color: #444;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}
#sidebar ul.sidemenu li a:hover, #sidebar ul.sidemenu li a:hover span {
	color: #fff;
}
#sidebar ul.sidemenu ul {
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar ul.sidemenu ul li {
	border: none;
}
/* header quick search */
#sidebar form#quick-search {
	padding: 0;
	margin: 20px 0 35px 0;
	border: none;
	width: 290px;
	height: 33px;
	background: url(header-search.gif) no-repeat;
}
#sidebar form#quick-search p {
	margin: 0;
	padding: 0;
}
#sidebar form#quick-search input {
	float: left;
	border: none;
	background: transparent;
	color: #4E4E4E;
	margin: 0;
}
#sidebar form#quick-search .tbox {
	margin: 5px 0 0 5px;
	width: 240px;
	display: inline;
}
#search form#quick-search .btn {
	width: 24px;
	height: 24px;
}
#sidebar form#quick-search label {
	display: none;
}
/* footer */
#footer {
	clear: both;
	background: #010000;
	color: #4E4E4E;
	width: 100%;
	float: left;
	border-bottom: 60px solid #010000;
	height: 50%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer a {
	color: #0E909C;
	border: none;
}
#footer a:hover {
	color: #fafafa;
}
#footer .rssfeed {
	background: url(rss.gif) no-repeat left 1px;
	padding-left: 17px;
}
#footer-left {
	float: none;
	width: auto;
	font-family: "High Tower Text";
	font-style: normal;
}
#footer-right {
	float: right;
	width: 25%;
}
/* postmeta */
.postmeta {
	padding: 7px 5px;
	margin: 20px 10px 30px 10px;
	font-size: 1em;
	color: #545454;
	border: 1px solid #111;
	background: #070707;
}
.postmeta .date {
	margin: 0 10px 0 5px;
}
.postmeta a.comments {
	margin: 0 10px 0 5px;
}
.postmeta a.readmore {
	margin: 0 10px 0 5px;
}
.post-info {
	font-size: .95em;
	padding-top: 3px;
	margin-left: 5px;
	color: #444;
}
.post-info a, .post-info a:visited {
	color: #AE275A;
}
/* alignment classes */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.align-left {
	text-align: left;
	font-size: 10px;
}
.align-right {
	text-align: right;
	color: #cc3300;
	font-family: "High Tower Text";
	height: 100px;
	width: 100px;
}
/* display and additional classes */
.no-border {
	border: none;
}
.clearer {
	clear: both;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}
#wrap #content-wrap #main .post-info {
	font-size: 10em;
}
#wrap #content-wrap #main .post-info {
	font-size: 10px;
}
#wrap #content-wrap #main .post-info {
	font-size: 14px;
}
#wrap #content-wrap #main .post-info {
	font-size: 18px;
}
#wrap #content-wrap #main .post-info {
	font-size: 18px;
}
#wrap #content-wrap #main .post-info {
	font-size: 18px;
}
#wrap #content-wrap #main .post-info {
	color: #cc3300;
}
#wrap #header #nav ul #current div a {
	font-family: High Tower Text;
	color: #cc3300;
}
#wrap #header #nav ul li div a {
	font-family: High Tower Text;
	text-align: justify;
	vertical-align: middle;
}
#wrap #header #nav ul li a {
	font-family: High Tower Text;
}
#wrap #header #nav ul li a {
	font-family: High Tower Text;
}
#wrap #header #nav ul li a {
	font-family: High Tower Text;
}
#wrap #header #nav ul li a {
	font-family: "High Tower Text";
	color: #cc3300;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	list-style-image: none;
	list-style-type: none;
	font-size: 24px;
}
#wrap #content-wrap #main .post-info {
	font-size: 18px;
}
#wrap #content-wrap #main .post-info {
	font-size: 36px;
}
#wrap #content-wrap #main .post-info {
	font-size: 24px;
}
#wrap #content-wrap #main .post-info {
	font-size: 18px;
}
.post-info {
	font-family: High Tower Text;
}
#wrap #header #nav ul #current a {
	font-family: "High Tower Text";
}
#wrap #content-wrap #main .post-info {
	font-size: 18px;
}
#wrap #content-wrap #main .post-info {
	color: #cc3300;
}
#wrap #content-wrap #main .post-info {
	font-family: "High Tower Text";
}
#header #intro {
	font-style: italic;
}
smalltext {
	font-size: 14px;
}
.smalltext {
	font-family: "High Tower Text";
	font-size: 16px;
	font-style: italic;
}
.smalltext {
	font-family: "High Tower Text";
	font-size: 16px;
	font-style: italic;
}
.smalltext {
	font-family: "High Tower Text";
	font-size: 16px;
	font-style: italic;
}
a:hover {
	font-size: 24px;
}
a:hover {
	color: #CC3300;
	font-size: 18px;
}
