/* Page Settings */

body, html {
	background: #08320d url(../images/feltbg.jpg) repeat top left;
	color: #fff;
	margin: 0px;
	padding: 0px;
	}
	
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:  62.5%;
	font-weight: normal;
}

body a {
	color: #3E3963;  
	text-decoration: underline;
	}
  
body a:hover {
	color: #000000;
	text-decoration: underline;
	}

body a:active {
	color: #3E3963;
	text-decoration: underline;
	}

h1 {
	height: 565px;
	margin: 0px auto;
	padding: 0px;
	text-indent: -9999px;
	width: 1000px;
}

h1 a {
	background: transparent url(../images/header.png) no-repeat top center;
	display: block;
	height: 296px;
	margin: 0px auto;
	padding: 0px;
	text-indent: -9999px;
	top: 25px;
	width: 747px;
}

h2 {
	color: #072047;
	font-size: 2.8em;
	margin: 0px 0px 20px 0px;
}

h3 {
	color: #072047;
	font-size: 1.9em;
	margin: 0px;
}

h4 {
	color: #072047;
	font-size: 1.9em;
	margin: 0px;
}

/* sIFR */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/* Forms */

form label.error { 
	color: #ff0000;
	margin-left: 123px;
}

form fieldset {
	margin: 20px 0px 0px 0px;
	border: none;
}

form legend {
	border: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 1.4em;
	font-weight: bold;
}
form label {
	display: inline-block;
	line-height: 1.8em;
	vertical-align: top;
}

form fieldset ol {
	margin: 0px;
	padding: 0;
}

form fieldset li {
	list-style: none;
	padding: 5px 5px 5px 0px;
	margin: 0;
}

form fieldset input, form fieldset select {
	color: #000000;
	background: #cccccc;
	border: #413A32 solid 1px;
	font-size: 1.0em;
}

form fieldset textarea {
	color: #000000;
	background: #cccccc;
	border: #413A32 solid 1px;
	font-size: 1.2em;
}

form fieldset input.text {
	height: 13px;
	padding: 2px;
	font-size: 1.0em;
}

form fieldset p {
	padding: 5px;
	margin-left: 83px;
}

form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form label {
	font-weight: normal;
	width: 95px; /* Width of labels */
}

form fieldset fieldset label {
	margin-left: 98px; /* Width plus 3 (html space) */
}

/* Transform element to be a button */

.btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1.0em Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.btn:hover {
	text-decoration: none;
}
.btn:active {
	position: relative;
	top: 1px;
}

/* Colour the buttons */

.red {
	color: #ffffff;
	border: solid 1px #650d0b;
	background: #9f1411;
	background: -webkit-gradient(linear, left top, left bottom, from(#9f1411), to(#680e0c));
	background: -moz-linear-gradient(top,  #9f1411,  #680e0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f1411', endColorstr='#680e0c');
}
.red:hover {
	color: #ffffff;
	background: #bc1613;
	background: -webkit-gradient(linear, left top, left bottom, from(#bc1613), to(#81110f));
	background: -moz-linear-gradient(top,  #bc1613,  #81110f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc1613', endColorstr='#81110f');
}
.red:active {
	color: #ffffff;
	border: solid 1px #650d0b;
	background: #680e0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#680e0c), to(#9f1411));
	background: -moz-linear-gradient(top,  #680e0c,  #9f1411);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#680e0c', endColorstr='#9f1411');
}

.error {
	background: #FFD2D2;
	border: 1px solid #EF6868;
	color: #000000;
	padding: 5px;
}

.success {
	background: #AEFFB3;
	border: 1px solid #77EF7F;
	color: #000000;
	padding: 5px;
}

/* Page Elements */

#container {
	background: transparent url(../images/paperbg.png) repeat-y top center;
	color: #3E3963;
	height: 420px;
	height: 100% !important;
	margin: 0px auto;
	min-height: 420px;
	padding: 0px 10px 0px 10px;
	position: relative;
	text-align: center;
	top: -25px;
	width: 747px;
	z-index: 2;
}

#container p {
	font-size: 1.2em;
}

#header {
	background: transparent url(../images/headerbg.jpg) no-repeat top center;
	height: 374px;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	z-index: 1;
}

#sticky {
	background: transparent url(../images/sticky.png) no-repeat top left;
	height: 234px;
	position: absolute;
	right: 10px;
	text-align: left;
	top: -100px;
	width: 266px;
	z-index: 18;
}

#sticky #news {
	height: 108px;
	left: 48px;
	overflow: hidden;
	position: relative;
	top: 80px;
	width: 176px;
}

#sticky .tweet {
	display: block;
	height: 108px;
	width: 176px;
}

#money {
	background: transparent url(../images/money.png) no-repeat top left;
	height: 340px;
	width: 361px;
	position: absolute;
	right: -70px;
	top: 40px;
	z-index: 97;
}

#election {
	background: transparent url(../images/voteElections.png) no-repeat top left;
	display: block;
	height: 188px;
	width: 140px;
	position: absolute;
	left: -108px;
	top: -170px;
	text-indent: -9999px;
	z-index: 98;
}

ul, ol {
	font-size: 1.2em;
}

ul li, ol li {
	padding: 2px 0px;
}

/* Main Navgation */

#nav {
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	top: -36px;
	left: 60px;
	width: 470px;
	z-index: 19;
}

