/*
Theme Name: Scratch-built
Theme URI: http://www.john-evans.org
Description: A single-column design built from scratch.
Version: 2011-03-21
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;
	}

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

#nav a {
	text-decoration: none;
	}

#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 Images
**********************************************************************/

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 20px auto;
	text-align: justify;
	}

/* Thumbnails
**********************************************************************/

#thumbline {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px #444444 solid;
	}

.thumb {
	float: left;
	display: block;
	width: 152px;
	height: 152px;
	line-height: 152px;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.thumb img {
	color: #1f1f1f;
	background-color: #272727;
	padding: 3px;
	border: 1px #272727 solid;
	vertical-align: middle;
	}

.thumb img:hover {
	background-color: #333333;
	border-color: #555555;
	}

/* About Page
**********************************************************************/

.about-right {
	float: right;
	width: 555px;
	}

.about-right h3 {
	font-weight: 600;
	font-style: italic;
	color: #777777;
	background-color: inherit;
	padding: 1px 0 0 30px;
	}

.about-right p {
	margin: 10px 30px 12px 40px;
	text-align: justify;
	}

.about-left {
	float: left;
	width: 205px;
	}

.about-left img {
	color: #1f1f1f;
	background-color: #272727;
	margin: 20px 10px 0 30px;
	padding: 6px;
	border: 1px #272727 solid;
	}

/* Calendar Page
**********************************************************************/

.cl-left {
	float: left;
	width: 525px;
	}

.cl-left h3 {
	font-weight: 600;
	font-style: italic;
	color: #777777;
	background-color: inherit;
	padding: 1px 0 0 30px;
	}

.cl-left p {
	margin: 10px 20px 12px 40px;
	text-align: justify;
	}

.cl-right {
	float: right;
	width: 205px;
	}

.clmonth {
	float: right;
	width: 180px;
	padding: 0;
	margin: 20px 30px 12px 10px;
	display: inline;
	border-collapse: collapse;
	}

.clmonth caption {
	text-align: left;
	font: 110% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
	}

.clmonth th {
	border: 1px solid #aaaaaa;
	border-bottom: none;
	padding: 2px 8px 2px 8px;
	background-color: #666666;
	color: #000000;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.clmonth td	{
	border: 1px solid #eaeaea;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px 4px 2px 4px;
	text-align: center;
	vertical-align: top;
	}

.clmonth td.previous, .clmonth td.next {
	background-color: #999999;
	color: #c6c6c6;
	}

.clmonth td.active {
	background-color: #286ea0;
	color: #000000;
	border: 1px solid #aaaaaa;
	}

/* Links Page
**********************************************************************/

.links-page {
	width: 320px;
	margin: 20px auto 20px auto;
	text-align: justify;
	}

.links-page h3 {
	font-weight: 600;
	font-style: italic;
	color: #777777;
	background-color: inherit;
	padding: 1px 0 0 30px;
	}

.links-page p {
	margin: 10px 30px 12px 40px;
	text-align: justify;
	}

.links-page ul {
	margin: 0 0 0 50px;
	}

.links-page a {
	text-decoration: none;
	}

.links-page a:hover {
	text-decoration: underline;
	}

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