/* 
  -----------------------------------
  IQ by Project Seven Development
  www.projectseven.com
  Global Styles
  Basic Layouts 1-7
  -----------------------------------
*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #941a2f;
	margin: 0px;
	padding: 0px;
}
#masthead {
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}
#logo img {
	border: 0;
}

/*TOP NAVIGATION*/

#navmenu {
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #F4F0DB;
	color: #B58C1C;
	background-image: url(../images/bg_topnav.gif);
	background-repeat: repeat-x;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #480818;
	white-space:nowrap;
	overflow: hidden;
}
#navmenu a:link, #navmenu a:visited {
	color: #941A2F;
	padding: 10px 3px 10px 3px;
	text-decoration: none;
}
#navmenu a:active, #navmenu a:hover {
	color: #C84868;
	text-decoration: none;
}
#navmenucart {
background: transparent url("/images/topnav_cart.png") center left no-repeat;
vertical-align: middle;
text-align: left;
margin-top: 0px;
border: 0px;
width: 17px;
height: 16px;
}
#navmenucart span {
margin-left: 15px;
} 
#top_announce {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #941A2F;
	color: #FFF;
	background-repeat: repeat-x;
	font-style: normal;
	background-image: url(/images/top_announce.gif);
	height: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6F1323;
	padding: 4px;
}
#top_announce a:link, #top_announce a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#top_announce a:active, #top_announce a:hover {
	color: #C84868;
	padding: 10px;
	text-decoration: none;
}

/*COLUMNS*/
#columnwrapper {
	margin: 0 auto;
	background-repeat: repeat-y;
}
#columns-top {
	background-repeat: no-repeat;
	height: 52px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #B58C1C;
}
#columns-top-plain {
	background-repeat: no-repeat;
	height: 52px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #B58C1C;
}

#c1, #c2, #c3, #c4 {
	float: left;
	background-color: #F4F0DB;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat-y;
	width: 960px;
}
#columns-bottom {
	clear: both;
	background-repeat: no-repeat;
	height: 25px;
	font-size: 0px;
}
#mainsection {
	margin-top: 20px;
	min-height: 230px;
}

.content {
	padding: 8px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}
.content p {
	margin: 6px 0px 12px;
	font-size: 15px;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #d8bd62;
	text-align: center;
	width: 226px;
	margin: 0px auto;
}

.enter_buttons {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}

h1 {
	margin: 0px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b58c1c;
	vertical-align: middle;
	padding-top: 15px;
}
h2 {
	font-size: 1.1em;
	margin: 28px 0px 0px;
}
h3 {
	font-size: 1em;
	margin: 28px 0px 0px;
}

sub, sup { font-size: 70%; line-height: 0; vertical-align: text-middle;
}  

#footer {
	margin: 0px auto;
	font-size: .7em;
	color: #ffffff;
}
#footercontent {
	padding: 12px 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	font-size: 0.8em;
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 30px;
	background-position: left bottom;
	display: none;
}
#tnav-center {
	margin: 0 auto;
	border-left: 1px solid #333;
}
#tnav ul {
	margin: 0;
	padding: 0;
}
#tnav li {
	list-style-type: none;
	float: left;
}
#tnav #BasicNav a {
	float: left;
	color: #000000;
	padding: 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
}
#tnav #BasicNav a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav {
	background-image: none !important;
	background-color: transparent !important;
}
/*GLOBALS: Link Styles other than main navigation bar*/
a:link {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.enter_buttons a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;

}
.enter_buttons a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;

}
.enter_buttons a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;

	}
.enter_buttons a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;

	}

/*NEWS BULLETIN TEXT*/

.bulletin {
	color: #FF0000;
	font-weight: bold;
	}
	
/*FOUR HIGHLIGHT BOXES*/

#box_romance {
	float: left;
	width: 226px;
	height: 416px;
	margin-left: 1px !important;
	padding: 1px;
	background-image: url(../images/bg_box_romance.png);
	background-repeat: no-repeat;
}

#box_kids {
	float: left;
	width: 226px;
	height: 416px;
	margin: 0 1px;
	padding: 1px;
	background-image: url(../images/bg_box_kids.png);
	background-repeat: no-repeat;

}
#box_teen {
	float: left;
	width: 226px;
	height: 416px;
	margin: 0 1px;
	padding: 1px;
	background-image: url(../images/bg_box_teen.png);
	background-repeat: no-repeat;
}
#box_mystery {
	float: left;
	width: 226px;
	height: 416px;
	padding: 1px;
	background-image: url(../images/bg_box_mystery.png);
	background-repeat: no-repeat;
}
.box_text {
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px 6px 6px;
}
#box_cbby {
	text-align:center;
	width: 914px;
	padding: 1px;
	background-image: url(../classic/images/bg_cbby_404_shape.gif);
	background-repeat: no-repeat;
	background-color: #723e98;
	margin-top: 16px;
	background-position: center top;
}


/*ERROR PAGE FOUR HIGHLIGHT BOXES*/

.box_error_text {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 6px 0px;
}

.box_error_text a:link {
	font-size: 12px;
		color: #FFFFFF;
	text-decoration: none;
}
.box_error_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.box_error_text a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
.box_error_text a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
