/***************************************************************
Style Sheet for MastersOfTheHunt.com

Copyright 2007 by Sebo Marketing, All Rights Reserved
***************************************************************/



/***************************************************************
Appearance Code
***************************************************************/
body {
	margin:0;
	padding:0;
	min-width:770px;
	
	text-align:center;
	font-family: arial, helvetica, verdana, "century gothic", sans-serif;
	font-size:80%;
	color:#333;
	
	background: url('/images-layout/site-bg.gif') #630 top left repeat-x fixed;
}

p {
	margin:0;
	padding-bottom:.8em;
}

form {
	display:inline;
}

a:link, a:visited, a:active { color:#900; text-decoration:underline; }
a:hover { color:#900; text-decoration:none; }

h1 {
	margin:.2em 0px;
	font-size:165%;
	color:#900;
}

h2 {
	margin:.2em 0px;
	font-size:115%;
	font-weight:600;
	color:#630;
}

h3 {
	margin:.2em 0px;
	font-size:100%;
	color:#630;
}

img {
	border:0px;
	margin:0px;
}

.hr {
	margin:1.25em 0;
	border-bottom:1px solid #ddd;
}

.hr2 {
	border-bottom:1px solid #1c509b;
}



/***************************************************************
Appearance Code Applied to Layout Elements
***************************************************************/
#container {
	margin-right:auto;
	margin-left:auto;
	padding-top:1px;
	padding-left:0px;
	padding-right:0;
	width:770px;
	text-align:left;

	background:none;
}

#content {
	padding-left:0;
	padding-right:0px;
	margin:0;

	width:770px;

	background: url('/images-layout/content-bg.gif') top left repeat-y #f7f1d6;
}

#columnWrapper {
	/* IE7 follows at least one standard; but unless we set this, the main nav slides right underneath the footer. */
	min-height:220px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:220px;
	padding-bottom:8px;
	background: url('/images-layout/column-wrapper-bg.gif') top right repeat-y;
}

.columnStyle1 {
	padding:0;
	margin-right:20px;
}
.columnStyle1 .columnTopLeft {
	display:none;
}
.columnStyle1 .columnTopRight {
	
}
.columnStyle1 .center {
	padding:22px 0 5px 0;
	width:100%;
}
.columnStyle1 .columnBottomLeft {
	display:none;
}
.columnStyle1 .columnBottomRight {
	
}



.columnStyle2 {
	padding:0;
	margin:22px 0px 10px 16px;
	width:100%;
}
.columnStyle2 .columnTopLeft {
	display:none;
}
.columnStyle2 .columnTopRight {}
.columnStyle2 .center {
	margin:0;
	padding:5px 10px 6px 4px;
	font-size:89%;
}
.columnStyle2 .columnBottomLeft {
	display:none;
}
.columnStyle2 .columnBottomRight {
}



/***************************************************************
Appearance and Location for MainNav and SubNav
***************************************************************/
.hasSubNav {
	padding-top:40px;
}
.noSubNav {
	padding-top:40px;
}



#mainNav {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	
	width:769px;
	height:40px;
	
	border-right:1px solid #473119;
		
	background:url('/images-layout/main-nav-bg.gif') bottom right no-repeat #8d0505;
}
#mainNav ul {
	position:relative;
	display:block;
	margin:3px 3px 3px 74px;
	padding:0;
	
	width:692px;
	height:23px;
	
	list-style:none;
	
	background:url('/images-layout/main-nav-ul-bg.gif') top left repeat-x #8d0505;
}
#mainNav ul li {
	position:relative;
	display:inline;
	float:left;
	margin:0;
	margin-left:10px;
	padding:3px 15px 0 5px;
	font-size:94%;
	height:auto;
	border-right:1px solid #cb6565;
}
#mainNav ul li.last {
	border-right:0;
}
#mainNav ul li a:link, #mainNav ul li a:visited, #mainNav ul li a:active {
	display:block;
	
	margin-right:1px;	
	padding:0;
	height:20px;
	
	text-align:center;
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	color:#fff;
}
#mainNav ul li:hover a:link, #mainNav ul li:hover a:visited,
#mainNav ul li.over a:link, #mainNav ul li.over a:visited {
	color:#f93;
}
#mainNav ul li a:hover {
	text-decoration:underline;
	color:#f93;
}
#mainNav ul li.current a:link, #mainNav ul li.current a:visited {
	text-decoration:none;
	color:#f93;
}
#mainNav ul li.current a:hover, #mainNav ul li.current a:active {
	text-decoration:underline;
	color:#f93;
}



