/*
Theme: Bright 'N Sunny
Version: 1.0
Description: Bright, vibrant colors and illustrative graphics
Author: Trent Design (http://www.trentdesign.net)
*/


/***********************
* BASIC PAGE STRUCTURE *
***********************/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% Helvetica, Arial, Sans-Serif;
	background: #ccebf4 url('../images/bg_sun.jpg') no-repeat center 30px;
}

#wrapper {
	height: 100%;
	min-height: 100%;
	height: auto;
	overflow: hidden;
}

#logoTagline {
	width: 840px;
	height: 92px;
	top: 10px;
	padding: 0 0 0 60px;
	z-index: 1010;
}

#hmPage {
	background: url('../images/bg_hmcontent.png') no-repeat center 145px;
	width: 900px;
	height: 560px;
	margin: 0 auto;
	padding: 145px 0 0 0;
}

#page {
	width: 900px;
	margin: 0 auto;
	padding: 145px 0 0 50px;
}

#space {
	height: 250px;
	margin: 25px 0 0 0;
	display: block;
	clear: both;
}

#footer {
	height: 250px;
	margin: -250px 0 0 0;
	position: relative;
}

/* Center Elements on Page */
#logoTagline, ul#nav {
	left: 50%;
	margin: 0 0 0 -450px;
	position: absolute;
}


/****************
* POP UP STYLES *
****************/
#popupArea {
	display: none;
}

#popupScreen {
	background: #000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto;
	position: fixed;
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index: 2001;
}

#popupWindow {
	width: 830px;
	margin: 0 0 0 -415px;
	top: 25px;
	left: 50%;
	position: fixed;
	z-index: 2002;
}

#popupContent {
	background: url('../images/bg_page.png') repeat-y;
	padding: 0 30px;
}


/********************
* NAVIGATION STYLES *
********************/
ul#nav {
	list-style: none;
	width: 900px;
	top: 115px;
	padding: 0 0 0 55px;
	z-index: 1009;
}

ul#nav li {
	margin: 0 0 0 10px;
	display: inline;
	float: left;
}

ul#nav li:first-child {
	margin: 0;
}

ul#nav li a {
	font: 1.5em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.02em;
	background: url('../images/btn_nav.png') no-repeat left top;
	width: 120px;
	height: 37px;
	margin: 0;
	padding: 23px 0 0 0;
	display: block;
}

ul#nav li a:hover, #aboutPage li#aboutLink a, #shopPage li#shopLink a, #newPage li#newLink a, #favoritesPage li#favoritesLink a, #eventsPage li#eventsLink a, #contactPage li#contactLink a {
	background-position: left bottom;
	margin: 3px 0 0 0;
}


/*******************
* HOME PAGE STYLES *
*******************/
ul#hmButtons {
	list-style: none;
	width: 328px;
	margin: 55px 0 0 535px;
	padding: 0;
	position: absolute;
	z-index: 1006;
}

ul#hmButtons li {
	margin: 7px 0 0 0;
}

ul#hmButtons li:first-child {
	margin: 0;
}

ul#hmVideoApproved {
	list-style: none;
	width: 156px;
	margin: 325px 0 0 585px;
	padding: 0;
	position: absolute;
	z-index: 1007;
}

ul#hmVideoApproved li {
	margin: 7px 0 0 0;
}

ul#hmVideoApproved li:first-child {
	margin: 0;
}

#hmFlash {
	width: 506px;
	height: 312px;
	margin: 55px 0 0 45px;
	position: absolute;
	z-index: 1005;
}


/***********************
* INTERIOR PAGE STYLES *
***********************/
#page .top, #page .btm {
	width: 830px;
}

#page .top {
	background: url('../images/bg_page_top.png') no-repeat;
	height: 30px;
}

#page .btm {
	background: url('../images/bg_page_btm.png') no-repeat;
	height: 130px;
}

#page .content {
	background: url('../images/bg_page.png') repeat-y;
	width: 770px;
	padding: 20px 30px 30px 30px;
	overflow: hidden;
}

#page .content img {
	margin: 0px 15px 0px 0px;
	border:1px solid #ccc;
}

#page .leftCol {
	width: 520px;
	margin: 0 25px 0 0;
	float: left;
}

#page .rightCol {
	width: 225px;
	float: left;
}

#page .contactCol {
	width: 385px;
	float: left;
}


/*************************
* PRODUCT DISPLAY STYLES *
*************************/
ul#product, ul#event {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
}

ul#product li, ul#event li {
	border-top: 1px dotted #f8a137;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	overflow: hidden;
	clear: both;
}

ul#product li:first-child, ul#event li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

ul#product li .leftCol {
	width: 130px;
	margin: 0 25px 0 0;
	float: left;
}

ul#product li .rightCol {
	width: 365px;
	float: left;
	overflow: hidden;
}

ul#product li .alignLeft, ul#product li .alignRight {
	margin: 10px 0 0 0;
}

ul#product li h2, ul#event li h2 {
	margin: 0;
}

ul#product li .rightCol cite, ul#event li cite {
	color: #abd037;
	margin: 0 0 10px 0;
}

ul#product li .rightCol p {
	font-size: 1.2em;
}

ul#product li input[type=button] {
	color: transparent;
	background: url('../images/btn_buy.png') no-repeat;
	border: none;
	width: 81px;
	height: 30px;
	padding: 0 0 0 81px;
	cursor: pointer;
	vertical-align: middle;
}


/********************************
* SIDE NAVIGATION STYLES (SHOP) *
********************************/
#sideNav {
	background: url('../images/bg_sidenav.png') repeat-y;
	padding: 0 25px;
}

