/*
 * Derek Clayton
 *   www.DerekClayton.com
 * March 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.
 */

body {
	/* Background */
	background-image: url("interface_normal.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	position: relative;
	/* Dimensions */
	margin: 0;
	padding: 0;
	color: #777788;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	text-decoration: none;
}



/* ===== TEXT ===== */
p, .story_text {
	/* placement */
	margin: 7.5px 0px 0px 15px;
	/* text */
	font-size: small;
}
.story_text:first-letter {
	font-size: large;
}


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 {
	margin: 0px 0px 0px -50px;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 5px;
	word-spacing: 10px;
}

.story_wrapper {}

.story_title {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 2px 2px;
	font-size: medium;
	font-weight: bold;
	letter-spacing: 2.5px;
	border-left: 1px solid #777788;
	border-bottom: 1px solid #777788;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-topleft: 5px;
}

.story_subhead {
	margin: 15px 0px 0px 0px;
	font-size: small;
	font-weight: bold;
}

.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 {
	font-size: 10px;
	font-weight: bold;
	/* placement */
	height: 18px;
	margin: 5px 0px 0px 0px;
	/* background */
	background-image: url("bullet_triangle_down_solid.png");
	background-position: 3px 3px;
	background-repeat: no-repeat;
	border-top: 1px solid #999999;
}
.story_less {
	font-size: 10px;
	font-weight: bold;
	/* placement */
	height: 18px;
	margin: 5px 0px 0px 0px;
	/* background */
	background-image: url("bullet_triangle_up_solid.png");
	background-position: 2px 3px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
}

.story_more a,
.story_less a {
	margin-top: 17px;
	padding: 1px 3px 1px 13px;
}
.story_more a:hover,
.story_less a:hover {
	text-decoration: none;
}


.story_share {
	/* placement */
	float: right;
	margin: 0px 0px 0px 0px;
}
.page_share {
	/* placement */
	float: right;
}

blockquote {
	background-image: url("quote_left.png");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 33px;
	min-height: 50px;
}



/* ===== 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.media_graphic     { }
div.media_graphic img { }

div.media_photo       {
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/derek/asap_theme/PIE.php");
}
div.media_photo img   { border: 1px solid #777788; }

div.media_video       {
	background-color: #ffffff;
	border: 1px solid #777788;
	padding: 5px 5px 5px 5px;
	width: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/derek/asap_theme/PIE.php");
}
div.media_video a     { }
div.media_video img   { float: none; display: block; margin: 0px auto 5px auto; }

div.media_virtual     {
	background-color: #ffffff;
	border: 1px solid #777788;
	padding: 5px 5px 5px 5px;
	width: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/derek/asap_theme/PIE.php");
}
div.media_virtual a   { }
div.media_virtual img { float: none; display: block; margin: 0px auto 5px auto; }

div.media_pdf         {
	background-color: #ffffff;
	border: 1px solid #777788;
	padding: 5px 5px 5px 5px;
	width: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/derek/asap_theme/PIE.php");
}
div.media_pdf a       { }
div.media_pdf img     { float: none; display: block; margin: 0px auto 5px auto; }

div.media_file        {
	background-color: #ffffff;
	border: 1px solid #777788;
	padding: 5px 5px 5px 5px;
	width: 100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/derek/asap_theme/PIE.php");
}
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 {}

.block_header {
	background-image: url("interface_behind.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	position: absolute;
	width: 765px;
	top: 15px;
	left: 120px;
	right: 15px;
	height: 60px;
	padding: 15px 15px 15px 15px;
	border: 2px solid #000088;
	margin-bottom: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: #222288 3px 3px 10px;
	-webkit-box-shadow: #222288 3px 3px 10px;
	box-shadow: #222288 3px 3px 10px;
	overflow: hidden;
	behavior: url("/derek/asap_theme/PIE.php");
}
.block_header_logo { float: left; }


.block_main {
	background-image: url("interface_behind.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	position: absolute;
	width: 725px;
	top: 113px;
	left: 120px;
	right: 15px;
	min-height: 500px;
	padding: 15px 0px 15px 70px;
	border: 2px solid #000088;
	margin-bottom: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: #222288 3px 3px 10px;
	-webkit-box-shadow: #222288 3px 3px 10px;
	box-shadow: #222288 3px 3px 10px;
	behavior: url("/derek/asap_theme/PIE.php");
}


/* ===== CONTENT ===== */
.block_content {
	/* Placement */
	width: 493px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 0px;
}


/* ===== SIDEBAR ===== */
.block_sidebar p {
	margin: 0;
	padding: 0;
}
.block_sidebar {
	/* Placement */
	float: right;
	width: 200px;
	min-height: 350px;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 10px 10px;
	overflow: hidden;
	/* Background */
	border-left: 1px solid #000088;
	border-bottom: 1px solid #000088;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-radius-topleft: 15px;
}
.sidebar_title {
	/* Placement */
	padding: 2px 0px 2px 0px;
	/* Text */
	color: #777788;
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	/* Background */
	border-bottom: 1px solid #777788;
	text-align: center;
}
.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("bullet_circle_open.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 { }



/* ===== LOGIN ===== */
.block_login {
	/* Placement */
	width: 215px;
	margin: 50px auto 0 auto;
	padding: 15px 15px 15px 15px;
	/* Background */
	background-color: #ffffff;
	border: 1px solid #000088;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
	-moz-box-shadow: #222288 5px 5px 15px;
	-webkit-box-shadow: #222288 5px 5px 15px;
	box-shadow: #222288 5px 5px 15px;
	behavior: url("/derek/asap_theme/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: 710px;
	margin: 30px 15px 0px 0px;
	padding: 15px 0px 15px 0px;
	border-top: 2px solid #000088;
}
.block_footer_links {
	clear: both;
	float: left;
	margin: 0px 0px 10px 0px;
}
.block_footer_links a {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	border-left: 1px solid #777788;
}
.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: 710px;
	margin: 15px 15px 0px 0px;
	padding: 15px 0px 15px 0px;
	/* Text */
	font-size: xx-small;
	color: #777788;
}

.block_footer_legal a:link,
.block_footer_legal a:link:hover,
.block_footer_legal a:visited,
.block_footer_legal a:visited:hover {
}



/* ==== 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_circle_open.png");
}



/* ==== MENU ===== */
/* ----- Holder ----- */
.menu_tree {
	position: fixed;
	top: 120px;
	left: 15px;
	width: 170px;
	z-index: 5;
}

/* ----- One/Main ----- */
.menu_tree_one a {
	line-height: 80%;
	background-image: url("interface_behind.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	display: block;
	padding: 5px 5px 5px 5px;
	margin-top: 3px;
	margin-right: 10px;
	font-size: medium;
	font-variant: small-caps;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #000088;
	border: 2px solid #000088;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: #222288 1px 1px 5px;
	-webkit-box-shadow: #222288 1px 1px 5px;
	box-shadow: #222288 1px 1px 5px;
}
.menu_tree_one a:hover {
	text-decoration: none;
	background-color: #e6f7ff;
	background-image: none;
}

/* ----- Two/Sub ----- */
.menu_tree_two a {
	line-height: 80%;
	background-image: url("interface_behind.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	display: block;
	padding: 3px 3px 5px 5px;
	margin-top: -2px;
	margin-right: 5px;
	margin-left: 20px;
	font-size: small;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	color: #000088;
	border: 2px solid #000088;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.menu_tree_two a:hover {
	text-decoration: none;
	background-color: #e6f7ff;
	background-image: none;
}

/* ----- Three/Tertiary ----- */
.menu_tree_three a {
	line-height: 80%;
	background-image: url("interface_behind.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #ffffff;
	display: block;
	padding: 3px 3px 5px 5px;
	margin-top: -2px;
	margin-left: 40px;
	font-size: small;
	font-variant: small-caps;
	text-align: center;
	text-decoration: none;
	color: #000088;
	border: 2px solid #000088;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.menu_tree_three a:hover {
	text-decoration: none;
	background-color: #e6f7ff;
	background-image: none;
}

/* ----- Globals ----- */
.menu_tree a:visited {
	color: #000088;
}
/*.menusmall {
	font-variant: normal;
	font-size: x-small;
}
.menu_tree a.within {
	font-weight: bold;
}*/
.current a,
.current a.visited {
	background-image: none;
	background-color: #fef3ab;
}



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

.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 #000088;
	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: #222288 5px 5px 15px;
	-webkit-box-shadow: #222288 5px 5px 15px;
	box-shadow: #222288 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;
	border: 1px solid #777788;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
	behavior: url("/derek/asap_theme/PIE.php");
}



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

.event_wrapper_featured {
	clear: both;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #777788;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px;
	behavior: url("/derek/asap_theme/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;*/
}
