/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: stylesheet.css
* Version: 1.0.0 (2009-03-31) YYYY-MM-DD
* Website: http://www.squidgemedia.com/
* Author: Andy @ Squidge Media
* Description: Handles the HTML site layout.

*/
* {
	vertical-align: baseline;
	font-weight: inherit;
	/*font-family: inherit;
	font-style: inherit;*/
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background: url(../images/wild_bg.png) no-repeat top center #1a1a1a;
	background-color: #1A1A1A;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
#container {
	width: 1000px;
	float: right;
	background: url('../images/wild_h1_03.png') #fff no-repeat 20px 20px;
}
#container h1 {
	display: none;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#signupForm {
	background-color: #329AD9;
	background: url('../images/wild_signup_logo_03_03.png') #329AD9 left center no-repeat;
	padding: 2px 2px 2px 40px;
	color: #fff;
	float: right;
	width: 800px;
	min-height:30px;
}
.signupText {
	padding: 2px;
	border: 1px solid #000;
	float: left;
	width: 200px;
}
#signupForm p {
	float: left;
	display: block;
	padding: 5px 3px 0 0;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 0.9em;
}
.signupSubmit {
	display: block;
	background-color: #000;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	float: left;
	margin: 1px 0 0 5px;
	font-size:0.9em;
	padding:3px 7px;
}
#mainNav {
	display: block;
	float: right;
	clear: right;
	width: 840px;
	border-bottom: 2px solid #878787;
	padding: 2px 0;
	margin: 30px 20px 0 0;
}
#mainNav li {
	display: inline-block;
	list-style-type: none;
	float: right;
	padding: 3px 2px;
	font-weight: bold;
	color: #666;
	font-size: 1.4em;
}
#mainNav a {
	color: #878787;
	display: block;
	padding: 1px 2px;
	letter-spacing: -1px;
	text-decoration:none;
}
#mainNav a:hover {
	color: #FFFFFF;
	background-color: #329AD9;
}
.homeLink {
	display: block;
	float: left;
	width: 135px;
	height: 130px;
}
#tickerTape {
	clear: right;
	float: right;
	width: 840px;
	height: 36px;
	margin: 0 20px 0 0;
}
.main {
	float: left;
	width: 250px;
	padding: 10px 5px;
}

.eventWrap {
	float: right;
	width: 570px;
	padding-bottom: 30px;
}

.content {
	position: relative;
	width: 840px;
	float: right;
	margin: 0 20px 0 0;
	border-bottom: 2px solid #878787;
	clear: both;
}
* html #content, * html #featured {
        height: 1%;
}

.contact {
	position: absolute;
	bottom: 10px;
	right:10px;
	font-size: 1.6em;
	color: #C1C1C1;
	letter-spacing: -1px;
	font-weight: bold;
}

.clear {
	clear: both;
	line-height: 1px;
}

.eventContent h2 {
	float: left;
	display: block;
	padding: 5px;
	font-size: 1.6em;
	color: #808080;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.eventContent h2 span {
	color: #000000;
}
.eventContent h2 .eventDate {
	color: #FFFFFF;
	background-color: #329AD9;
	padding: 3px;
}
.eventActions {
	color: #C1C1C1;
	text-decoration: none;
	padding:3px;
}
.eventActions:hover {
	background-color:#329AD9;
	color:#fff;
}
.nextEvent {
	color: #878787;
	text-decoration: none;
	text-align: right;
	padding:3px;
}
.nextEvent:hover {
	background-color:#329AD9;
	color:#fff;
}
.loadingH2 {
	color:#808080;
	display:block;
	clear:both;
	float:left;
	font-size:1.6em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 20px 10px 140px;
	padding:15px;
	border-bottom:2px solid #878787;
	width:810px;
	height:260px;
}
#galleryWrap {
	clear: right;
	float: right;
	width: 840px;
	margin: 10px 20px 10px 0;
}
#eventTarget, #pleaseWait {
	clear:both;
	float:right;
}
#pleaseWait {
	display:none;
}


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 720px;
	height:180px;
	clear: right;
	float:left;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	/* custom decoration */
	text-align:center;
	width:240px;
	font-family: 'bitstream vera sans';

}

