/* Style Sheet for Pensacola Athletic Center website */
/* Jan 2009, Robert Bassett */
/* Started with a 2-column Wordpress style sheet, 
    'Almost Spring', and hacked it up.  There remain 
    a few leftover style definitions, not used for 
    the PAC website, but that's ok. */

/* Theme Name: Almost Spring
 Theme URI: http://beccary.com/goodies/wordpress-themes/
 Description: A light and simple two-column theme graced with greens and oranges. 
 Version: 1.1-wpcom
 Author: Becca Wei
 Author URI: http://beccary.com
 Tags: green, two columns, fixed width */

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #FFFF00;
	font-size: 90%;
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
/*	font-family: Verdana, Arial, sans-serif; */
/*	font-weight: bold;  improves readability on yellow bkground, but perhaps too heavy-handed */
	color: #333;
	text-align: center;
}

a img {
	border: none;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}

ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
/*	color: #9BBB38; original */
/*	color: #4D5E13; too dark, */
/*	color: #637818; not right hue */
	color: #547818;
}

h1, h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

a:link {
/*	color: #E58712;  original */
/*	color: #9D5C0D;  darker */
	color: #804000;
}

a:visited {
	color: #B96F17;
}

a:hover, a:active {
	color: #547818;   /* same as H1, H2, etc above */
}

input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

.small {
	font-size: 0.8em;
}

/* These are specifically for Weekly Schedule tables */

td.weekly-day {
	text-align: left;
	width: 100px;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

td.weekly-time {
	font-size: 90%;
	text-align: right;
	width: 80px;
}

td.weekly-name {
	font-size: 90%;
	text-align: left;
	text-indent: 1em;
}


#wrapper {
	margin: 0 auto;
	width: 750px;
	background-color: #FFFF00;
	text-align: left;
}


#header {
	padding: 30px 0 0 0;
	background-color: #FFFF00;
	border-bottom: 5px solid #000000;
}

	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #80904F;
	}
	
	
#content {
	float: left;
	overflow: hidden;
	padding: 0 20px;
	width: 520px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 480px;
	background-color: #FFFF00;
}

html>body #content {
	width: 480px;
}

* html #content {
	overflow: hidden;
	/* So IE won't break things */
}

#sidebar {
	float: left;
	padding: 1.8em 20px 0 20px;
	width: 230px;
	font-size: 0.9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
	background-color: #FFFF00;
}
 
html>body #sidebar {
	width: 190px;
}

	/* Lots of sidebar styles, so they're far below ... */

#footer {
	clear: both;
/*	font-size: 0.8em; */
	font-size: 8pt;
	text-align: right;
}

	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 20px 0;
		background-color: #FFFF00;
		border-top: 5px solid #000000;
		text-align: right;
	}

	
	
/* Sidebar Styles */

#sidebar h2 {
	display: inline;
	margin: 1.2em 0 0.6em 0;
	padding: 0 10px 0 0;
	font-size: 1.1em;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
}

#sidebar ul ul {
	margin: 1.2em 0;
	border-top: 1px solid #547818;
	background-color: #FFFF00;
}

#sidebar ul ul li {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #547818;
}

#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 10px 0 10px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
}

html>body #sidebar ul ul li a {
	width: 170px;
}

#sidebar ul ul li a:hover {
	background-color: #FFFFFF;
}

/* Nested lists? */
#sidebar ul ul ul {
	margin: 0;
	border: none;
}

#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
	border-bottom: none;
	border-top: 1px solid #547818;
}

#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
	width: 190px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 155px;
} 

html>body #sidebar ul ul ul li a {
	width: 155px;
}

/* Images */
img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
