body {
	background: white;
	color: black;
	margin: 0.5em;
}
body a { color: #02b; }
body a:hover { color: #b02; }

#masthead {
	height: 7em;
	border: 1px solid black;
	background-image: url(images/header.jpg);
}
#masthead img.logo {
	float: left;
	margin: 10px 0 0 10px;
	border: 0;
}
/* #masthead img.logo:hover { color: #def8ff; opacity: 0.8;} */

#masthead h1 {
/*	position: relative;
	top: 25px; */
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	margin: 25px 0 0 280px;
/*	margin: 0 0 0 100px; */
	font-family: sans-serif;
	color: #fffbde;
	text-decoration: black;
}
#masthead h2 {
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	font-variant: small-caps;
	margin: -50px 10px 0 52px;
	color: #fffbde;
}
#masthead h3 {
	text-align: right;
	font-weight: normal;
	font-family: sans-serif;
	margin: -25px 10px 0 0;
	color: #fffbde;
}
#masthead a {
	text-decoration: none;
	color: #fffbde;
}
#masthead a:hover { color: #def8ff; }

#menu {
	margin: 0;
	padding: 0.1em;
	height: 1.2em;
	background: #008;
	text-align: center;
	font-family: sans-serif;
}
#menu a {
	color: white;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 4%;
	font-weight: bold;
	border: 1px white;
/*	border-style: none solid;*/
}
#menu a:hover { color: #ee0; border-color: #ee0; }

#weather {

	margin-top: 1em;
	margin-left: 10em;
	margin-right: 10em;
	padding: 0.1em;
/*	height: 1.5em;*/
	text-align: center;
	font-family: sans-serif;
/*	font-weight: bold;*/
	font-size: x-large;
}

.going 		{background: #0e0; }
.tentative	{background: #FF6; }
.canceled	{background: #E00; }
.complete 	{ background: green; } 

#weather h1 {
	margin: 0 0 0 0;
	color: black;
	font-size: 1.5em;
	text-decoration: none;
	padding: 0 2%;
	font-weight: normal; 
/*	border: 1px white;
	border-style: none solid;*/
}

#weather h2 {
	margin: 0 0 0 0;
	color: black;
	font-size: 1.7em;
	text-decoration: none;
	padding: 0 4%;
	font-weight: bold;
	border: 1px white;
/*	border-style: none solid;*/
}
 


.sidebar {
	position: absolute;
	top: 12em;
	background: #fffbde;
/*	border: 1px solid black; */
	padding: 0;
}
.sidebar p { font-size: 0.8em; }
.sidebar a {
	text-decoration: none;
	color: #008;
	display: block;
	padding: 0.5em;
	padding-left: 1em;
}
.sidebar a:hover { background: white; }
.sidebar ul {
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li { border-bottom: 1px dashed black; margin-top: 1px; }
.sidebar li.last { border-color: #efefcf; margin-bottom: 1px; }
.sidebar h1 {
	margin: 0;
	font-size: 0.8em;
	background: #008;
	padding: 0.2em;
	color: #ffb;
	border: 1px solid black;
}

#leftbar { left: 0.5em; width: 8.5em; }
#rightbar { right: 0.5em; width: 7.5em; }

#content {
	margin: 1.0em 7.5em 0 8.5em;
	
	padding: 0 1.5em;
	border: 1px #999;
/*	border-style: none solid;*/
}
#content hr { padding: 0; height: 1px; border-color: #fff; }
#content h1 { text-align: center; }
#content h3 { padding: 0; }

#footer {
	font-size: 0.75em;
	border: 1px black;
	border-style: solid none none;
	background: #eee;
	padding: 0.2em;
/*	clear: both;*/
	clear: all;
}
a.homelink {
	float: right;
	background: #ddd;
	padding: 0 2em;
	border: 1px solid black;
	text-decoration: none;
}

.heading { font-weight: bold; }

.hilight { color: #d00; }

