/* fonts */
/*
@font-face {
	font-family: 'TrashHandRegular';
	src: url('/interface/fonts/trashhand-webfont.eot');
	src: local('☺'), url('/interface/fonts/trashhand-webfont.woff') format('woff'), url('/interface/fonts/trashhand-webfont.ttf') format('truetype'), url('/interface/fonts/trashhand-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* end fonts */







body {
	background: url(/interface/images/bluesbg1.jpg) top center no-repeat #000;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;
	font-size: 67.5%;
	color:#333;
}

a {
	color: #3d3d3d;
}

a:hover {
	color: #000;
}

#wrapper {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 940px;
	background-color: #fff;
	border-left:4px solid #000;
	border-right:4px solid #000;
}

#topbar {
	padding: 10px 0;
	width: 940px;
	float: left;
}

#logo {
	position: absolute;
	z-index: 50;
	float: left;
	margin: 0 5px 0 0px;
	/*	
	-moz-box-shadow:0 10px 10px rgba(0,0,0,0.6);
	-webkit-box-shadow:0 10px 10px rgba(0,0,0,0.6);
	*/
}

#logo img {
	display:block;
}

#topnavbar {
	float: right;
	height:26px;
	margin-bottom:8px;
}

#topnavbar .username {
	font-weight:bold;
}


#navbar {
	float: right;
	width: 940px;
}

#navbar ul {
	float: right;
}



#navbar li {
	float: left;
	margin-left: 6px;
	height: 36px;
}

#navbar li a {
	width: 75px;
	height: 36px;
	display: block;
	float: left;
	text-decoration: none;
	overflow: hidden;
	background-position: 0 0;
}

#navbar li a:hover img {
	margin-top: -36px;
}

#navbar li a.active img {
	margin-top: -36px;
}

#navbar li #nav_home {
	background: #fff url(/interface/images/nav/home.gif) no-repeat top left;
}

#navbar li #nav_home:hover {
	background-position: 0 -36px;
}

#navbar li #nav_about {
	background: #fff url(/interface/images/nav/about.gif) no-repeat top left;
}

#navbar li #nav_about:hover {
	background-position: 0 -36px;
}

#navbar li #nav_news {
	background: #fff url(/interface/images/nav/news.gif) no-repeat top left;
}

#navbar li #nav_news:hover {
	background-position: 0 -36px;
}

#navbar li #nav_education {
	background: #fff url(/interface/images/nav/education.gif) no-repeat top left;
}

#navbar li #nav_education:hover {
	background-position: 0 -36px;
}

#navbar li #nav_store {
	background: #fff url(/interface/images/nav/store.gif) no-repeat top left;
}

#navbar li #nav_store:hover {
	background-position: 0 -36px;
}

#navbar li #nav_support {
	background: #fff url(/interface/images/nav/support.gif) no-repeat top left;
}

#navbar li #nav_support:hover {
	background-position: 0 -36px;
}

#navbar li #nav_archive {
	background: #fff url(/interface/images/nav/archive.gif) no-repeat top left;
}

#navbar li #nav_archive:hover {
	background-position: 0 -36px;
}

#navbar li #nav_contact {
	background: #fff url(/interface/images/nav/contact.gif) no-repeat top left;
}

#navbar li #nav_contact:hover {
	background-position: 0 -36px;
}

#navbar li #nav_members {
	background: #fff url(/interface/images/nav/members.gif) no-repeat top left;
}

#navbar li #nav_members:hover {
	background-position: 0 -36px;
}




/*
#navbar ul li {
	float:left;
}

#navbar a:link, #navbar a:visited {
	font-weight:bold;
	font-size:120%;
	padding:3px 8px;
	color:#333;
	text-decoration:none;
	float:left;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
	border-top:2px solid #333;
	border-bottom:2px solid #333;
}


#nav_home:hover {
	border-color:#000!important;
}

#nav_about:hover {
	border-color:#8D0507!important;
}

#nav_news:hover {
	border-color:#A92064!important;
}

#nav_education:hover {
	border-color:#648C07!important;
}

#nav_store:hover {
	border-color:#088E91!important;
}

#nav_support:hover {
	border-color:#6EAD38!important;
}

#nav_archive:hover {
	border-color:#FC7F22!important;
}

#nav_contact:hover {
	border-color:#084F91!important;
}
*/




#sitesearch {
	display: none;
	float: right;
	margin: 5px 10px 0 0;
}

#sitesearch label {
	display: block;
	text-align: right;
	font-size: 60%;
	padding-left: 2px;
}

#sitesearch #srchbox {
	height: 12px;
	border: 1px dotted #333;
}

#header {
	margin-bottom: 10px;
}

#sidebarwrapper {
	width:250px;
	float: right;
	
}

	#sidebarwrapper.singlecol {

	}
	

