@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(i/bg.png) repeat-y center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BFBEAD;
}

blockquote {
    background:#666666 none repeat scroll 0 0;
    font-family:calibri,tahoma,arial,sans-serif;
    margin-bottom:5px;
    padding-left:20px;
    padding-top:5px;
}

h1, h2, h3, h4 {
	color: #C1272D;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: left;
	line-height: 140%;
}

pre {
    padding: 0 4px !important;
    width: auto !important;
}
p {
}

ul {
}

ol {
}

a {
	color: #FCEE21;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #C1272D;
}

img {
	border: none;
}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}

hr {
	display: none;
}

/* Logo & Page Top */

#logo {
	width: 754px;
	height: 142px;
	margin: 0 auto;
	background: url(i/header.jpg) no-repeat 0 0;
	z-index: 10;
}

#pageTop h1 {
	display: none;
}

#pageTop h2 {
	padding: 10px 0 0 6px;
	font-size: 21px;
	color: #D4AF74;
	position: absolute;
	z-index: 100;
}

#pageTop a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menuContainer {
    text-align: right;
}
#menu {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
	margin: 14px 30px 10px 0;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	background: transparent url(i/btn_inactive.png) no-repeat left top;
	margin-left: 2px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	color: #000;
	text-align: center;
	line-height: 14px;
	background: transparent url(i/btn_inactive.png) no-repeat right top;
	overflow: hidden;
	border: none;
	padding: 0 30px 0 11px;
	margin-left: 15px;
}

#menu li:hover {
	text-decoration: none;
	background: transparent url(i/btn_hover.png) no-repeat left top;
}
#menu a:hover {
	text-decoration: none;
	background: transparent url(i/btn_hover.png) no-repeat right top;
}

#menu .selectedli, #menu li.selectedli:hover {
	background: transparent url(i/btn_active.png) no-repeat left top;
}
#menu .selectedli a {
	background: transparent url(i/btn_active.png) no-repeat right top;
}

/* Page */

#bg {
}

#page {
	width: 1000px;
	margin: 0 auto;
}

#pageLeft {
    float: left;
    width: 754px;
}

/* Content */

#content {
	float: left;
	padding: 0 30px 0 2px;
	clear: both;
}

#content h1 {
	margin: 8px 0 0px 0px;
}
#content .hr {
	padding-left: 3px;
	height: 4px;
	background: url(i/hr.png) repeat-x;
	width: 720px;
}

#content .content {
	padding-left: 32px;
}
#content .noComments {
    margin-left: 190px;
}
 
/* Posts */

.post
{
    clear: both;
}
.post .postBody {
    float: left;
    margin-left: 15px;
    width: 520px;
    margin-top: 40px;
}
.post h1.title {
	margin: -5px 0 25px 0 !important;
}

.post h2.title {
	margin: 0px 0 25px 0;
}

.post .title a {
	text-decoration: none;
	color: #C1272D;
	border-bottom: none;
}
.post .title a:hover {
	color: #FCEE21;
}
.post .meta {
    padding-bottom: 30px;
    font-family: Verdana, Arial, Sans-Serif;
    background: url(i/hr.png) repeat-x left bottom;
}
.post .entry {
}
.post .entry img {
    max-width: 410px;
}
.post .entry div {
    margin-bottom: 2em;
}
.post .entry .lastLine {
    margin-bottom: 0;
    padding-bottom: 0;
}
.post .comments {
    float: left;
    width: 185px;
    margin-left: 2px;
    background: url(i/bg_comment.png) no-repeat;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    margin-top: 40px;
}
.post .comments a {
    color: #000;
    margin-bottom: 5px;
}
.post .comments .tags {
    margin: 5px 25px 0 0;
    text-align: right;
    font-size: 10px;
    color: #000;
    line-height: 135%;
}
.post .comments .tags span {
    background-color: #C1272D;
    padding: 0px 2px;
}
.post .comments .tags span a:hover {
    background-color: #FCEE21;
    text-decoration: none;
}

