/* A few IE bug fixes */
* { margin: 0; padding: 0; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

/* General Declarations */
*, body, h1, h2, p, img, ul, li, div {
	/* Reset browser default margins and paddings */
	margin: 0;
	padding: 0;
}
body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 62.5%; /* 10px */
	background:url(../images/back.jpg) top center repeat-x ;
	color:#000;
}

/* Flash Replacement Headers and Links */
h1 {
	/* font-family: 'round', Arial, Helvetica, sans-serif; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	margin-left: 5px;
}
h2 {
	/* font-family: 'round', Arial, Helvetica, sans-serif; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.8em;
	color: #2558a8;
	margin: 10px 5px 5px 5px;
}	
h3 {
	/* font-family: 'round', Arial, Helvetica, sans-serif; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	color: #ffdd1e;
}
h5 {
	/* font-family: 'round', Arial, Helvetica, sans-serif; */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	color: #0a2967;
	margin: 0;
	padding: 0;
}
p, ul {
	font-size: 1.1em;	
	line-height: 1.3em;
	text-align: justify;
}
img {
	border: 0;
}

/* Forms */
form {
	float: left;
	padding: 10px 10px 10px 20px;
	margin: 0 0 10px 0;
	width: 522px; /* 500 - 1 - stops sidebar dropping below form on jQuery validate */
	background-color: #c3e1e8;
}
form p {
	clear: both;
}
form div.formNote {
	clear: both;
	float: left;
	width: 70%;
	padding: 0 0 0 26%;
}
form div.formNote p {
	margin: 0;
	padding: 0;
}
label {
	float: left;
	width: 20%;
	margin: 6px 5% 3px 0;
	font-weight: bold;
	float: left;
}
label.error {
	float: left;
	width: 70%;
	padding: 0 0 0 26%;	
	color: #ff0000;
}
label.only {
	float: left;
	width: 85%;
}
textarea, input, select {
	float: left;
	font-size: 1.1em;
	padding: 2px;
	margin: 3px;
}
textarea.long, 
input.long {
	width: 70%;
}
input.checkbox {
	margin: 15px 0 0 0;
}

/* Floats */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* Container */
#masterContainer {
	width: 990px;
	margin: 0 auto;
}
.container {
	width: 900px;
	margin: 0 auto;
}

/* Header and Nav */
#header {
	width: 100%;
	height: 222px;
	background:url(../images/header-back.jpg) top center no-repeat;
}
#nav {
	width: 840px;
	height: 28px;
	padding: 0 30px 0 30px;
	margin: -2px 0 0 0; /* Because Flash Object has transparent space at the bottom, we need to push the nav up a few pixels */
	background: url(../images/nav-back.jpg) top center no-repeat;
}
#nav ul {
    list-style-type: none;
	padding: 4px 0 0 0;
}
#nav ul li {
    display: inline;
	margin: 0 15px 0 0;
}
#nav ul li a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
    text-decoration: none; /* IE fix to hide link underline which occurs in IE6 and IE7 */
	color: #fff;
}
#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	color: #fff;
}
#nav ul li a:hover {
	color: #FFFF00;
}
#nav ul li.dash{
	display: inline;
	width: 13px;
	vertical-align: top;
	color: #fff;	
}

/* Content */
#main {
	width: 100%;
	background: #fff;
}
#content {
	float: left;
	width: 552px;
	margin: 0 0 0 8px;
}

/* Promo - Featured Album */
#promo {
	background: url(../images/promo-back.jpg) top center no-repeat;
	width: 558px;
	height: 204px;	
}
#promo #promoText {
	float: left;
	background: url(../images/content-tab.jpg) top center no-repeat;
	width: 355px;
	height: 170px;
	margin: 20px 0 0 15px;
}
#promo #promoText h5 {
	padding: 20px 0 0 20px;
}
#promo #promoText p {
	padding: 5px 20px 0 20px;
	font-size: 1.2em;
}
#promo #promoImage {
	float: left;
	width: 155px; /* was 183px */
	height: 155px;
	margin: 28px 0 0 10px; /* was 10px */
}
#promo #promoImage #promoBuyNow a {
	background: url(../images/buy-now-alt.png) no-repeat;
	width: 70px;
	height: 71px;
	text-indent: -9999px;
	display: block;
	margin-top: -60px;
	margin-left: 100px; /* was 135px */ 
	z-index: 10;
	position: relative;
	cursor: pointer;
}

