/* @override http://fh.moonfishmedia.com/wp-content/themes/fh/css/layout.css */

#wrapper {
	/*background-color: red;*/
  	/*background-image: url(img/960-12-col-18-base.png);*/  
	/*border: 1px solid #eee;*/                      
	margin: 1.5em auto;
	overflow: auto;
	width: 960px;
}

/*#wrapper:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}*/

#header,
#masthead,
ul#nav,
#content,
#sidebar,
#footer {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative; /* ? */
}

#header {
	background: url(img/banner-940.png) no-repeat;
	height: 162px;
	/*margin-bottom: 1.5em;*/
	width: 940px;
	/*z-index: 1;*/
}

#masthead {
	/*background-color: rgb(8,87,152);*/
	/*background: rgb(8,87,152) url(img/waves-h54.png) no-repeat bottom 10%;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 1.5em;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 3em;
	width: 940px;
	/*z-index: 4;*/
}

/*Main navigation*/

ul#nav {
	/*background-color: green;*/ 
	/*margin: 0;*/
	margin-left: 0;
	margin-bottom: 1.2em;
	padding: 0;
	overflow: auto;
	/*width: 100%;*/
	width: 620px;
}

ul#nav li {
	/*background-color: #eee;*/ 
	/*display: inline;*/
	float: left;
	font-weight: bold;
	line-height: 14px;
	list-style-type: none;
	margin-right: 10px;
	padding: 2px 0;
	text-transform: uppercase;
	/*width: 130px;*/
	/*width: 60px;*/
}

ul#nav li.first a {
	color: rgb(177,62,27);
}

ul#nav li.children,
ul#nav li.teens,
ul#nav li.adults {
	/*list-style-position: inside;*/
	/*list-style-type: disc;*/
	background: url(img/bullet-yellow-20.png) no-repeat 0 50%;
	padding-left: 20px;
	/*margin-left: 0;*/
}

ul#nav li.teens {
	background: url(img/bullet-green-20.png) no-repeat 0 50%;
}

ul#nav li.adults {
	background: url(img/bullet-blue-20.png) no-repeat 0 50%;
}

ul#nav li.last {
	margin-right: 0;
}

ul#nav li a {
	display: block;
	padding-right: 10px;
}

ul#nav li a:hover,
ul#nav li a:active {
/* 	background-color: red; */
	text-decoration: none;
}

#content {
 	/*background-color: #ccc;*/
	border-left: 1px solid rgb(146,192,229);
	border-right: 1px solid rgb(146,192,229);
	margin-right: 0;
	padding-right: 9px;
	width: 620px;
}

#sidebar {
 	/*background-color: #bbb;*/ 
	margin-right: 0;
	width: 300px;
/* 	width: 380px; */
}

#footer {
 	/*background-color: #aaa;*/ 
	margin-right: 0;
	margin-top: 1.5em;
	width: 940px;
}
