/* 
 * Lake Zurich NHS Style Sheet and Website
 * Created by Nathan Harada (Class of '10)
 *
 * Not to be used in part or whole for any
 * website other than Lake Zurich's
 * National Honor Society website.
 */
 
/* v1.0 | 20080212 */
/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start main CSS */
/* Body */
body
{
	font:1em Georgia,serif;
	width:800px;	
	max-width:100%;
	background:#CCCCCC;
	margin-left:auto;
	margin-right:auto;
}

p
{
	text-indent:50px;
}
/* Wrapper */
#wrapper
{
	padding:10px;
	background:#FFFFFF;
}

/* Header */
#header
{
	height:150px;
	background:#000066;
	padding:0px;
}

#header img
{
	float:left;	
	position:relative;
	left:5px;
	top:4px;
	z-index:1;
}

#header h1
{
	color:#CCCCCC;
	font:340% Verdana,Helvetica,sans-serif;
	position:relative;
	text-align:right;
	left:-20px;
	top:40px;
}

#header em
{
	color:#e35a00;
	font-style:normal;
}
/* Nav */
#nav
{
	clear:both;
	font:1em/2 "Helvetica Neue",Arial,Helvetica,sans-serif;
}

#nav ul
{
	list-style:none;
	border:1px solid #CCCCCC;
	border-width:1px 0;
	width:100%;
	background:#000066;	
	float:left;
	margin-bottom:20px;
}

#nav li
{
	display: inline;

}

#nav li:first-child a {
	border-left:1px solid #CCCCCC;
}

#nav a:link,
#nav a:visited
{
	text-decoration:none;
	background:#000066;
	color:#CCCCCC;
	padding:2px 40px 2px 10px;	
	float:left;
	width:auto;
	border-right:1px solid #CCCCCC;

}

#nav a:hover
{
	background:#CCCCCC;
	color:#000066;
}

#nav a:active 
{
	background:#e35a00;
	color:#fff;
}

#home #nav-home a,
#meetings #nav-meetings a,
#downloads #nav-downloads a,
#hours #nav-hours a,
#events #nav-events a
{
	background:#e35a00;
	color:#fff;
}

/* Content */
#content
{
	padding:14px;
}

/* Footer */
#footer
{
	font:1em Georgia,serif;
	border-bottom:1px solid #000066;
	border-top:1px solid #000066;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:6px;
	text-align:center;
	clear:both;
}

#footer ul
{
	list-style:none;
}

#footer li
{
	display:inline;
}

/* Posts */
.post_link
{
	font-size:small;
}

.post_subtitle
{
	color:#AAAAAA;
}

.post
{
	padding:16px 0px 20px 0px;
	border-bottom:1px solid #CCCCCC;
}

.post_title
{
	font:140% "Helvetica Neue",Arial,Helvetica,sans-serif;
}

/* Hours */
.hour_list td
{
	padding: 1px 5px 1px 5px;
	width:200px;
}

.hour_list table
{
	margin:5px;
	padding:5px 0px 5px 0px;
}

.hour_list b
{
	font:140% "Helvetica Neue",Arial,Helvetica,sans-serif;
}

.hour_list_right
{
	width:50%;
	float:right;
}

.hour_list_left 
{
	width:50%;
	float:left;
}

.table_fix
{
	height:250px;
}
