/*	
Theme Name: Dive Locker
Version: 1.0
Author: Perth Web Design
*/

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,
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;
}

#content ul, ol {
    margin-left: 20px;
}

ul li {
    margin:0;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
}

.alignright {
    float: right;
    margin: 0px 0px 10px 10px;
}

hr {
    margin-bottom: 20px;
    border: 0px;
    border-top: 1px dashed #ccc;
    clear: both;
}

.clear {
	clear:both;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff;
	color:#333;
	margin:10px 0 0;
	position:relative;
}


#container_wrap {
	background: url(images/containerbg.jpg) top left repeat-x #ffffff;
	width:100%;
}
#container {
	width:980px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:10px;
	position:relative;
}

.widecolumn {
	width:910px !important;
}


/* Header
-----------------------------------------------------------------------*/
#headercontainer {
	width:980px;
	margin:0 auto;
	position:relative;
	height:244px;
}
#logo a {
	background:url(images/logo.jpg) no-repeat top;
	width:263px;
	height:204px;
	position:absolute;	
	text-indent:-9999em;
	top:20px;
	left:20px;	
}


/* Primary Navigation
-----------------------------------------------------------------------*/

#primary_navigation {
	width:670px;
	float:right;
	margin:130px 0 0;
	position:relative;
	padding:20px 0px 0px;
	z-index:10;
	border-top:1px solid #cccccc;
}
#primary_navigation ul {
	float:left;
	margin-top:0px;
	position:absolute;
	
}
#primary_navigation li {
	list-style:none;
	float:left;
	font-size:2em;
	margin-left:7px;
	letter-spacing:-1px;
	position:relative;
	text-align:left;
	text-transform:lowercase;
}
#primary_navigation li a {
	color:#414f74;
	text-decoration:none;
	display:block;
	background:#dadada;
	padding:5px 10px 5px 10px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#primary_navigation li a:hover {
	color:#9f6813;
	background:#ffba2e;
	padding:5px 10px 5px 10px;
}
#primary_navigation li#first {
	margin-left:0;
}
#primary_navigation .current_page_item a {
	color:#9f6813;
	background:#ffba2e;
	padding:5px 10px 5px 10px;
}

/* Primary Navigation (Child menus)
-----------------------------------------------------------------------*/
#primary_navigation ul li ul {
	display:none;
	margin-left:0px;
}

#primary_navigation ul ul li:first-child {
}

#primary_navigation ul li:hover ul {
	display:block;
	z-index:999;
}

#primary_navigation ul li:hover ul {
	width:180px;
	padding:4px 0px 0px 0px;
	position:absolute;
	top:31px;
	left:-6px;
	background:#none !important;
}

#primary_navigation ul li:hover ul li a {
	background:#dadada;
	display:block !important;
	padding:5px 8px;
	margin: 1px 0 0 0;
	font-size:0.5em;
	width:160px;
	color:#414f74;
}

#primary_navigation ul li:hover ul li a:hover {
	background:#ffba2e;
	color:#9f6813;
}

/* Primary Navigation (Grandchild menus)
-----------------------------------------------------------------------*/
#primary_navigation li ul li ul {
	display:none !important;
	padding:0 !important;
}

#primary_navigation li ul li:hover ul {
	display:block !important;
	position:absolute !important;
	left:170px!important;
	top:-1px !important;
	font-size:0.5em;
}


/* Slideshow
-----------------------------------------------------------------------*/
#slider_wrap {
	width:100%;
	margin-top:20px;
	background:url(images/seabg.jpg) top center no-repeat #0c1a31;
	border-top:8px solid #c57904;
	border-bottom:8px solid #FFFFFF;
	height:353px;
	position:relative;
}

#slider_container { 
	margin:0 auto;
	width:980px;
	height:365px;
	margin-top:25px;
	position:relative;
	z-index:2;
}

.learntodive {
	background:url(images/learn-dive.png) no-repeat;
	width:358px;
	height:296px;
	display:block;
	float:left;
	top:300px;
	left:0px;
	text-indent:-9999em;
	position:absolute;
	z-index:10;
	cursor:pointer;
	margin-right:20px;
	margin-top:10px;
}

.learntodive:hover {
	background:url(images/learn-dive-hover.png) no-repeat;
}
#faded { 
	margin:0 auto;
	width:600px;
	float:right;
	height:395px;
	margin-top:-45px;
	position:relative;
	z-index:5;
	overflow:hidden;
	
}

