/* Main menu settings */


.html
{
	background-color: #727272;
}

html, body {
  height: 100%;
}

#wrapStickers {
	width: 90%;
	margin: 0 auto;
	background-image: url(../images/MHRust19.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -100px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  height: 100px; 
}
.site-footer a {
	text-decoration: none;
}


p  {
	font-family: rationale;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
}

h4  {
	font-family: rationale;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
}


article {
	float: left;
	width: 40%;
	margin-left: 20px;
}
.page-wrap article a {
	color: #00ff00;
	font-family: rationale;
	font-style: normal;
	font-weight: 400;
	text-decoration: underline;
}
.page-wrap article a.hover {
	color: #EF3939;
}



aside {
	float: right;
	width: 40%;
	background-color: #ABA9A9;
	padding: 10px;
	text-decoration: none;
	border-radius: 6px;
}

/* Hover tooltips */
.field-tip {
	position: relative;
	cursor: help;
	color: #00FF00;
	text-align: left;
}

.field-tip a {
	color: #FF2612;
	text-decoration: none;
}
.field-tip a:hover {
	color: #00FF00;
}

    .field-tip .tip-content {
        position:absolute;
        top:-10px; /* - top padding */
        right:9999px;
        width:200px;
        margin-right:-220px; /* width + left/right padding */
        padding:10px;
        color:#fff;
        background:#333;
        -webkit-box-shadow:2px 2px 5px #aaa;
           -moz-box-shadow:2px 2px 5px #aaa;
                box-shadow:2px 2px 5px #aaa;
        opacity:0;
        -webkit-transition:opacity 250ms ease-out;
           -moz-transition:opacity 250ms ease-out;
            -ms-transition:opacity 250ms ease-out;
             -o-transition:opacity 250ms ease-out;
                transition:opacity 250ms ease-out;
    }
        /* <http://css-tricks.com/snippets/css/css-triangle/> */
        .field-tip .tip-content:before {
	content: ' '; /* Must have content to display */
	position: absolute;
	top: 50%;
	left: -16px; /* 2 x border width */
	width: 0;
	height: 0;
	margin-top: -8px; /* - border width */
	border: 8px solid transparent;
	border-right-color: #333;
	font-family: rationale;
	font-style: normal;
	font-weight: 400;
        }
        .field-tip:hover .tip-content {
            right:-2px; 
            opacity:1;
        }
#footings a {
	text-decoration: none;
}
#wrap .page-wrap {
}
#wrap .page-wrap #stickers {
	margin: 20px;
}
.page-wrap .hangings #SPstickers {
	text-decoration: underline;
	margin: 20px;
	padding: 10px;
}

#wrapStickers .hangings #stickers {
	height: 0px;
}
#wrapStickers .page-wrap #buyLink {
	margin: 20px;
	padding: 10px;
}
.page-wrap #buyLink a {
	color: #00ff00;
	font-family: rationale;
	font-style: normal;
	font-weight: 400;
}
.page-wrap #buyLink a.hover {
	color: #FF2612;
	font-style: normal;
	font-weight: 400;
}
#wrapStickers .page-wrap #stickers {

}
#wrap .page-wrap #goBack a{
	display: none;
}

.page-wrap article a {
	color: #00FF00;
	text-decoration: underline;
	display: none;
}
.page-wrap #goBack a.hover {
	color: #FF2612;
	font-style: normal;
	font-weight: 400;
}

@media only screen and (max-width:959px) {
	#gallery {
		display: none;
		}
}
@media only screen and (min-width:960px) {
     #galleryLink {
        display: none;
}

}


@media only screen and (max-width:480px) {
	.allColorNav {
		display: none;
		}
	.banner {
		width: 300px;
		height: 56px;
	}
}
@media only screen and (max-width:1023px) {
#video_player_box #video_controls_bar .field-tip.ifhover {
        display: none;
}

}

