/*
Theme Name: Scratch-built
Theme URI: http://www.john-evans.org
Description: A single-column design built from scratch.
Version: 2010-08-31
Author: John Evans
Author URI: http://www.john-evans.org
*/

/* Body
**********************************************************************/

body {
	margin: 0 0 20px 0;
	padding: 0;
	color: #959492;
	background-color: #1f1f1f;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	}

a, a:visited, a:link, a:hover, a:active {
	color: #959492;
	background-color: inherit;
	}

/* Header and Footer
**********************************************************************/

#header, #footer {
	width: 760px;
	height: 20px;
	margin: 0 auto 10px auto;
	padding: 25px 20px 0 20px;
	}

#footer {
	clear: both;
	color: #444444;
	background-color: inherit;
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	}

#footer a, #footer a:visited, #footer a:link, #footer a:active {
	color: #444444;
	background-color: inherit;
	text-decoration: none;
	}

#footer a:hover {
	color: #777777;
	background-color: inherit;
	text-decoration: underline;
	}

#header h1 {
	color:#808080;
	background-color: inherit;
	float: left;
	font-size: 2em;
	margin: 0;
	}

#header h1 a {
	color: #808080;
	background-color: inherit;
	text-decoration: none;
	}

#toplinks, #nav {
	color: #444444;
	background-color: inherit;
	float: right;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}

#toplinks a, #nav a {
	text-decoration: none;
	}

#toplinks a:hover, #nav a:hover {
	text-decoration: underline;
	}

/* Content
**********************************************************************/

#content {
	color: #959492;
	background-color: inherit;
	margin: 0 auto;
	padding: 0;
	line-height: 1.4em;
	text-align: left;
	}

/* Main Image
**********************************************************************/

img.main {
	display: block;
	margin: 0 auto;
	padding: 10px;
	color: #1f1f1f;
	background-color: #272727;
	}

.caption {
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	color: #993366;
	background-color: inherit;
	margin: 24px 20px 24px 20px;
	}

.comment {
	width: 600px;
	margin: 0 auto;
	}

/* End
**********************************************************************/