#faded li {
	list-style:none;
	position:relative;
}

#faded img { 
	width:600px;
	height:385px;
	padding-bottom:10px;
	background:url(images/slider-bg.png) bottom center no-repeat;
	z-index:4;
}

#faded li span {
	background:#000;
	color:#fff;
	position:absolute;
	bottom:20px;
	opacity:.70;
	filter:alpha(opacity=70);
	filter:"alpha(opacity=70)";
	padding:20px;
	font-size:1.4em;
	display:none;
	visibility:hidden;
}

.pagination {
	position:absolute;
	bottom:-32px;
	left:422px;
	display:none;
	visibility:hidden;
}

.pagination li {
	list-style:none;
	float:left;
	margin:0 3px;
}

.pagination li a {
	text-decoration:none;
	display:block;
	padding:3px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#313131;
	background: -webkit-gradient(linear, left top, left bottom, from(#767676), to(#444));
	background: -moz-linear-gradient(top,  #767676,  #444);
	text-indent:-9999em;
	width:10px;
	height:10px;
}

.pagination li.current a {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#313131;
	background: -webkit-gradient(linear, left top, left bottom, from(#f37830), to(#b14e15));
	background: -moz-linear-gradient(top,  #f37830,  #b14e15);
	text-indent:-9999em;
}

/* Left  Sidebar
-----------------------------------------------------------------------*/
#left_sidebar {
	float:left;
	background:url(images/leftcol-bg.png) right top no-repeat;
	width:220px;
	margin:0px 0;
	padding:10px 10px 10px 15px;
	font-size:1.2em;
	line-height:1.5em;
	margin-right:0px;
}

#left_sidebar h1, #left_sidebar h2, #left_sidebar h3 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.8em;
	margin:10px 0 25px;
	text-shadow:1px 1px 1px #FFFFFF;
}

#left_sidebar h4, #left_sidebar h5, #left_sidebar h6 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.5em;
	margin:10px 0 25px;
	text-shadow:1px 1px 1px #FFFFFF;
}

#left_sidebar p {
	padding:0px 0 10px;
}
#left_sidebar a {
	padding-left:0px;
	color:#ebac2b;
	text-decoration:none;
}

#left_sidebar img {
	width:215px;
	height:150px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#left_sidebar a:hover {
	text-decoration:underline;
}
#left_sidebar ul {
	list-style:none;
	padding-left:0px;
}

#left_sidebar ul li {
	background:url(images/listbg.png) 0 9px no-repeat;
	color:#5c5e63;
	font-size:1em;
	text-transform:uppercase;
	font-weight:normal;
	padding:5px 0 5px 15px;
	border-bottom:1px solid #e5e5e5;
	margin-right:20px;
}

#left_sidebar ul li.lastlist {
	border-bottom:none;
}

#left_sidebar ul li a {
	padding-left:0px;
	color:#5c5e63;
	text-decoration:none;
}

#left_sidebar ul li a:hover {
	text-decoration:underline;
}

.full-list {
	background:url(images/clicklist.png) top center no-repeat;
	width:198px;
	height:42px;
	display:block;
	text-indent:-99999em;
	position:relative;
	cursor:pointer;
	margin-top:10px;
}

.full-list:hover {
	background:url(images/clicklist.png) bottom center no-repeat;
}

/* Mid Column
-----------------------------------------------------------------------*/
#midcol {
	float:left;
	background:url(images/leftcol-bg.png) right top no-repeat;
	width:160px;
	margin:0px 0;
	padding:10px 15px 10px 20px;
	font-size:1.2em;
	line-height:1.5em;
	margin-right:0px;
}

#midcol h2 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.8em;
	margin:10px 0 25px;
	text-shadow:1px 1px 1px #FFFFFF;
}

#midcol p {
	padding:0px 0 20px;
	color:#5c5e63;
}

#midcol strong {
	font-size:1.1em;
	color:#303237;
	text-transform:uppercase;
}

	

/* Content
-----------------------------------------------------------------------*/
#content {
	float:left;
	width:500px;
	margin:0px 0;
	padding:10px 15px 10px 20px;
	font-size:1.3em;
	line-height:1.6em;
	margin-right:0px;
}
#content h1 {
	font-weight:normal;	
	color:#414f74;
	font-size:2.3em;
	margin:7px 0 22px;
	text-shadow:1px 1px 1px #FFFFFF;
}

