/* @override 
	http://brp75/templates/css/site.css
	http://www.blueridgeparkway75.org/css/site.css
*/

/* @group Generic */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generic */
body {
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

p,
td,
li,
th,
dt,
dd {
	color: #453008;
	font-size: 1.2em;
	line-height: 1.45em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #453008;
	line-height: 1.5em;
	margin: 1em 0 0.5em;
}

h1,
h2,
h3.focus,
.communities .content-left dt,
.communities .content-left dd.marker,
.communities .content-right h3,
.events-calendar #content-main-inner .community-list dt,
.get-involved #content-main li h3 {
	font-family: Garamond, 'Adobe Garamond Pro', 'Times New Roman', Times, Georgia, serif;
}

h1 {
	font-size: 3em;
}

h2 {
	border-bottom: 1px solid #453008;
	font-size: 2.6em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
}

h3.focus {
	font-size: 1.7em;
}

h3.focus span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
}

h4 {
	font-size: 1.1em;
}

p {
	margin: 0.5em 0;
}

img,
#detail-map-container {
	background: #ffffff;
	border: 1px solid #b9ad8b;
	padding: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

/* Tables */
table {
	margin: 0 0 1.3em;
}

table caption {
	background: transparent url('/images/layout/table-caption.png') repeat 0 0;
	color: #ffffff;
	height: 27px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 27px;
	padding: 0 9px;
	text-align: left;
}

table td,
table th {
	border-left: 1px solid #BBC1AD;
	padding: 9px;
	text-align: left;
}

table td.first,
table th.first {
	border-left: 0 none;
}

table .alt td,
table .alt th {
	background: transparent url('/images/layout/table-alt.png') repeat 0 0;
}

table td {
	font-weight: normal;
}

/* Links */
a:link {
	color: #241474;
}

a:visited { 
	color: #453008;
}

a:hover {
	color: #82191E;
}

a:active {
	color: #82191E;
}

/* List Items */

ul,
ol {
	margin:  1em 0 1em 20px;
}

li {
	margin: 0.25em 0;
}

ul li {
	list-style: disc;
}

fieldset#about_your_application ul li {
	list-style: none;
}

ul.arrow {
	left: -13px;
	position: relative;
}

ul.arrow li {
	background: transparent url('/images/layout/bullet-arrow-brown.gif') no-repeat 0 0.45em;
	padding-left: 13px;	
	list-style: none;
}

ul.arrow li ul {
	margin: 0.5em 0 0.5em 20px;
}

ul.arrow li ul li {
	background: transparent none;
	font-size: 1.0em;
	list-style: circle;
	padding-left: 0;
}

ol li {
	font-weight: bold;
	list-style: decimal;
}

/* Images */
a img {
	border: 0px;
}

.image-left {
	float: left;
	display: inline;
	margin: 0px 15px 5px 0px;
}

.image-right {
	float: right;
	display: inline;
	margin: 0px 0px 5px 15px;
}

.image-right p,
.image-left p{
	font-size: 1.1em;
	font-style: italic;
	margin: 0;
}

/* Callouts */

.pullquote-left,
.pullquote-right {
	border: 1px solid #82191E;
	display: inline;
	padding: 14px;
	width: 180px;
}

.pullquote-left p,
.pullquote-right p {
	color: #82191E;
	font-weight: bold;
	margin-top: 0;
}

.pullquote-left p cite,
.pullquote-right p cite {
	color: #404040;	
	font-weight: normal;
	font-style: normal;
}

.callout-left,
.callout-right {
	background-color: #ffffff;
	border: 1px solid #82191E;
	display: inline;
	padding: 14px;
	width: 320px;
}

.callout-left h3,
.callout-right h3 {
	border-bottom: 1px solid #8B550D;
	font-size: 2.0em;
	font-family: Garamond, "Adobe Garamond Pro", "Times New Roman", Times, Georgia, serif;
	margin-top: 0;
}

.callout-left p,
.callout-right p {
	color: #82191E;
	font-weight: bold;
}

.callout-left,
.pullquote-left {
	float: left;
	margin: 0 10px 10px 0;
}

.callout-right,
.pullquote-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* Buttons */

a.button-large:link,
a.button-large:visited {
	background: transparent url('/images/layout/button-large-left.png') no-repeat 0 0;
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: Garamond, "Adobe Garamond Pro", "Times New Roman", Times, Georgia, serif;
	height: 30px;
	padding-left: 4px;
	text-decoration: none;
/*	text-transform: uppercase;*/
}

a.button-large:link span,
a.button-large:visited span {
	background: transparent url('/images/layout/button-large-right.png') no-repeat 100% 0;
	display: block;
	float: left;
	height: 30px;
	line-height: 32px;
	padding: 0 20px 0 16px;
}

/* Clear */
.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group Common */

body {
	background: #4a6e1f url('/images/layout/background-shadow.png') repeat-x 0 0;
}

#page-area {
	background: transparent url('/images/layout/background-map.jpg') no-repeat 50% 0;
}

/* @group Header */

#header {
	height: 85px;
	margin: 0 auto;
	position: relative;
	width: 984px;
	z-index: 1000;
}

#header #logo {
	left: 0;
	position: absolute;
	top: 0;
}

#header #logo a {
	background: transparent url('/images/layout/logo-main.png') no-repeat 0 0;
	display: block;
	height: 160px;
	text-indent: -9999px;
	width: 159px;
}

/* @group Main Navigation */

#header #nav-main {
	display: inline;
	float: left;
	margin: 40px 0 0 160px;
}

#header #nav-main li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 8px;
}

#header #nav-main a:link,
#header #nav-main a:visited {
	display: block;
	float: left;
	height: 25px;
	margin-top: 1px;
	text-indent: -9999px;
	text-decoration: none;
}

