/*Styles for body.*/

body
{
	margin: 0 auto;
	padding: 15px 0 15px 0;
	font: 76% Verdana, Helvetica, Tahoma, Arial, sans-serif;
	color: #494949;
	background:#DEC990;
}


/*Styles for main content which will be wrapped to center. */
#MainWrapper
{
	background: #FFFFFF;
	color: #303030;
	margin: 0 auto;
	width: 950px;
}


/*Styles for the main header at the top. */
#Header
{
	color: #BD722E;
	padding-top: 12px;
/*	padding-bottom: 12px; */
/*	padding-left: 20px; */
	background-color:#FFFFFF;
font-size: 1.2em; font-weight: normal;
font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

#Header a
{
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #BD722E;
font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	color: #464646;
	line-height: 1.2em;
	background-color: #FFFFFF;
	border-bottom: solid 1px #a9a9a9; 
/*	vertical-align: top;*/
	padding:  0px 11px 10px;
	height: 1.2em;
	text-align:center;
}

#HeaderMenus ul
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline-block;
	list-style: none;
}

#HeaderMenus li
{
	float: left;
	list-style-type: none;
	padding: 0 18px 0px;
	display: inline;
}

#HeaderMenus li a
{
	display: block;
	font-size: 1.05em;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	text-decoration: underline;
	background-color: inherit;
	color: #464646;
}

#HeaderMenus .selected
{
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

#HeaderMenus a:hover
{
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}

/*Styles for the contents that are displayed in side column. */
#SideContents
{
	float: right;
	width: 150px;
	color: #333333;
	padding: 20px 6px 0 7px;
	line-height: 1.1em;
	background-color: #FFFFFF;
}

#SideContents h3
{
	color: #000000;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 4px 0 4px 0;
	background-color: inherit;
}

#SideContents h2
{
	color: #464646;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 3px 0 3px 0;
	background-color: inherit;
}

#SideContents p
{
	font-size: 90%;
	text-align: justify;
	background-color: inherit;
	color: #464646;
	margin: 0 0 12px 0;
	line-height: 1.4em;
}

#SideContents a
{
	text-decoration: underline;
	background-color: inherit;
	color: #464646;
}

/*Styles for the main contets in the page. */
#MainContent
{
	width: 675px;
	float: left;
	margin: 0 0 0 0;
	padding: 6px 25px 10px 50px;      /*Side padding plus width = total width */
	border-right: solid 1px #a9a9a9;;
	line-height: 1.2em;
	background-color: #FFFFFF;
}

#MainContent h2
{
	color: #464646;
	font-size: 1em;  
	margin: 0 0 5px 0;
	background-color: inherit;
	text-align: left;
	padding-top:10px;
}

#MainContent h2 a:hover { color: #000000; }
#MainContent h2 a {color: #BD722E;}
#MainContent h3 a {color: #BD722E;}
#MainContent h3 {font-size: 1em; padding: 10px 0 0 0; margin: 0 0 3px 0; }

#MainContent p
{
	color: #464646;
	text-align: left;
	background-color: inherit;
	line-height: 1.4em;
}

#MainContent a
{
	text-decoration: underline;
	background-color: inherit;
	color: #464646;
	
}

#MainContent img
{
	display: inline;
	color: inherit;
	background-color: inherit;
}

	a img { border: none; }

/*Styles for the page footer. */
#Footer
{
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 8px 0 1px 0;
	border-top: solid 1px #a9a9a9;
	width: 950px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.6em;
; background-color: #FFFFFF
}

#Footer a
{
	color: #464646;
	background-color: inherit;
	text-decoration: underline;
}

#Footer a:hover { text-decoration: underline; }

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}

.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

.centered
{
	text-align:center;
	margin: 0 auto;
}

/* WP STYLES */
.navigation { font-size: 80%; }
.alignleft { float: left; }
.alignright { float: right; }

.postmetadata
{
	text-align: right;
	font-size: 90%;
}

.post
{
	border-bottom: solid 1px #a9a9a9;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.links , .links li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.links li ul, .links ul.indent { padding-left: 15px; }
.links a { font-weight: bold; }


.commentWrap .alt
{
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
; border: 1px #CCCCCC solid
; margin-bottom: 6px
}

.commentWrap .reg
{
	padding-left: 3px;
	padding-right: 3px;
; border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
; margin-bottom: 6px
}

.replyForm
{
	margin-top: 10px;
	padding-top: 10px;
	margin-left: 3px;
}

#sidebar ul, #sidebar li
{
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li ul li a { font-weight: bold; }

.borderbottom
{
	border-bottom: 1px #494949 solid;
	margin-bottom: 20px;
}

input#s
{
	width: 99px;
	color: #666;
}

#EntryBody a
{
	color: #464646;
	text-decoration: underline;
}

#EntryBody a:hover { color: #000000; }

#EntryBody li
{
	color: #464646;
	font: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	line-height: 1.4em;
}
