/*

Theme Name: Gulf World Marine Park
Theme URI: http://cybersytes.com
Description: This is a theme for gulfworldmarinepark.com
Author: Cebo Campbell
Author URI: http://cybersytes.com
Version: 1.0

*/

/* -------------- RESET -------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1 {
	font-size:18px;
		color: #7F2D00;
}
h2 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
			color: #7F2D00;
}
h3 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
			color: #7F2D00;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:10px 0px 0px 0px;
		color: #7F2D00;
}

table,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #7F2D00;
}
a {
	text-decoration:none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
    text-decoration: underline;
}
a:hover { 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
    text-decoration: underline;
}
a:focus { 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

a:active {
}

a:visited { 	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-decoration: underline;
}
	
a.active:hover {
	background:none;
}
.clear {
	clear:both;
}
ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
    list-style-image: none;
    background-repeat: no-repeat;
    background-position: 0 3px;

}
/* ===========================================================================  */

body {
	background: url(images/bg.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #7F2D00;
}
.wrap {
	background: url(images/wrap-bg.jpg) no-repeat center top;
	margin:  0 auto;
}
.container {
	width: 1000px;
	margin: auto;
	position: relative;
}
.top-head {
	background: url(images/header-top.png) no-repeat;
	position: relative;
	z-index: 99999;
	width: 930px;
	height: 120px;
	margin: auto;
}
.logo {
	width: 357px;
	height: 123px;
	background:url(images/logo.png) no-repeat;
	margin: auto;
	position: relative;
	z-index: 999999;
}
.logo h1 {
	text-indent: -9999px;
	width: 357px;
	height: 123px;
}
.logo a h1{
	width: 357px;
	height: 123px;
}
.content {
	padding-top: 1px;
	width: 980px;
	margin: auto;
	position: relative;
	margin-top: -50px;
	background: url(images/concept-bg.jpg) no-repeat #f8f5e8;
}
.page-content {
	padding-top: 1px;
	width: 980px;
	margin: auto;
	position: relative;
	margin-top: -50px;
	background: url(images/page-bg.jpg) no-repeat #f8f5e8;
}
.page-content p {
	font-size: 14px;
	line-height: 20px;
}
.right-content2 h2 {
	font-size:20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.right-content2 ul {
	margin-top: 20px;
	margin-bottom: 40px;
}
.right-content2 ul li {
	color:#AA4A29;
	font-size:14px;
	font-style:italic;
	list-style:square outside none;
	margin-left:40px;
	margin-top:5px;
}
.featured {
	background: #fff;
	margin: 10px;
	position: relative;
}
.recent-show {
	border-bottom: 2px dotted #7F2D00;
	margin-right: 20px;
	margin-bottom: 15px;
	padding: 20px;
	width: 650px;
	position: relative;
}
.recent-show .gobutton {
}
.recent-show .gobutton a {
	text-transform: uppercase;
	color: #fff;
	background: #0073C5;
	height: 20px;
	padding: 10px;
width: 100px;
}
.recent-show .gobutton a:hover {
	background: #7A2C04;
}
.recent-show h2 {
	margin-top: 15px;
	}
.page-featured {
	background: #fff;
	height: 350px;
	margin: 10px;
	position: relative;
}
/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/

.aviaslider { 
height:494px; 	/*this changes the height of the image slider */
width:960px;
overflow: hidden;
position: relative;
background: #fff url(images/layout/preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
	display: block;
	width:100%;
	height:100%;	
	position: absolute;
	top: 0;
	left:0;
	z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
display:block;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;
}

.slidecontrolls{
margin: -20px auto 0 auto;
position: relative;
float:left;
z-index: 99999;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(images/layout/controlls.gif) center bottom no-repeat;
float:left;
outline: none;
position: relative;
z-index: 99999;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(images/layout/controlls.gif) center top no-repeat;
}

.feature_excerpt{
width:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}

/************************************************************************
-) END SLIDER
*************************************************************************/

.navigation {
	height: 106px;
	background: url(images/nav-bar-bg.png) no-repeat;
	width: 929px;
	margin: auto;
	position: absolute;
	left: 17px;
	z-index: 7777;
}
ul.menu {
	width: 900px;
	margin: 27px auto;
}
.navigation li {
	float: left;
	background: url(images/nav-line.png) right no-repeat;
	padding: 15px;
}
li.last {
	background: none;
}
.navigation a {
	color: #aa4a29;
	font-style:italic;
	font-size: 16px;
	text-decoration: none;
}
.navigation a:hover {
	color: #0077BB;
}
.overlay-box {
	width: 608px;
	height: 117px;
	left: 170px;
	margin: auto;
	position: absolute;
	top: 340px;
	background: url(images/text-overlay.png) no-repeat;
	z-index: 7777;
}
.home-top {
	background: url(images/top.png) no-repeat;
	width: 980px;
	height: 226px;
	position: relative;
	margin-top: -90px !important;
z-index: 777;
}
.home-top2 {
	background: url(images/top.png) no-repeat;
	width: 980px;
	height: 226px;
	position: relative;
	margin-top: -90px !important;
}
.ticket {
	position: relative;
	z-index: 9999;
}
.ticket a {
	text-indent: -9999px;
	display: block;
	height: 139px;
}
.ticket h1 {
	background: url(images/ticket.png) no-repeat;
	width: 219px;
	height: 150px;
	float: left;
	margin-left: -30px;
	margin-top: 75px;
	position: absolute;
	top: 0;
	left: 0;
z-index: 9999;
	
}
p.home-top-box {
	position: absolute;
	top: 100px;
	right: 50px;
	font-size: 16px;
	width: 700px;
	color: #0077BB;
	font-style:italic;
}
h2.page-top {
	position: absolute;
	top: 120px;
	right: 50px;
	font-size: 54px;
	width: 700px;
	color: #0075C0;
	font-style:italic;
z-index: 999999;
}	
h2.post-top {
	position: absolute;
	top: 120px;
	right: 50px;
	font-size: 30px;
	width: 700px;
	color: #0075C0;
	font-style:italic;
z-index: 999999;
}		
.box-container {
	margin-left: 25px;
}
.showboxes {
	width: 255px;
	height: 205px;
	background: url(images/show-bg.png);
	float: left;
	padding: 10px;
}
.vertical-line {
	width: 2px;
	height: 172px;
	background: url(images/vert-line.png);
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
}
.home-content {
	margin-top: 20px;
}
.sidebar-home {
	background:url(images/dailyshow.png) top center no-repeat;
	width: 215px;
	padding: 10px;
	float: left;
	margin-right: 10px;
	padding-top: 25px;
}
.schedule-box {
	min-hieght: 55px;
	background:url(images/bottom-line.png) bottom no-repeat;
	margin-top: 10px;
}
.schedule-box h2 a {
	color: #7f2e00;
	font-size: 14px;
}
.schedule-box p {
	color: #7f2e00;
	padding: 5px 0 15px 0;
}
.schedule-box img {
	float: left;
	margin-left: 5px;
	margin-bottom: 15px;
}
.right-content {
	float: right;
	width: 730px;
}
.right-content2 {
	float: right;
	width: 700px;
margin-right: 20px;
}
.show-schedule-box {
	background: #D4D9DC;
	width: 555px;
	position: relative;
	left: 50px;
	border: 2px dotted #7F2D00;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.show-schedule-box h1 {
	font-size: 22px;
	border-bottom: 2px dotted #7F2D00;
	margin-bottom: 15px;
}
.show-schedule-left {
	float: left;
	border-right: 2px dotted #7F2D00;
	width: 255px;
	margin-right: 10px;
	padding-right: 10px;
}
.show-schedule-left img {
	margin-left: 15px;
}
.show-schedule-right {
	float: left;
	width: 275px;
}
.show-schedule-right p {
	font-size: 24px;
	font-style: italic;
}
#photos {
	padding: 0px 40px;
}
.header-overlay {
	position: absolute;
	top: 430px;
	left: 10px;
	background: url(images/header-overlay.png) no-repeat;
	width: 980px;
	height: 150px;
z-index: 8888;
}
/* ================================== TABS ========================================= */

.tabs-home {
	float: left;
	height: 345px;
	width: 713px;
	margin-bottom: 20px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 38px; /*--Set height of tabs--*/
	width: 600px;
	margin: 0 0 0 85px;
}
ul.tabs li a p {
	padding: 0px;
	color: #E5DABC;
	font-style:italic;
}
ul.tabs li a:hover p {
	color: #7F2D00;
}
ul.tabs li.active p {
	color: #7F2D00;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 38px; /*--Subtract 1px from the height of the unordered list--*/
	width: 131px;
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border-left: none;
	overflow: hidden;
	position: relative;
	background: url(images/tab-inactive.png) no-repeat;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 8px 0;
	outline: none;
}
ul.tabs li a:hover {
	background: url(images/tab-active.png) no-repeat;
	width: 131px;
	height: 38px; /*--Subtract 1px from the height of the unordered list--*/
	color: #E5DABC;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: url(images/tab-active.png) no-repeat;
	width: 131px;
	color: #E5DABC;
	font-style:italic;
}
	
.tab_container {
	height: 305px;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
		background: url(images/tab-bg.png) no-repeat;
		position: relative;
		margin-top: -1px;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab-box {
	padding: 5px 20px;
}
.tab-box h1 {
	background: url(images/bottom-line.png) bottom no-repeat;
	padding-bottom: 20px;
}
.tab-box h1 a {
	font-size: 22px;
	font-style: italic;
	color: #7F2D00;
	font-weight:normal;
	text-decoration: none;
}
.tab-box p {
	font-size: 14px;
	font-style: italic;
	color: #7F2D00;
	line-height: 18px;
}
.tab-inner-box {
	background: url(images/bottom-line.png) bottom no-repeat;
	padding-bottom: 20px;
	margin-top: 15px;
}
.tab-inner-box-pic {
	background: url(images/tab-pic-bg.png) no-repeat;
	width: 150px;
	height: 120px;
	float: left;
	margin-right: 20px;
	padding: 5px;
	position: relative;
}
.overlay {
width: 72px;
	height: 56px
}
.video-overlay {
	width: 72px;
	height: 56px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(images/video-overlay.png) no-repeat;
z-index: 1;
}
.photo-overlay {
	width: 72px;
	height: 56px;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url(images/photo-overlay.png) no-repeat;
z-index: 1;
}

/* ================================== TABS ========================================= */
.small-boxes {
	width: 205px;
	float: left;
	margin-bottom: 10px;
}
.small-boxes h2 a {
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	color: #7F2D00;
	text-decoration: none;
}
	
.footer {
	width: 980px;
	height: 275px;
	background: url(images/footer-bg.jpg) no-repeat;
	position: relative;
	margin-top: 30px;
}
.footer-box {
	width: 300px;
	margin: 15px 13px 35px 13px;
	float: left;
position: relative;
}
.alliance {
	width: 125px;
	height: 125px;
	position: absolute;
	right: -10px;
	top: 90px;
}
.footer-plant {
	background: url(images/water.png) no-repeat;
	width: 427px;
	height: 472px;
	position: absolute;
	top:  20px;
	right: -90px;
	
}
.footer-box h1 {
	font-size: 22px;
	text-decoration: none;
	color: #7F2D00;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer-box-narrow {
	padding-left: 20px;
}
.footer-box p {
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
	color: #b56944;
	margin-bottom: 5px;
	line-height: 25px;
	padding: 0px;
}
.footer-box a {
	font-size: 18px;
	text-decoration: none;
	font-style: italic;
	color: #b56944;
	margin-bottom: 5px;
	line-height: 25px;
}	
.bottom {
	width: 420px;
	height: 100px;
	margin: 0 auto 100px;
	background: none;
}
.bottom p {
	text-align: center;
	
}
.bottom img {
	padding: 15px;
}
.right-content2 a img {
background: #fff;
border:1px solid #C0C0C0;
float:left;
margin:0 10px 10px 0;
padding:4px;
}
#dyna {
	padding: 0 1px 12px 10px;
	background: #D9C799;
	width: 675px;
}
.mapbox {
	padding: 10px 10px 10px 12px;
	background: #D9C799;
	width: 675px;
}
.allshows {
	position: relative;
	width: 220px;
	left: -20px;
	}
	
a.coupon {
color: #A84129;
font-size: 16px;
	display: inline;
	height: 14px;
	text-indent: 0px;
	
}
/* -------------------------------------------- IMAGE ALIGN ------------------------ */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* ------------------------------- Ecommerce Styles -------------------------------- */

.product_grid_display {
	width: 945px;
}



select .wpsc_select_variation {
	width: 110px;
}

table .quantity {
	margin-bottom: 10px;
}

.product_grid_item {
	width: 125px;
}