@media only screen and (min-width:481px) {
	.mobileMenu {
		display: none;
	}
}
@media only screen and (min-width:1024px) {
#video_player_box #video_controls_bar .field-tip.ifnohover {
}
#video_player_box #video_controls_bar .field-tip.ifnohover {
	display: none;
}


}

#mobileOnly p a {
	color: #000000;
	font-family: rationale;
	font-size: larger;
	padding: 2px;
	margin: 0; auto;
	list-style:none;
	text-decoration: none;
}

#mobileOnly a:hover {
	color: #ffffff;
}

.allColorNav {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-bottom:1px solid #000; /* black line below menu */
   width:100%;
   font-family: rationale, "Lucida Sans Typewriter", "Courier New";; /* Menu font */
   font-size: 100%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
.allColorNav ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}

/* FOR GREY PAGES */

#greyMenu ul li a {  /* Page colour specific */
	display: block;
	margin: 0;
	padding-top: .6em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: .4em;
	font-size: 1em;
	line-height: 1em;
	background: #727272; /* Background here needs to match page color */
	text-decoration: none;
	color: #000000;
	font-weight: 400;
	border-bottom: 1px solid #000;
	font-family: rationale, "Lucida Sans Typewriter", "Courier New";;
	font-style: normal;
 }

#greyMenu ul li.active a {  /* Page colour specific */
   color:#000;
   background:#727272;
}
#greyMenu ul li:hover a:hover {  /* Page colour specific */
	background: #727272; /* Top menu items background colour */
	color: #00FF00;
	border-bottom: 1px solid #00FF00;
}
#greyMenu ul li:hover a,   /* Page colour specific */
#greyMenu ul li.hover a { /* This line is required for IE 6 and below */
	background: #727272; /* Top menu items background colour */
	color: #000;
	border-bottom: 1px solid #00FF00;
	padding-left: 0px;
	padding-right: 0px;
}
#greyMenu ul ul li a,    /* Page colour specific */
#greyMenu ul li.active li a,
#greyMenu ul li:hover ul li a,
#greyMenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size: .8em;
	font-weight: normal; /* resets the bold set for the top level menu items */
	background: #727272;
	color: #00ff00;
	line-height: 1.4em; /* overwrite line-height value from top menu */
	border-bottom: 1px solid #00FF00; /* sub menu item horizontal lines */
}
#greyMenu ul ul li a:hover,  /* Page colour specific */
#greyMenu ul li.active ul li a:hover,
#greyMenu ul li:hover ul li a:hover,
#greyMenu ul ul li:hover ul ul li a:hover,
#greyMenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #727272; /* Sub menu items background colour */
	color: #FF2612;
}

/* FOR RED PAGES */

#redMenu ul li a {  /* Page colour specific */
	display: block;
	margin: 0;
	padding-top: .6em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: .4em;
	font-size: 1em;
	line-height: 1em;
	background: #FF2612; /* Background here needs to match page color */
	text-decoration: none;
	color: #000000;
	font-weight: 400;
	border-bottom: 1px solid #000;
	font-family: rationale, "Lucida Sans Typewriter", "Courier New";;
	font-style: normal;
 }
 
#redMenu ul li.active a {  /* Page colour specific */
   color:#000;
   background:#FF2612;
}
#redMenu ul li:hover a:hover {  /* Page colour specific */
	background: #FF2612; /* Top menu items background colour */
	color: #00FF00;
	border-bottom: 1px solid #00FF00;
}
#redMenu ul li:hover a,   /* Page colour specific */
#redMenu ul li.hover a { /* This line is required for IE 6 and below */
	background: #FF2612; /* Top menu items background colour */
	color: #000;
	border-bottom: 1px solid #00FF00;
	padding-left: 0px;
	padding-right: 0px;
}
#redMenu ul ul li a,    /* Page colour specific */
#redMenu ul li.active li a,
#redMenu ul li:hover ul li a,
#redMenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size: .8em;
	font-weight: normal; /* resets the bold set for the top level menu items */
	background: #FF2612;
	color: #00ff00;
	line-height: 1.4em; /* overwrite line-height value from top menu */
	border-bottom: 1px solid #00FF00; /* sub menu item horizontal lines */
}
#redMenu ul ul li a:hover,  /* Page colour specific */
#redMenu ul li.active ul li a:hover,
#redMenu ul li:hover ul li a:hover,
#redMenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #FF2612; /* Sub menu items background colour */
	color: #000;
}
#indexMenu {
	text-align:center;
}