/* active item */
div.scrollable div.items div.active {	
	background-color:#fff;
}

/* this makes it possible to add next button beside scrollable */

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/scrollable-left.png) no-repeat;
	clear:right;
	float:left;
	margin:81px 10px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/scrollable-right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:100px;
	height:20px;
	clear:right;
	margin: 10px auto;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(../images/scrollable-navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	float: right;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



.galleryTitle {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	color: #333;
	letter-spacing: -1px;
	border-bottom: 2px solid #878787;
}
#calendarWrap {
	clear: both;
	float: left;
	width: 840px;
	margin: 0 0 10px 140px;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #878787;
}
.homeH3 {
	color: #2C2C2C;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -1px;
	clear: both;
}
.calPrev, .calNext {
	display: block;
	float: left;
	padding: 5px 0;
	width: 100px;
	color: #2c2c2c;
	font-weight: bold;
	letter-spacing: -1px;
}
    .calWeek {
	display: block;
	float: left;
	width: 640px;
	padding: 5px 0;
	text-align: center;
	color: #2c2c2c;
	font-weight: bold;
	letter-spacing: -1px;
}
.calNext {
	text-align: right;
}
#calendar {
	clear: right;
	float: right;
	width: 840px;
}
#calendar div label {
	display: none;
}
#calendar div {
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	float: left;
	min-width: 34px;
	min-height: 64px;
	margin: 0 5px 0 0;
}
#Mon {
	background-image:url(../images/wild_cal_day_03.png);
}
#Tues {
	background-image:url(../images/wild_cal_day_05.png);
}
#Wed {
	background-image:url(../images/wild_cal_day_07.png);
}
#Thurs {
	background-image:url(../images/wild_cal_day_09.png);
}
#Fri {
	background-image:url(../images/wild_cal_day_11.png)
}
#Sat {
	background-image:url(../images/wild_cal_day_13.png);
}
#Sun {
	background-image:url(../images/wild_cal_day_15.png);
}
#calendar div p {
	display: block;
	margin: 0px 0px 0px 34px;
	background-color: #329AD9;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
	clear: left;
	float: left;
	min-height:54px;
}
#calendar div p a {
	color:#fff;
	text-decoration:none;
}
#calendar div p a:hover {
	text-decoration:underline;
}
#calendar .calZero {
	width: 115px;
}
#calendar div .calOne {
	width: 562px;
}
#calendar div .calTwo {
	width: 276px;
}
#calendar div .calThree {
	width: 180px;
}
#calendar div .calFour {
	width: 133px;
}
#calendar div .calFive {
	width: 104px;
}
#calendar div .calSix {
	width: 85px;
}
#calendar div .calSeven {
	width: 71px;
}






#flyerWrap {
	clear: both;
	margin: 0 20px 10px 140px;
	float: right;
	border-bottom: 2px solid #878787;
}
#flyers {
	display: block;
	width: 840px;
	float: left;
	margin: 10px 0;
}
#flyers li {
	display: inline-block;
	list-style-type: none;
	width: 20%;
	float: left;
	text-align: center;
}
#flyers img {
	border:4px solid #fff;
}
#flyers a:hover img {
	border-color:#329AD9;
}

.tweetLink {
	padding: 3px;
	background-color: #329AD9;
	color: #fff;
	text-decoration: none;
}
.eventContent .twitterFeed {
	font-size: 1.7em;
	color: #00A0C6;
}
.eventContent .tweetDate {
	clear: left;
	padding: 0 0 0 5px;
	font-weight: bold;
	color: #A8A8A8;
}