#mainNav ul li ul {
	display:none;
}
#mainNav ul li:hover ul, #mainNav ul li.over ul{
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	
	top:23px;
	left:0;
	
	height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
	width:10em;
	
	text-transform:none;

	z-index:5;
	background:#8d0505;
}
#mainNav ul li:hover .wide, #mainNav ul li:hover .wide li, #mainNav ul li:hover .wide li a {
	width:14em;
}
#mainNav ul li:hover ul li, #mainNav ul li.over ul li{
	display:block;
	float:none;
	margin:-1px; /* IE fix */
	padding:0;
	width:100%;
	height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
	
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#cb6565;
}
#mainNav ul li:hover ul li.first, #mainNav ul li.over ul li.first {
	border-top:1px solid #cb6565;
}
#mainNav ul li:hover ul li.last, #mainNav ul li.over ul li.last {
	border-bottom:1px solid #cb6565;
}
#mainNav ul li:hover ul li a:link, #mainNav ul li:hover ul li a:visited,
#mainNav ul li.over ul li a:link, #mainNav ul li.over ul li a:visited {
	display:block;
	float:none;
	
	margin:0;
	padding:6px 5px 6px 12px;
	height:1.5em;
	
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	color:#fff;
	font-style:normal;
	font-size:89%;
	
	background: url('/images-layout/orange-arrow.gif') 2px 7px no-repeat;
}
#mainNav ul li:hover ul li a:hover, #mainNav ul li:hover ul li a:active,
#mainNav ul li.over ul li a:hover, #mainNav ul li.over ul li a:active {
	text-decoration:none;
	color:#f93;
	background: url('/images-layout/orange-arrow.gif') 2px 7px no-repeat;
}
#mainNav ul li:hover li.tall a:link,#mainNav ul li:hover li.tall a:visited,
#mainNav ul li:hover li.tall a:hover, #mainNav ul li:hover li.tall a:active,
#mainNav ul li.over li.tall a:link,#mainNav ul li.over li.tall a:visited,
#mainNav ul li.over li.tall a:hover, #mainNav ul li.over li.tall a:active {
	height:2.5em;
}

#breadCrumbs {
	position:absolute;
	top:32px;
	left:20px;
	width:730px;
	height:28px;
	border-bottom:1px solid #cbcac7;
}

#breadCrumbs ul {
	display:block;
	margin:.5em 0 0 68px;
	padding:0;
	
	list-style:none;
}
#breadCrumbs ul li {
	float:left;
	margin:0;
	padding:0 0 0 15px;
	font-family:Georgia,serif;
	font-weight:bold;
	background:url('/images-layout/red-arrow.gif') left 4px no-repeat;
}
#breadCrumbs ul li.first {
	padding-left:0;
	background:none;
}
#breadCrumbs ul li.current {
	color:#900;
}
#breadCrumbs ul li a:link, #breadCrumbs ul li a:visited, #breadCrumbs ul li a:active  {
	padding:0 7px 0 0;
	
	text-align:center;
	text-decoration:none;
	color:#000;
}
#breadCrumbs ul li.current a:link, #breadCrumbs ul li.current a:visited,
#breadCrumbs ul li.current a:active, #breadCrumbs ul li.current a:hover {
	color:#900;
}
#breadCrumbs ul li a:hover{
	text-decoration:underline;
}


/***************************************************************
Left Nav and Sub Left Nav Highlighting
***************************************************************/