#indexMenu h1 a {
	color: #000;
	text-decoration: none;
	font-family: rationale, "Lucida Sans Typewriter", "Courier New";
	font-style: normal;
	font-weight: 400;
}
#indexMenu a:hover {
	color: #00FF00;
	text-decoration: none;
	font-family:rationale, "Lucida Sans Typewriter", "Courier New";
}


/* FOR GREEN PAGES */

#greenMenu ul li a {  /* Page colour specific */
	display: block;
	margin: 0;
	padding-top: .6em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: .4em;
	font-size: 1em;
	line-height: 1em;
	background: #00FF00; /* Background here needs to match page color */
	text-decoration: none;
	color: #000000;
	font-weight: 400;
	border-bottom: 1px solid #000;
	font-family: rationale, "Lucida Sans Typewriter", "Courier New";;
	font-style: normal;
 }
 
#greenMenu ul li.active a {  /* Page colour specific */
   color:#000;
   background:#00FF00;
}
#greenMenu ul li:hover a:hover {  /* Page colour specific */
	background: #00FF00; /* Top menu items background colour */
	color: #FF2612;
	border-bottom: 1px solid #FF2612;
}
#greenMenu ul li:hover a,   /* Page colour specific */
#greenMenu ul li.hover a { /* This line is required for IE 6 and below */
	background: #00FF00; /* Top menu items background colour */
	color: #000;
	border-bottom: 1px solid #FF2612;
	padding-left: 0px;
	padding-right: 0px;
}
#greenMenu ul ul li a,    /* Page colour specific */
#greenMenu ul li.active li a,
#greenMenu ul li:hover ul li a,
#greenMenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size: .8em;
	font-weight: normal; /* resets the bold set for the top level menu items */
	background: #00FF00;
	color: #FF2612;
	line-height: 1.4em; /* overwrite line-height value from top menu */
	border-bottom: 1px solid #00FF00; /* sub menu item horizontal lines */
}
#greenMenu ul ul li a:hover,  /* Page colour specific */
#greenMenu ul li.active ul li a:hover,
#greenMenu ul li:hover ul li a:hover,
#greenMenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #FF2612; /* Sub menu items background colour */
	color: #000;
}


 /* ALL COLOURS AGAIN */
 
.allColorNav ul li a {  /* Page colour specific */
	display: block;
	margin: 0;
	padding-top: .6em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: .4em;
	font-size: 1em;
	line-height: 1em;
	background: #727272; /* Background here needs to match page color */
	text-decoration: none;
	color: #000000;
	font-weight: 400;
	border-bottom: 1px solid #000;
	font-family: rationale, "Lucida Sans Typewriter", "Courier New";;
	font-style: normal;
 }
.allColorNav ul li.active a {  /* Page colour specific */
   color:#fff;
   background:#000;
}
.allColorNav ul li a:hover {  /* Page colour specific */
	background: #727272; /* Top menu items background colour */
	color: #00FF00;
	border-bottom: 1px solid #00FF00;
}
.allColorNav ul li:hover a,   /* Page colour specific */
.allColorNav ul li.hover a { /* This line is required for IE 6 and below */
	background: #727272; /* Top menu items background colour */
	color: #fff;
	border-bottom: 1px solid #00FF00;
	padding-left: 0px;
	padding-right: 0px;
}

/* Submenu items */

.allColorNav ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}

