/************
************* DQ's modified version of Eric Meyer's CSS reset */
a { text-decoration: none; }
a img { border: none; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code, del, dfn, 
font, img, ins, kbd, q, samp, small, 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;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
html{height: 100%;}
body {
	color: black;
	background: white;
	height: 100%;
}
ol, ul { list-style: none; }
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
pre { 
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: scroll; 
}

/************
************* DESIGN */

body {
	background: #d6d1e7 url(images/bg.jpg) repeat-x;
	font-family: arial, sans-serif;
}
#header {
	height: 58px;
}
#header-container {
	width: 924px; 
	margin: 0 auto;
	position: relative;
}
#header-container #icons{
	width: 125px; height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 7px 10px 0 0;
	text-align: right;
}
#header-content {
	width: 900px; 
	margin: 0 auto;
}
#header-content #logo-sub-nav{
	float: left;
	width: 130px;
}
#header-content #logo-sub-nav #sub-nav{
	background: url(images/transparent.png) no-repeat;
	font-size: 90%;
	height: 80px;
	padding-top: 20px;
}
#header-content #logo-sub-nav #sub-nav li{
	margin-bottom: 5px;
}
#header-content #logo-sub-nav #sub-nav a{
	color: #663399;
	font-size: 80%;
	padding: 4px 10px 4px 20px;
	width: 77%;
	display: block;
	font-weight:bold;
}
#header-content #logo-sub-nav #sub-nav a:hover,#header-content #logo-sub-nav #sub-nav .current_page_item a{
	text-decoration: none;
	background: #c8c8c8;
}
#header-content #logo-sub-nav #sub-nav .current_page_item a{
	border-right: 4px solid #666;
}
#header-content #navigation{
	float: left;
}
#header-content #navigation li{
	float: left;
}

#header-content #navigation li a{
	display: block;
	padding: 36px 30px 6px 30px;
	color: white;
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
}
#header-content #navigation li a:hover, #navigation .current_page_item a, #navigation .current_page_parent a {
	background: url(images/hover.jpg) repeat-x;
	color: #cccc33 !important;
	text-decoration: none;
}

#outer-container {
	width: 924px;
	margin: 0 auto;
	background: url(images/shadow.jpg);
}
#container {
	width: 900px;
	margin: 0 auto;
	background: white url(images/inner-bg.gif) repeat-y;
	padding-bottom: 50px;
}
#container h1{
	font-size: 130%;
	color: black;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
#container h1 a{
	color: black;
}
#container #banner{
	width: 900px;
	height: 152px;
	background: url(images/banner.jpg);
}
#container #banner.Classes{
	background: url(images/banner-classes.jpg);
}
#container #banner.Membership{
	background: url(images/banner-membership.jpg);
}
#container #banner.Contact{
	background: url(images/banner-contact.jpg);
}
#container #content{
	padding: 20px 30px 10px 165px;
	width: 527px;
	min-height: 300px;
}
#container #posts {
	width: 141px;
	float: right;
	padding: 20px 15px;
}
#container #posts .entry{
	margin-bottom: 10px;
}
#container #posts h1, #container #posts h1 a{
	color: #83009b;
	font-weight: bold;
	font-size: 95%;
	border-bottom: 0;
}
#container #posts p{
	line-height: 140%;
	font-size: 70%;
}
#footer {
	background: url(images/footer-bg.jpg) repeat-x bottom;
	margin-top: -20px;
	height: 30px;
}
#footer-content {
	width: 900px; 
	text-transform: uppercase;
	margin: 0 auto;
	font-size: 70%;
	color: #636363;
}
#footer-content a{
	color: #9aa745;
	font-weight: bold;
}
#footer-content .left{
	float: left;
	padding-left: 150px;
}
#footer-content .right{
	float: right;
}
#footer-content p{
	margin: 0;
}
#footer-content span{
	margin: 0 15px;
}

#content a{color: #663399; font-weight: bold;}
a:hover{text-decoration: underline;}
#content p {margin: 15px 0 20px 0; font-size: 80%; line-height: 130%;}
.clear{clear: both;}