@charset "utf-8";
/* CSS Document */

/* --------- Reset --------- */
	html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
	body {line-height:1.5;}
	table {border-collapse:separate;border-spacing:0;}
	caption, th, td {text-align:left;font-weight:normal;}
	table, td, th {vertical-align:middle;}
	blockquote:before, blockquote:after, q:before, q:after {content:"";}
	blockquote, q {quotes:"" "";}
	a img {border:none;}
/* ------------------------- */

/* --------- Tags --------- */
	body {
		width: 100%;
		padding: 0px;
		margin: 0px auto;
		text-align: center;
		font-family: Arial, "Helvetica", sans-serif;
		background: #f1f1f1 url(../images/_BKGD.png) no-repeat scroll center top;
		font-size: 12px;
		color: #333;
	}
	
	a:link {color: #00adef; text-decoration: none; outline: none;}
	a:visited {color: #00adef; text-decoration: none; outline: none;}
	a:hover {color: #666; text-decoration: none; outline: none;}
	
	a.navLinks:link {color: #666; text-decoration: none; outline: none;}
	a.navLinks:visited {color: #666; text-decoration: none; outline: none;}
	a.navLinks:hover {color: #00adef; text-decoration: none; outline: none;}
	
	a.calPageLinks:link {color: #000; text-decoration: none; outline: none;}
	a.calPageLinks:visited {color: #000; text-decoration: none; outline: none;}
	a.calPageLinks:hover {color: #666; text-decoration: none; outline: none;}
	
	a.calControlsLinks:link {color: #fff; text-decoration: none; outline: none;}
	a.calControlsLinks:visited {color: #fff; text-decoration: none; outline: none;}
	a.calControlsLinks:hover {color: #00adef; text-decoration: none; outline: none;}
	
	a.updateLinks:link {color: #00adef; text-decoration: none; outline: none;}
	a.updateLinks:visited {color: #00adef; text-decoration: none; outline: none;}
	a.updateLinks:hover {color: #666; text-decoration: none; outline: none;}
	
	a.buySpot:link {color: #c30; text-decoration: none; outline: none;}
	a.buySpot:visited {color: #c30; text-decoration: none; outline: none;}
	a.buySpot:hover {color: #333; text-decoration: none; outline: none;}
	
	a.buySpotCal:link {color: #fff; text-decoration: none; outline: none;}
	a.buySpotCal:visited {color: #fff; text-decoration: none; outline: none;}
	a.buySpotCal:hover {color: #ff9; text-decoration: none; outline: none;}
	
	a.soldSpot:link {color: #333; text-decoration: none; outline: none;}
	a.soldSpot:visited {color: #333; text-decoration: none; outline: none;}
	a.soldSpot:hover {color: #666; text-decoration: none; outline: none;}
	
	a.topInfoBar:link {color: #ff9; text-decoration: none; outline: none;}
	a.topInfoBar:visited {color: #ff9; text-decoration: none; outline: none;}
	a.topInfoBar:hover {color: #ccc; text-decoration: none; outline: none;}
	
	blockquote {
		width: 90%;
		border-left: 1px dashed #ccc;
		margin-left: 20px;
		padding-left: 20px;
	}
	
	h1 {
		font-size: 40px;
		font-weight: bold;
		/*margin-bottom: 1px;
		padding-bottom: 1px;*/
		display: inline;
	}

	h2 {
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 1px;
		padding-bottom: 1px;
		display: inline;
	}
	
	h3 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 2px;
		padding-bottom: 2px;
		display: inline;
	}
	
	h4 {
		font-size: 30px;
		font-weight: bold;
		margin: 0px 0px 2px 0px;
		padding: 0px 0px 2px 0px;
		display: inline;
	}
	
	h5 {
		font-size: 30px;
		font-weight: bold;
		margin: 0px 0px 2px 0px;
		padding: 0px 0px 2px 0px;
		display: inline;
	}
	
	hr {
		height: 1px;
		border-style: none;
		color: #ccc;
		background-color: #ccc;
	}
	
	ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	li {
		margin: 0px 0px 0px 25px;
		padding: 0px 0px 0px 0px;
	}	
/* ------------------------ */

/* --------- Classes --------- */
	.border1px {
		border: 1px solid #000;
	}
	
	.charityImg {
	 	width: 282px;
		height: 99px; 
		float: left;
		border: 1px solid #000;
		margin: 0px 20px 0px 0px;
	}
	
	.clearFloat {
		clear: both;
		height: 1px;
		width: 5px;
		line-height: 2px;
	}
	
	.commentStatus {
		color: #666;
		font-weight: bold;
	}
	
	.cornerSpacer {
		padding: 0px 5px 0px 5px;
		width: auto;
	}
	
	.error {
		color: #f00;
		font-weight: bold;
	}
	
	.firstNav {
		margin-left: 10px;
	}
	
	.footerLinksDivider {
	 	padding: 0px 12px 0px 12px;
		width: auto;
	}
	
	.fullCalDay {
		font-size: 18px;
		color: #ccc;
		font-weight: bold;
	}
	
	.fullCalMonthYear {
		font-size: 24px;
		color: #666;
		font-weight: bold;
	}
	
	.GPSimg {
		border: 2px solid #fff;
	}
	
	.hero {
	 	width: 250px;
		height: 582px; 
		float: left;
		margin: 10px 30px 0px 20px;	
	}
	
	.homeHeadline {
		color: #000;
		font-size: 24px;
		line-height: 27px;
	}
	
	.homeSubhead {
		color: #666;
		font-size: 18px;
		line-height: 23px;
	}
	
	.navLinksDivider {
	 	padding: 0px 9px 0px 9px;
		color: #fff;
		width: auto;
	}
	
	.order {
		color: #390;
		font-weight: bold;
		font-size: 14px;
		padding: 10px 0px 10px 0px;
		margin: 0px 0px 0px 0px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	
	.prevNext {
		margin: 0px 0px 0px 0px;
	}
	
	.sent {
		color: #390;
		font-weight: bold;
	}
	
	.sideBar-Cal-Day {
		border: 1px solid #000;
	}
	
	.sideBarCost {
		color: #999;
	}
	
	.socMedDivider {
	 	padding: 0px 1px 0px 1px;
		color: #fff;
	}
	
	.source {
		font-size: 10px;
	}
	
	.sponsorDate {
		font-weight: bold;
		font-size: 10px;
	}
	
	.sponsorImg {
		border: 1px solid #000;
		margin: 10px auto 0px auto;
	}
	
	.sponsorImgCal {
		position: relative;
		border: 1px solid #000;
		margin: 10px 0px 0px 0px;
		height: 150px;
		width: 250px;
		z-index: 100;
	}
	
	.theLogo {
		margin: 0px 0px 0px -3px;
	}
	
	.theBuyButton {
		margin: 0px 0px 0px 200px;
	}
	
	.theBuyButtonAbout {
		margin: 10px 0px 0px -5px;
	}
	
	.theLogoCal {
		margin: 10px 68px 15px 30px;
		float: left;
		width: auto;
	}
	
	.update {
		color: #c30;
	}
	.youTubeBlog {
		width: 560px;
		height: 340px;
		border: 1px solid #000;
	}
/* ------------------------- */

/* --------- Divs --------- */
	#wrapper {
		position: relative;
		width: 100%;
		padding: 0px;
		margin: 0px auto;
		text-align: center;
	}
	
	#top-info-bar {
		position: relative;
		width: 100%;
		padding: 10px 0px 10px 0px;
		margin: 0px auto 0px auto;
		text-align: center;
		background: #00adef;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}
	
	#pageHome {
		position: relative;
		width: 960px;
		min-height: 690px;
		padding: 0px;
		margin: 10px auto;
		text-align: center;
		border: 1px solid #666;
		background: #fff url(../images/_BKGD-home.jpg) no-repeat scroll center top;
	}
	
	#pageCal {
		position: relative;
		width: 960px;
		min-height: 700px;
		padding: 0px;
		margin: 10px auto 0px auto;
		text-align: center;
		border: 1px solid #666;
		background: #fff url(../images/_BKGD-cal.png) no-repeat scroll center top;
	}
	
	#pageCommon {
		position: relative;
		width: 960px;
		min-height: 700px;
		padding: 0px;
		margin: 10px auto 0px auto;
		text-align: center;
		border: 1px solid #666;
		background: #fff url(../images/_BKGD-pages.png) no-repeat scroll center top;
	}

	#header {
		position: relative;
		width: 900px;
		height: auto;
		padding: 0px;
		margin: 25px auto 0px auto;
		text-align: left;
	}
	
		#nav {
			position: relative;
			height: 15px;
			width: 600px;
			padding: 0px 0px 0px 0px;
			margin: 15px 0px 0px 0px;
			font-size: 11px;
			font-weight: bold;
		}
		
		#shareCorner {
			position: relative;
			height: auto;
			width: 171px;
			padding: 0px 0px 0px 0px;
			margin: -90px 0px 0px 730px;
		}
		
		#cornerNav {
			position: relative;
			height: 20px;
			width: 150px;
			padding: 0px 0px 0px 30px;
			margin: 5px 0px 0px -17px;
		}
		
	#homeText {
		position: relative;
		height: 100px;
		width: 650px;
		padding: 0px 0px 0px 0px;
		margin: 100px 0px 0px 56px;
		text-align: left;
		color: #fff;
	}
	
	#homeVid {
		position: relative;
		height: 220px;
		width: 400px;
		padding: 0px 0px 0px 0px;
		margin: 31px 0px 0px 65px;
		border: 1px solid #333;
	}
	
	#homePods {
		position: relative;
		width: 900px;
		height: auto;
		padding: 0px;
		margin: 25px auto 0px auto;
		text-align: left;
	}
	
		#homeUpdate {
			position: relative;
			height: auto;
			width: 250px;
			padding: 0px 0px 0px 0px;
			margin: 25px 0px 0px 0px;
			text-align: left;
			float: left;
		}
		
		#homeFlapper {
			position: relative;
			height: 240px;
			width: 362px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 17px;
			text-align: center;
			background: url(../images/_flapper.png) no-repeat scroll center top;
			float: left;
		}	
		
		#homeFlapperCal {
			position: relative;
			padding: 10px 0px 0px 0px;
			margin: 0px 0px 0px 55px;
		}
		
		#homeSponsor {
			position: relative;
			height: auto;
			width: 250px;
			padding: 0px 0px 0px 0px;
			margin: 25px 0px 0px 20px;
			text-align: left;
			float: left;
		}
		
	#calSponsor {
		position: relative;
		height: auto;
		width: 250px;
		padding: 10px 0px 0px 0px;
		margin: -143px 0px 0px 664px;
		text-align: left;
	}
	
	
	#theText {
	 	padding-left: 25px;
	}
	
	#pageContent-calendar {
		position: relative;
		width: 930px;
		min-height: 600px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 15px;
		text-align: left;
	}
	
	#pageContent {
		position: relative;
		width: 558px;
		padding: 0px 0px 0px 0px;
		margin: 105px 0px 25px 56px;
		text-align: left;
		float: left;
	}
	
	#pageContent  h1 {
		color: #fff;
	}
	
	#aboutImg {
		border: 2px solid #fff;
	}	
	
	#danImg {
		border: 1px solid #000;
		float: left;
		margin: 0px 20px 20px 0px;
	}
	
	#stats-Skinnyr {
		position: relative;
		width: 520px;
		padding: 10px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
		border: 1px solid #333;
		text-align: center;
		background: #fff;
	}
	
	#stats-Quantcast-traffic {
		position: relative;
		width: 520px;
		height: 335px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
		border: 1px solid #333;
	}
	
	#stats-Twitter-Buzzom {
		position: relative;
		width: 520px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
		border: 1px solid #333;
	}
	
	#stats-Facebook-badge {
		position: relative;
		width: 520px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 20px 0px;
	}
	
	/* ------- SideBar ------- */	
	#sideBar {
		position: relative;
		width: 288px;
		margin: 60px 26px 25px 0px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		background: url(../images/_BKGD-sidebar.png) repeat-y scroll center top;
		float: right;
	}
	
	#socMediaBar {
		position: relative;
		width: 250px;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 8px;
		text-align: center;
	}
	
	#sponsorImg {
		position: relative;
		width: 250px;
		padding: 0px 0px 0px 0px;
		margin: 10px 0px 0px 18px;
	}
	
	#merchAd {
		position: relative;
		width: 250px;
		padding: 0px 0px 0px 0px;
		margin: 13px 0px 0px 18px;
		border: 1px solid #000;
	}
	
	#blogArchive {
		position: relative;
		width: 250px;
		padding: 5px 0px 5px 0px;
		margin: 15px 0px 5px 18px;
		text-align: left;
		border: 1px solid #ddd;
		background: #f2f5f7;
		font-size: 11px;
	}
	
		#blogArchiveText {
			position: relative;
			width: 200px;
			padding: 10px 10px 10px 10px;
			margin: 0px 0px 0px 25px;
			text-align: left;
		}
	
	#theUpdate {
		position: relative;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 11px;
	}
	
	#tabular {
		position: relative;
		width: 250px;
		padding: 5px 0px 0px 0px;
		margin: 15px 0px 0px 18px;
	}
	
	#sideLinks {
		position: relative;
		width: 250px;
		padding: 5px 0px 5px 0px;
		margin: 15px 0px 5px 18px;
		text-align: left;
		border: 1px solid #ddd;
		background: #f2f5f7;
		font-size: 11px;
	}
	
		#sideLinksText {
			position: relative;
			width: 200px;
			padding: 10px 10px 10px 10px;
			margin: 0px 0px 0px 25px;
			text-align: left;
		}

	#newsletter {
		position: relative;
		width: 250px;
		padding: 5px 0px 5px 0px;
		margin: 15px 0px 20px 18px;
		font-size: 11px;
		text-align: center;
		border: 1px solid #ddd;
		background: #f2f5f7;
	}
	
	#newsletter #theEmail {
		padding: 5px 5px 5px 5px;
		margin: 5px 0px 5px 0px;
	}	
	
	/* -------------- */
	
	#footer {
		position: relative;
		width: 960px;
		height: 20px;
		padding: 0px 0px 0px 0px;
		margin: 3px auto 20px auto;
		font-size: 10px;
		text-align: center;
	}
	
	#checkOut {
		position: relative;
		width: 550px;
		padding: 0px 0px 0px 0px;
		margin: 50px auto 0px auto;
		font-size: 13px;
		text-align: center;
		border: 1px solid #00adef;
		background: #fff;
	}
	
	#checkOutTerms {
		position: relative;
		width: 400px;
		height: 250px;
		padding: 0px 10px 0px 10px;
		margin: 10px auto 0px auto;
		border: 1px solid #ccc;
		text-align: left;
		font-size: 10px;
		font-weight: normal;
		overflow: scroll;
	}
	
	#checkOutTerms h1 {
		font-size: 12px;
	}	
