body {
	background-color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	margin: 0;
	padding: 0;
	border-top: 15px #97c672 solid;
}

a { color: #336699; }
a:visited { color: #336699; }
a:link { color: #336699; }
a:hover { color: #000; }
a:active { color: #336699; }

/* {{{ Site Frame */

#site-frame {
	width: 960px;
	margin: 10px auto;
}

/* }}} */
/* {{{ Header Navigation */

#main-nav {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: right;
	margin: 40px 0 60px 0;
	text-shadow: 0 1px 0 #fff;
}

#main-nav li {
	display: inline;
}

#main-nav a {
	display: block;
	float: left;
	color: #336699;
	text-decoration: none;
	padding: 5px 10px;
}
#main-nav a:visited { color: #336699; }
#main-nav a:link { color: #336699; }
#main-nav a:hover { 
	background-color: #f5f5f5;
	color: #336699;
	text-decoration: none;
	text-shadow: 0 0 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#main-nav a:active { color: #336699; }

#main-nav li.active a {
	background-color: #eee;
	color: #000;
	text-decoration: none;
	text-shadow: 0 0 0 #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* }}} */
/* {{{ Page Title */

#page-title {
	float: left;
	background: url("../images/logo.png") top center no-repeat;
	width: 283px;
	height: 64px;
	text-indent: -99999px;
	display: block;
	outline: none;
	margin: 20px 0;
	padding: 0;
}

#page-title a {
	display: block;
	width: 283px;
	height: 64px;
	outline: none;
}

/* }}} */
/* {{{ Body Content */

#body-content {
	float: right;
	width: 765px;
	font-size: 16px;
	line-height: 26px;
	color: #555;
	margin: 0 0 50px 0;
}

#body-content h2 {
	color: #222;
	font-family: Palatino,Georgia,serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-shadow: 0 1px 0 #fff;
}

#body-content h3 {
	clear: left;
	font-family: Palatino,Georgia,serif;
	color: #222;
	font-size: 26px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 35px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-shadow: 0 1px 0 #fff;
}

#body-content h4,
#body-content .gallery-photos h3 {
	clear: left;
	color: #222;
	font-size: 18px;
	font-weight: normal;
	padding-top: 30px;
	margin: 0;
	padding-bottom: 0;
	text-shadow: 0 1px 0 #fff;
}
#body-content .gallery-photos h3 { padding-top: 0; }

#body-content dl {
	margin: 20px 100px 20px 40px;
}

#body-content dl dt {
	font-family: Palatino,Georgia,serif;
	font-weight: bold;
	margin-bottom: 10px;
}

#body-content dl dd {
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px 20px 20px 20px;
}

#body-content ul li {
	margin: 8px 0;
}

#body-content .intro {
	font-size: 26px;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 40px;
}

#body-content .intro span {
	font-family: Palatino,Georgia,serif;
	color: #222;
	text-shadow: 0 1px 0 #fff;
}

#body-content .group-photos img {
	background-color: #eee;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content .whats-new {
	float: right;
	background-color: #eee;
	width: 160px;
	padding: 0 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content .whats-new h4 {
	font-family: Palatino,Georgia,serif;
	margin-top: 0;
	padding-top: 20px;
}

#body-content .whats-new ul {
	font-size: 14px;
	margin: 0 0 50px 0;
	padding: 0;
}

#body-content .whats-new ul li {
	list-style-type: none;
	line-height: 1.2em;
	margin: 20px 0;
}

#body-content img.right {
	float: right;
	background-color: #eee;
	margin: 0 0 20px 30px;
	padding: 8px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content img.left {
	float: left;
	background-color: #eee;
	margin: 0 30px 20px 0;
	padding: 8px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content .calendar {
	background-color: #eee;
	margin: 50px 0 0 0;
	padding: 20px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content .calendar p {
	font-size: 12px;
	line-height: 1.2em;
	margin: 15px 200px 0 25px;
}

#body-content .highlight {
	background-color: #fbf88a;
	color: #222;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#body-content .video {
	background-color: #eee;
	float: right;
	text-align: center;
	margin: 10px 0 20px 20px;
	padding: 20px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content .video p {
	width: 250px;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0 25px;
}

#body-content .video-feature {
	background-color: #eee;
	margin: 10px 0 20px 0;
	padding: 20px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content .video-feature object {
	float: right;
}

#body-content .video-feature p {
	width: 275px;
	margin: 25px 0 50px 25px;
}

#body-content .image {
	background-color: #eee;
	float: right;
	text-align: center;
	margin: 10px 0 20px 20px;
	padding: 10px;
	border: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#body-content .image p {
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
}

/* }}} */
/* {{{ Gallery Photos */

#best-in-show {
	float: left;
	background-color: #eee;
	margin: 10px 0 10px -10px;
	padding: 30px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#best-in-show h3,
#best-in-show p { 
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

.gallery-photos {
	float: left;
	width: 765px;
	margin: 10px auto 20px auto;
}

.gallery-photos div.photo {
	display: block;
	float: left;
	width: 180px;
	height: 200px;
	line-height: 160px;
	text-align: center;
	margin: 0 5px;
	padding: 0;
}

.gallery-photos div.photo a,
.gallery-photos div.photo span {
	display: block;
	text-decoration: none;
}

.gallery-photos img {
	background-color: #eee;
	margin-top: expression(( 200 - this.height ) / 2);
	padding: 5px;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
html>body .gallery-photos img {    /*hidden from IE 5-6 */
	vertical-align: middle;
}
#best-in-show .gallery-photos img { background-color: #ddd; }

.gallery-photos div.photo a:hover img {
	background-color: #bbb;
}

.gallery-photos div.photo a span,
.gallery-photos div.photo span span {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

/* }}} */
/* {{{ Club Members */

#club-members {
	float: left;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	width: 150px;
	margin: 0 0 100px 0;
	padding: 0;
	text-shadow: 0 1px 0 #fff;
	border-right: 1px #eee solid;
}

#club-members li {
	margin: 1px 0;
}

#club-members li a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}
#club-members li a:visited { color: #777; }
#club-members li a:link { color: #777; }
#club-members li a:hover { 
	background-color: #f5f5f5;
	color: #336699;
	text-shadow: 0 0 0 #fff;
	text-decoration: underline;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px;
}
#club-members li a:active { color: #000; }

#club-members li.active a { 
	background-color: #eee;
	color: #000;
	text-shadow: 0 0 0 #fff;
	text-decoration: none;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px;
}

/* }}} */
/* {{{ Footer */

#page-footer {
	clear: both;
	color: #777;
	padding: 10px 0 30px 0;
	border-top: 1px #ddd solid;
	text-shadow: 0 1px 0 #fff;
}

#page-footer p {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

#page-footer a { color: #777; }
#page-footer a:visited { color: #777; }
#page-footer a:link { color: #777; }
#page-footer a:hover { color: #336699; }
#page-footer a:active { color: #777; }

/* }}} */
/* {{{ moved */

#moved {
	text-align: center;
	margin: 75px 0 0 0;
}

#moved #page-title {
	float: none;
	margin: auto;
}


/* }}} */
/* {{{ Switcher */

#style-switcher {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#style-switcher li {
	display: inline;
	padding: 0 5px;
}

#style-switcher a {
	color: #336699;
	text-decoration: none;
}
#style-switcher a:visited { color: #336699; }
#style-switcher a:link { color: #336699; }
#style-switcher a:hover { color: #336699; text-decoration: underline; }
#style-switcher a:active { color: #336699; }

/* }}} */
