/*  Mystery 4 Kids
    light 1: #9BBF9D
    light 2: #b6bea4
    dark   : #808d69
*/


BODY {
    background-image: url("/images/back.jpg");
    text-align: center;
    margin-top: 50px;
}
#web_page {
    margin: auto;
    width: 750px;
    background: #fff;
    border: 2px solid #015DF5;
}

#header {
    margin: 0px;
    width: 750px;
    clear: both;
    float: left;
}

#footer {
    width: 750px;
    margin: auto;
    background: #9BBF9D;
    text-align: right;
    color: #000;
    font: 10pt arial, sans-serif;
    clear: both;
}
#site_map_link A {
    margin: 15px 15px 15px 5px;
    padding: 2px;
    color: #000;
    text-decoration: none;
}
#site_map_link A:hover {
    color: #000;
}
#copyright {
    text-align: left;
}
#copyright A {
    color: #000;
    text-decoration: none;
}


/*---------- content rules ----------*/
EM {
    font-weight: bold;
    font-style: normal;
}
#content {
    width: 750px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    float: left;
    background: #FFF;
}
#left_column {
    width: 150px;
    float: left;
}
#main_column{
    width: 520px;
    margin-left: 165px;
}
  

#content H1 {display: none;}
#content H2 {
    padding: 2px;
    margin: 0px 10px 2px 0px;
    background: #015DF5;
    font: 16pt comic sans ms, arial, serif;
    color: #fff;
    letter-spacing: .15em;
    border: 1px solid #000;
}
#content H3 {
    font: 14pt comic sans ms, arial, serif;
    color: #008;
    margin: 0px 0px 3px 8px;
    font-style: bold;
}
#content P {
    font: 10pt comic sans ms, arial, sans-serif;
    margin: 0px 20px 20px 25px;
    line-height: 1.5em;
    color: #000;
}
#content P A, LI A {
    color: #00a;
    text-decoration: underline;
}
#content A:hover {
    color: #000;
}
#content LI {
    list-style: square;
    font: 9pt comic sans ms, Verdana, sans-serif;
    margin-left: 60px;
    padding-left: 1em;
    color: #222;
    line-height: 2em;
}

#main_content {
	margin-top: 20px;	
}

div.rule HR {
    display: none;
}
div.rule {
    border-top: 1px dashed #0a0;
    height: 15px;
}

.page_image {
    padding: 0px 10px 5px 10px;
}

#content img {
	float: left;
}

/*---------- navigation rules ----------*/
#main_nav {
    float: left;
    text-align: left;
    width: 750px;
    background: #35CF3C;
    clear: both;
  
}
#main_nav UL {
    margin: 0px;
    padding: 0px;
}
#main_nav UL LI {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}
#main_nav UL LI A {
    float: left;
    font: 9pt arial, verdana, sans-serif;
    text-align: center;
    width: 100px;
    border-right: 1px solid #ffff00;
    text-decoration: none;
    padding: 10px 10px;
    color: #FFFF00;
    font-weight: bold;
}

#main_nav UL LI A:hover {
    color: #0084FF;
    background: #FFFF00;
}

#main_nav UL LI A.main_nav-there {
    background: #FFF !IMPORTANT;
    color:  #0084FF !IMPORTANT;
    
}

#sub_nav {
    font: 10px Verdana, sans-serif;
    text-align: left;
    margin-top: 50px;
}
#sub_nav UL {
    margin-left: 0px;
    padding-left: 0px;
}
#sub_nav UL LI {
    list-style: square;
    line-height: 2em;
    padding-left: 0px;
    margin: 10px 0px 0px 20px;
}
#sub_nav UL LI A {
    color: #000;
    text-decoration: none;
    padding: 0px;
}
#sub_nav UL LI A.sub_nav-there {
    color: #777;
}
#sub_nav UL LI A:hover {
    color: #00a;
}
A.sub_nav-2 {
    font-style: italic;
    color: #aaa;
}

/*---------- bread crumb rules ----------*/
#bread_crumbs {
    width: 590px;
    text-align: left;
    margin: 0px 0px 20px 0px;
    font: 12pt arial, sans-serif;
    color: #000;
    font-weight: bold;
    padding-bottom: 6px;
}
#bread_crumbs A {
    color: #aaa;
    font: 15px "Times New Roman", times, serif;
    font-style: italic;
    text-decoration: none;
    padding: 0px 10px 0px 5px;
}
#bread_crumbs A:hover {color: #00a;}
.bread_crumbs-there {
    font: 20px verdana, arial, sans-serif;
    color: #00a;
    text-decoration: none;
}

/*---------- VFD form rules ----------*/
.VFD_form {
    text-align: center;
}
.VFD_form TABLE {

}
.VFD_form TABLE TD {
    text-align: left;
    font: 10pt arial, sans-serif;
    padding-bottom: 8px;
}
.VFD_form INPUT, TEXTAREA {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    font: 10pt arial, sans-serif;
    padding: 2px 8px 2px 8px;
}
.VFD_form TD.form-caption SPAN {
    margin: 0px;
    font: 10pt arial, sans-serif;
    display: block;
    width: 100px;
    color: #000;
    padding: 2px 0px 2px 8px;
}
.VFD_form .form-submit INPUT {
    width: 150px;
    border: 1px solid #000;
}
.VFD_form .form-submit {
    text-align: center !IMPORTANT;
}

/*---------- site map rules ----------*/
#site_map {
    margin: 0px 0px 20px 50px;
    border-left: 8px solid #00a;
}
#site_map A {
    font: 8pt arial, sans-serif;
    color: #00a;
    text-decoration: none;
}
#site_map A:hover {color: #000;}
#site_map UL {margin-bottom: 15px;}
#site_map LI {
    list-style: none;
    line-height: 1em;
}

/*---------- STORE RULES ----------*/
#gallery {
	margin-bottom: 10px;
	margin-top: 20px;
}
.gallery_entry {
	width: 220px;
	float: left;
	margin: 4px;
	padding: 2px;
	text-align: center;
}
.gallery_photo IMG {width: 200px !IMPORTANT;}
.gallery_caption {
	font-family: Arial;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
}

/*---------- STORE RULES ----------*/

#store {
	float: left;
}

.item_entry .item_image {
    float: left;
}
.item_entry .item_info {
    float: left;
}
.item_entry .item_info .item_name A {
    font: 14pt arial, sans-serif bold;
    color: #000;
}

#leftarea {
	background: #4AD651;
	border: 1px solid #000;	
	margin-left: 10px;
	
}

#leftarea h2 {
	background: none !IMPORTANT;
	color: #1C301C !IMPORTANT;
	padding: 2px;
    font: 9pt arial, serif;
    font-weight: bold;
	border: none !IMPORTANT;
	
}

#leftarea P {
    font: 9pt arial arial, sans-serif;
    margin: 0px 6px 10px 5px;
    line-height: 1.5em;
    color: #000;
}
#leftarea P A, LI A {
    color: #00a;
    text-decoration: underline;
}