#header #nav-main a:hover,
#header #nav-main a:active,
#header #nav-main a.active:link,
#header #nav-main a.active:visited {
	height: 26px;
}

#header #nav-main li.more a:link,
#header #nav-main li.more a:visited {
	background: transparent url('/images/layout/nav-main.png') no-repeat 0 -1px;
	width: 223px;
}

#header #nav-main li.more a:hover {
	background-position: 0 -26px;
}

#header #nav-main li.more a:active,
#header #nav-main li.more a.active:link,
#header #nav-main li.more a.active:visited {
	background-position: 0 -52px;
} 

#header #nav-main li.involved a:link,
#header #nav-main li.involved a:visited {
	background: transparent url('/images/layout/nav-main.png') no-repeat -251px -1px;
	width: 162px;
}

#header #nav-main li.involved a:hover {
	background-position: -251px -26px;
}

#header #nav-main li.involved a:active,
#header #nav-main li.involved a.active:link,
#header #nav-main li.involved a.active:visited {
	background-position: -251px -52px;
} 

#header #nav-main li.events a:link,
#header #nav-main li.events a:visited {
	background: transparent url('/images/layout/nav-main.png') no-repeat -443px -1px;
	width: 92px;
}

#header #nav-main li.events a:hover {
	background-position: -443px -26px;
}

#header #nav-main li.events a:active,
#header #nav-main li.events a.active:link,
#header #nav-main li.events a.active:visited {
	background-position: -443px -52px;
} 


/* @end */

/* @group Search */

#header form {
	float: right;
	margin: 20px 0 5px;
	width: 285px;
}

#header form p {
	float: right;
	margin: 0;
}

#header form label {
	background: transparent url('/images/layout/search.png') no-repeat 0 0;
	float: left;
	height: 26px;
	text-indent: -9999px;
	width: 105px;
}

#header form span {
	background: transparent url('/images/layout/search.png') repeat-x 0 -26px;
	float: left;
	height: 26px;
}

#header form span input {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 4px 0;
	padding: 1px 1px 2px 1px;
	line-height: 14px;
	font-size: 11px;
	width: 149px;
}

#header form .input-submit {
	background: transparent url('/images/layout/search.png') no-repeat 0 -52px;
	border: 0 none;
	display: block;
	float: left;
	height: 26px;
	text-indent: -9999px;
	width: 27px;
}

/* @end */

/* @group Utility Navigation */

#header #nav-utility {
	clear: right;
	float: right;
	margin: 5px 0 0;
	width: 246px;
}

#header #nav-utility li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 0 0 4px;
}

#header #nav-utility li a:link,
#header #nav-utility li a:visited {
	background: transparent url('/images/layout/nav-utility.png') no-repeat;
	display: block;
	height: 26px;
	text-indent: -9999px;
	width: 78px;
}

#header #nav-utility li.shop a:link,
#header #nav-utility li.shop a:visited {
	
}

#header #nav-utility li.shop a:hover {
	
}

#header #nav-utility li.donate a:link,
#header #nav-utility li.donate a:visited {
	background-position: -78px 0;
}

#header #nav-utility li.donate a:hover {
	
}

#header #nav-utility li.enews a:link,
#header #nav-utility li.enews a:visited {
	background-position: -156px 0;
}

#header #nav-utility li.enews a:hover {
	
}

/* @end */

/* @end */

/* @group Content */

#content {
	background: transparent url('/images/layout/content-bottom.png') no-repeat -1px 100%;
	clear: both;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 999px;
}

.sidebar #content {
	background-image: url('/images/layout/content-sidebar-bottom.jpg');
}

#content-outer {
	background: transparent url('/images/layout/content-main.png') repeat-y 0 0;
}

.sidebar #content-outer {
	background: transparent url('/images/layout/content-sidebar-main.jpg');
}

#content-inner {
	background: transparent url('/images/layout/content-top.png') no-repeat 0 0;
}

.sidebar #content-inner {
	background-image: url('/images/layout/content-sidebar-top.jpg');
}

.dark #content-inner {
	background-image: url('/images/layout/content-sidebar-top-dark.jpg');
}

.sidebar #content-main-bottom {
	background: transparent url('/images/layout/content-main-bottom.png') no-repeat 286px 100%;
}

.sidebar #content-main-outer {
	background-image: none;
}

.sidebar #content-main {
	margin-bottom: 43px;
}

/* @group Section */

#content-section {
	display: inline;
	float: left;
	margin-top: 50px;
	margin-left: 38px;
	width: 240px;
}

#content-section h2,
#content-section h3,
#content-section h4 {
	color: #453008;
	padding-left: 24px;
	padding-right: 15px;
}

#content-section h2,
#content-section .post-it-note h3 {
	border-bottom: 0 none;
	background: transparent url('/images/layout/bullet-pin.png') no-repeat 0 0;
	font-family: Garamond, "Adobe Garamond Pro", Times, "Times New Roman", Georgia, serif;
	font-size: 2.3em;	
	line-height: 1.1em;
	padding-left: 28px;
	margin-bottom: 10px;
}
	
#content-section .nav h2 span {
	border-bottom: 1px solid #453008;
	display: block;
	padding-left: 4px;
}

#content-section .nav h2 span a {
	text-decoration: none;
}

#content-section h3 {
	font-size: 1.5em;
	margin-bottom: 0;
}

#content-section li {
	list-style: none;
}


#content-section .nav ul {
	margin: 0;
}

#content-section .nav ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

#content-section .nav li {
	float: left;
	width: 240px;
	list-style: none;
	margin: 2px 0;
}

#content-section .nav ul li ul {
	margin-left: 10px;
	
}

#content-section .nav ul li ul li {
	font-size: 1em;	
}

