/*
 * Derek Clayton
 *   www.DerekClayton.com
 * July 2010
 * (c) Copyright Derek Clayton 2008-2009
 * asapCMS Copyright 2008-2009 Derek Clayton and DerekClayton.com, All rights Reserved.
 * Use of this code, in whole or in part, is expressly forbidden without the prior written permission of DerekClayton.com.
 */

body {
	/* Background */
	background-image: url("body_background.jpg");
	/*background-repeat: repeat;*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #8887d3;
	/* Dimensions */
	margin: 0;
	padding: 0;
	/* Text */
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
}



/* ===== TEXT ===== */
p, .story_text {
	/* placement */
	margin: 7.5px 0px 0px 0px;
	/* text */
	font-size: 14px;
}

a:link { color: #0a00b1; text-decoration: none; }
a:visited { color: #0a00b1; text-decoration: none; }
a:link:hover { color: #0a00b1; text-decoration: underline; }
a:visited:hover { color: #0a00b1; text-decoration: underline; }

code, pre { color: #EDC; font: 110% monospace; }

.page_title {
	/* placement */
	clear: both;
	margin: 0px 0px 10px 0px;
	/* text */
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: #ff0000 0px 0px 5px;
}

.story_wrapper {}

.story_title {
	/* placement */
	margin: 30px 0px 0px 0px;
	/* text */
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.story_subhead {
	/* placement */
	margin: 15px 0px 0px 0px;
	/* text */
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.story_date {
	/* placement */
	margin: 0px 0px 0px 0px;
	/* text */
	font-size: 10px;
	text-align: right;
}

.story_content {
	/* placement */
	margin: 15px 0px 0px 0px;
}

.story_moreless {
	/* placement */
	margin: 5px 0px 0px 0px;
}

.story_share {
	/* placement */
	margin: 5px 0px 0px 0px;
}


/* ===== MEDIA ===== */
img                   { padding: 0; margin: 0; border: none; }
div.left              { float: left; margin: 5px 15px 5px 0px; }
div.center            { clear: both; margin: 5px auto 5px auto; }
div.right             { float: right; margin: 5px 0px 15px 5px; }
div.center img        { display: block; margin-left: auto; margin-right: auto; }

div.media_graphic     { }
div.media_graphic img { }

div.media_photo       { }
div.media_photo img   { border: 1px solid #777788; }

div.media_video       { border: 1px solid #777788; padding: 5px 5px 5px 5px; width: 100px; }
div.media_video a     { }
div.media_video img   { float: none; display: block; margin: 0px auto 5px auto; }

div.media_virtual     { border: 1px solid #777788; padding: 5px 5px 5px 5px; width: 100px; }
div.media_virtual a   { }
div.media_virtual img { float: none; display: block; margin: 0px auto 5px auto; }

div.media_pdf         { border: 1px solid #777788; padding: 5px 5px 5px 5px; width: 100px; }
div.media_pdf a       { }
div.media_pdf img     { float: none; display: block; margin: 0px auto 5px auto; }

div.media_file        { border: 1px solid #777788; padding: 5px 5px 5px 5px; width: 100px; }
div.media_file a      { }
div.media_file img    { float: none; display: block; margin: 0px auto 5px auto; }

.media_caption {
	display: block;
	font-size: 10px;
	text-align: center;
}


/* ===== PAGE BLOCKS ===== */
.block_page {
	/* Placement */
	width: 900px;
	margin: 5px auto 0 auto;
	padding: 0px;
	/* Background */
	background-color: #fff799;
	border: 2px solid #111111;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: #222222 5px 5px 15px;
	-webkit-box-shadow: #222222 5px 5px 15px;
	box-shadow: #222222 5px 5px 15px;
	behavior: url("/asapcms/asap_thirdparty/pie/PIE.php");
}

.block_header {
	/* Placement */
	position: relative;
	width: 900px;
	height: 220px;
	margin: 0px
	padding: 0px;
	/* Background */
	background-image: url("header_background.png");
	background-repeat: repeat-x;
}
.block_header_logo {
	/* Placement */
	position: absolute;
	top: 8px;
	left: 180px;
	width: 400px;
	height: 155px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
.block_header_image {
	/* Placement */
	position: absolute;
	top: 0px;
	left: 600px;
	width: 300px;
	height: 163px;
	margin: 0px;
	padding: 0px;
}
.block_header_image img { float: right; }

.block_main {
	/* Background */
	background-image: url("content_background.png");
	background-repeat: repeat;
	/* Placement */
	width: 900px;
	min-height: 350px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}



/* ===== SIDEBAR ===== */
.block_sidebar p {
	margin: 0;
	padding: 0;
}
.block_sidebar {
	/* Placement */
	float: left;
	width: 200px;
	min-height: 350px;
	margin: 0px;
	padding: 80px 0px 10px 0px;
	overflow: hidden;
	/* Background */
	background-image: url("content_background_reversed.png");
	background-repeat: repeat;
	background-color: #ffffff;
	border-right: 1px solid #111111;
	border-bottom: 1px solid #111111;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px 4px;
}
.sidebar_title {
	/* Placement */
	padding: 2px 5px 2px 5px;
	/* Text */
	color: #111111;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	/* Background */
	background-color: #fdee86;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
}
.sidebar_content, .sidebar_content_scrolling {
	padding-bottom: 10px;
}
.sidebar_content_scrolling {
	overflow: auto;
	max-height: 200px;
}

.sidebar_content p,
.sidebar_content_scrolling p {
	/* Placement */
	padding: 2px 5px 2px 5px;
	margin: 0;
	line-height: 13px;
}
p.sidebarbullet {
	/* Background */
	background-image: url("balloon_red_08.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	/* Placement */
	padding-left: 16px;
}
p.balloon_red {
	/* Background */
	background-image: url("balloon_red_08.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	/* Placement */
	padding-left: 16px;
}
p.balloon_yellow {
	/* Background */
	background-image: url("balloon_yellow_08.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	/* Placement */
	padding-left: 16px;
}
p.balloon_blue {
	/* Background */
	background-image: url("balloon_blue_08.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	/* Placement */
	padding-left: 16px;
}

.sidebar_content p a:link:hover,
.sidebar_content_scrolling p a:link:hover,
.sidebar_content p a:visited:hover,
.sidebar_content_scrolling p a:visited:hover {
	background-color: #fac100;
	text-decoration: none;
}

/* This is a fix for the area within the sidebar under the Ferris Wheel */
.sidebar_ferriswheelfix {
	width: 200px;
	background-color: #fffef2;
	border-right: 1px solid #222222;
	height: 44px;
	top: 176px;
	position: absolute;
	left: 0px;
}


/* ===== CONTENT ===== */
.block_content {
	/* Placement */
	float: right;
	width: 669px;
	/*min-height: 350px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
}



/* ===== LOGIN ===== */
.block_login {
	/* Placement */
	width: 215px;
	margin: 50px auto 0 auto;
	padding: 15px 15px 15px 15px;
	/* Background */
	background-color: #ffffff;
	border: 1px solid #aaaaff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: #222222 5px 5px 15px;
	-webkit-box-shadow: #222222 5px 5px 15px;
	box-shadow: #222222 5px 5px 15px;
	behavior: url("/asapcms/asap_thirdparty/pie/PIE.php");
}

.block_login .label {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-bottom: 3px;
}

.block_login input {
	font-size: 16px;
	width: 200px;
	padding: 1px 1px 1px 1px;
	margin-bottom: 10px;
}

.block_login .submit input.submit {
	width: 100px; border:
	1px solid #aaaacc;
	background-color: #e8e8ff;
	font-variant: small-caps;
	font-weight: bold;
}

.block_login .submit input.submit:hover {
	border: 1px solid #44aa44;
	color: #44aa44;
	background-color: #e8ffe8;
	cursor: pointer;
	font-weight: bold;
}



/* ===== FOOTER ===== */
.block_footer {
	/* Placement */
	width: 805px;
	margin: 0px;
	padding: 15px 15px 15px 45px;
}

.block_footer_links {
	float: left;
	clear: both;
	margin: 10px 0px 10px 0px;
}
.block_footer_links a {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #000000;
}
.block_footer_links a:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.block_footer_text {
	margin: 15px 0px 0px 0px;
}

.block_footer_legal {
	/* Placement */
	width: 900px;
	margin: 0px;
	margin: 15px auto 10px auto;
	padding: 0px;
	/* Text */
	font-size: x-small;
	color: #000000;  /* #585858 */
}

.block_footer_legal:hover {
	background-color: white;
}

.block_footer_legal a:link,
.block_footer_legal a:link:hover,
.block_footer_legal a:visited,
.block_footer_legal a:visited:hover {
	color: #000000; /* #585858 */
}



/* ==== TABLES ===== */
table {
	/* placement */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	empty-cells: hide;
	border-collapse: separate;
	border-spacing: 1px 1px;
}

tr,td,th {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

th {
	vertical-align: bottom;
	background-color: #c1bfec;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
}

td {
	vertical-align: top;
	background-color: #f8bfc4;
	padding: 1px 5px 1px 5px;
}

td.center, th.center {
	text-align: center;
}

table.form td { background-color: transparent; }



/* ==== LISTS ===== */
ul {}

ul li {
	list-style-image: url("balloon_blue_08.png");
}



/* ===== MENUS ===== */
.menu_top {
	/* Placement */
	position: absolute;
	top: 15px;
	left: 0px;
	width: 200px;
	height: 285px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
	overflow: hidden;
	/* Text */
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu_top a { display: block; padding-left: 10px; }
.menu_top a:hover { text-decoration: none; color: #ffffff; }

.menu_second {
	/* Placement */
	position: absolute;
	top: 163px;
	left: 0px;
	width: 685px;
	min-height: 16px;
	max-height: 32px;
	margin: 0px;
	padding: 1px 15px 3px 200px;
	/* Text */
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: #ff0000 0px 0px 5px;
	/* Background */
	background-color: #fdee86;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
}
.menu_second a {
	/* Placement */
	vertical-align: middle;
	padding-left: 15px;
	margin-left: 5px;
	height: 16px;
	/* Text */
	white-space: nowrap;
	/* Background */
	background-image: url("bullet_circle_solid.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	/*border: 1px dashed green;*/
}
.menu_second a.current { color: #ff0000; }
.menu_second a:first-child { background: none; padding-left: 0px; margin-left: 0px; }
.menu_second a.current:hover,
.menu_second a:first-child:hover,
.menu_second a:hover,
.menu_second a:link:hover { text-decoration: none; color: #fac100; }

.menu_third {}
.menu_third a {}
.menu_third a:first-child {  }
.menu_third a:link:hover {  }



/* ===== PAGE: BREADCRUMB ===== */
.block_breadcrumb {
	/* Placement */
	position: absolute;
	top: 202px;
	left: 0px;
	width: 685px;
	margin: 0px;
	padding: 0px 15px 0px 210px;
}

.block_breadcrumb a {
	/* Placement */
	padding-left: 12px;
	padding-right: 3px;
	/* Text */
	font-size: 10px;
	/* Background */
	background-image: url("bullet_triangle_right_solid.png");
	background-repeat: no-repeat;
	background-position: left center;
}



/* ===== PAGE: BLOG ===== */
.blog_footer { padding-top: 30px; }
.blog_previous { float: left; }
.blog_next { float: right; }



/* ===== STORY: CALENDAR ===== */
.caltable {
	margin: 15px 5px 5px 5px;
	font-size: x-small;
	text-align: left;
	cursor: default;
	color: #000000;
	border-spacing: 0px;
	border-collapse: collapse;
}

.caltable th, .caltable td, .caltable tr {
	border: 1px solid #444444;
}

.calcell {
	padding: 0px 0px 0px 2px;
	cursor: pointer;
}

.calheader {
	padding: 0px 5px 2px 5px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.popupcss {
	z-index: 2;
	background-color: #ffffff;
	border: 1px solid #000000;
	position: absolute;
	visibility: hidden;
	padding: 3px 3px 3px 3px;
	left: -10px;
	top: -10px;
	font-size: small;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: #222222 5px 5px 15px;
	-webkit-box-shadow: #222222 5px 5px 15px;
	box-shadow: #222222 5px 5px 15px;
	filter: Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.caldays {
 text-align: center;
}

.caldaynumber {
	font-weight: bold; font-size:12px;
}

.label {
	padding: 3px 5px 3px 5px;
	font-size: small;
	text-align: center;
}

.calnotes {
	display: block;
	font-size: 10px;
}

.calholiday {
	text-align: center;
	color: #28166f;
}

.calsidebar {
	text-align: center;
}

.callegend {
	width: 330px;
	float: right;
	margin: 0;
	padding: 0;
}


/* ===== WARNING BOXES/TEXT ===== */
.red {
	color: #aa0000;
}

.error,
.success,
.warning {
	text-align: left;
	font-weight: bold;
	text-shadow: none;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 25px;
	background-repeat: no-repeat;
	background-position: center left;
}

.error { /*red*/
	color: #aa4444;
	background-color: #ffe8e8;
	border-top: 1px solid #aa4444;
	border-bottom: 1px solid #aa4444;
	background-image: url('admin/error.png');
}

.success { /*green*/
	color: #44aa44;
	background-color: #e8ffe8;
	border-top: 1px solid #44aa44;
	border-bottom: 1px solid #44aa44;
	background-image: url('admin/tick.png');
}

.warning { /*yellow*/
	color: #aaaa44;
	background-color: #ffffe8;
	border-top: 1px solid #aaaa44;
	border-bottom: 1px solid #aaaa44;
	background-image: url('admin/exclamation.png');
}


/* ===== STORY: GOOGLE MAPS ===== */
.google {
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 450px;
	height: 450px;
	border: 1px solid #222222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
}



/* ===== STORY: EVENTS ===== */
.event_wrapper {
	clear: both;
}

.event_wrapper_featured {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #222222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
	behavior: url("/asapcms/asap_thirdparty/pie/PIE.php");
}

.event_title {
	/* placement */
	margin: 30px 0px 0px 0px;
	/* text */
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.event_content {
	margin: 15px 0px 0px 0px;
}

.event_list {}



/* ===== NEWSLETTER ===== */
.newsletter_wrapper {
	clear: both;
	margin: 30px auto 0px auto;
}



/* ===== STORY: RIDES ===== */
.ride_wrapper {
	clear: both;
	margin: 30px auto 0px auto;
}

.ride_type_wrapper {
	position: relative;
	float: left;
	margin-left: 15px;
}

.ride_title {
	/* placement */
	margin: 30px 0px 0px 0px;
	/* text */
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ride_content {
	margin: 15px 0px 0px 0px;
}

.ride_type { font-weight: bold; }
.ride_list { padding-left: 0px; }
.ride_table { padding-top: 15px; }



/* ===== STORY: SITE MAP ===== */
.sitemap_level_0 {
	float: left;
	width: 330px;
}

.sitemap_level_1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 1px 15px 1px 0px;
}

.sitemap_level_2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	padding: 1px 15px 1px 30px;
}

.sitemap_level_3 {
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	padding: 1px 15px 1px 60px;
}

.locked, .locked a {
	color: #aa4444;
	/*background-color: #ffd8d8;*/
}