.box h3 {
	color:#333;
	padding:8px 10px 8px 10px;
	font-size: 200%;
	text-align:left;
	border-bottom:1px solid #d9d9d9;
	font-family:'TrashHandRegular', helvetica, arial, sans-serif;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;

	-webkit-border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	
}



.box h4 {
	font-size: 140%;
	margin-bottom: 0.5em;
		font-family:'TrashHandRegular', helvetica, arial, sans-serif;
		color:#333;
		
}

#sidebarwrapper p {
	margin-bottom: 1em;
}

#sidebarwrapper .more {
	text-align: right;
}

#sidebarwrapper .more a {
	color: #a92064;
}

.italic {
	font-style: normal;
}

#eventoverview {
	clear:left;
	float:left;
	width:190px;
	height:421px;
	margin-right:30px;
	padding:0;
	
}

	#eventoverview .box {
		width:190px;
		margin:0;
	}

#description {
	float:left;
	width:400px;
}

.column {
	padding: 0 0 10px 0;
	float: left;
}

.doublecolumn {
	padding: 0 0 10px 0;
	width: 450px;
	margin-left: 10px;
}

.box {
	float:left;
	width:248px;
	margin-bottom: 1em;
	padding:0 0 10px 0;
	background-color:#f8f8f8;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border:1px solid #cdcdcd;
}


.box div.inner {
	padding: 10px 10px;
	font-size: 110%;
	line-height: 1.3;
}


#newsbox ul, #eventsbox ul, ul.eventslist {
	list-style:none!important;
	margin-left:0!important;
	margin-right:0!important;
}

#newsbox li, #eventsbox li {
	margin: 0.25em 0;
	padding:0.3em 0 0.5em 0;
	border-bottom:1px dotted #666;
}

#eventsbox a {
	font-weight: bold;
	color: #333;
	text-decoration:none;
}

#eventsbox .date {
	font-size: 12px;
}

.calendarBlank {
	background-color: #fff;
	padding: 5px;
}

.calendarHeader {
	font-weight: bold;
	color: #333;
	text-align: center;
	padding: 5px;
	background: #fff;
}

.calendarMonthLinks {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	color: #333;
	background-color: transparent;
}

.calendarMonthLinks a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:visited {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

.calendarMonthLinks a:hover {
	color: #3d3d3d;
	text-decoration: underline;
	background-color: transparent;
}

.calendarDayHeading {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	background-color: #cdcdcd;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

.calendarToday {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #e7e8dd;
}

.calendarToday a {
	color: #3d3d3d;
	text-decoration: underline;
}

.calendarToday a:hover {
	color: #333;
	text-decoration: none;
}

.calendarCell {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #fff;
	padding: 5px;
}

.calendarCell a {
	color: #fff;
	text-decoration: underline;
}

.calendarCell a:visited {
	color: #fff;
	text-decoration: underline;
}

.calendarCell a:hover {
	color: #fff;
	text-decoration: none;
}

.calendarEvent {
	background-color: #A92064;
	color: #fff;
}

.calendarGig {
	background-color: #69b838;
	color: #fff;
}



#content {
	float: left;
	font-size: 115%;
	font-weight: normal;
	padding: 0 0 0 10px;
	line-height: 1.4;
	width: 430px;
}

	#content.wide {
		width:660px;
	}

#content p {
	margin-bottom: 1em;
}

#content p.intro {
	font-size: 125%;
}

#content h1 {
	font-size:220%;
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height:1.2;
	
}

	#content h1.event {
		float:left;
		padding-bottom:0.4em;
	
		margin-bottom:0.5em;
	}
	
	#content h1 span {
		display:block;
		clear:left;
		font-size:90%;
		font-weight:normal;
	}

#content h2 {
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 0.5em;
	
}

#content h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.5em;

}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#content ul {
	list-style: disc;
}

#content ul, #content ol {
	padding: 0 1.5em;
	margin: 1em 0;
}

#content li {
	margin-bottom: 0.5em;
}

.photoleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

.photoright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

.caption {
	clear:both;
	font-size:90%;
	font-style:italic;
	margin:3px;
	display:block;
}

.leftimage {
	float: left;
	padding: 4px;
	border: 1px solid #dedede;
	background-color: #efefef;
	margin: 0.5em 0.5em 0.5em 0;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);	
}

.rightimage {
	float: right;
	padding: 4px;
	border: 1px solid #dedede;
	background-color: #efefef;
	margin: 0.5em 0 0.5em 0.5em;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);
}


hr.clearer {
	clear: both;
	visibility: hidden;
}


body#home .box h3 {
	color:#fff;
	background-color:#000;
}

#footer {
	padding:10px;
	background-color:#000;
	color:#fff;
	line-height:1.3;
}


#body#home #footer {
	background-color:#000;
}

body#archive #footer {
	background-color: #fd7c24;
}

body#archive .box h3 {
	background-color:#fd7c24;
	color:#fff;
}

body#archive #content h2 {
	color:#fd7c24;
}

