/*
 * Derek Clayton
 *   www.DerekClayton.com
 * August 2010
 * (c) Copyright Derek Clayton 2008-2010
 * asapCMS Copyright 2008-2010 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.
 */


/*
orange: #f8b55e;
*/

body {
	/* Background */
	background-image: url("page_background.jpg");
	background-repeat: repeat;
	background-color: #ffffff;
	/* 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: 10px 0px 10px 0px;
	/* text */
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.story_wrapper {}

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

.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_more {
	/* placement */
	margin: 5px 0px 0px 0px;
	/* background */
	background-image: url("bullet_triangle_down_solid.png");
	background-position: 3px center;
	background-repeat: no-repeat;
}
.story_less {
	/* placement */
	margin: 5px 0px 0px 0px;
	/* background */
	background-image: url("bullet_triangle_up_solid.png");
	background-position: 2px center;
	background-repeat: no-repeat;
}

.story_more a,
.story_less a {
	border: 1px solid #777788;
	padding: 1px 3px 1px 13px;
}
.story_more a:hover,
.story_less a:hover {
	text-decoration: none;
	background-color: #777788;
}


.story_share {
	/* placement */
	margin: 5px 0px 0px 0px;
}
.page_share {
	/* placement */
	padding-top: 10px;
	float: right;
}


/* ===== 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  5px 15px; }
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-image: url("content_background.jpg");
	background-repeat: repeat-x;*/
	background-color: #f8b55e;
	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;
}

.block_header {
	/* Placement */
	position: relative;
	width: 900px;
	height: 130px;
	margin: 0px;
	padding: 0px;
	/* Background */
	/*background-image: url("header_background.png");
	background-repeat: repeat;*/
	background-color: #f8b55e;
}
.block_header_logo {
	/* Placement */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.block_header_image {
	/* Placement */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
/*.block_header_image img { float: left; }*/

.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;
}



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



/* ===== SIDEBAR ===== */
.block_sidebar p {
	margin: 0;
	padding: 0;
}
.block_sidebar {
	/* Placement */
	float: right;
	width: 200px;
	min-height: 350px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	/* Background */
	background-image: url("sidebar_background.jpg");
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #ffffff;
	border-left: 1px solid #111111;
	/*border-top: 1px solid #111111;*/
	/*-moz-border-radius-bottomtop: 4px;
	-webkit-border-bottom-top-radius: 4px;
	border-bottom-top-radius: 4px 4px;*/
	border-bottom: 1px solid #111111;
	/*-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px 4px;*/

}
.sidebar_title {
	/* Placement */
	padding: 2px 5px 2px 5px;
	/* Text */
	color: #111111;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	/* Background */
	background-image: url("sidebar_title_background.png");
	background-repeat: repeat;
	background-color: #8080ff;
	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: 15px;
}
p.sidebarbullet {
	/* Background */
	background-image: url("bullet_knights.gif");
	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;
}



/* ===== 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;
}

.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: 900px;
	margin: 30px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

.block_footer_links { margin: 10px 10px 10px 10px; }

.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_image {
	height: 200px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000000;
}
.block_footer_image img,
.block_footer_image a { padding: 0; margin: 0; }

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


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

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



/* ==== TABLES ===== */
table {
	/* placement */
	margin: 0px auto 0px auto;
	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;
	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("bullet_knights.png");
}



/* ===== MENUS ===== */
div.menu_fly {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 900px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #111111;
	background: url("menu_background.jpg");
}
/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
ul.menu_fly {
	padding: 0;
	list-style: none;
	/*background-image: url("menu_fly_back.gif");*/
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	/*font-family: arial, sans-serif;*/
	height: 30px;
	width: 900px;
}
ul.menu_fly ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
}
ul.menu_fly table {
	border-collapse: collapse;
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: -1px;
}

ul.menu_fly ul li {
	float: left;
	margin: 0;
	text-align: left;
}
ul.menu_fly ul li a {
	display: block;
	line-height: 20px;
	margin: 0;
	padding: 0 10px;
	background: transparent;
	width: 225px;
}

ul.menu_fly li {
	display: inline;
	margin: 0 -2px;
	text-align: left;
}
ul.menu_fly li a {
	display: inline-block;
	height: 30px;
	margin: 0px 0 0 0;
	padding: 0 20px 0 0;
	/*background: url("menu_fly_button.gif") right top;*/
	line-height: 30px;
	text-decoration: none;
	color: #000000;
}
ul.menu_fly li a.sub {
	/*background: url("menu_fly_button-arrow.gif") right top;*/
	background-color: #ffffff;
}

html>/**/body ul.menu_fly li {
	display: inline-block;
	padding: 0;
}

* html ul.menu_fly li a.sub {
	margin-right: 3px;
}
* html ul.menu_fly li a {
	margin-bottom: -4px;
}

ul.menu_fly li a b {
	display: block;
	height: 30px;
	float: left;
	padding: 0 0 0 20px;
	/*background: url("menu_fly_button.gif") left top;*/
	cursor: pointer;
}

ul.menu_fly li a:hover {
	position: relative;
	background-position: right bottom;
	color: #000000;
	background-color: #f8b55e;
	text-decoration: none;
	background-image: url("sidebar_title_background.png");
	background-repeat: repeat;
}
ul.menu_fly li a:hover b {
	background-position: left bottom;
}

ul.menu_fly li:hover {
	position: relative;
}
ul.menu_fly li:hover > a {
	background-position: right bottom;
	color: #000000;
	background-color: #f8b55e;
	text-decoration: none;
	background-image: url("sidebar_title_background.png");
	background-repeat: repeat;
}
ul.menu_fly li:hover > a b {
	background-position: left bottom;
}

ul.menu_fly :hover ul {
	left: 1px;
	width: 230px;
	top: 30px;
}
* html ul.menu_fly :hover ul {
	top: 30px;
}

ul.menu_fly :hover ul li {
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px solid #000000;
}
ul.menu_fly :hover ul li a {
	display: block;
	float: left;
	margin: 0;
	height: 20px;
	line-height: 20px;
	width: 210px;
	background-color: #ffffff;
	color: #000000;
}
ul.menu_fly :hover ul li a.fly {
	background: #ffffff url("menu_fly_arrow.gif") no-repeat right center;
}
ul.menu_fly :hover ul li a:hover {
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}
ul.menu_fly :hover ul li:hover > a {
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	background-image: url("sidebar_title_background.png");
	background-repeat: repeat;
}

ul.menu_fly :hover ul li a.fly:hover {
	background: #f8b55e url("menu_fly_arrow-over.png") no-repeat right center;
}
ul.menu_fly :hover ul li:hover > a.fly {
	background: #f8b55e url("menu_fly_arrow-over.png") no-repeat right center;
}

ul.menu_fly :hover ul ul {
	left: -9999px;
}

ul.menu_fly :hover ul :hover ul {
	left: 230px;
	top: 0;
	width: 225px;
}

ul.menu_fly :hover ul :hover ul li {
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px solid #000000;
}
ul.menu_fly :hover ul :hover ul li a {
	display: block;
	float: left;
	margin: 0;
	height: 20px;
	line-height: 20px;
	background-color: #ffffff;
	color: #000000;
}
ul.menu_fly :hover ul :hover ul li a:hover {
	color: #000000;
	background-color: #f8b55e;
	text-decoration: none;
}
/* ----------------------------------- */



/* ===== PAGE: BREADCRUMB ===== */
.block_breadcrumb {
}

.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;
	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: left;
	margin: 30px 0px 10px 0px;
	padding: 0px;
	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;*/
}

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

.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;
}

.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;*/
}