#content-section .nav li a:link,
#content-section .nav li a:visited {
	display: block;
	color: #1E358B;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(/images/layout/bullet-arrow-blue.png) no-repeat scroll 27px 0.5em;
	padding: 0 15px 0 32px;
}

#content-section .nav li  a:hover {
	font-weight: bold;
	color: #edf7a7;
	display:block;
	background: transparent url('/images/layout/green-arrow.png') no-repeat 0px 0;
}

#content-section #social-media {
	background: transparent url('/images/layout/content-section-rule.png') no-repeat 50% 0;
	margin: 30px 0 10px;
	padding: 15px 15px 1px;
}

#content-section #social-media-outer {
	background: transparent url('/images/layout/content-section-rule.png') no-repeat 50% 100%;
}

#content-section #social-media li {
	font-size: 1.0em;
	margin: 10px 0 18px;
	padding-bottom: 10px;
}

#content-section #upcoming-events {
	background: transparent url('/images/layout/content-section-rule.png') no-repeat 50% 0;
	margin: 20px auto 10px;
	padding-top: 20px;
	width: 210px;
}

#content-section #upcoming-events h3 {
	background: transparent url('/images/layout/upcoming-events.png') no-repeat 0 0;
	height: 36px;
	margin: 0px auto 5px;
	padding: 0;
	text-indent: -9999px;
	width: 193px;
}

#content-section #upcoming-events ul.utility {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 100%;
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 0 6px 8px;
}

#content-section #upcoming-events ul.utility li {
	background-position: 100% 0.4em;
	display: inline;
	font-size: 1.0em;
	padding: 0 6px 0 0;
	margin: 0;
}

#content-section #upcoming-events ul.utility li a:link,
#content-section #upcoming-events ul.utility li a:visited {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat scroll 100% 4px;
	color: #1E358B;
	font-weight: bold;
	padding-right: 6px;
	text-decoration: none;
}

#content-section #upcoming-events ul.utility li a:hover {
	color: #453008;
	text-decoration: underline;
}

#content-section #upcoming-events dl {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 100%;
	padding: 8px 0;
}

#content-section #upcoming-events dt {
	font-weight: bold;
}

#content-section #upcoming-events dd {
	font-size: 1.1em;
}

#content-section #upcoming-events dd a:link,
#content-section #upcoming-events dd a:visited {
	font-size: 0.92em;
	font-weight: bold;
	text-decoration: none;
}

#content-section #upcoming-events dd a:hover {
	text-decoration: underline;
}

#content-section #upcoming-events dl.with-image dt,
#content-section #upcoming-events dl.with-image dd {
	float: right;
	width: 150px;
}

#content-section #upcoming-events dl.with-image dd.image {
	float: left;
	padding-top: 1px;
	width: 53px;
}

#content-section #upcoming-events a img {
	border: 1px solid #B9AD8B;
}

#content-section .post-it-note {
	height: 253px;
	position: relative;
}

#content-section .post-it-note-inner {
	background: transparent url('/images/layout/content-section-postit.png') no-repeat 0 0;
	left: -9px;
	height: 205px;
	overflow: hidden;
	padding: 28px 25px 20px 20px;
	position: absolute;
	width: 209px;
}

#content-section .post-it-note h3 {
	background: transparent none;
	border-bottom: 1px solid #453008;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0;
}

#content-section .post-it-note p {
	color: #453008;
	line-height: 1.45em;
}

#content-section .post-it-note img {
	background: white;
	border: 1px solid #c8c583;
	display: inline;
	float: left;
	margin: 0 6px 6px 0;
	padding: 3px;
}

/* @end */

/* @group Main */

#content-main {
	background: transparent url('/images/layout/content-main-main.png') repeat-y 0 0;
	display: inline;
	float: right;
	width: 683px;
	margin-top: 28px;
	margin-right: 30px;
}

#content-main-outer {
	background: transparent url('/images/layout/content-main-bottom.png') no-repeat 0 100%;
}

#content-main-inner {
	background: transparent url('/images/layout/content-main-top.png') no-repeat 0 0;
	padding: 20px;
}

#content-main .content-main-header {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 100%;
	margin-bottom: 1.4em;
	padding: 0 0 1px;
	position: relative;
}

#content-main .content-main-header h1 {
	line-height: 1.1em;
	margin: 5px 180px 10pxpx 0;
}

#content-main .content-main-header h3 {
	color: #453008;
	font-size: 1.2em;
	font-weight: bold;
	margin: -5px 0 10px;	
}

#content-main .content-main-header p.back {
	background: transparent url('/images/layout/bullet-arrow-blue-left.gif') no-repeat 0 0.45em;
	bottom: 3px;
	padding-left: 6px;
	position: absolute;
	right: 0;
}

#content-main .content-main-header p.back a:link,
#content-main .content-main-header p.back a:visited {
	font-weight: bold;
}

/* @end */

/* @group Social Media */

#social-media li .logo {
	display: inline;
	float: left;
	margin-bottom: 5px;
}

#social-media li a.more:link,
#social-media li a.more:visited {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 100% 50%;
	float: left;
	display: none;
	font-weight: bold;
	padding-right: 6px;
	text-decoration: none;
}

#social-media li a.more:hover {
	text-decoration: underline;
}

#social-media li ul {
	clear: both;
}

#social-media li.twitter {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 100%;
}

#social-media li.twitter .logo {
	background: transparent url('/images/layout/social-media-twitter.png') no-repeat 0 0;
	display: block;
	height: 32px;
	text-indent: -9999px;
	width: 123px	
}

#social-media li.twitter ul {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 100%;
	margin: 0 0 20px;
	padding: 7px 0 1px;
}

#social-media li.twitter li,
#content-section #social-media li.twitter li {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 0;
	font-size: 0.91em;
	line-height: 1.3em;
	margin: 0;
	padding: 4px 10px;
}

