/* This is the stylesheet modern browser will use to print your pages. */

a {
	color: #000;
	text-decoration: none;
}

body {
	font-family: monospace;
	font-size: 12pt;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#header, h3, h4, .storytitle {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

#menu {
	display: none;
}
div.days {
	display: none;
}
#ws {
	border: 1px solid #000;
	font-size: 12px;
	margin: 0;
	width: 120px;
	text-transform: capitalize;
}
#as {
	font-family: monospace;
	font-size: 10pt;
	border: 1px solid #000;
	margin: 0;
	width: 90%;
}

p.hist {
	font-size: 9px;
}

#ws td {
	margin: 0;
	color: #000;
	/*font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	letter-spacing: normal;
	text-align: center;
	height: 30px;
	width: 33%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
td.ans {
	margin: 0;
	color: #000;
	/*font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	letter-spacing: normal;
	text-align: center;
	/*height: 30px;*/
	width: 20%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#sidebar {
	display: none;
	}
#footer p {
	display: none;
	}
#navigation {
	display: none;
	}
#footer {
	display: none;
	}
.navigation {
	display: none;	
	}
.postmetadata{
	display: none;
}
.assocs {
	display: none;
}
#headerimg {
	margin: 0;
	height: 20px;
	width: 100%;
	}
.nocomments {
	display: none;
}

.eventtype-select 	{ 
	display: none;
	}
	
.events-header{
	padding: 3px 0 3px 2px;
	font-weight: bolder;
	font-size: smaller;
	text-align: left;
	}
	
.month {
	border-top: solid;
	padding: 3px;
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.events-date a{
	/*padding: 3px 0 3px 2px;*/
	text-align: left;
	font-weight: normal;
	/*width: 200px;*/
	font-size: smaller;
	vertical-align: top;
	}
	
.events-name a{
	padding: 3px 0 3px 5px;
	text-align: left;
	font-size: smaller;
	vertical-align: top;
	}	
	
.alternate {
	background: #eee;
}

.print-event-title {
	/*font-size: larger;*/
}
.narrowcolumn {
	float: left;
	/*width: 450px;*/
	}
	
.committee-position {
	text-align: right;
	font-weight: bold;
}

.center {
	text-align: center;
}