#content h2 {
	font-weight:normal;	
	color:#414f74;
	font-size:2.1em;
	margin:7px 0 22px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content h3 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.8em;
	margin:7px 0 22px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content h4 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.6em;
	margin:7px 0 15px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content h5 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.5em;
	margin:7px 0 15px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content h6 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.3em;
	margin:7px 0 15px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content p {
	padding:0px 0 15px;
	color:#66686d;
}

#content img {
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#content ol {
	padding-left:18px;
	margin:8px 0;
}

#content ul {
	padding-left:1px;
	margin:8px 0;
}

#content ul li {
	list-style:none;
	background:url(images/listbg.png) 0 9px no-repeat;
	font-size:1em;
	padding:2px 0 2px 15px;
}

#content blockquote {
	line-height:1.6em;
	padding-left:20px;
	padding-bottom:15px;
}

#content a {
	color:#ebac2b;
	font-weight:bold;
	text-decoration:underline;	
}

#content a:hover {
	text-decoration:none;
}

#events {
	margin-top:10px;
}

#events .eventlist {
	margin-bottom:10px;
	line-height:1.4em;
}

#events .eventlist h3 {
	color:#27418e;
	font-weight:bold;	
	color:#414f74;
	font-size:1.3em;
	margin:5px 0 2px;
}

#events .eventlist img {
	padding:5px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	background:#c7c7c7;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

/* Content Table 
-----------------------------------------------------------------------*/
#content table, #content_inner table {
	margin:10px 0;
}

#content_inner thead td, #content thead td, #content_inner th, #content th {
	background:#224a96;
	color:#FFFFFF;
	padding:5px 10px;
	vertical-align:top;
}

#content td, #content_inner td {
	padding:5px 10px;
	vertical-align:top;
}

/* Image Inner
-----------------------------------------------------------------------*/
#image_inner { 
	margin:0 auto;
	width:600px;
	float:right;
	height:365px;
	margin-top:-45px;
	position:relative;
	
}

#image_inner img { 
	width:600px;
	height:385px;
	padding-bottom:10px;
	background:url(images/slider-bg.png) bottom center no-repeat;
	z-index:10;
}

/* Content Inner
-----------------------------------------------------------------------*/
#content_inner {
	float:left;
	width:700px;
	margin:0px 0;
	padding:10px 10px 10px 20px;
	font-size:1.3em;
	line-height:1.6em;
	margin-right:0px;
}
#content_inner h1, #content_contact h1 {
	font-weight:normal;	
	color:#414f74;
	font-size:2.3em;
	margin:7px 0 22px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content_inner h2, #content_contact h2 {
	font-weight:normal;	
	color:#414f74;
	font-size:2.1em;
	margin:7px 0 22px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content_inner h3, #content_contact h3 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.8em;
	margin:7px 0 22px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content_inner h4, #content_contact h4 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.6em;
	margin:7px 0 15px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content_inner h5, #content_contact h5 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.5em;
	margin:7px 0 15px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content_inner h6, #content_contact h6 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.3em;
	margin:7px 0 15px;
	text-shadow:1px 1px 1px #FFFFFF;
}
#content_inner p, #content_contact p {
	padding:0px 0 15px;
	color:#66686d;
}

#content_inner img, #content_contact img {
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

#content_inner ol, #content_contact ol {
	padding-left:18px;
	margin:8px 0;
}

#content_inner ul, #content_contact ul {
	padding-left:1px;
	margin:8px 0;
}

#content_inner ul li, #content_contact ul li {
	list-style:none;
	background:url(images/listbg.png) 0 9px no-repeat;
	font-size:1em;
	padding:2px 0 2px 15px;
}

#content_inner blockquote, #content_contact blockquote {
	line-height:1.6em;
	padding-left:20px;
	padding-bottom:15px;
}

#content_inner a, #content_contact a {
	color:#ebac2b;
	font-weight:bold;
	text-decoration:underline;	
}

#content_inner a:hover, #content_contact a:hover {
	text-decoration:none;
}

#content_inner #searchform input#s {
	background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #CCCCCC;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    margin: 2px 0 0;
    padding: 5px;
    width: 300px;
}

