@CHARSET "ISO-8859-1";
/* CSS Document for Deckard Press
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
strong {
	font-weight: bold;	
}
small {
	font-size: 75%;	
}
em {
	font-style: oblique;	
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #3b3b3b;
	background: #e6decf url('../images/header-bg.gif') 0 0 repeat-x;
}

h1 {
	font-size: 30px;
	color: #948971;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 24px;
	color: #000;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #4e4715;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styled {
	width: 250px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #4e4715;
}
.styledinput {
	width: 250px;
	border: 1px solid #999;
	padding: 3px;
	margin-bottom: 5px;
	color: #4e4715;
	font-family: Georgia, serif;
	font-size: 12px;
}
.alert {
	background: #fff8c3;
	border: 2px solid #9e9c8d;
	padding: 15px;
	margin-bottom: 20px;
}
.hilite {background-color:#eeedd9; padding:10px; border:1px solid #e5e5c6;}
.hilite2 {background-color:#f2e46d; padding:10px; margin-top:10px; margin-bottom:10px; border:1px solid #dbc401; color: #444;}
.big {font-size:16px;}


/* Container ============================ */
#container {
	width: 940px;
	margin: 0 auto;
	background: #fff;
}

/* Navigation =========================== */
#nav {
}
#nav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
	#nav ul li {
		display: block;
		float: left;
		padding-top: 10px;
	}
		#nav ul li a {
			color: #3b3b3b;
			text-decoration: none;
			font-size: 18px;
			padding: 9px 0 26px 15px;
			margin-right: 10px;
		}
		#nav ul li a span {
			padding: 9px 15px 26px 0;
		}
		#nav ul li a:hover {
			background: url('../images/nav-left.gif') left top no-repeat;
		}
		#nav ul li a:hover span {
			background: url('../images/nav-right.gif') right top no-repeat;
		}
		#nav ul li a#current {
			background: url('../images/nav-left.gif') left top no-repeat;
		}
		#nav ul li a#current span {
			background: url('../images/nav-right.gif') right top no-repeat;
		}
		
/* Content Areas ========================= */
#content {
	padding-bottom: 50px;
	background: url('../images/shadow.gif') 0 0 repeat-x;
}
#main-content {
	width: 640px;
	float: left;
	padding: 10px 20px;
}
#sidebar {
	text-align: center;
	width: 240px;
	float: left;
	margin-right: 20px;
	padding: 20px 0;
}

/* Footer ================================ */
#footer {
	padding: 20px;
	text-align: center;
	border-top: 3px solid #948971
}

#footer p {
	font-size: 10px;
	color: #5f5f5f;
	margin-top: 15px;
	line-height: 1.8em;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#footer ul li {
		display: inline;
		margin: 0 20px;
	}
		#footer ul li a {
			text-decoration: none;
			text-transform: lowercase;
			font-size: 11px;
			color: #5f5f5f;
		}