body#heritage #footer {
	background-color: #712EC9;
}

body#education #footer {
	background-color: #618904;
}

body#education .box h3 {
	background-color:#618904;
	color:#fff;
}

body#education #content h2 {
	color:#618904;
}

body#about #footer {
	background-color: #A41615;
}

body#about .box h3 {
	background-color:#A41615;
	color:#fff;
}

body#about #content h2 {
	color:#A41615;
}

body#contact #footer {
	background-color: #004387;
}

body#contact .box h3 {
	background-color:#004387;
	color:#fff;
}

body#contact #content h2 {
	color:#004387;
}

body#contact #contactbox {
	
}

body#store #footer {
	background-color: #25B6BB;
}

body#store .box h3 {
	color:#25B6BB;
}

body#support #footer {
	background-color: #59A425;
}

body#support .box h3 {
	background-color:#59A425;
	color:#fff;
}

body#support #content h2 {
	color: #59A425;
}

body#news #footer {
	background-color: #A92064;
}

body#news .box h3 {
	background-color:#A92064;
	color:#fff;
}

body#news #content h2 {
	color:#A92064;
}


body#news hr {
	background-color: #fce7fb;
	margin: 0;
	padding: 0;
	border: 0;
	height: 1px;
}

body#news .heading {
	color: #A92064;
}

body#events #footer {
	background-color: #A92064;
}

body#events .box h3 {
	color:#A92064;
}

body#events #content h2 {
	color:#A92064;
}




.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOff a:link {
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}

.fancydate-container {
	float:left;
	width:230px;
}

.fancydate {
	background:url(/interface/images/datebg.png) top left no-repeat transparent;
	width:60px;
	height:70px;
	float:left;
	margin-right:10px !important;
	position:relative;
}

.fancydate-day {
	color:#fff;
	font-weight:bold;
	font-size:70%;
	position:absolute;
	top:12px;
	left:3px;
	width:54px;
	text-align:center;
}

.fancydate-date {
	position:relative;
	display:block;
	top:24px;
	left:3px;
	width:54px;
	color:#333;
	font-size:180%;
	font-weight:bold;
	text-align:center;
}

.fancydate-month {
	color:#333;
	font-weight:bold;
	font-size:70%;
	position:absolute;
	top:45px;
	left:3px;
	width:54px;
	text-align:center;
}

.fancydate-to {
	position:absolute;
	top:62px;
	font-size:75%;
	display:block;
	width:60px;
	text-align:center;
}

.fancydate-info {
	float:left;
	width:135px;
}


.readmore {
	font-size:80%;
}

#eventsbox .box {
	background-color:none
}

#eventsbox h4, #eventsbox p {
	margin:0 0 0.2em 0;
	font-size:95%;
}

#sidebarwrapper .story {
	margin-bottom:0.5em;
	padding:0.5em 0 0 0;
	border-bottom:1px dotted #333;
}

#sidebarwrapper ul {
	list-style:disc;
	margin:0.5em 1em;
}

#content .story {
	position:relative;
	padding:1em 0;
	background:url(/interface/images/shadow.png) center bottom no-repeat #fff;
	float:left;
	width:680px;
}

#content .story p {

	float:left;
}

.btn { 
	display:block; 
	float:right; 
	font-size:90%; 
	color:#fff; 
	text-decoration:none; 
	text-align:center; 
	padding:6px 8px; 
	background-color:#808080; 
	-moz-border-radius:2px; 
	-webkit-border-radius:2px; 
	}
	
#content .story .btn {
	position:absolute;
	bottom:20px;
	right:20px;
}


#membernav {
	font-size:120%;
	font-weight:bold;
	background-color:#000;
	color:#fff;
	padding:12px 25px 20px 12px;;
	margin-bottom:10px;
}

	#membernav li {
		float:left;
		margin-right:10px;
	}
	
	#membernav a {
		float:left;
		color:#fff;
	}
	
	
	
	
		.signupbox {
			position:relative;
			float:left;
			width:290px;
			margin-right:20px;
			padding:10px;
			/*background-color:#dedede;
			border:2px solid #ccc;
			-moz-border-radius:8px;*/
		}
		
		.signupbox h3 {
			-moz-text-shadow:2px 2px #fff;
		}
		
		.signupbox.last {
			margin-right:0;
		}

		.signupbox ul {
			margin:0;
			padding:0;
		}
		
		.signupbox li {
			width:100px;
			margin-right:20px;
			float:left;
		}

		
		.signupbox p {
			clear:both;
		}
		
		.signupbox h3 {
			float:left;
			font-weight:bold;
			margin-bottom:0;
		}
		
		.price {
			font-weight:bold;
			color:#D62870;
		}
		
		.buylink {
			font-weight:bold;
			font-size:120%;
			text-decoration:none;
			text-align:center;
			margin:0;
		}
		
		.buylink img {
			display:block;
		}
	
