html {
	font-size: 8pt;
	font-family: verdana, sans-serif;
	text-align: center;
	cursor: default;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
body  a {
	color: #E2AB63;
	text-decoration: none;
}
body  a:hover {
	color: #458fff;
}
#top_bar {
	background: #50564F;
	height: 5px;
	width: 100%;
	margin-bottom: 30px;
}

#wrap {
	margin-left: 12%;
	width: 750px;
	margin-top: 25px;
}

#header {
	width: 742px;
	height: 175px;
	background: url('http://www.mvodesign.com/spirit/blog/templates/default/images/header.gif');
	margin-bottom: 0px;
}

#header_title {
	padding-top: 105px;
	padding-left: 500px;
	font-size: 24px;
}

#header_title a {
	color: #ffffff;
}

#main {
	width: 898px;
}

#container {
	width: 920px;
	margin-left: 0px;
	overflow: auto;
	padding-top: 0px;
}


#menu {
	border: 1px solid #E2AC6E;
	padding: 0 3px 0 3px;
	float: right;
	width: 180px;
	font-size: 11px;
	text-align: left;
	background-color: #606060;
}


#left_col {
	padding: 5px 3px 8px 3px;
	margin: 10px 0px 8px 8px;
	border: 1px #B83102 solid;
	background: #F0F0F0;
	width: 150px;
	font-size: 11px;
	text-align: left;
}

.menu_item {
	margin-bottom: 17px;
	margin-left: 3px;
}

.menu_item_posts {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
	font-family: Arial, Verdana, sans-serif;
	margin-bottom: 17px;
	margin-left: 3px;
}

.menu_item_posts a {
	color: #E2AB63;
	text-decoration: none;
}

.menu_login{
	padding: 3px;
	background: #C0C0C0;
	width: 160px;
	margin-left: 6px;
	margin-top: 6px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

.menu_item strong {
	font-size: 13px;
}

#content {
	padding: 0px 6px 6px 12px;
	width: 710px;
	text-align: left;
	float: left;
}


#footer {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #F8F8F0;
	width: 750px;
	text-align: center;
}

#footer a {
	color: #F8F8F0;
}


/* =============== GENERAL TAGS ================== */

.BodyByWht
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	LINE-HEIGHT: normal;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.BodyNormWht
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #ffffff;
	LINE-HEIGHT: normal;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.PostImg {
	padding: 0px 8px 8px 2px;
}



/* =============== POST STYLES ================== */

h1, .post_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	color: #3366CC;
	background-color: #E0E0FF;
	padding-left: 6px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000099;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000099;
}

#postbox {
	padding: 8px;
	border: 1px solid #E2AC6E;
;	margin-bottom: 12px;
	background-color: #F8F8F8;
}

#postboxblu {
	padding: 3px;
	border: 2px ridge #fbe3b2;
	margin-bottom: 16px;
	background-color: #000066;
}

.post_title a {
	color: #A07442;
	text-decoration: none;
}

.post_title a:hover {
	color: #458fbf;
}

.post_date {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.post_text {
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	color: #000000;
}
.post_text a {
	color: #A07442;
	text-decoration: none;
}
.post_info {
	background: #606060;
	color: #E2934E;
	padding: 5px 3px 5px 8px;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	border-bottom-color: #E2934E;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E2934E;
}

.post_info a {
	color: #E2AB6D;
	font-weight: bold;
}


.main_page_info {
	margin-top: 5px;
	margin-bottom: 15px;
}

.main_page_info a {
	text-decoration: underline;
}

/* Image inserted with bbCode */
.bbcode_img img {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
}


/* =============== Comments ================== */


.comment {
	border: 1px dashed #D6DCC0;
	background: #606060;
	padding: 10px;
	margin-bottom: 10px;
}

.comment_text {
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 20px;
}

.comment_info {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.comment a {
	color: #0E3964;
}

.comment .thread_reply {
	color: #E2AB6D;
}

#comment_form {
	position: relative;
	padding: 10px;
	border: 1px solid #D6DCC0;
	background: #606060;
}

/* =============== MISC ================== */

.track {
	font-size: 12px;
}


.bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 13px;
}

.page_num {
	margin-top: 50px;
	margin-bottom: 20px;
}

.hr_line {
	border-color: #EFEFEF;
	border-style: dashed;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

#error_msg {
	margin-top: 50px;
	text-align: center;
}

.file_list {
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica;

	border: 1px;
	border-style: solid;
	border-color: #EFEFEF;

	background: #F7F7F7;
	padding: 5px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.file_list a {
	font-weight: normal;
}

#file_div, #file_div a {
	font-size: 7pt;
	color: #FF6600;
}

/* The post lists table in the user account */
#posts_list_table th {
	background-color: #D5DBBE;
}

/* The invisible Layer used in the ALT+U effect */
#floating_layer {
	position: absolute;
	visibility: hidden;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica;

	border: 1px;
	border-style: solid;
	border-color: #47697E;
	background: #F7F7F7;
	padding: 10px;
	line-height: 18px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* =============== Calendar ================== */


.calendar_table {
	background: #FFFFFF;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	color: #47697E;
	width: 160px;
	margin-left: 10px;
	margin-top: 6px;
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

.calendar_table a {
	text-decoration: underline;
}

.calendar_month {
	font-family: Arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.calendar_days {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.calendar_current_day {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #C0F0C0;;
	color: #47697E;
	font-weight: bold;
}

.calendar_day {
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #FAFACA;
	color: #666666;
}
