/*
   april2008.css
   Spring Cleaning version
   Created by Phil Sherry on 2008-04-18.
   Copyright 2008 Phil Sherry. All rights reserved.
*/

@import "core.css";

body {
	background: #fff url('/img/back.jpg') repeat-x;
	border-top: 3px solid #415e3f;
	color: #666; 
	font: 100%/1.5 Helvetica, Verdana, Arial, sans-serif;
	text-align: center;
}

/* -- generic stuff -- */

.left { 
	float: left; 
	margin: 1em 1em 1em 0;
}

.right { 
	float: right; 
	margin: 1em 0 1em 1em;
}

.top { text-align: right; }

.hide, #skip, hr {  /* as per: http://www.456bereastreet.com/archive/200711/screen_readers_sometimes_ignore_displaynone/ */
	display: none;
	visibility: hidden;
}

acronym, abbr, span.caps { cursor: help; }

acronym, abbr { border-bottom: 1px dashed #999; }

.vevent abbr {  /* we don't need to confuse the visitor by drawing their attention to ISO figures */
	border-bottom: none;
	cursor: default;
}

.error, .required span { color: #f00; }

dl, dt, dd, ul, li {
	margin-left: 0;
	padding-left: 0;
}

dl { margin-bottom: 0; }
dt { margin-bottom: 10px; }
dd { margin-bottom: 15px; }

blockquote { 
	border-left: 10px solid #415e3f; 
	clear: both;
	color: #000;
	font-style: italic;
	padding-left: 15px;
}

blockquote cite {
	display: block;
	margin-top: 1em;
	text-align: right;
}

cite { font-size: 12px; }
cite:before { content: " ~ "; }

/* -- forms -- */

fieldset {}

legend {
	font-size: 24px;
	font-weight: bold;
}

input.text { width: 400px; }

textarea.text {
	height: 60px;
	width: 400px;
}

input.text:focus, textarea.text:focus { font-style: italic; }

input.radio {}

input.checkbox {}

input.submit {}

/* -- typography -- */ 

a:link, a:visited {
	color: #415e3f; 
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active, a:focus { border-bottom: 1px solid #415e3f; }

h1, h2, h3, h4, h5, h6, legend, blockquote { font-family: Georgia, "Nimbus Roman No9 L", "Times New Roman", serif; }

h1 { 
	background: url('/img/freakindesign.png') no-repeat;
	height: 50px;
	margin-bottom: .5em;
	text-indent: -31337px;
	width: 325px;
}

h1+p { 
	color: #fff;
	font-weight: bold; 
}

h2,h3 { color: #131313; }

h2 { margin-bottom: 10px; }
h3 { margin-bottom: 5px; }

/* -- layout -- */

#container {
	font-size: .9em;
	margin: 50px auto 0;
	text-align: left;
	width: 760px;
}

#branding {}

#navigation {}

	#site_nav {}

	#site_nav li {}
	
#content {
	font-size: .9em;
	padding: 50px 0;
}

#content_main {
	float: left;
	padding: 5px;
	width: 410px;
}

#content_sub {
	border-left: 10px double #ececec;
	float: right;
	padding: 5px 15px;
	width: 300px;
}
	#books {
		margin: 20px auto 0;
		text-align: center;
		width: 200px;
	}
	
#footer {
	color: #415e3f;
	float: left;
	font-size: .8em;
	margin-top: 1em;
	text-align: center;
	width: 100%;
}