#social-media li.twitter li.even {
	background: #fcf7e4 url('/images/layout/rule-dotted.gif') repeat-x 0 0;
}

#social-media li.facebook {
/*	background: transparent url('/images/layout/content-section-rule.png') no-repeat 50% 100%;*/
	padding-bottom: 24px;
}

#social-media .facebook .logo {
	background: transparent url('/images/layout/social-media-facebook.png') no-repeat 0 0;
	display: block;
	height: 31px;
	text-indent: -9999px;
	width: 141px;
}

#social-media .flickr .logo {
	background: transparent url('/images/layout/flickr-logo.png') no-repeat 0 0;
	display: block;
	height: 30px;
	text-indent: -9999px;
	width: 128px;
	margin-bottom: 10px;
}

#social-media .flickr a:link, 
#social-media .flickr a:visited {
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin-bottom: 7px;
}

#social-media .flickr a:hover, 
#social-media .flickr a:active {
	text-decoration: underline;
}

#social-media .flickr ul {
	display: inline;
	float: left;
	margin: 0;
	width: 100%;
}

#social-media .flickr li  {
	display: inline;
	float: left;
	background: none;
	padding: 0;
	text-align: center;
	font-size: 1em;
	list-style: none;
	width: 68px;
}

#social-media .flickr li img {
	border: 1px solid #B9AD8B;
	padding: 2px;
}

#content-section #social-media .flickr li {
	margin: 0 1px;
}

#social-media .flickr ul li a:link,
#social-media .flickr ul li a:visited,
#social-media .flickr ul li a:hover,
#social-media .flickr ul li a:active {
	margin-bottom: 0px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 0 8em;
	width: 989px;
}

#footer #organizations {
	display: inline;
	float: right;
	margin: 0 0 0 14px;
	width: 379px;
}

#footer #organizations li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
}

#footer #organizations li a:link,
#footer #organizations li a:visited {
	background: transparent url('/images/layout/logo-organization.png') no-repeat 0 0;
	display: block;
	height: 78px;
	text-indent: -9999px;
}

#footer #organizations li.nps a:link,
#footer #organizations li.nps a:visited {
	width: 60px;
}

#footer #organizations li.americas-byways a:link,
#footer #organizations li.americas-byways a:visited {
	background-position: -69px 0;
	width: 90px;
}

#footer #organizations li.brp-association a:link,
#footer #organizations li.brp-association a:visited {
	background-position: -170px 0;
	width: 60px;
}

#footer #organizations li.brp-foundation a:link,
#footer #organizations li.brp-foundation a:visited {
	background-position: -245px 0;	
	width: 52px;
}

#footer #organizations li.brnha a:link,
#footer #organizations li.brnha a:visited {
	background-image: url('/images/layout/brnha.gif');
	background-position: center center;
	width: 67px;
}


#footer #nav-footer {
	float: right;

}

#footer #nav-footer li {
	border-left: 1px solid #2e4117;
	border-right: 1px solid #3d591b;	
	float: left;
	font-size: 1.3em;
	line-height: 1.1em;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}

#footer #nav-footer li.first {
	border-left: 0 none;
	padding-left: 0;
}

#footer #nav-footer li.last {
	border-right: 0 none;
	padding-right: 0;
}

#footer #nav-footer li a:link,
#footer #nav-footer li a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#footer #nav-footer li a:hover {
	text-decoration: underline;
}

#footer p {
	color: #FDF5CB;
	float: right;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: right;
	width: 640px;
}

#footer p #addthis {	
	margin-bottom: -3px;
	margin-left: 5px;
}

#footer p #addthis img {
	background: transparent none;
	padding: 0;
	-webkit-box-shadow: 0 0 0 transparent;
}

/* @end */

/* @end */



/* @group events-calendar */

.events-calendar #content-main #content-main-inner{
	padding-bottom: 50px;
}

.events-calendar #content-main .content-main-header {
	background:transparent url(/images/layout/events-calendar-shadow.png) repeat-x scroll 0 100%;
	padding:0 0 1px;
	position:relative;
	margin:0;
}

.events-calendar #content-main .content-main-header h3 {
	margin-bottom: 15px;
}

.events-calendar #content-main-inner a:link,
.events-calendar #content-main-inner a:visited {
	text-decoration: none;
	color: #3c2d85;
}

.events-calendar #content-main-inner h3 a:hover,
.events-calendar #content-main-inner h3 a:active {
	text-decoration: underline;
}

.events-calendar #content-main-inner ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	border-bottom: 4px double #453008; 
}

.events-calendar #content-main-inner ul.no-lines {
	border-bottom: 0 none; 
}

.events-calendar #content-main-inner li {
	font-size: 1.0em;
	list-style: none;
	padding: 5px 0 15px 0;
}

.events-calendar #content-main-inner li h3 {
	margin: 0;
}

.events-calendar #content-main-inner li p {
	margin: 0.25em 0;
}

.events-calendar #content-main-inner li div  {
	float:left;
	width: 598px;
}

.events-calendar #content-main-inner li div img {
	float: right;
	margin: 0 0 0 2.0em;
}

.events-calendar #content-main-inner li a.date  {
	display: block;
	width: 44px;
	float: left;
}

.events-calendar #content-main-inner li a.date h3 {
	width: 2.727em; /* 30px */
	font-size: 1.1em; /* llpx */
	text-align: center;
	padding-bottom: 2px;
	margin: 0;
}

.events-calendar #content-main-inner li a.date p {
	width: 2.727em; /* 30px */
	height: 2.545em; /* 28px */
	padding-top: 0.18em; /* 2px */
	background: #635490;
	text-align: center;
	font-size: 1.1em; /* 11px */
	color: #fff;
	font-weight: bold;
}

.events-calendar #content-main-inner li a.date p span {
	display: block;
	color: #ebda4a;
}

