/*  
Theme Name: Wave House Athletic Club
Theme URI: http://www.wavehouseathleticclub.org/
Description: WordPress theme based on original website layout of Wave House Athletic Club
Version: 1.0
Author: Immersion Media
Author URI: http://www.immerstionmedia.com/
*/

@charset "UTF-8";
/* CSS Document */


/*----------------- main  --------------------*/
/*--------------------------------------------*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:80%;
	color:#000;
	background-color:#181510;
}

* {
	margin:0;
	padding:0;
}

#container {
	width: 900px;
	background-color: #fff;
	text-align: left;
	margin: 0 auto;
}

a, a:visited {
	color:#b50c00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

p {
	margin-top:0px;
	line-height: 160%
}

h1, h2, h3, h4, h5, h6{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}

h1 {
	font-size:3.0em;
  font-weight: bold;
  color: #ffffff;
  font-family:"Century Gothic";
  letter-spacing:1px
	}

h2{
	font-size:1.8em;
	letter-spacing:1px;
}

h3{
	font-size:1.5em;
	line-height: 140%;
	letter-spacing:1px;
}

h4{
	font-size:2.2em;
	letter-spacing:1px;
	color: #00a0db;
}

h5{
	font-size:1.2em;
	line-height: 140%;
	letter-spacing:1px;
}

ul, ol {
margin-left: 10px;
padding-left:10px
}


/*----------------- pool parties  --------------------*/
/*--------------------------------------------*/

.aquatic-parties {
	border: solid 1px #3399FF;
	width:200px;
}

.aquatic-parties-head {
	background-color:#3399FF;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	height:51px;
}



.events-space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:10px;
}



/*----------------- header  ------------------*/
/*--------------------------------------------*/

#header {
	width:900px;
	height:106px;
	display:block;
	background: url(../img/header.jpg)
}


#nav{
	float:right;
	display:inline;
	font-size:18px;
	width:590px;
	margin-top:64px;
	margin-right:20px
}

#nav ul li{
	/*float:left;*/
	display:inline;
	padding-right:10px;
	letter-spacing:-1px
}

#nav a {
	color:#000;
	text-decoration:none
}

#nav a:hover {
color: #00a0db;
}

#subnav{
	font-size:14px;
	width:900px;
	background:url(../img/subnav_background.jpg) #3D2308 no-repeat;
	height:27px;
	padding-top: 8px
	
}

#subnav ul li{
	/*float:left;*/
	display:inline;
	padding-left:1.2em;
	
}

#subnav a {
	color:#F4F4F4;
	text-decoration:none
}

#subnav a:hover {
color: #bfedff;
}


#thirdnav {
	font-size:14px;
	width:900px;
	background:url(../img/3rdnav_background.jpg) #fff no-repeat;
	height:36px;
	padding-top: 11px
	
}

#thirdnav ul li{
	/*float:left;*/
	display:inline;
	padding-left:1.2em;
	
}

#thirdnav a {
	color:#181510;
	text-decoration:none
}

#thirdnav a:hover {
color: #00a0db;
}

.images {
border: solid 1px #000000;
padding: 6px;
background: url(../images/photobackground.jpg);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 10px
}

/*--------------- home page  -----------------*/
/*--------------------------------------------*/

#features_images {
width: 880px;
height: 140px;
background: #FFF url(../images/border_top_home.jpg) no-repeat top left;
padding: 75px 0 25px 20px;
}

#features_images img, #features_images {
	float:left;
	display:inline;
	margin-right:13px;
}


#features_images a{
border: none;
}

/*--------------- info panel  ----------------*/


/* #info {
	width: 900px;
	height:119px;
	background:#181510 url(../img/info_panel.jpg)  no-repeat top left;
	color:#FFF;
	font-size:10px;
	clear:both;
}

#info a, #info a:visited{
	color:#fff;
	font-weight:bold;
}

#info a:hover{
color:#bfedff
}

#info_box {
	float:left;
	display:inline;
	width:200px;
	margin-left:20px;
	padding-top:10px;
	font-size:120%;
	overflow: auto;
	height: 100px;
}
*/

#info {
display:none
}

#sidebar {
float:right;
background: #CCCCCC;
width: 260px;
padding: 10px;
padding-top:20px;
background: #000000 url(../img/sidebar.gif) top no-repeat;
color:#FFFFFF;
margin-left: 30px;
text-align:center
}

#sidebar img  { 
 padding: 6px; border: 1px solid #CCC; background-color: #FFF; }


#content{
	width:860px;
	background: #FFFFFF url(../img/content_background.gif) bottom no-repeat;
	clear:both;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom: 40px;
	padding-top: 20px
	}

/*----------------- footer  ------------------*/
/*--------------------------------------------*/

#footer{
	width:900px;
	background: url(../img/info_panel.jpg);
	height:89px;
	color:#fff;
	text-align: center;
	clear:left;
	font-size:100%;
	padding-top:30px
}

#footer_nav{
	padding:13px;
}

#footer_nav ul li{
	display:inline;
	padding-right:1.2em;
	
}


#footer ul li a {
	color:#fff;
}

 #footer ul li a:visited {
 color: #fff
 }
 
 