body {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	background-color: #e3e3e3;
}
small {
	font-size: 9pt;
}
h1, h2, h3, h4, h5, p, ul, ol, div {
	margin: 0;
	padding: 0;
}
h2, h3, h4, h5, p, ul, ol {
	margin-bottom: 0.8em;
}
ul, ol {
	margin-left: 2em;
}
ul li, ol li {
	margin-bottom: 0.3em;
}
h1 {
	font-size: 24pt;
}
h1 img {
	margin-left: -10px;
}
a img {
	border: none;
}
a {
	outline: none;
	color: #33A;
}
a:visited {
	color: #669;
}

h1 a {
	text-decoration: none;
	color: white;
}
h1 a:visited {
	color: white;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
	margin-top: 1.5em;
}
h4 {
	font-size: 12pt;
	text-decoration: underline;
	margin-top: 1.3em;
}
ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.nav li {
	display: inline;
	margin: 0;
}
ul.nav li a {
	text-decoration: none;
	color: #EE6;
}
ul.nav li a.selected {
	font-weight: bold;
	color: white;
}
ul.nav li a:hover {
	text-decoration: underline;
}
ul#nav {
	font-size: 14pt;
}
ul#subnav {
	font-size: 10pt;
	font-style: italic;
	margin-top: 10px;
	margin-left: 1.5em;
}
ul#nav li {
	margin-right: 15px;
}
ul#subnav li {
	margin-right: 5px;
}
ul#nav li a {
	color: #EE6;
}
ul#nav li a.selected {
	color: white;
}

ul#subnav li a.selected {
	color: white;
}

ul#subnav li a {
	color: #CCC;
}
#head {
	background-color: #335;
	color: white;
	padding: 25px;
	background-image: url('/img/club_background_2.png');
	background-repeat: no-repeat;
	background-position: center right;
/*	border-bottom: 5px solid white; */
}

#main {
	margin-top: 25px;
	padding: 0 25px;
}
#footer {
	font-size: 85%;
	margin: 25px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	color: #666;
	clear: both;
}
.home #footer {
	margin-right: 250px;
}
.separator {
	margin: 25px 0;
	border-bottom: 1px dashed #CCC;
	width: 25%;
}
.center {
	text-align: center;
}

.blog-date, .event-date {
	float: left;
	width: 60px;
	background-color: #335;
	text-align: center;
	padding: 6px 0;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	clear: left;
	margin-bottom: 15px;
}
.blog-entry, .event-entry {
	margin-left: 75px;
	margin-bottom: 25px;
}
.blog-entry h3, .event-entry h3 {
	margin-top: 0;
	margin-bottom: 5px;
	/*font-size: 18pt;*/
}
.blog-entry h3 a, .event-entry h3 a {
	color: #335;
/*	text-decoration: none;*/
}

/* front page stuff */

#events h2, #blog h2 {
	font-size: 14pt;
	margin-top: 0;
	padding-top: 0;
}
#events .event {
	clear: left;
	margin-bottom: 10px;
}
#events .event-date {
	background-color: #CC9;
	color: black;
	font-size: 9pt;
	font-weight: normal;
	width: 50px;
}
#events .event-entry {
	margin-left: 60px;
}
#events .event-entry h3 {
	font-size: 10pt;
}
#tweets {
	margin-top: 20px;
	font-size: 9pt;
}
#tweets h2 {
	font-size: 11pt;
	background:transparent url('/img/twitter.png') no-repeat top left;
	padding-left: 38px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#tweets .tagline {
	margin-top: 3px;
	margin-bottom: 10px;
}
#tweets span.ts {
	font-size: 8pt;
	margin-left: 2px;
	font-style: italic;
}
h3.blog-excerpt {
	margin: 0;
	font-size: 12pt;
	padding-top: 5px;
}
div.blog-excerpt {
	margin: 5px 8px;
}
.blog-excerpt-details {
	font-size: 8pt;
	margin: 0 0 12px 8px;
}
.blog-content {
	/*text-align: justify;*/
	/*font-family: georgia, "times new roman", times, serif;*/
	font-size: 11pt;
	line-height: 115%;
}
.blog-details {
	font-size: 9pt;
	color: #666;
	font-style: italic;
	border-top: 1px dashed #999;
	padding-top: 5px;
	width: 75%;
}
.comments h4 {
	font-size: 14pt;
}
.comments dl dt {
	font-weight: bold;
	font-size: 11pt;
}
.comments dl dt .date {
	font-size: 8pt;
	font-weight: normal;
	color: #666;
}
.comments dl dd {
	margin: 5px 40px 20px 40px;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #999;
}
.comments dl dd.admin {
	background-color: #ffc;
}

.comments textarea, .comments input.text {
	width: 370px;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
}
.comments form {
	width: 400px;
	padding: 15px;
	border: 1px solid #666;
}
.warn {
	color: red
}
.normal {
	font-size: 10pt;
	font-weight: normal;
}
a img {
	border: 0;
}
img.feature {
	border: 1px solid #999;
	padding: 5px;
	vertical-align: middle;
}
img.feature-right {
	border: 1px solid #999;
	padding: 5px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#paging {
	margin-bottom: 15px;
}
#paging a {
	text-decoration: none;
	font-weight: bold;
}
#paging a:hover {
	text-decoration: underline;
}
#rss img {
	vertical-align: middle;
}
#rss {
	float: right;
	clear: right;
}
#flickr {
	width: 320px;
	position: absolute;
	right: 0;
}
#flickr img {
}
.clear {
	clear: both;
}
#introbox {
	margin-bottom: 20px;
	position: relative;
	min-height: 225px;
	font-size: 11pt;
	line-height: 115%;
}
#introbox p {
	margin-right: 320px;
}
#frontpage {
	position: relative; 
}
#events {
	position: absolute;
	right: 25px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 15px;
	z-index: 100;
}
#frontpage #blog {
	margin-right: 225px;
}
.categorylisting {
	clear: both;
	margin-bottom: 20px;
}
.box h4 {
	margin-top: 0; padding-top: 0;
}
.categorylisting img {
	float: left;
}
.categorylisting .details {
	margin-left: 90px;
}
.box {
	background-color: white;
	padding: 20px;
	border: 1px solid #999;
}
#frontpage #blog .box {
	margin-bottom: 10px;
}
.note {
	margin-top: 30px;
}
.cite {
	font-size: 8pt;
}

ul#categories {
	margin: 0;
	padding: 0;
}
ul#categories li {
	display: inline;
	font-size: 18pt;
	font-weight: bold;
	margin-right: 14px;
}
ul#categories li a {
	text-decoration: none;
}
#map {
	width: 400px;
	height: 300px;
	border: 6px solid #666;
	margin-bottom: 5px;
}
#gallery {
	text-align: center;
}
#gallery img {
	vertical-align: middle;
	padding: 15px;
}