/* Moon Valley CSS */

body {
   background: #fff url('images/graphics/site-back.jpg') top left repeat-y;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 1em;
   color: #fff;
}

* { margin: 0; padding: 0; }

html {
	overflow-y: scroll;
}
a, a:link, a:visited {
	color: white;
}
a:hover {
color: #FFFF00;
}

#wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* For IE6 */
	background-color: transparent;
}
#header { /* Logo goes here. Put image in HTML, not CSS background */
	height: 172px; /* Match to height of image */
	width: 100%;
	background-color: transparent;
}
#mid-wrap { /* Contains nav and content areas */
	font-size: 80%;
	text-align: left;
	width: 100%;
}

#left-col {
	width: 360px; /* PLACEHOLDER. Get the right one form the PSD file. */
	float: right;
	text-align: left;
}

#menu-wrap {
	width: 263px;
	float: left;
	margin-top: 20px;
}

#right-col {
	width: 640px;
	float: right;
}
#content {
	width: 640px;
	min-height: 416px;
	margin-bottom: 60px;
	background-image: url('images/graphics/text-area-back-purple.png');
	text-align: center;
}

#content-home {
	margin-top: 50px;
	width: 640px;
	/* min-height: 400px; */
	background-image: url('images/graphics/text-area-back-purple.png');
	margin-bottom: 60px;
	text-align: center;
}

#home-content-left { /* Contains #home-row-candles and #home-row-vid */
	float: left;
	width: 460px;
	height: 410px;
	margin-left: 16px;
}

#home-row-candles {
	width: 451px; /* 378px; */
	height: 144px; /* 124 for the pics, 20 for the labels */
	float: left;
	background-color: #000;
	margin-left: 4px;
}

#home-vid {
	float: left;
	width: 460px;
	/* height: 296px; */
}

#home-text { /* Leave 200px for the button below this text */
	width: 245px;
	height: 220px;
	overflow-y: scroll;
	text-align: left;
}

table#tipbox {
	width: 600px;
	height: 600px;
}

#footer {
	width: 100%;	
	height: 44px;
	background-color: #fff
}
#footer a, #footer a:link, #footer a:visited {
color: #000f56; /* dark blue */
}
#footer a:hover {
color:#8A946D;}
#contact {

	width: 740px; /* Make wide enough to hold text */
	float: left;
	background-color: #fff;
	font-size: 70%;
	text-transform: uppercase;
	text-align: left;
	color: #000f56; /* dark blue */
	margin: 0 auto;

}
#social {
	width: 200px;
	float: right;
	background-color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	color: #ccc; /* some shade of gray */
	/*line-height: 44px;*/
	line-height: 1em;
	margin-top: 14px;

}
#contact a {
	color: #000F56;
}


/**** Menu classes and DIVs ****/
a.mnu { 		/* What all links in the menu have in common */
	line-height: 36px;
	width: 233px;
	display: block;
	/*text-transform: uppercase;*/
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
}

#menu-item-home, #menu-item-cmk {
	width: 263px;
	height: 36px;
	background-image: url('images/menu/home-trans.png');
	margin-bottom: 10px; margin-top: 10px;
}

#menu-item-nlc {
	width: 263px;
	height: 36px;
	background-image: url('images/menu/nlc-trans.png');
	margin-bottom: 10px;
}
#menu-item-blog {
	width: 263px;
	height: 36px;
	background-image: url('images/menu/blue.png');
	margin-bottom: 10px;
}

#menu-item-wil {
	width: 263px;
	height: 36px;
	background-image: url('images/menu/wilderness-trans.png');
	margin-bottom: 10px;
}

#menu-item-wsc { /* Western. Bckg image was originally for wilderness. */
	width: 263px;
	height: 36px;
	background-image: url('images/menu/western-trans.png');
	margin-bottom: 10px;
}
#menu-item-gar{
width: 263px;
	height: 36px;
	background-image: url('images/menu/yellow.png');
	margin-bottom: 10px;
}
 #menu-item-buy-videos {
	width: 263px;
	height: 36px;
	background-image: url('images/menu/magenta.png');
	margin-bottom: 10px;
}

#menu-item-con {
	width: 263px;
	height: 36px;
	background-image: url('images/menu/contact-trans.png');
	margin-bottom: 10px;
}
#menu-item-abt {
	width: 263px;
	height: 36px;
	background-image: url('images/menu/white.png');
	margin-bottom: 10px;
}


a.mnu:hover {
	/* May not be a rollover here. Wait and see */
	color: #E4B014;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	margin-bottom: 1em;
	
}
h1 {
	font-size: 140%;
}
h1.stun {
	float: right;
	width: 160px;
	text-align: center;

}

h2, h3 {
	font-size: 120%;margin-left: 20px;
}

p {
	margin: .6em 10px 1em 20px;
	text-align: left;
	line-height: 140%;
}

div.home-candle-lbl {
	float: left;
	width: 113px;
	line-height: 20px;
	text-align: center;	
	/* color: #000f56; */
	color: #fff;
	font-size: 90%;
}

p.b-blue {
	font-weight: bold;
	color: #000056;
}

fieldset {
	margin: 0 auto 1em auto;
	width: 350px;
	padding: 10px;
}

ul, ol {
	list-style-position: outside;
	margin-left: 50px;
	margin-right: 10px;
	text-align: left;
}
li {
	margin-bottom: .4em;
}

img {
	border: 0;
}
img#logo {
	float: left;
	margin-left: 20px;
}

img#learn-more {
	/* margin: 14px auto 14px 20px; */
	float: right;
	margin-right: 80px;
}

img#see-more {
	float: right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 5px;
}
img.home-candle {
	margin: 0; /* 5px */
	float: left;
}
img.big-candles {
	margin: 2px;
	
}

img.foot {
	vertical-align: middle;
}

input.submit-form {
	display: block;
	margin: 10px auto;
}
.contact {
	width: 220px;
}

.lft-ft {
	margin-left: 20px;
}
.rt-ft {
	margin-right: 20px;
}

.right {
	text-align: right;
}
.left {
	text-align: left;
}

.center {
	text-align: center;
}
.red {
	color: #fa0000;
}
.blue {
	color: blue;
}
.bold {
	font-weight: bold;
}

/* Allset Clearing Method - may not need this. DELETE if we don't */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* backslash hack hides from IE Mac\ */
* html .clearfix {
	height: 1%;
}
/* end backslash hack */
.larger {
font-size: 130%;
}