/* ------------------------ */

/* ------- Calendar ------- */
		#theCalendar {
			position: relative;
			margin: -20px 0px 10px 50px;
		}
		
		#calendarPageText {
			position: relative;
			width: 550px;
			margin: 10px 0px 0px 0px;
			font-weight: bold;
		}
		
		#calControls {
			position: relative;
			width: 400px;
			margin: 0px 0px 0px 10px;
			padding: 0px 0px 0px 0px;
			text-align: left;
		}
		
		#monthNav {
			position: relative;
			width: 400px;
			margin: -36px 0px 0px 187px;
			padding: 5px 0px 5px 0px;
			text-align: center;
			background: #fff;
			border-top: 1px solid #00adef;
			border-left: 1px solid #00adef;
		}
		
		.calFooter {
			margin: 0px 0px 0px 0px;
			display: block;
		}
		
		.currentMonth {
			font-size: 20px;
			font-weight: bold;
		}
		
		.currentMonthHeader {
			font-size: 30px;
			font-weight: bold;
			margin-bottom: 2px;
			padding-bottom: 2px;
			display: inline;
		}
		
		.calTitle {
			position: relative;
			margin: 0px 0px 0px 35px;
		}
	
	    .dayNames {
			position: relative;
			width: 110px;
			margin: 10px 5px 0px 5px;
			float: left;
			font-size: 18px;
			color: #333;
		}
		
        .cal {
			position: relative;
			height: 110px;
			width: 110px;
			border: 1px solid #00adef;
			margin: -10px 5px 5px 5px;
			background: #d2e8f2;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 18px;
			color: #fff;
			text-align: center;
		}
		
		.day {
			float: left;
			width: 110px;
		}
		
		.dayNumber {
			position: relative;
			margin: 0px 100px 5px 5px;
			font-size: 14px;
		}
		
		.dayCost {
			position: relative;
			margin: 5px 0px 14px 0px;
			padding: 0px 0px 0px 0px;
			font-size: 24px;
			display: block;
		}
		
		.buySpotCalBox {
			position: relative;
			width: 100px;
			height: 20px;
			background: #60adca;
			font-size: 10px;
			padding: 4px 18px 4px 18px;
		}
		
		.buySpotCal-notForSale {
			color: #d2e8f2;
		}
		
		.custName {
			position: relative;
			font-size: 10px;
			font-weight: bold;
		}
		
		.custNoName {
			position: relative;
			font-size: 18px;
			font-weight: bold;
			color: #60adca;
		}
		
		.dayCostNoName {
			position: relative;
			margin: -48px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			font-size: 24px;
			display: block;
			color: #60adca;
		}
		
		.dayNumberNoName {
			position: relative;
			margin: 0px 100px 5px 5px;
			font-size: 14px;
			color: #60adca;
		}
		
		.sold {
			color: #333;
			border: 1px solid #00adef;
			background: #ccc;
		}
		.available {
			color: #60adca;
		}
		
		.not-for-sale {
		}
		
		.break {
			clear: both;
		}
		
		.blank {
			border: 1px solid #b7b7b7;
			background: #ccc;
		}