.events-calendar #content-main-inner .community-list dt {
	border-bottom: 1px solid #453008;	
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0.75em 0 0.25em;
}

/* @end */

/* @group detail */

.detail #content-sub {
	float:left;
	width:265px;
}

.detail #content-body {
	float:right;
	width:369px;
}

.detail #content-sub h3 {
	font-family:times; 
	font-weight: bold;
	font-size: 1.8em;
	color: #241474;
	margin-bottom:0;
}

.detail #content-sub p {
	margin-top: 0;
} 

.detail #content-main-inner {
	padding-bottom: 50px;
}

.detail #content-main-inner h2 {
	margin-top: 0.5em;
}

.detail #content-main-inner .image span {
	display:block;
	font-style: italic;
}

.detail #content-main-inner .image p {
	font-style: none;
}

.detail #content-main-inner li {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 0 0.45em;
	list-style: none;
	margin: 2px 0;
	padding-left: 5px;
}

p.arrow,
.detail #content-sub ul li {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 0 0.45em;
	padding-left: 5px;
}

p.arrow a:link,
p.arrow a:visited,
.detail #content-sub ul li a:link,
.detail #content-sub ul li a:visited {
	text-decoration: none;
	font-weight: bold;
}

.detail #content-main-inner ul {
	margin-left: 0;
	padding-bottom: 0;
}

.detail #content-main-inner p.contact a:link,
.detail #content-main-inner p.contact a:visited {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 0 0.45em;
	padding-left: 5px;
	text-decoration: none;
}

/* @end */

/* @group Content Feature */

.feature #content-main {
	margin-top: 10px;
}

.feature #content-feature {
	display: inline;
	float: right;
	margin: 28px 34px 0 0;
}

#content-feature h2 {
	color: #ffffff;
	border-bottom: 0 none;
	font-size: 2.4em;
	margin: 5px 0;
}

#content-feature img {
	border: 0 none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#content-feature a.button-large:link,
#content-feature a.button-large:visited {
	background-image: url('/images/layout/button-large-feature-left.png');
	color: #2D5956;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
}

#content-feature a.button-large:link span,
#content-feature a.button-large:visited span {
	background-image: url('/images/layout/button-large-feature-right.png');
}

.content-left,
.content-right {
	width: 310px;
}

.content-left {
	float: left;
}

.content-right {
	float: right;
}

/* @end */

/* @group Events Landing Page */

.events .content-right p a:link,
.events .content-right p a:visited,
.events .content-left p a:link,
.events .content-left p a:visited {
	font-weight: bold;
	text-decoration: none;
}

.events .content-right p a:hover,
.events .content-right p a:active {
	font-weight: bold;
	text-decoration: underline;
}

.events #content-feature {
	background: #0c1114 url('/images/layout/events-feature.jpg') no-repeat 0 0;
	display: inline;
	float: right;
	min-height: 474px;
	height: auto !important;
	height: 474px;
	margin: 28px 34px 0 0;
	padding: 10px 19px;
	width: 639px;
}

.events #content-feature h1 {
	background: transparent url('/images/layout/events-header.png') no-repeat 0 0;
	line-height: 1.0em;
	height: 40px;
	margin: 0 0 12px;
	text-indent: -9999px;
	width: 638px;
}

.events #content-feature ul {
	margin: 0 0;
	padding: 0 0 8px;
}

.events #content-feature li {
	float: left;
	font-size: 1.0em;
	list-style: none;
	margin: 8px 0;
	padding: 0;
	width: 305px;
}

.events #content-feature li.left {
	clear: both;
}

.events #content-feature li.right {
	float: right;
}

.events #content-feature li img {
	float: left;
}

.events #content-feature li h3,
.events #content-feature li p, 
.events #content-feature li span.date {
	color: #ffffff;
	float: right;
	width: 199px;
}

.events #content-feature li h3 {
	font-family: Garamond, 'Adobe Garamond Pro', 'Times New Roman', Times, Georgia, serif;
	font-size: 1.8em;
	margin: -2px 0 3px;
}

.events #content-feature li span.date {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
}

.events #content-feature li a:link,
.events #content-feature li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.events #content-feature li a:hover,
.events #content-feature li a:active {
	text-decoration: underline;
}

.events #content-feature li p.location {
	color: #ffffff;;
	font-weight: bold;
}

.events #content-feature li p {
	color: #EDF7A7;
	margin: 0;
}

.events #content-main .content-left p,
.events #content-main .content-left h3,
.events #content-main .content-right p.arrow {
	float: right;
	width: 190px;
	margin-left: 0;
	margin-top: 0;
}

.events #content-main h2 {
	margin-top: 4px;
}

/* @end */

/* @group get-involved */

.get-involved  #content-feature {
	position: relative;
	height: 331px;
	width: 678px;
}

.get-involved  #content-feature div {
	position: absolute;
	bottom: 0;
	background: transparent url('/images/layout/feature-alpha.png') repeat 0 0;
	padding: 10px 18px;
	width: 641px;
}

.get-involved  #content-feature div p {
	color: #ffffff;	
	margin: 0;
}

.get-involved  #content-feature div p a:link,
.get-involved  #content-feature div p a:visited,
.get-involved  #content-feature div p a:hover,
.get-involved  #content-feature div p a:active {
	color: #ffffff;	
}

.get-involved  #content-feature div h1 {
	background: transparent url('/images/layout/feature-h1.png') no-repeat 0 0;
	line-height: 1.0em;
	height: 44px;
	margin: 0;
	text-indent: -9999px;
	width: 638px;
}

.get-involved #content-main li h3 a:link,
.get-involved #content-main li h3 a:visited {
	color: #453008;
	text-decoration: none;
	font-weight: bold;
}