/* Style the left nav */
.ulStyleNav {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	padding:3px 0 0 0;
	list-style:none;
	width:98%;
}
.ulStyleNav li {
	width:100%;
}
.ulStyleNav li a:link, .ulStyleNav li a:visited, .ulStyleNav li a:active{
	display:block;
	padding:7px 0 7px 3px;
	text-decoration:none;
	color:#000;
	background: none;
	width:100%;
}
.ulStyleNav li a:hover {
	text-decoration:underline;
	color:#f93;
	background:#8d0505;
}

/* Set all the subnavs to off initially */
.ulStyleNav ul { display:none; }

/* Highlight the left nav, display the subnav, and make sure that not all the subnavs are highlighted */
.ulStyleNav .current a:link, .ulStyleNav .current a:visited, .ulStyleNav .current a:active {font-weight:bold; color:#900; background:#ddd9c2;}
.ulStyleNav .current a:hover {text-decoration:underline; color:#f93; background:#8d0505;}

.ulStyleNav .current ul {display:block; list-style:none; margin-left:10px; padding-top:.25em; padding-left:0; font-weight:300; background:none;}

.ulStyleNav .current ul a:link, .ulStyleNav .current ul a:visited, .ulStyleNav .current ul a:active { display:block; font-weight:300; background: none;}
.ulStyleNav .current ul a:hover { background: none; }

/* Highlight the selected subnav */
.ulStyleNav .current .current a:link, .ulStyleNav .current .current a:visited, .ulStyleNav .current .current a:active { font-weight:600; background:none; }
.ulStyleNav .current .current a:hover { font-weight:600; background:none; }



/***************************************************************
Default Blob Styles
***************************************************************/
.blobDefault {
	padding-left:4px;
	margin-bottom:8px;
}
.blobDefault h2 {
	margin-bottom:3px;
}
.blobDefault p {
	margin-right:3px;
	margin-left:3px;
}



.blobImage {
	
}



.blobFlash {
	text-align:center;
	border:1px solid #8D0505;
	background:#F7F1D6;
}
.blobFlash h2 {
	font-size:110%;
}



.blobTour {
	margin-bottom:8px;
}



.callToAction {
	margin-bottom:.75em;
	padding:1px 10px 6px 10px;
	height:99px;
	background: url('/images-layout/call-to-action-bg.gif') top left no-repeat #efe9d0;
}
.callToAction h2 {
	display:none;
	margin-top:0;
	font-size:150%;
}
.callToAction p {
	margin-top:38px;
	margin-left:25px;
	width:320px;
	text-align:center;
	font-size:110%;
	font-weight:bold;
}
.callToAction .buttonStyle2:link, .callToAction .buttonStyle2:visited, .callToAction .buttonStyle2:hover, .callToAction .buttonStyle2:active, .callToAction.buttonStyle2_ie6hover {
	width:168px;
	margin:6px auto 0 auto;
	font-size:14px;
	background: url('/images-layout/call-to-action-button-style-bg.gif') top left repeat-x #981e1d;
}



.blobStyle1 {
	margin:0 0 8px 0;
	font-family:Georgia,serif;
	border-left:1px solid #ddd9c2;
	background: url('/images-layout/blob-style-1-bg.gif') top left repeat-y;
}
.blobStyle1 .topLeft {
	margin-left:-1px;
	background: url('/images-layout/blob-style-1-top-left.gif') top left no-repeat;
}
.blobStyle1 .topRight {
	background: url('/images-layout/blob-style-1-top-right.gif') top right no-repeat;
}
.blobStyle1 .topRight h2 {
	margin:0 auto;
	padding:4px 4px;
	text-align:center;
	text-transform:uppercase;
	font-size:125%;
	font-style:italic;
	color:#cc3300;
}
.blobStyle1 .blobBody {
	font-size:105%;
}
.blobStyle1 .blobBody h2{
	margin:0 0 .2em 2px;
}
.blobStyle1 .bottomLeft {
	margin-left:-1px;
	background: url('/images-layout/blob-style-1-bottom-left.gif') bottom left no-repeat;
}
.blobStyle1 .bottomRight {
	background: url('/images-layout/blob-style-1-bottom-right.gif') bottom right no-repeat;
}


.blobStyle2 {
	margin:5px 4px 0 4px;
	background: url('/images-layout/blob-style-2-bottom-bg.gif') bottom left repeat-x #ededee;
}
.blobStyle2 .topLeft {
	margin:0 2px;
	background: url('/images-layout/blob-style-2-top-left.gif') top left no-repeat;
}
.blobStyle2 .topRight {
	height:35px;
	padding:1px 9px;
	background: url('/images-layout/blob-style-2-top-right.gif') top right no-repeat;
}
.blobStyle2 .topRight h2 {
	margin:0 auto;
	padding:0;
	padding-top:8px;
	text-align:center;
	text-transform:uppercase;
	font-size:125%;
	font-style:italic;
	color:#595b58;
	background:url('/images-layout/blob-header-bg.gif') top left repeat-x;
	}
.blobStyle2 .blobBody {
	margin:0 2px;
}
.blobStyle2 .blobBody img {
	display:block;
	margin:0 auto;
}
.blobStyle2 .blobBody p {
	padding-left:5px;
}
.blobStyle2 .bottomLeft {
	background: url('/images-layout/blob-style-2-bottom-left.gif') bottom left no-repeat;
}
.blobStyle2 .bottomRight {
	height:12px;
	background: url('/images-layout/blob-style-2-bottom-right.gif') bottom right no-repeat;
}

.blobBuy1 {
	margin:.5em 0;
	
	
}

.blobBuy1 .blobBody {
	position:relative;
	width:100%;
}
.blobBuy1 .productImage {
	float:left;
}
.blobBuy1 .purchase {
	float:left;
	margin-left:12px;
	width:250px;
	color:#1c509b;
}
.blobBuy1 .buttons {
	float:left;
	margin-top:10px;
	margin-left:12px;
	width:250px;
}
.blobBuy1 .bottomLeft {
	clear:both;
	height:0;
	font-size:0;
}



.blobSummary {
	position:relative;
	margin:.5em 0;
	padding:4px 4px 6px 150px;
	height:165px;
}

.blobSummary .productImage {
	position:absolute;
	top:3px;
	left:0;
}
.blobSummary .purchase {
	width:200px;
}
.blobSummary .purchase .price {
	vertical-align:super;
	text-align:right;
}
.blobSummary .buttons, .blobSummary .buttons2 {
	position:absolute;
	bottom:3px;
	right:10px;
	width:400px;
}
.blobSummary a.buttonStyle2, .blobSummary a.buttonStyle2_ie6hover {
	float:left;
}
.blobSummary input.buttonStyle2, .blobSummary input.buttonStyle2_ie6hover {
	margin-left:5px;
}
.blobSummary h2 {
	margin-top:0;
	padding-bottom:3px;
	font-size:115%;
}

.blobSummary select, .blobBuy1 select {
	margin-bottom:10px;
}


.homeBlobContainer {
	margin:5px 5px 0 5px;
}
.homeBlobContainer .topLeft {
	height:9px;
	background: url('/images-layout/home-blob-container-top-left.gif') top left no-repeat;
}
.homeBlobContainer .topRight {
	height:9px;
	font-size:1px;
	background: url('/images-layout/home-blob-container-top-right.gif') top right no-repeat;
}
.homeBlobContainer .blobBody {
	margin:0;
	border-width:0 1px;
	border-style:solid;
	border-color:#e3e3e3;
}
.homeBlobContainer .bottomLeft {
	font-size:1px;
	background: url('/images-layout/home-blob-container-bottom-left.gif') bottom left no-repeat;
}
.homeBlobContainer .bottomRight {
	height:9px;
	background: url('/images-layout/home-blob-container-bottom-right.gif') bottom right no-repeat;
}


.homeBlobStyle1 {
	display:inline;
	float:left;
	margin:0 0 0 13px;
	width:280px;
	background:	url('/images-layout/home-blob-style-1-bg.gif') top left repeat-x #eee;
}
.homeBlobStyle1 .topLeft {
	margin:0;
	background: url('/images-layout/home-blob-style-1-top-left.gif') top left no-repeat;
}
.homeBlobStyle1 .topRight {
	height:9px;
	padding:0 9px;
	background: url('/images-layout/home-blob-style-1-top-right.gif') top right no-repeat;
}
.homeBlobStyle1 .blobBody {
	margin:0 4px;

	/* IE7 follows at least one standard; but unless we set this, the gradient looks funny. */
	min-height:97px;
	/* IE6 Mumbo-jumbo */
	height:auto !important;
	height:97px;
	
	font-size:105%;
	text-align:center;
	border:0;
}
.homeBlobStyle1 .blobBody h2{
	margin:0 0 .2em 2px;
}
.homeBlobStyle1 .bottomLeft {
	margin:0;
	background: url('/images-layout/home-blob-style-1-bottom-left.gif') bottom left no-repeat;
}
.homeBlobStyle1 .bottomRight {
	height:9px;
	background: url('/images-layout/home-blob-style-1-bottom-right.gif') bottom right no-repeat;
}


/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	padding-bottom:3px;
	padding-left:16px;
	/*font-weight:bold;*/ /* Was this intentional? */
	background: url('/images-layout/black-arrow.gif') 2px .4em no-repeat;
}
.ulStyle1 li a:link,.ulStyle1 li a:visited {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}
.ulStyle1 ul {
	margin-left:18px;
	padding-left:0;
	
	list-style:disc;
}
.ulStyle1 ul ul{
	list-style:circle;
}
.ulStyle1 ul li {
	padding-left:0;
	font-weight:normal;
	background:none;
}

.ulStyle2 {
	margin:6px 0 6px 0;
	padding-left:15px;
}
.ulStyle2 li {
	padding-left:0;
}



.ulStyleSpaced li{
	margin-bottom:.6em;
}

.olStyleSpaced li{
	margin-bottom:.6em;
}
.olStyleSpaced li p{
	padding:.6em 0 0 0;
}

/***************************************************************
Text Styles
***************************************************************/
.bigger {
	font-size:120%;	
}

.dropCap {
	font-size:140%;
	font-weight:bold;	
}

.smaller {
	font-size:89%;
}
.price {
	font-weight:600;
	color:#1c509b;
}

.bonusText, .errorText {
	font-weight:600;
	color:#b51c30;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}
.yes {
	font-weight:600;
	color:#065e25;
}
.no {
	font-weight:600;
	color:#8f2525;
}

.alignText1 {
	text-align:center;
}



/* ------------------ Headers -----------------*/

.categoryHeader {
	margin-bottom:.75em;
	font-size:175%;
	/*background-color:#b6c2db;*/
}

.updateHeader {
	padding:3px 6px;
	width:80%;
	font-size:130%;
	color:#333;
	background-color:#9eb8bf;
}

.tagline {
	font-size:130%;	
}
.tagline em {
	color:#4fbf13; /*#f80;*/
}
.answer {
	display:none;

	}
.show {
	display:inline;

	}
.backToSchool {
	display:block;
	font-size:140%;
	font-weight:bold;
	left:117px;
	position:absolute;
	top:782px;
	}
.teenHunt {
	display:block;
	font-size:110%;
	font-weight:bold;
	left:212px;
	position:absolute;
	top:759px;
	}
.pirateHunt {
	display:block;
	font-size:224%;
	font-weight:bold;
	left:100px;
	letter-spacing:27px;
	position:absolute;
	top:573px;
	}
.hauntedHunt {
	display:block;
	font-size:224%;
	font-weight:bold;
	left:133px;
	letter-spacing:7px;
	position:absolute;
	top:624px;
	}
	
	.customxmas {
	display:block;
	font-size:224%;
	font-weight:bold;
	left:67px;
	letter-spacing:7px;
	position:absolute;
	top:796px;
	}
	
	.xmaschallenge {
	display:block;
	font-size:215%;
	font-weight:bold;
	left:155px;
	position:absolute;
	top:729px;
	color:#7D2116;
	}
	
/* ------------------- Links ------------------*/



/***************************************************************
Image Classes
***************************************************************/
.buttonStyle1, .buttonStyle1:link, .buttonStyle1:visited, .buttonStyle1:active, .buttonStyle1_ie6hover {
	display:block;
	float:left;
	padding:0;
	padding-top:3px;
	padding-right:6px;
	padding-left:6px;
	
	width:64px;
	height:19px;
	
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;

	border:solid #981e1d;
	border-width:1px;

	background: url('/images-layout/button-style-1-bg.gif') top left repeat-x #981e1d;
}

input.buttonStyle1, input.buttonStyle1_ie6hover {
	display:block;
	float:left;
	margin:0;
	padding:0;
	padding-bottom:10px;
	
	height:19px;
	width:64px;
	
	font-size:11px;
	cursor:pointer;
	
	border:0;
	border:solid #981e1d; /* Yes, I know the border is set exactly the same way twice. Thankyou, Internet Explorer. */
	border-width:1px;
	}

.buttonStyle1:hover, .buttonStyle1_ie6hover {
	color:#f93;
	text-decoration:underline;
	background: url('/images-layout/button-style-1-bg.gif') top left repeat-x #981e1d;
}


.buttonStyle2, .buttonStyle2:link, .buttonStyle2:visited, .buttonStyle2:active, .buttonStyle2_ie6hover {
	display:block;

	padding:0;
	padding-top:5px;
	padding-right:6px;
	padding-left:6px;
	
	width:88px;
	height:23px;
	
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	font-size:120%;

	border:0;
	border:solid #981e1d;
	border-width:1px;

	background: url('/images-layout/button-style-2-bg.gif') 0 0 no-repeat #981e1d;
}

input.buttonStyle2, input.buttonStyle2:active, input.buttonStyle2_ie6hover {
	display:block;
	margin:0;
	padding-bottom:10px;

	cursor:pointer;
	height:30px;
	width:102px;
	padding-bottom:10px;
	
	border:0;
	border:solid #981e1d; /* Yes, I know the border is set exactly the same way twice. Thankyou, Internet Explorer. */
	border-width:1px;
	}
.buttonStyle2:hover, .buttonStyle2_ie6hover {
	color:#f93;
	text-decoration:underline;
	background: url('/images-layout/button-style-2-bg.gif') top left no-repeat #981e1d;
}


.thumbnail {
	float:left;
	padding:0 8px 8px 0;
}



/***************************************************************
Miscellaneous Stuff
***************************************************************/

/*--------------- Floating --------------------*/
.clear {
	clear:both;
}

.float {
	float:left;
}
.floatOpposite {
	float:right;
}



.extraLine {
	padding-bottom:1.5em;
}
.indentStyle1 {
	padding-left:2.5em;
}

/*--------------- Testimonial -----------------*/
.testimonial {
	margin:10px;
	padding:7px 5px 5px 7px;

	border:solid 1px #6c778d;
	
	background-color:#ece4d0;
}

/*--------------- Contact form -----------------*/
#form_contact fieldset {
	border:0 none;
	margin:0pt;
	padding:0pt;
}

#form_contact label {
	float:left;
	display:inline;
	
	width: 11em;
	margin-right: 0.5em;
	
	font-weight:bold;
	text-align: right;
}
#form_contact input.text, #form_contact  textarea.text {
	margin:0 0 5px 0;
}
#form_contact input.text {
	height: 1em;
}

/*--------------- Site Name -------------------*/
#siteName {
	position:absolute;
	left:-999em;
}



/*--------------- Development Helps -------------------*/

.devAidBox {
	position:absolute;
	top:5px;
	left:5px;
	padding:5px;
	
	border:1px solid #4fbf13;
	
	background-color:#fff;
}
body>div.devAidBox {
	position:fixed;
}