* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#4586a6;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	color:#444;
	display:block;
	font-size:85%;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.8em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-align: center;		/* Fixes IE centering issue */
}

/* header */
#header-bg {
	background: url('../images/spring-body.jpg') repeat-x top;
	height:225px;
	margin:0 auto;
	position:relative;
	width:1000px;
}
#header {
	background: url('../images/spring-header.jpg') no-repeat;
	height:225px;
	margin:0 auto;
	position:relative;
	width:900px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color:#333;
	font-size:35px;
	font-weight:400;
	right:0;
	letter-spacing:-1px;
	position:absolute;
	top:8px;
}
#header ul {
	list-style:none;
	position:absolute;
	top:178px;
	right: 0px;
}
#header ul.member {
	list-style:none;
	position:absolute;
	top:148px;
	right: 0px;
}
#header ul li {
	display: inline;
	list-style:none;
	height: 20px;
}
#header ul li a {
	color:#fff;
	font-size:11px;
	font-weight:500;
	padding:2px;
	margin: 8px;
}
#header ul li a:hover {
	border-bottom:2px solid #000000;
	color:#eee;
	text-decoration:none;
}

#login {
	position:absolute;
	top:233px;
	right: 0px;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:900px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	text-align: left;
	width:240px;
}
#sidebar h1 {
	border-bottom:2px solid #4586a6;
	color:#333;
	font-size:140%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#sidebar td.filler {
	width: 30px;
}
#sidebar td.separator {
	height: 5px;
}
#sidebar td.centeredImage {
	height: 90px;
	width: 90px;
}

#sidebar p {
	color:#444;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar .name {
	color:#444;
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:5px;
}
#sidebar ul li {
	border-bottom:1px solid #88b8c2;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#444;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

#sidebar ul li.weblink {
	list-style:none;
	padding:2px 2px;
}

/* Main */
#main {
	float:right;
	text-align: left;
	width:625px;
}
#main p {
	color:#444;
	line-height:20px;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #4586a6;
	color:#333;
	font-size:140%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
#main ul {
	margin:10px;
}
#main ul li {
	border-bottom:1px solid #88b8c2;
	list-style:none;
	padding:5px 2px;
}

#main .entry {
	border-bottom:1px solid #88b8c2;
	margin:10 10 10 10;
	padding: 10px 10px;
	width:600px;
}
#main .entry:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#main .event_date {
	color:#222;
	float:left;
	text-align:center;
	width:80px;
}
#main .event_desc {
	float:right;
	width:475px;
}

/* footer */
#footer {
	margin:10px auto;
	width:900px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #4586a6;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}

/* Used anywhere */
.day {
	font-size:150%;
	color:#222;
}

.thumbnail {
	float: left;
	background: url('../images/image_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	height: 90px;
	width: 90px;
	_position: relative;
}

.thumbnail img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	height: 80px;
	width: 80px;
	position: relative;
}

.thumbnail img:hover, .thumbnail:hover img {
	background-color: #ccd;
}

.dashboard {
	width: 120px; 
	padding-top: 10px;
	height: 120px;
	text-align:center;
	vertical-align: top;
}

.whitespace {
	clear: both;
	display: block;
	padding: 0 0 10px 0;
}