.get-involved #content-main li h3 a:hover {
	text-decoration: underline;
}

.get-involved #content-main li a:link,
.get-involved #content-main li a:visited {
	text-decoration: none;
	font-weight: bold;
}

.get-involved #content-main li a:hover,
.get-involved #content-main li a:active {
	text-decoration: underline;
}

.get-involved #content-main ul {
	margin: 0;
}

.get-involved #content-main li {
	list-style: none;
}

.get-involved #content-main li h3,
.get-involved #content-main li p {
	float: right;
	width: 196px;
}

.get-involved #content-main li h3 {
	font-weight: bold;
	font-size: 1.67em;
	color: #241474;
	margin: 0;
}

.get-involved #content-main li p {
	font-size: 1em;
}

/* @end */

/* @group more-road */

.more-road #notebook-content {
	background: transparent url("/images/layout/notebook-paper-lines.png") repeat-y 97% 2%;
}

.more-road #notebook-content-inner {
	background: transparent url("/images/layout/notebook-paper-top.png") no-repeat 97% 0;
}

.more-road  #content-feature {
	position: relative;
	height: 331px;
	width: 678px;
}

.more-road  #content-feature div {
	position: absolute;
	bottom: 0;
	background: transparent url('/images/layout/feature-alpha.png') repeat 0 0;
	padding: 10px 18px;
	width: 641px;
}

.more-road  #content-feature div p {
	color: #ffffff;	
	margin: 0;
}

.more-road  #content-feature div p a:link,
.more-road  #content-feature div p a:visited,
.more-road  #content-feature div p a:hover,
.more-road  #content-feature div p a:active {
	color: #ffffff;	
}

.more-road  #content-feature div h1 {
	background: transparent url('/images/layout/more-road-h1.png') no-repeat 0 0;
	height: 42px;
	line-height: 1.0em;
	margin: 0;
	text-indent: -9999px;
	width: 644px;
}

.more-road  #content-feature div span {
	font-weight: bold;
	font-size: 1.5em;

}

.more-road #content-main-inner {
	padding-right: 13px;
}

.more-road #content-main .content-left {
	width: 255px;
}

.more-road #content-main .content-left h2 {
	border:none;
	font-size: 3.2em;
	line-height: 1em;
	margin: 0 0 .25em 0;
}

.more-road #content-main .content-left h2 span {
	border-bottom: 1px solid #453008;
	display: block;
	font-size: 0.375em;
	line-height: 1.1em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.more-road #content-main .content-left p.dotted {
	padding-bottom: 9px;
	margin-bottom: 17px;
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 100%;
}

.more-road #content-main .content-left a:link {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 100% 0.45em;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
}

.more-road #content-main .content-left a:visited {
	font-weight: bold;
	background: transparent url('/images/layout/bullet-arrow-brown.gif') no-repeat 100% 0.45em;
	padding-right: 5px;
	text-decoration: none;
}
.more-road #content-main .content-left a:hover,
.more-road #content-main .content-left a:active {
	text-decoration: underline;
}
.more-road #content-main .content-right {
	width: 367px;
	position: relative;
}

.more-road #content-main .content-right .polaroid {
	border: 0 none;
	width: 220px;
	height: 296px;
	position: absolute;
	right: -26px;
	top: 58px;
}

.more-road #content-main .content-right .polaroid img {
	-webkit-box-shadow: 0 0 0 transparent;
	background-color: transparent;
	border: 0 none;
	padding: 0;
}

.more-road #content-main .content-right .polaroid .frame {
	position: absolute;
	z-index: 1000;
}

.more-road #content-main .content-right .polaroid .image {
	left: 20px;
	position: absolute;
	top: 42px;
	z-index: 500;
}

.more-road #content-main .content-right h2 {
	color: #1e358b;
	border: none;
	margin-bottom: 4px;
}

.more-road #content-main .content-right h3 {
	font-size: 1.8em;
	font-family: times;
	margin-top: 0;
}

.more-road #content-main .content-right div {
	width: 168px;
	min-height: 266px;
	height: auto !important;
	height: 266px;
}

.more-road #content-main .content-right p.arrow-right {
	margin-bottom: 20px;
}

.more-road #content-main .content-right p.arrow-right a:link {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 100% 0.45em;
	padding-right: 5px;
	text-decoration: none;
}

.more-road #content-main .content-right p.arrow-right  a:visited {
	background: transparent url('/images/layout/bullet-arrow-brown.gif') no-repeat 100% 0.45em;
	padding-right: 5px;
	text-decoration: none;
}

.more-road #content-main .content-right p.arrow-right  a:hover,
.more-road #content-main .content-right p.arrow-right  a:active {
	text-decoration: underline;
}

/* @end */

/* @group Road Communities */

#communities-map {
	height: 400px;
	width: 677px;
}

#detail-map {
	height: 160px;
	overflow: hidden;
	width: 248px;
}

#detail-map img,
#communities-map img {
	background: transparent;
}

#detail-map h3,
#communities-map h3 {
	margin-top: 0;
}

#detail-map-container {
	margin-bottom: 5px;
	width: 248px;
}

#notebook-communities {
	background: transparent url('/images/layout/notebook-paper.png') no-repeat 8px 8px;
}

.communities .content-left {
	width: 457px;
	margin-left: 20px;
}

.communities .content-left h2 {
	margin-top: 0;
	margin-bottom: 5px;
}

.communities .content-left #communities {
	height: 348px;
	overflow: auto;
}

.communities .content-left #communities dl {
	height: 100.5%;
}

.communities .content-left dt,
.communities .content-left dd.marker {
	font-weight: bold;
}

.communities .content-left dd {
	margin: 0 0 6px;
}

.communities .content-left dt {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 5px;
}

.communities .content-left dd.marker {
	float: left;
	font-size: 2.0em;
	width: 18px;
}