/* jQuery Accordion CSS (Articles / Content / News) */	
#accordion { 
	width: 100%;
	background-color: #c3e1e8; 
}
#accordion #accordionItem { 
	width: 100%;
	background-color: #c3e1e8;
}
#accordion div.single div.playNowButtonHeader a {
	float: right;
	width: 87px;
	height: 31px;
	margin: -32px 5px 0 0;
	background: url(../images/play-now-header.jpg) top center no-repeat;
	text-indent: -9999px;
	display: block;
	z-index: 10;
	position: relative;
	cursor: pointer;
}	
#accordion div.head a.header, #accordion div.single a.header { 
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 4px 4px 0 10px;
	margin: 0;
	text-decoration: none;
	font-weight:bold;
	color: #000;
	background-color: #00a0c6;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/acc-header.jpg) top center no-repeat;
}
#accordion div.head a.header:hover { 
	background: url(../images/acc-rollover.jpg) top center no-repeat #fff;
}
#accordion div.selected .head a.header { 
	color: #000;
	background: url(../images/acc-select.jpg) top center no-repeat #fff;
}
#accordion p {
	padding: 10px;
}
#accordion p a {
	text-decoration: none;
}

/* Vertical Items (mainly for Games) */
#archiveContainer{
	margin-left:2px;
	background-color:#00FF33;
}
.gameContainer{
	float: left;
	margin: 10px 0;
	width: 135px;
	background-color:#c3e1e8;
	text-align:center;
	margin-right:2px;
	border-bottom: 3px solid #9bd5eb;
}
.gamePanel{
	width:135px;
	height:25px;
	padding-top:10px;
	margin-bottom:25px;
	text-align:center;
	background-image: url("../images/game-panel.jpg");
	border-bottom: 2px solid #FFFFFF;
}
.gameContainer .buyNowButton p a img {
	margin: 0 0 0 20px;
}
.gameContainer .downloadNowButton p a img {
	margin: 0 0 0 5px;
}
.gameContainer .websiteButton p a img {
	margin: 0 0 0 5px;
}
.gameContainer .playNowButton p a img {
	margin: 0 0 0 22px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 315px;
	margin: 0 0 0 15px;
}
/* Move h2 headers so they're not too close to the left hand side content */
#sidebar h2 {
	margin: 10px 0 0 5px;
}

/* Video / Audio Player.  Note that the HTML code is stored in the Glofish DB sidebar_modules table */
/* No margins needed - background has padding already, so just need to pad the flash object */
#videoPlayer {
	background: url(../images/player-back.jpg) top center no-repeat;
	width: 315px;
	height: 385px;
}
#audioPlayer {
	background: url(../images/audioplayer-back.jpg) top center no-repeat;
	width: 315px;
	height: 97px;
}
#video_player, #audio_player {
	margin: 10px 0 0 8px;
}
/* Flash Replacement Text Paragraph Padding */
#videoPlayer p, #audioPlayer p {
	padding: 0 20px 0 0;
}

/* Image Sidebar Module */
/* Need to set margin so module is lined up with video / audio players above */
.sidebarModule {
	background: url(../images/comp-back.jpg) top center no-repeat;
	width: 314px;
	height: 120px;
	margin: 10px 0 0 0;
}
.sidebarModule a img {
	margin: 5px 0 0 5px;
}

/* Banner */
#banner {
	width: 728px;
	height: 90px;
	margin: 10px 10px 10px 80px;
	
}
#bannerContainer {
	width: 728px;
	height: 90px;
}

/* Footer */
#footer {
	width: 882px;
	height: 32px;
	margin: 10px 0 0 10px;
	background:url(../images/footer-graphic.jpg) top center no-repeat;
}

#footerRight {
	float: right;
	text-align: right;
	width: 275px;
	margin: 8px 10px 0 0;
}
#footerRight p a {
	color: #000;
}

/* Clearfix - gives us continuous backgrounds on non-floated elements.  See http://www.webtoolkit.info/css-clearfix.html for more details */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}