#content_inner #searchform input#searchsubmit {
	font-size: 1em;
	border:1px solid #CCCCCC;
	margin-left:20px;
	padding:5px;
	color:#333333;
	cursor:pointer;
}

/* Contact Page Template
-----------------------------------------------------------------------*/
#gmap {
	float:left;
	background:url(images/leftcol-bg.png) right top no-repeat;
	width:0px;
	margin:0px 0;
	padding:10px 15px 10px 20px;
	font-size:1.2em;
	line-height:1.5em;
	margin-right:0px;
}

#gmap h2 {
	font-weight:normal;	
	color:#414f74;
	font-size:1.8em;
	margin:10px 0 25px;
	text-shadow:1px 1px 1px #FFFFFF;
}

#gmap p {
	padding:0px 0 20px;
	color:#5c5e63;
}

#gmap img {
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}


#gmap a {
	color:#ebac2b;
	font-weight:bold;
	text-decoration:underline;	
}

#gmap a:hover {
	text-decoration:none;	
}

#gmap strong {
	font-size:1.1em;
	color:#303237;
	text-transform:uppercase;
}
#content_contact {
	float:left;
	width:650px;
	margin:0px 0;
	padding:10px 10px 10px 20px;
	font-size:1.3em;
	line-height:1.6em;
	margin-right:0px;
}


/* Contact Form
-----------------------------------------------------------------------*/
.gform_wrapper ul {
    margin: 0px !important;
	
}

.gform_wrapper ul li {
    margin: 5px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
	background:none !important;
}

.gfield_label {
    font-weight:lighter !important;
}

.gfield_required {
    color: #ff0000 !important;
    font-weight:lighter !important;
	display:none;
}

.ginput_container input {
    width: 215px;
    font-size: 1.1em !important;
    color: #333333;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    padding: 5px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
}

.ginput_container  textarea  {
    width: 350px !important;
    font-size: 12px !important;
    color: #333333;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    height: 78px !important;
    padding:5px !important;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top: 3px;
}

.ginput_container input:focus,.ginput_container  textarea:focus {
    background: #1967b0;
    color: #f3f3f3;
}

.gform_button {
    width: 100px !important;
    font-size: 1.1em;
    height: 37px;
    padding:5px !important;
    color: #333333 !important;
    background: #f1f1f1 !important;
    border: 1px solid #cccccc;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    cursor: pointer;
	margin-left:10px;
}

.gform_button:focus, .gform_button:hover {
    color:#212121 !important;
}

#gforms_confirmation_message {
    background-color: #FEDA70 !important;
    border: 1px solid #FEDA70;
    color: #252525;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
}


/*-- Error Section ----------------*/

.validation_error {
    color:#080808 !important;
    font-weight:lighter !important;
    font-size: 12px !important;
    margin:  10px 0px !important;
}

.gfield_error {
    background: none !important;
    border: 0px !important;
    color:#080808 !important;
    padding: 0px !important;
}

.gfield_error .gfield_label {
    color: #2b424b !important;
    font-weight:lighter !important;
}

.validation_message {
    color:#080808 !important;
    padding: 2px 0px 0px 0px !important;
}

.gfield_error input, .gfield_error textarea {
    background: #ebac2b !important;
    color: #333333 !important;
    border: 1px #d5cf31 solid !important;
}

.gfield_error input:focus, .gfield_error textarea:focus {
    color: #333333 !important;
}



/* Footer
-----------------------------------------------------------------------*/
#footer_wrap {
	background: url(images/footerbg.jpg) top center repeat #ffffff;
	width:100%;
	position:relative;
}
#footer {
	width:980px;
	margin:0 auto;
	text-align:center;
	color:#9095a1;
	font-size:11px;
	padding:20px;
	height:20px;
	position:relative;
	

}
#footer #copyright {
	position:absolute;
	left:50px;
	width:980px;
}
#copyright p {
	margin: 0px 0px 5px 0px;
	text-transform:uppercase;
	float:left;
}

.separator {
    color: #9095a1;
	margin: 0px 4px;
}

#copyright a {
    color: #9095a1;
    text-decoration: none;
}

#copyright a:hover, #copyright a.footer_current_page {
    color: #000;
    text-decoration: none;
}

#copyright a.pwd:hover {
	color:#33ccff;
}