.communities .content-left dd.marker a:link,
.communities .content-left dd.marker a:visited {
	font-weight: bold;
	text-decoration: none;
}

.communities .content-left dd.marker a:hover {
	text-decoration: underline;
}

.communities .content-left dt span {
	color: #1E358B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.67em;
	font-weight: normal;
	margin-left: 10px;
}

.communities .content-right {
	width: 148px;
	margin-top: 30px;
}

.communities .content-right h3 {
	border-bottom: 1px solid #453008;
	color: #1E358B;
	font-size: 2.4em;
	margin-top: 0;
}

.communities .content-right ul {
	margin-left: 5px;
}

.communities .content-right li,
.communities .content-right li a:link,
.communities .content-right li a:visited {
	color: #453008;
	font-weight: bold;
	list-style: none;
}

.communities .content-right li a:link,
.communities .content-right li a:visited {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 0 0.4em;
	display: block;
	left: -6px;
	padding-left: 6px;
	position: relative;
	text-decoration: none;
}

.communities .content-right li a:hover {
	color: #1E358B;
	text-decoration: underline;
}

.communities .content-right ul ul {
	margin: 0 0 0 10px;
}

.communities .content-right li li {
	font-size: 1.0em;
}

.communities .content-right li li a:link,
.communities .content-right li li a:visited {
	color: #1E358B;
	font-weight: normal;
}

.communities .content-right li li a:hover {
	color: #453008;
}

/* @end */

/* @group Home Page */

.home #content-inner {
	padding-bottom: 12px;
}

.home #content-feature {
	height: 369px;
	padding: 32px 0 0 36px;
	position: relative;
	width: 927px;
	z-index: 100;
}

.home #content-feature img {
	background: transparent none;
	border: 0 none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 0;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
	display: inline;
}

.home #content-feature img.overlay {
	bottom: 0px;
	position: absolute;
	right: -30px;
}

.home #content-feature .content {
	bottom: 20px;
	left: 55px;
	position: absolute;
	width: 310px;
}

.home #content-feature .content h1,
.home #content-feature .content p {
	color: #EDF7A7;
}

.home #content-feature .content p {
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 10px;
}

.home #content-feature .content h1 {
	background: transparent url('/images/layout/home-feature-headline.png') no-repeat 0 0;
	height: 54px;
	margin: 0 0 0;
	text-indent: -9999px;
	width: 310px;
}

.home #content-main {
	background: transparent url('/images/layout/home-content-main.png') repeat-y 4px 0;
	display: block;
	float: none;
	margin-top: 10px;
	margin-left: 36px;
	position: relative;
	width: 933px;
}

.home #content-main-bottom {
	background: transparent url('/images/layout/home-content-bottom.png') no-repeat 1px 0;
	height: 152px;
	position: absolute;
	bottom: -31px;
	left: 0;
	width: 933px;
}

.home #content-main-top {
	background-image: url('/images/layout/home-content-top.png');
	height: 60px;
	position: absolute;
	top: -18px;
	width: 933px;
}

.home #content-main-inner {
	background-image: none;
	padding: 0;
	position: relative;
	z-index: 1000;
}

.home #content-main-inner #upcoming-events {
	display: inline;
	float: left;
	width: 285px;
	min-height: 100px;
	margin: 16px 0 0 20px;
}

.home #content-main-inner #upcoming-events a:link,
.home #content-main-inner #upcoming-events a:visited {
	color: #1E358B;
}

.home #content-main-inner #upcoming-events a:hover {
	color: #82191E;
	text-decoration: underline;
}

.home #content-main-inner #upcoming-events h2 {
	border-bottom: 0 none;
	float: left;
	margin-top: 10px;
}

.home #content-main-inner #upcoming-events h2 a {
	background: transparent url('/images/layout/upcoming-events.png') no-repeat 0 0;
	display: block;
	height: 36px;
	text-indent: -9999px;
	width: 193px;
}

.home #content-main-inner #upcoming-events .utility {
	float: right;
	margin: 22px 0 0;
}

.home #content-main-inner #upcoming-events .utility li {
	float: none;
	font-size: 1.0em;
	line-height: 1.2em;
	list-style: none;
	text-align: right;
}

.home #content-main-inner #upcoming-events .utility li a:link,
.home #content-main-inner #upcoming-events .utility li a:visited {
	background: transparent url('/images/layout/bullet-arrow-blue.png') no-repeat 100% 50%;
	font-weight: bold;
	padding-right: 6px;
	text-decoration: none;
}

.home #content-main-inner #upcoming-events .utility li a:hover {
	text-decoration: underline;
}

.home #content-main-inner #upcoming-events dl {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 0;
	clear: both;
	padding: 8px 0;
}

.home #content-main-inner #upcoming-events dt {
		
}

.home #content-main-inner #upcoming-events dt a:link,
.home #content-main-inner #upcoming-events dt a:visited {
	color: #1E358B;
	font-weight: bold;
	text-decoration: none;
}

.home #content-main-inner #upcoming-events dt a:hover {
	color: #82191E;
	text-decoration: underline;
}

.home #content-main-inner #upcoming-events dd {
	font-size: 1.1em;
}

.home #content-main-inner #upcoming-events dd a:link,
.home #content-main-inner #upcoming-events dd a:visited {
	font-size: 0.91em;
	font-weight: bold;
	text-decoration: none;
}

.home #content-main-inner #upcoming-events dd a:hover {
	text-decoration: underline;
}

.home #content-main-inner #upcoming-events dt,
.home #content-main-inner #upcoming-events dd {
	float: right;
	width: 240px;
}

.home #content-main-inner #upcoming-events dd.date {
	color: #906e36;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 36px;
}