#nav ul {
	color: #000;
	font-size: 1.2em;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#nav ul li a {
	background: transparent url(../images/nav.png) no-repeat top left;
	color: #000;
	display: block;
	height: 70px;
	outline: none;
	text-indent: -9999px;
}

#nav ul li a#navJoin {
	background-position: 0px 0px;
	width: 104px;
}

#nav ul li a#navEvents {
	background-position: -104px 0px;
	width: 137px;
}

#nav ul li a#navGallery {
	background-position: -241px 0px;
	width: 139px;
}

#nav ul li a#navShop {
	background-position: -380px 0px;
	width: 90px;
}

/* Main Content */

#content {
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 10px 0px;
	position: relative;
	text-align: left;
	left: 145px;
	width: 315px;

}

ul#gallery {
	margin: 0px;
	padding: 0px;
}

ul#gallery li {
	float: left;
	list-style-type: none;
	margin: 0px 15px 15px 0px;
	padding: 0px;
	width: 75px;
}

#photos a {
	margin: 0px 0px 4px 4px;
	opacity: 0.7;
}

#photos a:hover {
	opacity: 1.0;
}

/* Footer */

#footer {
	background: transparent url(../images/footer.png) no-repeat top left;
	height: 120px;
	margin: 0px auto;
	position: relative;
	top: -25px;
	width: 727px;
}

#footer ul#connect {
	bottom: 25px;
	color: #000;
	font-size: 1.2em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 120px;
	top: 34px;
}

#footer ul#connect li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#footer ul#connect li a {
	background: transparent url(../images/footerIcons.png) no-repeat top left;
	color: #000;
	display: block;
	height: 40px;
	outline: none;
	text-indent: -9999px;
}

#footer ul#connect li a#iconEmail {
	background-position: 0px 0px;
	width: 37px;
}

#footer ul#connect li a#iconFacebook {
	background-position: -37px 0px;
	width: 41px;
}

#footer ul#connect li a#iconTwitter {
	background-position: -78px 0px;
	width: 40px;
}

#footer ul#connect li a#iconRSS {
	background-position: -118px 0px;
	width: 40px;
}

#footer ul#sponsors {
	bottom: 25px;
	color: #fff;
	font-size: 1.2em;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 110px;
	top: 108px;
}

#footer ul#sponsors li {
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#cards {
	background: transparent url(../images/cards.png) no-repeat top left;
	bottom: -165px;
	height: 225px;
	left: -75px;
	position: absolute;
	width: 208px;
	z-index: 19;
}

/* Calendar Styling */

#calendarFeeds img{
	margin-right: 20px;
}

/* optional styling */

#navControlDiv input {
  	background-color: #a5b9a7;
	border: solid #a5b9a7 1px; 
}

#navControlDiv select {
	border: solid black 1px;	
}

#viewControlDiv input {
  background-color: #a5b9a7;
	border: solid #a5b9a7 1px; 	
}

#statusControlDiv {
	color: #000;
}

/* required styling */

.columnHeading {
	text-align: center;
	color: #000; 
	background-color: #a5b9a7; 
	border: solid #a5b9a7 1px; 
}

.weekViewCell {
	background: #ecf3ed;
	width: 35px;
	height: 75px;
	border: solid #a5b9a7 1px;
	text-align: left;
}

.monthViewCell {
	background: #ecf3ed;
	width: 38px;
	height: 48px;
	border: solid #a5b9a7 1px;
	text-align: left;
}

.contentCell {
	padding: 2px;
	font-size: 1.2em;
  	border: solid #000 0px;
	color: #ccc; 
	overflow: auto;
}

.eventMouseOver {
	color: #fff;	
	background-color: #000;
	padding: 1px;
	cursor: pointer;
}

.eventMouseOut {
	color: #fff;
	background-color: #2b5f31;
	padding: 1px;
}

.calOption {
	margin: 0px 10px 0px 0px;
}

.fbLike {
	height: auto;
}

#shareThis {
	clear: both;
	font-size: 1.2em;
	margin: 30px 0px 15px 0px;
}

#dwindow {
	color: #000;
	font-size: 1.2em;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}

#doverlay {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 98;
}

/* Shop */

.shopItem {
	background: #ccc;
	border: 1px solid #bbb;
	margin: 20px 0px;
	padding: 10px 10px 5px 10px;
	position: relative;
}

.shopItem h3 {
	color: #072047;
	font-size: 1.4em;
	width: auto;
}

.shopItem p {
	color: #072047;
	font-size: 1.3em;
	position: absolute;
	right: 10px;
	top: 0px;
}

.shopItem hr {
	margin: 6px 0px 10px 0px;
}

.shopItem .itemImage {
	float: left;
	margin: 0px 10px 10px 0px;
	position: relative;
	height: 120px;
	width: 120px;
}

.itemImage em {
	background: #000;
	bottom: 0px;
	color: #fff;
	display: none;
	font-size: 1.0em;
	height: 20px;
	line-height: 20px;
	padding: 0px 4px;
	position: absolute;
	opacity: 0.7;
	width: 112px;
}

.itemImage:hover em {
	display: block;
}

#viewBasket {
	float: right;
	position: relative;
	top: -50px;
	z-index: 99;
}

/* Lightbox */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 20;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}