﻿/* Designed by DeonixDesign - http://www.deonixdesign.com/ */

@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(comments.css);	/* Import default comment styles */

#Container {
	left: 0px;
	top: 0px;
	width: 860px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/tablexpand.jpg');
}

a {
	color: #663300;
	text-decoration: none;
}

a:hover {
	color:black;
}

/** HEADING STYLES BELOW **/
h1 {
	color: #663300;
	font-size: 29px;
	margin: 15px 0 0px 10px;
	letter-spacing: -1px;
	font-weight: bold;
}

h3 {
	color: #663300;
	font-size: 27px;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
	font-weight: bold;
}

h4 {
	color: #663300;
	font-size: 27px;
	margin: 0 0 15px 0;
	letter-spacing: -1px;
	font-weight: bold;
}
/** END OF HEADING STYLES **/

#sizer {
	position:absolute;
	left:20px;
	top:20px;
}

#header_ {
	left: 0px;
	top: 0px;
	width: auto;
	height: 252px;
	background-image: url('images/header.jpg');
}
#header_ ul.navi{
	margin: 0px;
	padding: 194px 0px 0px 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#header_ ul.navi li{
	height: 22px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	display: inline;
}
#header_ ul.navi li a{
	margin: 0;
	font: 18px/21px Georgia;
	padding: 9px 30px 9px 30px ;
	color: #E6E4DD;
	text-decoration: none;
	text-indent: 0px;
	font-weight: normal;
	margin: 0;
	width: inherit;
	letter-spacing: 0px;
	text-transform: none;
}
#header_ ul.navi li a:hover{
	margin: 0;
	padding: 9px 30px 9px 30px ;
	background-image: url('images/navhover.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color: #333300;
}
#header_ ul.navi li a:active {
	margin: 0;
	padding: 9px 30px 9px 30px ;
	background-image: url('images/navhover.jpg');
	background-repeat: no-repeat;
	background-position: center;
	color: #333300;
}

#contents_ {
	left: 0px;
	top: 252px;
	width: auto;
	background-image: url('images/contents.jpg');
	background-repeat: no-repeat;
}

#tablexpand_ {
	padding: 25px 15px 25px 15px;
	left: 0px;
	top: 689px;
	width: auto;
	text-align: center;
}
/** MAIN CONTENTS **/

#maincontents {
	width:456px;
	float:left;
}

/** START OF STYLES FOR POST **/
.bPosts {
	width: 510px;
	margin: 0;
	padding: 0 0 0 0;
}
div.action_messages {
	margin: 0 0 0 2ex;
}
.bPost, .bPostpublished
{
	margin: 0 0 10px 0;
	padding: 15px 10px 0 10px;
	background-image: url(img/arrow-right-big.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}
.bSmallHead {
	padding: 5px 0 7px;
	font-size: 15px;
	color: #333333;
	border-bottom: 2px solid #ddd;
	border-bottom-width: 1px;
	font-weight: bold;
}
.bSmallHead a {
	color: #663300;
	text-decoration: none;
}
.bTitle {
	color: #663300;
	font-size: 29px;
	margin: 0 0;
	letter-spacing: -1px;
	font-weight: bold;
}
.bTitle a {
	color: #663300;
	text-decoration: none;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}
.bText a {
	color: #466B2E;
	text-decoration: none;
	font-weight: bold;
}
.bText a:hover {
	color: #000000;
	text-decoration: none;
}
.bSmallPrint {
	float: right;
	color: #333333;
	font-size: 14px;
}
.bSmallPrint a {
	color: #466B2E;
	text-decoration: none;
	font-weight: bold;
}
.bSmallPrint a:hover {
	color: #000000;
	text-decoration: none;
}

div.bComment {
	border: 1px solid #DCC95F;
	background-color: #fdf8da;
	margin: 0px 0 10px 10px;
	font-size: 14px;
}
div.moderation_msg {
	margin: 1ex 0 2ex 5ex;
}


form.bComment {
	border: 0;
	margin: 0;
	padding: 0;
}

input.bComment,
textarea.bComment
{
	background-color: #FFFFFB;
	border: 1px solid #DCC95F;
	width: 97%;
	padding: 2px;
	margin: 0ex;
	font-family: Tahoma;
	font-size: 12px;
}
select.bComment  /* Used by the profile form */
{
	background-color: #FFFFFB;
	border: 1px solid #DCC95F;
	padding: 1px;
	margin: 0ex;
	font-family: Tahoma;
	font-size: 12px;
}

/** END OF POST STYLES **/

/** END OF MAIN CONTENTS **/

/** LEFT BLOCK **/
#left-block {
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 0px;
	width: 200px;
	float: left;
}
#left-block-header_ {
	left: 0px;
	top: 0px;
	width: 200px;
	height: 25px;
	background-image: url('images/block-header.jpg');
}
#left-block-contents_ {
	left: 0px;
	top: 25px;
	width: 200px;
	background-image: url('images/block-contents.jpg');
}
#left-block-footer_ {
	left: 0px;
	top: 167px;
	width: 200px;
	height: 26px;
	background-image: url('images/block-footer.jpg');
}
/** END OF LEFT BLOCK **/


