/*  
Theme Name: The Western Australian Diving Association Inc
Theme URI: http://www.wadiving.com.au
Description: Your theme
Version: 1
Author: You
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background: #d5d6d7 url('images/kubrickbgcolor.jpg'); */
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	/*border: 1px solid #959596; */
	text-align: left;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	background-position:center 50%;
	

	}

#headerimg 	{ 
	margin: 7px 9px 0;
	background-image:url(images/header_background.png);
	background-repeat:repeat-x;
	height: 100px; 
	width: 950px; 
	} 

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	/*background: #eee url('images/kubrickfooter.jpg') no-repeat top; */
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 950px;
	/*border: 1px solid #959596; */
	}

#header {
	background-color: #FFFFFF;
	margin: 0 0 0px 0px; 
	padding:0; 
	min-height:190px;
	width: 950px;
	float:left;
	}

#headerimg {
	margin: 0;
	height: 100px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0px 0 20px 0px;
	margin: 0px 0 0;
	width: 575px;
	height:920px;
	margin-top:0px;
	z-index:0;
	}
	
	
*html .narrowcolumn {	
margin-top:20px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0px;
	width: 100%;
	float:left;
	}

.post {
		text-align: justify;
	padding:20px;
	padding-left:0px;
	width:500px
margin-top:-40px;
	}
	

.post_home {
		text-align: justify;
	padding:20px;
	padding-left:0px;
	width:100%;
margin-top:0px;
	}
	


.post img {

	float:left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	display:inline;
	display:inline;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform  {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 300px;
background-color:#00FFFF;
	float:left;
	
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
float:left;
	width:200px
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


 #nav_holder {background : #EEAD15; 
 height:24px;
 >height:25px;
 }
 

 #nav, #nav ul {
padding-top : 0;
float : left;



list-style : none;

padding : 0;
border : none;

margin : 0 0 1em 0;
font : 14px tahoma, arial, helvetica, serif;
}
#nav a.title {
padding : 15px;
text-transform : uppercase;
}
#nav a {
display : block;
color : #fff;
text-decoration : none;
padding : 0.25em 1.4em;
}
#nav li {
float : left;

}
#nav li ul {
position : absolute;
left : -999em;
height : auto;
width : 14.4em;
width : 13.9em;
font-weight : normal;
border-width : 0.25em;
margin : 0;
}
#nav li li {
padding-right : 1em;
width : 13em;
}
#nav li ul a {
width : 13em;
width : 9em;
}
#nav li ul ul {
margin : -1.75em 0 0 14em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left : -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left : auto;
}
#nav li:hover, #nav li.sfhover {
background : #4F96FE;
} 
 
 
  .page_item { background-color:#0066FF; }
 .current_page_item { background-color:#6E96D4 }


#banner {height:276px; width:950px; background-image:url(images/header3.jpg); background-repeat:no-repeat; visibility:hidden; display:none;}

.email_link {float:left; width:930px; padding-top:35px;  font-size:120%; color:#FFFFFF; font-weight:bold; text-align:right;}

.email_link  a:link { color: #FFFFFF; }

.post-images {
float:left;
border: 0px solid #FFFFFF;
width:125px;

}



.title_holder  {

margin-top:10px;
height:39px; }

*html .title_holder  { 
margin-top:0px;

}


.title_left {background-image: url(images/title_left.gif); height:39px; width:20px; float:left;}

.title_middle {float:left; background-color:#0066FF; height:35px; width:350px; padding-top:4px; }

.title_middle_archives {float:left; background-color:#0066FF; height:15px; width:450px; padding-top:4px; }

.title_middle_upcoming_events {float:left; background-color:#0066FF; height:35px; width:230px; padding-top:4px; }

.title_text {color:#FFFFFF; font-size:24px; display:inline;}

.title_right {background-image: url(images/title_right.gif); background-repeat:no-repeat; height:39px; width:95px; float:left;}

.post_holder {height:100%; float:left; padding-bottom:10px; width:575px;}

.post_image_holder {float:left; width:125px;}

.post_image_text {padding-left:15px; width:395px; float:left;}

.post_title {display:inline; line-height:125%;}

.flash_image_rotater_holder {width:340px;   float:left; padding-top:70px;}

.flash_image_rotater {float:left; width:340px; height:340px; border:5px solid #4F96FE;}

.upcoming_events_sidebar {float:left; width:350px; padding-top:40px; >padding-top:50px;}

.upcoming_events {
padding-top:50px;
}

*html .upcoming_events_sidebar {

}

.upcoming_events  li
{

	font-size: 120%;
	padding-top:5px;
	padding-bottom: 5px;
margin-left:-20px;
	list-style-position: inside;
}

.quote {font-size:200%;  color:#FFFFFF; width:400px; line-height:150%; padding-left:25px;  float:left; height:145px; >padding-top:20px;}

#footer_bottom {width:950px; height:180px; background-color:#0066FF; float:left;}

.footer_bottom_curve {background-image:url(images/bottomcurve.gif); background-repeat:no-repeat; height:117px;}

.footer_wais_logo {position:relative; padding-left:75px; float:left; top:-25px; width:225px; height:86px; z-index:1;}

.footer_gofor5 {position:relative; float:left; top:0px; width:180px; height:86px; z-index:1;}

.footer_healthway {position:relative; float:left; top:15px; width:180px; height:86px; z-index:1;}

.footer_dsr {position:relative; float:left; top:0px; width:180px; height:86px; z-index:1;}

.footer_dsr img {margin-top:-56px; position:relative; float:left; top:0px;}


.diver_image {position:relative; float:right; margin-top:-223px;}


.footer_address {position:relative; float:left; top:-18px; padding-left:10px; width:180px; height:86px; z-index:1; color:#ffffff; line-height:125%; font-size:110%;}

#footer_line {height:7px; background-color:#0033CC; width:950px; float:left;}

*html #footer_line {margin-top:-10px;}


#page_sidebar input {
border:1px solid #0000FF;
}


#page_sidebar  form {
padding-left:5px;
}

#page_sidebar  {
margin-left:25px; width:300px; float:left;  padding:15px; color:#0000FF; padding-bottom:25px;
}

#page_sidebar ul {list-style-type: none; padding:0px; margin:0px; }
#page_sidebar li {list-style-type: none; padding:0px; margin:0px;  padding-bottom:5px; padding-top:5px; background-image:url(images/sidebar_fade.png); background-repeat:repeat-x; background-position: 0px 54px; height:108px;}


#page_sidebar h2 {color:#0000FF; border-bottom:1px solid #0000FF;}

#page_sidebar A:link {color:#FFFFFF;}
#page_sidebar A:hover {color:#FFFFFF;}
#page_sidebar A:active {color:#FFFFFF;}
#page_sidebar A:visited {color:#FFFFFF;}

.wadiving_logo {padding-top:18px; padding-left:10px; border: none;}

.linkcat li {

padding-top:30px;

}

.important_events {
height:500px; float:left;
}

.important_events li {
padding-top:20px;
}

.page_layout_holder {margin-top:-30px; paddding-bottom:25px; height:39px; }


