/*
Theme Name: veryplaintxt
Theme URI: http://www.plaintxt.org/themes/
Description: Think <a href="http://www.mcsweeneys.net/">McSweeny's</a>. Fluid, hack-free 2-col layout. The name says it all. For WordPress 2.0. 
Version: 1.2
Author: Scott Allan Wallick
Author URI: http://www.plaintxt.org/
*/
/*	
Copyright (C) 2006 Scott Allan Wallick, http://www.plaintxt.org
Distributed under the terms of the GNU General Public License v2
Contact Scott at swallick[AT]gmail.com
** Please see the readme.html for layout tips and tricks. **
*/
/* STRUCTURE & LAYOUT */
#everything {
	margin: 0 15%;
}
#header {
	margin: 0 0 20px 0;
}
#container {
	float: left;
	width: 100%;
}
.onecolumn {
	margin-right: 0;
}
.twocolumn {
	margin-right: -220px;
}
.narrowcolumn { 
	margin: 0 220px 10px 0;
}
.widecolumn {
	margin: 0 0 10px 0;
}
#sidebar {
	float: right;
	width: 200px;
}
#footer {
	clear: both;
	margin: 10px 0;
	padding: 5px;
}
.navigation {
	height: 1em;
	width: 100%;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.center, #header, #sidebar, #footer, #content h4  {
	text-align: center;
}
.clearer {
	clear: both;
	height: 0px;
}
/* TYPOGRAPHY: EVERYTHING RE: FONTS */
body {
	font: 76%/150% "times new roman", times, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
#title, #description, #content .entry .more, #sidebar ul li h2, #content h4, #footer p {
	text-transform: uppercase;
}
#title, #description {
	letter-spacing: 3px;
	margin: 0 0 10px 0;
}
#title h1 {
	font-size: 3.25em;
	margin: 20px 0;
}
#description h2 {
	font-size: 1.1em;
	margin: 10px 0;
	padding: 2px 0;
}
#content h2, #content h4, .navigation, #comments h3 {
	letter-spacing: 1px;
}
#content h2 {
	font-size: 1.4em;
	font-family: arial, sans-serif;
	margin: 10px 0 5px 0;
}
#content h3 {
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 7px 0;
}
#content .entry p {
	font-size: 1.15em;
	text-align: justify;
	margin: 0 0 15px 0;
}
#content .entry li {
	font-size: 1.15em;
}
#content .entry .more {
	font-size: 0.7em;
	letter-spacing: 2px;
	font-weight: 500;
}
#content h4 {
	font-size: 0.8em;
	margin: -5px 0 25px 0;
}
#content code, #content pre {
	font: 0.9em/125% "courier new", monospace;
}
#content #postmetadata p {
	font-size: 0.95em;
	font-style: italic;
	padding: 4px;
	margin: 0 25px 25px 25px;
}
.navigation {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 30px 0;
}
#comments h3 {
	font-size: 1.2em;
	font-family: arial, sans-serif;
	margin: 10px 0 5px 0;
	font-style: normal;
}
#comments li {
	color: #555;
	font-size: 1em;
	margin-top: 15px;
	background: #fbfbfb;
	padding: 5px;
}
#comments li p {
	font-size: 1em;
	margin: 3px 0;
}
#comments .commentmetadata {
	letter-spacing: 0.5px;
	font-style: italic;
	font-size: 0.95em;
}
#sidebar ul li h2 {
	font-size: 1.125em;
	letter-spacing: 1.5px;
	margin: 0 0 3px 0;
	text-decoration: underline;
}
#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#sidebar ul li ul li ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style: none;
	margin: 0;
}
#sidebar ul li ul li {
	font-size: 1.15em;
}
#footer p {
	font-size: 0.9em;
	letter-spacing: 0.5px;
	margin: 10px 0 0 0;
	padding: 2px 0;
}
/* LINK STYLES */
#header a, #header a:active, #header a:link, #header a:visited {
	background: #fff;
	color: #000;
	text-decoration: none;
}
#content h2 a, #content h2 a:active, #content h2 a:link, #content h2 a:visited, #content h4 a, #content h4 a:active, #content h4 a:link, #content h4 a:visited {
	background: #fff;
	color: #20476d;
	text-decoration: none;
}
#content .post .entry a, #content .post .entry a:active, #content .post .entry a:link, #content .post .entry a:visited, .navigation a, .navigation a:active, .navigation a:link, .navigation a:visited {
	background: #fff;
	color: #306aa3;
	text-decoration: none;
}
#content #postmetadata p a, #content #postmetadata p a:active, #content #postmetadata p a:link, #content #postmetadata p a:visited, #footer a, #footer a:active, #footer a:link, #footer a:visited {
	background: #fff;
	color: #20476d;
	text-decoration: underline;
}
#content #postmetadata p a:hover, #footer a:hover {
	background: #fff;
	color: #408dd9;
}
#comments li a, #comments li a:active, #comments li a:link, #comments li a:visited, #comments li a:hover {
	background: #fbfbfb;
	color: #555;
}
#sidebar a, #sidebar a:active, #sidebar a:link, #sidebar a:visited {
	background: #fff;
	color: #102336;
	text-decoration: none;
}
#header a:hover, #content h2 a:hover, #content .post .entry a:hover, .navigation a:hover, #content h4 a:hover, #sidebar a:hover {
	background: #fff;
	color: #408dd9;
	text-decoration: underline;
}
/* DECORATIVE ELEMENTS: BORDERS, COLOR, BACKGROUNDS, ETC. */
body {
	color: #000;
	background: #fff;
}
#description h2, #footer p {
	border-bottom: 2px solid #000;
	border-top: 1px solid #000;
}
#content blockquote {
	background: url(quote.png) no-repeat top left;
	margin: 0 20px;
	padding: 0 20px;
}
#content #postmetadata p {
	border-top: 1px solid #444;
	border-bottom: 2px solid #444;
}
#comments li {
	border: 1px solid #eee;
	border-bottom: 2px solid #eee;
	color: #555;
	background: #fbfbfb;
}
/* IMAGE STYLES, INCLUDING IMAGE LINKS */
#content img.alignright, #content img.alignleft, #content img.center {
	padding: 4px;
	border: 1px solid #ccc;
}
#content img.alignright {
	margin: 3px 0 3px 6px;
	display: inline;
}
#content img.alignleft {
	margin: 3px 6px 3px 0;
	display: inline;
}
#content img.center {
	margin: 3px auto;
	display: block;
}
#content img a, #content img a:active, #content img a:link, #content img a:visited {
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
}
#content img a:hover {
	background: #eee;
	color: #000;
	border: 1px solid #bbb;
}
/* FORM STYLES */
.formcontainer {
	position: static;
	overflow: hidden;
	width: 99%;
	font-size: 1.1em;
	font-style: italic;
}
.formright {
	width: 75%;
	text-align: left;
	float: left;
	display: inline;
	padding: 2px;
	margin: 3px 0;
}
.formleft {
	width: 65px;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 2px;
	margin: 3px 0;
}
.formcontainer textarea {
	overflow: auto;
}
.formcontainer textarea, input {
	padding: 2px;
	font: 0.9em/normal "courier new", courier, monospace;
}
#author, #email, #url, #comment, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
	border: 1px solid #333;
}
#author:focus, #email:focus, #url:focus, #comment:focus, #s:focus, #wpcf_your_name:focus, #wpcf_email:focus, #wpcf_website:focus, #wpcf_msg:focus {
	border: 1px solid #306aa3;
}
#searchsubmit, #contactsubmit, #submit {
	font: 0.9em/normal arial, sans-serif;
}
#sidebar #searchform {
	margin: 0 0 10px 0;
}