/*
 * Derek Clayton
 *   www.DerekClayton.com
 * January 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-image: none;
	background-color: #ffffff;
}

/* BLOCKS */
.block_header {
	background-image: none;
	background-color: #ffffff;
}

.block_page {
	/* Background */
	background-image: none;
	background-color: #fff799;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.block_sidebar {
	background-image: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.block_content {
	background-image: none;
	width: 680px;
	min-height: 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	margin-bottom: 15px;
}

.debug {
	display: none;
	visibility: hidden;
}


/* TEXT */
a:link { color: #4444ff; text-decoration: underline; }
a:visited { color: #4444ff; text-decoration: underline; }
a:link:hover { color: #4444ff; text-decoration: underline; }
a:visited:hover { color: #4444ff; text-decoration: underline; }
p {
	page-break-inside: avoid;
}