#sideNavTop {
	background: url('../images/bg_sidenav_top.png') no-repeat;
	height: 30px;
}

#sideNavBtm {
	background: url('../images/bg_sidenav_btm.png') no-repeat;
	height: 30px;
}

/* Side Navigation Form Field */
#sideNav form {
	margin: 0;
	padding: 0;
}

#sideNav input[type=text] {
	font: 1.4em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #0ea6bd;
	background: #f6ef7e;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height: 24px;
	width: 85px;
	margin: 0 10px 0 0;
	padding: 6px 5px 0 5px;
	vertical-align: middle;
}

#sideNav input[type=submit] {
	color: transparent;
	background: url('../images/btn_search.png') no-repeat;
	border: none;
	width: 65px;
	height: 30px;
	padding: 0 0 0 65px;
	cursor: pointer;
	vertical-align: middle;
}

/* Side Navigation List */
#sideNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sideNav ul li {
	font-size: 1.5em;
	color: #fff8b9;
	background: url('../images/img_bullet.png') no-repeat left 5px;
	border-top: 1px solid #f8b236;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 10px 0 0 35px;
}

#sideNav ul li:first-child {
	border: none;
	margin: 0;
	padding: 10px 0 0 35px;
}

#sideNav ul li:hover {
	color: #fff;
	background-position: 5px 5px;
	cursor: pointer;
}


/****************
* FOOTER STYLES *
****************/
#footer .leftCol, #footer .rightCol {
	width: 50%;
	height: 250px;
	position: absolute;
	z-index: 1003;
}

#footer .leftCol {
	background: url('../images/bg_footerleft.png') repeat-x;
	left: 0;
}

#footer .rightCol {
	background: url('../images/bg_footerright.png') repeat-x;
	right: 0;
}

#ftWaves {
	text-align: center;
	background: url('../images/bg_footerwaves.jpg') no-repeat;
	width: 900px;
	height: 140px;
	left: 50%;
	margin: 0 0 0 -450px;
	padding: 110px 0 0 0;
	position: absolute;
	z-index: 1004;
}

/* Newsletter Styles */
#ftWaves form {
	margin: 0;
	padding: 0;
}

#ftWaves input[type=text] {
	font: 1.4em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #0ea6bd;
	background: #f6ef7e;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height: 24px;
	margin: 0 10px 0 10px;
	padding: 6px 5px 0 5px;
	vertical-align: middle;
}

#ftWaves input[type=submit], #ftWaves input[type=button] {
	color: transparent;
	background: url('../images/btn_send.png') no-repeat;
	border: none;
	width: 49px;
	height: 30px;
	padding: 0 0 0 49px;
	cursor: pointer;
	vertical-align: middle;
}

/* Navigation Styles */
ul#ftNav {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#ftNav li {
	background: url('../images/bg_footernav_right.png') no-repeat right top;
	margin: 0 0 0 5px;
	display: inline-block;
}

ul#ftNav li:first-child {
	margin: 0;
}

ul#ftNav li:hover {
	background-color: #fff48b;
	background-position: right bottom;
}

ul#ftNav li a {
	font: 1.3em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: url('../images/bg_footernav_left.png') no-repeat left top;
	height: 19px;
	padding: 1px 7px 0 7px;
	display: inline-block;
}

ul#ftNav li a:hover {
	color: #48c5db;
	background-position: left bottom;
}

/* Copyright Styles */
ul.copyright {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
	clear: both;
}

ul.copyright li {
	font: 1.3em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #fff;
	border-left: 1px solid #fff;
	margin: 0 0 0 7px;
	padding: 0 0 0 9px;
	display: inline;
}

ul.copyright li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

ul.copyright li a {
	color: #fff;
	text-decoration: none;
}

ul.copyright li a:hover {
	text-decoration: underline;
}


/**************
* TEXT STYLES *
**************/
h1, h2, h3 {
	text-transform: uppercase;
	line-height: 1em;
	padding: 0;
}

h1 {
	font: 2.5em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #abd037;
	margin: 0 0 5px 0;
}

h2 {
	font: 1.9em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #f8a137;
	margin: 10px 0 5px 0;
}

h3 {
	font: 1.7em "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	color: #555;
	margin: 25px 0 5px 0;
}

p {
	font-size: 1.4em;
	color: #707070;
	line-height: 1.5em;
	letter-spacing: 0.02em;
	margin: 0 0 10px 0;
}

p:last-child {
	margin: 0;
}

#page .content a, #popupContent a {
	color: #47c5db;
	text-decoration: none;
	border-bottom: 1px dotted transparent;
}

#page .content a:hover, #popupContent a:hover {
	color: #f8a137;
	border-bottom: 1px dotted #f8a137;
}

abbr {
	color: #333;
	border-bottom: 1px dashed #333;
	cursor: help;
}

cite {
	font-size: 1.2em;
	color: #959595;
	line-height: 1.3em;
	margin: 5px 0 0 0;
	display: block;
}

small {
	font-size: 1.1em;
	text-decoration: line-through;
	color: #959595;
	margin: 0 0 5px 0;
	display: block;
}

small.inStock, small.outStock {
	text-decoration: none;
	margin: 10px 0 0 0;
}

small.inStock {
	color: #47c5db;
}

small.outStock {
	color: #f8a137;
}

big {
	font-size: 1.4em;
	color: #252525;
	display: block;
}


/**************
* MISC STYLES *
**************/
img {
	border: none;
}

hr {
	border-top: 1px dotted #f8a137;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 1px;
	color: #f8a137;
	margin: 25px 0 25px 0;
}

.alignLeft {
	float: left;
}

.alignRight {
	float: right;
}
