/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(/themes/moonbeam/images/bgr.jpg) #ebe0c2;
	color: #533e1f;
	font: .75em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #faa21b;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px
}
/*li{
	list-style: none
}*/
h2{
	color: #faa21b;
	font-size: 1.5em;
	margin: 0 0 .5em
}
h3{
	color: #faa21b;
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	color: #faa21b;
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.5em;
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page, #header, #footer{
	background: url(/themes/moonbeam/images/page-bgr.gif) repeat-y;
	margin: 0 auto;
	width: 758px
}
/*=== Header ===*/
#header{
	background: url(/themes/moonbeam/images/header-bgr.png) no-repeat top;
	height: 168px
}
/*- Logo -*/
#header h1{
	float: left;
	text-indent: -9999px;
	width: 410px
}
#header h1 a{
	display: block;
	height: 168px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 14px;
	text-transform: lowercase
}
.nav ul {
	list-style: none;
	margin: 0;
}
.nav1 li{
	line-height: 46px;
	margin: -1px 0 0;
	position: relative;
	text-align: right;
	 background: url(/themes/moonbeam/images/nav1-bgr.png) no-repeat top;
	 list-style: none;
}
.nav1 li a{
	
	color: #fda214;
	display: block;
	height: 46px;
	padding: 0 15px 0 0
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #ffffff;
	text-decoration: none
}
.nav1 li a:hover,
.nav1 a.current,
.nav1 a.section {
	color: #ffffff;
	text-decoration: none;
}
.nav1 a.children {
	background-image: url(/themes/moonbeam/images/arrow.gif);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	background-position: right center;
}



.nav1 ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.nav1 ul ul li {
	background: #927D60;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 200px;
	float: left;
	display: block;
}
.nav1 ul ul li a {
	height: 30px;
	padding: 5px 0 5px 15px;
	display: block;
	margin: 0;
	line-height: normal;
	text-align: left;
}/**/
div.nav1 ul ul,
div.nav1 ul li:hover ul ul 
{display: none;}

div.nav1 ul li:hover ul,
div.nav1 ul  ul li:hover ul 
{display: block;}

div.nav1 ul ul ul,
div.nav1 ul ul li:hover ul ul
{display: none;}

div.nav1 ul ul li:hover ul,
div.nav1 ul ul ul li:hover ul
{display: block;}

div.nav1 ul ul ul ul,
div.nav1 ul ul ul li:hover ul ul
{display: none;}

div.nav1 ul ul ul li:hover ul,
div.nav1 ul ul ul ul li:hover ul
{display: block;}
/*- Sub Nav right column */
.nav2 {
	background: #927D60;
	padding: 5px;
	font-size: 13px;
}
.nav2 ul {
	list-style: none;
}
.nav2 ul li {
	height: 30px;
}
.nav2 a {
	color: white;
}

/*- Navigation Path -*/
.nav-path{
	color: #faa21b;
	margin: 0 0 1.5em
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 20px 35px 15px 0
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	margin: 0 0 0 -54px;
	position: relative;
	width: 169px;
	z-index: 100
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 160px;
	margin-left: 30px;
}
/*=== Center Column ===*/
#centercol,
#Content,
#BlogContent {
	float: right;
	margin: 15px 0 0;
	width: 590px
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
#SearchForm_SearchForm {
	margin: 0;
	display: inline;
}
.search{
	background: url(/themes/moonbeam/images/nav1-bgr.png) no-repeat top;
	height: 34px;
	padding: 12px 0 0 13px;
	width: 156px
}
.search input{
	background: #927d60;
	border: 0;
	color: #fda214;
	float: left;
	padding: 4px;
	width: 135px;
	margin: 0;
	display: inline;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.bleft{
	background: url(/themes/moonbeam/images/b-left.png) no-repeat top;
	height: 397px;
	margin: 0 0 0 -30px;
	position: absolute;
	top: 89px;
	width: 30px;
	z-index: 10
}
.bright{
	background: url(/themes/moonbeam/images/b-right.png) no-repeat top;
	height: 346px;
	margin: 0 0 0 758px;
	position: absolute;
	top: 215px;
	width: 45px
}
/*=== Footer ===*/
#footer{
	background: url(/themes/moonbeam/images/footer-bgr.gif) no-repeat top;
	color: #533e20;
	height: 44px;
	letter-spacing: -1px;
	text-align: center;
	padding-top: 20px;
}
#footer a{
	color: #533e20
}
#footer ul{
	padding: 16px 0 0
}
#footer li{
	background: url(/themes/moonbeam/images/footer-li-sep.gif) no-repeat right;
	display: inline;
	padding: 0 8px 0 5px;
	text-align: center
}
#footer li.last{
	background: none
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}

/*=== SS system ===*/
.WidgetHolder {
	background: #927D60;
	padding: 10px;
	font-size: 13px;
}
.WidgetHolder h3 {
	font-size: 14px;
	border-bottom: 1px solid #533E20;
}
.WidgetHolder a {
	color: white;
}
.WidgetHolder a.current {
	/*color: #faa21b;*/
	text-decoration: underline;
}
.WidgetHolder ul {
	list-style: none;
}
.WidgetHolder li {
	line-height: 25px;
}

#SearchResults h3 {
	margin-bottom: 0;	
}
#SearchResults li {
	margin-bottom: 20px;
}
#SearchResults a {
	margin: 0;
}