.post .footer {
    text-align: right;
    padding: 10px 0;
    font-family: Verdana, Arial, Sans-Serif;
    background: url(i/hr.png) repeat-x left bottom;
    margin-bottom: 16px;
}
.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

#similarPosts {
    margin: 20px 0 16px 200px;
    background: url(i/hr.png) repeat-x left bottom;
    padding-bottom: 1px;
}
#similarPosts ol {
    list-style-position: inside;
}
#leaveComment {
    margin-left: 200px;
}

#comments, #trackbacks {
    margin-left: 200px;
    background: url(i/hr.png) repeat-x left bottom;
    padding-bottom: 1px;
    margin-bottom: 16px;
}
.comment {
    margin: 0 0 10px 0;
}
.commentBody {
    margin-left: 67px;
}
.clearAvatar {
    clear: left;
    display: block;
    visibility: hidden;
    height: 0px;
    margin: 0;
    padding: 0;
}

#TrackbackUrl {
    font-size: .9em;
    font-style: italic;
}
#CommentForm {
    margin: 0;
}
#CommentForm .text_input, #CommentForm .text_area,
#contact_form .form_field input, #contact_form .form_field textarea {
    width: 400px;   
    background: #C8CBBA;
    border: 1px solid #9C7652;
    padding: 4px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}

.form_submit, .form_buttons input {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	height: 27px;
	width: 185px;
	color: #000;
	border: none;
	background: #000 url(i/submit_active.png) no-repeat;
	margin: 6px 90px 10px 0;
	float: right;
}
.form_submit:hover, .form_buttons input:hover {
	background-image: url(i/submit_hover.png);
}

p.footerLink {
    margin-top: -1.5em;
    font-size: .9em;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 202px;
	padding: 30px 19px 0 0;
	color: #A8A68A;
	font-size: 11px;
}
#sidebar a {
	color: #E6E4D0;
}
#sidebar a:hover {
	color: #FCEE21;
}
#sidebar .hr {
	height: 3px;
	background: url(i/hr_side.png) repeat-x 5px top;
	width: 196px;
	margin-left: 12px;
}
#sidebar .tagCloud {
	padding: 10px 0 25px 0;
}
#sidebar .tagCloud a:hover {
	background-color: #C1272D;
	color: #000;
	text-decoration: none;
}
#sidebar .tagCloud a {
	margin-right: 6px;
}

.box {
}

.box .title {
 	padding: 8px 0 5px 26px;
	background: transparent url(i/sb_bullet.png) no-repeat 0 12px;
	font-size: 21px;
	color: #D4AF74;
	line-height: 20px;
}

.box .content {
	padding: 0 0 0 12px;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	padding: 10px 0;
	border-bottom: 1px solid #594634;
}
.box p {
    padding: 10px 0;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

#search_form {
    margin: -6px 0 25px -2px;
    background-color: #422C1D;
}
#search_form .search_input {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    color: #DEC49B;
    background-color: #000;
    border: 1px solid #9C7652;
    padding: 4px 6px;
    width: 150px;
    margin-left: 2px;
}
#search_form .searchButton input {
    width: 16px;
    background: url(i/btn_search.png) no-repeat;
    border: none;
}

/* Footer */

#footer {
	padding: 25px 0 0 188px;
	font-size: 12px;
	margin: 0 275px 40px 0;
    background: url(i/hr.png) repeat-x left top;
    overflow: visible;
}

#footer p, #footer .poweredby {
	float: left;
	padding-left: 12px;
}

.navigation {
    font-family: Georgia, Times New Roman, Serif;
    margin: 0px 0 20px 200px;
    height: 30px;
    line-height: 26px;
    clear: both;
    padding-top: 20px;
    font-size: 1.2em;
}
.navigation a {
    border: none;
}
.navigation .previous
{
    float: left;
    margin-left: 0px;
}
.navigation .next
{
    float: right;
    margin-right: 0px;
}
.clear
{
    clear: both;
}