/** START OF LEFT BLOCK STYLES **/
.bSideBar {
	margin: 0;
	padding: 0px 0 0 0;
	width: 180px;
	float: left;
}
.bSideItem {
	margin: 0 25px 0 25px;
	padding: 0 0 0 0;
	font-size: 15px;
}
.bSideItem h3 {
	margin: 0;
	padding: 0;
	font-variant: normal;
	font-size: 17px;
	font-weight: bold;
	color: #E12D00;
}
.bSideItem h3 a {
	color: #E12D00;
	text-decoration: none;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bSideItem li {
	list-style-image: url(img/arrow-right-small.gif);
}

.bSideItem li a {
	color: #333333;
	text-decoration: none;
}
.bSideItem li a:hover {
	color: #FF3300;
}


.dimmed
{
	color: #aaa;
	font-size: 84%;
}

form.search
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 1ex 0;
}
input.SearchField
{
	background-color: #fff;
	border: 1px solid #999999;
	padding: 2px;
	width: 120px;
	height: 16px;
	margin: 0ex;
	font-family: Tahoma;
	font-size: 12px;
}
input.search_submit {
	border-style: none;
	border-width: 0;
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
}
.notes {
	font-size: 14px;
}
.notes a {
	font-size: 14px;
	color: #663300;
	text-decoration: none;
}

/** END OF LEFT BLOCK STYLES **/


/** START OF CALENDER STYLES **/
table.bCalendarTable {
	width: 150px;
	border: 1px solid #C4BC8E;
}
table.bCalendarTable caption {
	text-transform: capitalize;
	border: 1px solid #C4BC8E;
	border-bottom: 0;
	font-size: 17px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	background-color: #E2DFCB;
}
table.bCalendarTable caption a {
	color: #CC3300;
	text-decoration: none;
}
table.bCalendarTable caption a:hover {
	color: #FF6600;
	text-decoration: none;
}
th.bCalendarHeaderCell {
	text-transform: lowercase;
	color: #663300;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E2DFCB;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}
table.bCalendarTable tfoot a:hover {
	background-color: #FF6600;
	color: #fff;
}
td.bCalendarCell {
	text-transform: lowercase;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	background-color: #EFEEE2;
}
#bCalendarToday {
	background-color: #CC6600;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
}
#bCalendarToday a {
	color: #fff;
}
.bCalendarLinkPost {
	text-transform: lowercase;
	color: #663300;
	font-size: 10px;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	background-color: #E2DFCB;
	text-decoration: underline;
}
.bCalendarLinkPost a {
	color: #663300;
}
.bCalendarLinkPost a:hover {
	color: #000000;
}

ul.main_nav_links {
	margin-top: 3ex;
	margin-bottom: 3ex
}
ul.main_nav_links li {
	margin-top: .5ex;
	margin-bottom: .5ex;
}

/** END OF CALENDER STYLES **/

/** RIGHT BLOCK **/
#right-block {
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 0px;
	width: 200px;
	float: left;
}
#right-block-header_ {
	left: 0px;
	top: 0px;
	width: 200px;
	height: 25px;
	background-image: url('images/block-header.jpg');
}
#right-block-contents_ {
	left: 0px;
	top: 25px;
	width: 200px;
	background-image: url('images/block-contents.jpg');
}
#right-block-footer_ {
	margin: 0px;
	left: 0px;
	top: 167px;
	width: 200px;
	height: 26px;
	background-image: url('images/block-footer.jpg');
}
/** END OF RIGHT BLOCK **/

body {
	margin: 0px;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	background-color: #fffcf3;
}
.clear {
	clear:both;
}