.allColorNav ul ul {
   display:none;   /*Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
.allColorNav ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
.allColorNav ul ul li a,    /* Page colour specific */
.allColorNav ul li.active li a,
.allColorNav ul li:hover ul li a,
.allColorNav ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size: .8em;
	font-weight: normal; /* resets the bold set for the top level menu items */
	background: #727272;
	color: #00ff00;
	line-height: 1.4em; /* overwrite line-height value from top menu */
	border-bottom: 1px solid #00FF00; /* sub menu item horizontal lines */
}
.allColorNav ul ul li a:hover,  /* Page colour specific */
.allColorNav ul li.active ul li a:hover,
.allColorNav ul li:hover ul li a:hover,
.allColorNav ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #727272; /* Sub menu items background colour */
	color: #FF2612;
}

/* Flip the last submenu so it stays within the page */
.allColorNav ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
.allColorNav ul li:hover ul,
.allColorNav ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}



.banner {margin-top: 20px};

.center{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

/* Controls for video presentation */

div#video_player_box{
	width: 70%;
	background: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
}

div#video_controls_bar{ background: #333; padding:10px; color:#CCC; font-family: rationale;}

#fiveChoices {margin-top: 20px;}

div#video_controls_bar.field-tip {
	color: #00FF00;
}

aside.rightBlock li {
	list-style-type: none;
	text-align: center;
}

aside.rightBlock {
	font-family: rationale;
	text-decoration: none;
	color: black;
	text-align: left;
}

aside.rightBlock a:hover {
	color: #00FF00;
}

#fwms a {
	font-family:rationale;
	text-decoration: none;
	color: #00FF00;
}

#fwms a:hover {
	color: #FF2612;
}

.hangings a {
	font-family:rationale;
	text-decoration: none;
	color: #00FF00;
}

.hangings a:hover {
	color: #FF2612;
}

.payPal ul li {
	font-family:rationale;
}

.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:after{
    background: #727272;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #00ff00;
    content: attr(title);
    left: 20%;
    padding: 5px 5px;
    position: absolute;
    z-index: 98;
    width: 100px;
}

#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   font-family:rationale;
   font-size:100%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
	display: block;
	margin: 0;
	padding: .6em .5em .4em;
	font-size: 1em;
	line-height: 1em;
	background: #727272;
	text-decoration: none;
	color: #00FF00;
	font-weight: normal;
	border-bottom: 1px solid #000;
}
#centeredmenu ul li.active a {
	color: #FF3612;
	background: #000;
}
#centeredmenu ul li a:hover {
	background: #36f; /* Top menu items background colour */
	color: #FF3612;
	border-bottom: 1px solid #03f;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
	background: #727272; /* Top menu items background colour */
	color: #FF3612;
	border-bottom: 1px solid #03f;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
	font-size: .8em;
	font-weight: normal; /* resets the bold set for the top level menu items */
	background: #727272;
	color: #00ff00;
	line-height: 1.4em; /* overwrite line-height value from top menu */
	border-bottom: 1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	background: #36f; /* Sub menu items background colour */
	color: #FF3612;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
	left: auto; /* reset left:0; value */
	right: 0; /* Set right value instead */
	color: undefined;
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
.button {
   border-top: 1px solid #0af511;
   background: #dceb09;
   background: -webkit-gradient(linear, left top, left bottom, from(#00ff00), to(#dceb09));
   background: -webkit-linear-gradient(top, #00ff00, #dceb09);
   background: -moz-linear-gradient(top, #00ff00, #dceb09);
   background: -ms-linear-gradient(top, #00ff00, #dceb09);
   background: -o-linear-gradient(top, #00ff00, #dceb09);
   padding: 4.0px 11px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #050505;
   font-size: 16px;
   font-family: rationale;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #00ff00;
   background: #00ff00;
   color: #ed2409;
   }
.button:active {
   border-top-color: #939a9e;
   background: #939a9e;
   }