#footer {
	clear: right;
	float: right;
	width: 100%;
	background: url(../images/wild_footer_bg_03.jpg) repeat-x center;
}
.footerLogo {
	padding: 0 0 0 30px;
	float: left;
}
.socialLinks {
	display: block;
	width: 550px;
	float: left;
	margin: 30px 0 0 60px;
}
.socialLinks li {
	display: inline;
	list-style-type: none;
}
.socialLinks a {
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 39px;
	float: left;
	width: 120px;
}
.socialLinks a:hover {
	background-position:center bottom;
}
.socialLinks #socialFB {
	background-image: url(../images/social_up_03.png);
}
.socialLinks #socialBebo {
	background-image: url(../images/social_up_06.png);
}
.socialLinks #socialMS {
	background-image: url(../images/social_up_08.png);
}
.socialLinks #socialTwit {
	background-image: url(../images/social_up_10.png);
}.eventContent p {
	clear: both;
	padding: 0px 5px 20px;
	font-size: 0.85em;
}
.aboutH2 {
	display: block;
	clear: both;
	float: left;
	margin: 15px 0 0 140px;
	font-size: 1.8em;
	color: #262626;
	font-weight: bold;
	letter-spacing: -1px;
	width: 840px;
}
.aboutH3 {
	color: #FFFFFF;
	display: block;
	clear: both;
	float: left;
	padding: 3px 5px;
	background-color: #329AD9;
	font-size: 0.9em;
	font-weight:bold;
	letter-spacing:-1px;
	margin: 25px 0 0 0;
}
#aboutLeftCol {
	float: left;
	margin: 0 20px 15px 140px;
	width: 450px;
}
#aboutRightCol {
	float: left;
	width: 370px;
}
#aboutLeftCol p {
	clear: left;
	font-size: 0.9em;
	padding: 10px 0;
}
#aboutRightCol img {
	padding: 10px 0 20px;
}
.aboutH2 .newsDate {
	display: block;
	float: left;
	padding: 3px 5px;
	color: #fff;
	background-color: #329AD9;
	margin: 0 3px 0 0;
}
.newsItemWrap {
	clear: both;
	float: left;
	width: 780px;
	margin: 0 20px 15px 140px;
	border-bottom: 1px solid #878787;
	padding: 10px 0 0 0;
}
.newsItemWrap p {
	font-size: 0.8em;
	padding: 10px 0;
}

#galleryUL {
	display: block;
	width: 840px;
	float: left;
	min-height: 350px;
}
#galleryUL li {
	display: inline-block;
	list-style-type: none;
	padding: 7px;
	float: left;
}
#gallerySlct {
	clear: both;
	float: left;
	padding: 10px 0;
	width: 840px;
}
#gallerySlct p {
	display: block;
	float: left;
	padding: 3px 10px;
	font-weight: bold;
	letter-spacing: -1px;
}
#slctGallery {
	float: left;
	display: block;
	border:2px solid #000;
}
#slctGallery option {
	padding: 2px 5px;
	display:block;
	border-top:1px dotted #878787;
}
#breakLink {
	display: block;
	clear: both;
	height: 10px;
	border-bottom: 2px solid #878787;
	margin: 0 20px 15px 140px;
}
#contactWrap {
	clear: both;
	margin: 15px 20px 20px 140px;
	float: left;
	width: 840px;
}
#contactWrap p {
	font-size: 0.9em;
	clear: left;
	margin: 15px 0;
	display: block;
	float: left;
}
#contactWrap a {
	padding: 3px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	background-color: #329AD9;
}
.pageWrap {
	clear: left;
	float: left;
	margin: 10px 20px 10px 140px;
	width: 840px;
	text-align: right;
}
.pageWrap a {
	text-decoration:none;
	padding:2px 5px;
	color:#878787;
	font-weight:bold;
}
.pageWrap .current {
	color:#329AD9;
}
.pageWrap a:hover {
	color:#329AD9;
}