/****************************************
 * San Diego Squash
 * Main CSS Rules
 ****************************************/
 
/****************************************
 * General Formatting
 ****************************************/
 
body {
 	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
	font-size: 63.125%;
	background: #fff7e5 url(../img/layout/bg.gif) repeat-x top left;
 	}
	
#content {
	float: left;
	width: 750px;
	margin-top: 35px;
	padding: 0 0 25px 0;
	}
	
#nav {
	float: left;
	width: 205px;
	}
	
#main {
	float: right;
	margin: 0 0 25px 0;
	width: 520px;
	}
 
/****************************************
 * Nav
 ****************************************/
 
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {	
	margin: 0;
	float: left;
	}
	
#nav a, #nav span {
	display: block;
	float: left;
	padding: 15px;
	border-top: 1px solid #000;
	width: 175px;
	background: #fecc02 url(../img/layout/nav/right.gif) repeat-y top right;
	font-size: 1.15em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
	
#nav #firstlink a {
	border: none;
	background-image: url(../img/layout/nav/top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	
#nav #lastlink a {
	background-image: url(../img/layout/nav/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#nav a:hover {
	background-color: #ffe580;
	}
	
#nav a:active {
	background-color: #fecc02;
	}
	
#nav span {
	color: #736739;
	}
 
#nav a#currentlink {
	background-color: #000;
	color: #fecc02;
	} 
	
#nav #firstlink a#currentlink {
	background-image: url(../img/layout/nav/top_current.gif);
	}
	
#nav #lastlink a#currentlink {
	background-image: url(../img/layout/nav/bottom_current.gif);
	}

/****************************************
 * Main Content
 ****************************************/
 
h1 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 50px 0;
	}
h2 {	
	font-size: 1.5em;
	margin-top:2em;
	margin-bottom: .5em;
	}
h2 span {font-weight:normal;
	font-size: .9em;
	}
p {
	margin: 10px 0;
	font-size: 1.3em;
	line-height: 1.5em;
	}
p a {
	color:black;
	}
p a:hover {
	text-decoration:none;
	}

ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
	font-size: 1.3em;
	list-style: disc;
	}
	
li {
	margin: 5px 0;
	}
	
ul#eventslist li {
	margin-bottom: 15px;
	}
ul span {font-weight:bold;
	padding-right:.5em;
	}
p.fineprint {font-size: 1em; margin-left:12px; margin-top:.5em}

.clear {clear:both}
.center {text-align:center}
.right {text-align:right}
.space {margin-top:2em}
.rates {float:left; width:100px; margin-bottom:3em}
.rates3 {float:left; width:250px; margin-bottom:3em}
ul.nobull, ul#weekly {list-style-type: none; padding-left:0}
ul#weekly li {margin: 1em 0; list-style-type: none; padding-left:0}


/****************************************
 * Images
 ****************************************/
   
img.float-right {
	float: right;
	margin: 10px 0 5px 15px;
	}
   
img.float-left {
	float: left;
	margin: 0 15px 5px 0;
	}
   
img.squash-link {
	vertical-align: middle;
	margin-right: 15px;
	border: 1px solid #e5dfc3;
	}
	
.photo {
	border: 3px solid #fecc02;
	}
   
/****************************************
 * Table
 ****************************************/
   
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	font-weight: normal;
	text-align: left;
	}
	
table {
	border: 1px solid #e5dfc3;
	border-bottom: none;
	}
	
th, td {
	padding: 7px 15px;
	font-size: 1.3em;
	}
	
th {
	background: #e5dfc3;
	font-weight: bold;
	}
	
td {
	background: #fff;
	border-bottom: 1px solid #e5dfc3;
	}
   
   
   
/****************************************
 * Address
 ****************************************/
 
#address {
	position: absolute;
	top: 0;
	left: 315px;
	width: 450px;
	height: 150px;
	background: url(../img/address.gif) no-repeat top left;
	}
 
#address address {
	display: none;
	}
	
hr, #skipnav {
	display: none;
	}
	
#homelink {
	margin: 15px 0 0 0;
	}
 
/****************************************
 * Miscellaneous
 ****************************************/

#map {border:1px solid black}
p#maplink {margin-top:.4em; font-size:smaller}	 
#homelink {
	margin: 15px 0 0 0;
	}
#membership span {font-size:.9em; color: #555}
#button1 {margin-top:2em}
#button1 a {background-color:#8b1111; font: bold 1.4em arial, serif; color:white; display:block; padding:2px; text-decoration:none; text-align:center; width:9em}
#button1 a:hover {background-color:red}

#section {overflow:hidden;
	clear:both;
	margin-top:30px}
#propic {float: left; width:130px;}
#bio {float: right; width:360px; }
#bio h2 {margin-top:0}


#draw {position:relative; top:-350px; left:360px}
#draw a {background-color:#8b1111; color:white; padding:.5em 1em;font-size:1.3em; text-decoration:none}
#draw a:hover {background-color:red}