.home #content-main-inner #upcoming-events dd.date span {
	background: #906e36;
	color: #ffffff;
	display: block;
	font-size: 0.83em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 4px 0;
	text-transform: uppercase;
}

.home #content-main-inner #upcoming-events .with-image dd,
.home #content-main-inner #upcoming-events .with-image dt {
	float: right;
	width: 158px;
}

.home #content-main-inner #upcoming-events .with-image dd.date {
	float: left;
	width: 36px;
}

.home #content-main-inner #upcoming-events .with-image dd.image {
	float: left;
	width: 82px;
}

.home #content-main-inner #features {
	display: inline;
	float: left;
	width: 284px;
	min-height: 100px;
	padding: 16px 0 0;
	margin-left: 20px;
}

.home #content-main-inner #features #get-involved {
	background: transparent url('/images/layout/rule.gif') no-repeat 50% 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.home #content-main-inner #features h2 {
	background: transparent url('/images/layout/bullet-pin.png') no-repeat 0 0;
	border-bottom: 0 none;
	font-size: 3.4em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 8px;
	position: relative;
	padding: 0 0 0 28px;
	width: 244px;
}

.home #content-main-inner #features h2 a:link,
.home #content-main-inner #features h2 a:visited {
	color: #453008;
	text-decoration: none;
}

.home #content-main-inner #features h2 a:hover {
	text-decoration: none;
}

.home #content-main-inner #features p,
.home #content-main-inner #features img {
	margin-left: 16px;
	margin-right: 16px;
}

.home #content-main-inner #features h2 span {
	border-top: 1px solid #453008;
	display: block;
	font-size: 0.35em;
	line-height: 1.0em;
	font-variant: small-caps;
	margin-bottom: -5px;
	padding-top: 4px;
	position: relative;
	top: -5px;
	text-transform: uppercase;
}

.home #content-main-inner #features p a.more:link,
.home #content-main-inner #features p a.more:visited {
	font-size: 0.91em;
	font-weight: bold;
	text-decoration: none;
}

.home #content-main-inner #features p a.more:hover {
	text-decoration: underline;
}

.home #content-main-inner #features p.button a:link,
.home #content-main-inner #features p.button a:visited {
	font-size: 1.1em;
}

.home #content-main-inner #social-media-outer {
	display: inline;
	float: right;
	margin: 27px 23px 0 0;
	min-height: 100px;
	width: 280px;
}

.home #content-main-inner #social-media {
	margin: 0;
}

.home #content-main-inner #social-media li {
	list-style: none;
}

.home #content-main-inner #social-media li a.more:link,
.home #content-main-inner #social-media li a.more:visited {
	display: inline;
	float: right;
	font-size: 0.83em;
	margin-top: 17px;
}

.home #content-main-inner #social-media li.twitter,
.home #content-main-inner #social-media li.facebook {
	background: transparent none;
}

.home #content-main-inner #social-media li.facebook {
	padding-bottom: 10px;
}

.home #content-main-inner #social-media li.flickr {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x 0 0;
	padding-top: 20px;
}

.home #content-main-inner #social-media li.flickr li  {
	font-size: 0.91em;
	margin: 0 4px;
	width: 85px;
}


/* @end */

/* @group Calendar */
.calendar {

	font-family: times;
	font-weight: bold;
	border: 1px solid #fcd586;
	margin: 0 0 0 24px;
	color: #408065;
	padding: 4px;
	width: 168px;
}

.calendar div {
	font-size: 1.4em;
	padding: 7px 0;
	text-align: center;
}

#content-section .nav li a.previous {
	background: transparent url('/images/layout/cal-previous.png') no-repeat 50% 50%;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	padding:0;
	text-indent: -9999px;
	width: 10px;
}

.nav .calendar div span {
	display: inline;
}


#content-section .nav li a.next {
	background: transparent url('/images/layout/cal-next.png') no-repeat 50% 50%;
	display: inline-block;
	height: 16px;
	margin: 0 5px;
	padding:0;
	text-indent: -9999px;
	width: 10px;
}

.calendar table {
	clear: both;
	display: block;
	margin: 0;
}

.calendar table tr {
	margin: 2px;
	padding: 0;
}

.calendar table tr td {
	height: 20px;
	width: 22px;
	text-align: center;
	margin: 2px;
	padding: 0;
	background: #d2e4d0;
	color: #408065;
	font-weight: bold;
}

.calendar table tr td.entry  {
	color: #ffffff;
	background: #3c2d85;
}

.calendar table tbody tr td {
	border: 2px solid #ffffff;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.calendar table thead tr td {
	border: none;
	background: #c2cabb;
}

/* @end */

/* @group Search Results */

#search-results {
	padding-bottom: 2em;
}

#search-results .content-main-header {
	background: transparent url('/images/layout/events-calendar-shadow.png') repeat-x scroll 0 100%;
	margin-bottom: 0;
}

#search-results ul {
	margin: 0;
	padding: 0;
}

#search-results li {
	background: transparent url('/images/layout/rule-dotted.gif') repeat-x scroll 0 100%;
	font-size: 1.0em;
	list-style: none;
	padding: 10px;
}

#search-results li.even {
	background-color: #fcf7e4;
}

#search-results li h3 {
	margin-top: 0;
}

#search-results li p {
	margin-bottom: 0;
}

#search-results form {
	margin-top: 15px;
}

/* @end */

/* @group E-Newsletter */

form#e-newsletter #e-newsletter-input {
	border: 1px solid #cfcfcf;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: left;
	margin-right: 5px;
	padding: 5px;
	width: 180px;
}

form#e-newsletter #e-newsletter-submit {
	background: transparent url('/images/layout/enews-subscribe.png') no-repeat scroll 0% 0%;
	border: 0 none;
	float: left;
	height: 30px;
	text-indent: -9999px;
	width: 103px;
}

/* @end */
