/*
Theme Name: New Horizons Diving
Theme URI: http://www.newhorizonsdiving.com/
Description: Converted Busy City template from OSWD converted for wordpress, then changed again
Author: Apparel Studios, Jason Parmer
*/



/***************************************************
   HTML Element Styles
 ***************************************************/

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
a img {
border: none;
}

html { height: 100%; }/*was 100% -- sets page to be 100%...not sure why*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 78%;
	color: #333;
	height: 100%;
	background-color: #24BFDD;

	}
h1	{
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1em;
	color: #5B0C0C
	}
	

acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: 100%;
	min-height: 100%;
	position: relative;
	}
#bgcontainer {	
	min-height: 100%;
	width: 100%;
	background: url(img/nz-bg.jpg) no-repeat;
	background-position: top center;
	padding: 0px;
	margin: 0 auto;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	width: 850px; 
	padding: 0;
	float: right;
	}

	
#header h1 {
	margin: 0; 
	clear: both;
	padding: 43px 0 0 40px;	
	font-size: 1.2em;	
		}
		
#logo {
	float: left;
	padding: 0px 0px 0px 5px;
	clear: both;
	}


#banner {

	margin: 0px 14px 0px 0px;	
	padding: 9px 12px 10px 15px; /*sets position of banner pic*/
	float: right;
	text-align: right;
	background: url(img/header-bg.gif) no-repeat;
	}
	


* html #header h1 { padding-top: 23px; }	


/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 40px;
	padding: 0;	
	}
#header li { 
	list-style-type: none;
	margin: 0 1px;
	font-size: 1.2em;
	background: url(img/nav.gif) no-repeat;
	width: 114px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background-color: #333; color: #9c0; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	min-height: 100%;
	width: 672px;
	margin: -10px;
	background: #2C1A16; /*brown*/
	background: url(img/nz-parchment.jpg);
	}
	
	
.bottompadding {
	padding: 0px 10px 150px 0px;
	}
	
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 10px;
	color: #333;
	font-weight: normal;
	font-size: 1.4em;	
	margin: 0px;
	clear: both;
	}	
	
#content h3 { 
	size: 1.3em;
	color: #333;
	font-weight: normal;
	margin: 0px;
	clear: both;
	font-variant: small-caps;
	}		


#content h2 em { 
	color: #09C; 
	font-style: normal;
	}
#content p {
	line-height: 2.0em;
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	padding: 0 0 0 5px;
	line-height: 2em;
	}	
	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 135px;
	text-align: left;
	clear: none;
	padding: 5px 15px 12px 0px; 
	}
	
#left li { padding: 2px; border-bottom: 1px dotted #333; }

#left a { font-family: 'Georgia'; text-decoration: none; color: #681010; font-size: 1em; font-variant: small-caps;}
#left a:hover { color: #333; }

#calendar {
	width: 150px;
	background: #fff;
	border: 1px dotted #000;
	color: #333;
	float: right;
	}
	
	
#hours {
font-size: .8em;
}
	
	#calendar li a { text-transform: none !important; font-face: "Verdana" font-size: .4em important; padding: 0px; border: none; !important; }


/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 478px;	
	text-align: left;
	margin-right: 10px;
	padding: 10px;

	}
	
#right img {
	padding: 5px;
	}
	
	
	
	#right a { text-decoration: none; border-bottom: 1px dotted; color: #681010; font-size: 1em; padding: 0px; line-height: 1.5em; }
#right a:hover { color: #0C3111; }

#cal {
	float: left;
	width: 150px;
	font-family: 'Verdana';
	font-size: .75em;
	color: #333;
	margin-left: 10px;
	}
	

	
#events {
	float: right:
	width: 350px;
	font-family: 'Verdana';
	font-size: .75em;
	color: #333;
	margin-left: 10px;
	}
	

		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	

	width: 100% !important;
	padding: 10px 0;	
	color: #999;	
	font-size: 11px;
	text-align: center;
	clear: both;

	}	

#footer a { color: #999; }
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #681010; }