/* ------------------------ */

/* ------- Sidebar Calendar ------- */
		#sidebar-theCalendar {
			position: relative;
			margin: 15px 0px -20px 0px;
			padding: 0px 0px 0px 5px;
		}
		
		.sidebar-calControls {
			position: relative;
			height:10px;
			margin: 5px 0px 15px 0px;
			text-align: left;
			font-size: 10px;
		}
		
		.sidebar-currentMonth {
			font-size: 10px;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
		}
		
	    .sidebar-dayNames {
			position: relative;
			width: 30px;
			margin: 0px 3px 0px 2px;
			float: left;
			font-size: 10px;
			color: #333;
		}
		
        .sidebar-cal {
			position: relative;
			height: 30px;
			width: 30px;
			border: 1px solid #ccc;
			margin: -15px 3px 0px 0px;
			background: url(../images/_sideCalDay-BKGD.jpg);
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 10px;
			color: #fff;
			text-align: left;
		}
		
		.sidebar-day {
			float: left;
			width: 30px;
		}
		
		.sidebar-dayNumber {
			position: relative;
			margin: 0px 0px 0px 2px;
			font-size: 10px;
		}
		
		.sidebar-sold {
			color: #999;
			border: 1px solid #ccc;
			background: #e7ffce;
		}
		
		.sidebar-available {
			color: #60adca;
		}
		
		.sidebar-not-for-sale {
		}
		
		.sidebar-break {
			clear: both;
		}
		
		.sidebar-blank {
			border: 1px solid #b7b7b7;
			background: #ccc;
		}
