/****************************************
 * 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 {margin-top:2em;
	}
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}
 
/****************************************
 * 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;
	}
 
/****************************************
 * Miscellaneous
 ****************************************/
 
hr, #skipnav {
	display: none;
	}
	
#homelink {
	margin: 15px 0 0 0;
	}
#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:50px}
#propic {float: left; width:170px;}
#bio {float: right; width:320px; }
#bio h2 {margin-top:0}