/* CSS Document */

/*font attributes, bgrd color & formatting for entire page*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #C9C9C9;
	margin: 0px;
	padding: 0px;
}

/*link color before visit*/
a:link {
	color: #4C65B0;
}

/*link color after visit*/
a:visited {
	color: #4C65B0;
}

/*link color during click*/
a:active {
	color: #334477;
}

/*spacing, formatting & bgrd image for main content*/
#wrap {
	text-align: left;
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(images/textback.gif);
	background-repeat: repeat-y;
}

/*formatting for banner image*/
#banner {
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 142px;
	width: 700px;
}

/*left margin for left text column within wrap*/
#content {
	margin-left: 21px;
}

/*margins for left text column & float for navigation*/
#main-content {
	padding: 0px;
	float: left;
	width: 438px;
	margin-top: 31px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*spacing around posts & line below*/
.post {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1.5em;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/*font attributes, spacing & image for post date*/
h2.date {
	font-size: 90%;
	color: #4C4C4C;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	margin-top: 0px;
}

/*font attributes & spacing for post title*/
h3.title {
	font-size: 130%;
	color: #334477;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: 0px;
}

/*font attributes & spacing for post text*/
.post-body {
	font-size: 95%;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: 0px;
}

/*font attributes, spacing & image for post subtitle*/
h2.subtitle {
	font-size: 95%;
	color: #4C4C4C;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*font attributes & spacing for post text on info page*/
.post-info {
	font-size: 93%;
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
}

/*font attributes & spacing for post hours on info page*/
.post-hours {
	font-size: 93%;
	background-color: #C9C9C9;
	padding: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 14px;
}

/*font attributes for post hours notes on info page*/
.reduced {
	font-size: 70%}

/*spacing & float for post images*/
.imagefloat {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*font attributes & spacing for post form*/
.post-form {
	font-size: 95%;
	background-color: #C9C9C9;
	padding: 14px;
}

/*leading for form*/
.formformat {
	padding-bottom: 8px;
	display: block;
}

/*spacing for form labels*/
label {
	text-align: right;
	padding-top: 3px;
	padding-right: 14px;
	width: 28%;
	float: left;
}

/*spacing for form labels*/
.label2 {
	text-align: right;
	padding-top: 3px;
	padding-right: 14px;
	width: 43%;
	float: left;
}

/*font attributes & spacing for post time*/
.post-footer {
	font-size: 88%;
	color: #969696;
	padding-left: 28px;
	margin-top: 0px;
}

/*left margin for navigation within wrap*/
#sidebar {
	margin-left: 480px;
}

/*margins for navigation*/
#main-sidebar {
	padding: 0px;
	width: 219px;
	margin: 0px;
	float: left;
}

/*formatting for bottombar image*/
#bottombar {
	background-image: url(images/bottombar.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 13px;
	width: 700px;
	margin-top: 0px;
}

/*fixes float for bottombar*/
.clear {
	clear: both;
	height: 0px;
}

/*font attributes for quicklinks*/
.quicklinks {
	font-size: 85%;
}
.redtext {
	color: #F00;
}