/* ------------------------ */

/* ----- Contact Form ----- */
		#ContactForm label {
			font-size:11px;
		}
	
		#ContactForm input {
			width: 400px;
			height: 20px;
			margin-bottom: 10px;
		}
	
		#ContactForm textarea {
			width: 400px;
			height: 160px;
		}
		
		#ContactForm #KEYCODE {
			visibility: hidden;
			display: none;
			color: #fff;
			background-color: #fff;
			border: 1px solid #fff;
		}
	
		#ContactForm #SubmitButton {
			width: 100px;
			height: 30px;
		}
/* ------------------------ */

/* ----- Stripwalk Form ----- */
		#StripwalkForm label {
			font-size:11px;
		}
	
		#StripwalkForm input {
			width: 400px;
			height: 20px;
			margin-bottom: 10px;
		}
	
		#StripwalkForm textarea {
			width: 400px;
			height: 160px;
		}
		
		#StripwalkForm #KEYCODE {
			visibility: hidden;
			display: none;
			color: #fff;
			background-color: #fff;
			border: 1px solid #fff;
		}
		
		#StripwalkForm #agree_to_terms {
			width: 0px;
			height: 0px;
		}
	
		#StripwalkForm #SubmitButton {
			width: 100px;
			height: 30px;
		}
		
		#StripwalkFormTerms {
			width: 390px;
			font-size: 10px;
			padding: 5px;
			border: 1px solid #ccc;
		}
/* ------------------------ */