/*
Theme Name: plaintxtBlog
Theme URI: http://www.plaintxt.org/themes/plaintxtblog/
Description: Your blog, but simplified. A clutter-free, 3-column layout. For WordPress 2.0+ (and Widgets friendly).
Version: 2.3
Author: Scott Allan Wallick
Author URI: http://scottwallick.com/
*/
/*
"plaintxtBlog" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/
body {
	background: #fff;
	border: 1px solid #111;
	color: #111;
	line-height: 150%;
	margin: 20px;
	padding: 20px;
}
img {
	
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	background: #fff;
	}

	.entry img a:hover {background: #E9EFF5;}
	a img {border: 0;}
	
	a[href ^='http://www.ravelry'] {
   padding-right: 18px;
   background: transparent url(http://www.helloyarn.com/buttons/rav_yarn.png) no-repeat top right;
}
 
#col2 a[href ^='http://www.ravelry'] {
		padding-right: 0;
		background: none;
}

a {
	outline: none;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #778899;
   text-decoration: none;
   img: {border: 0;}
}
/* HEADER STUFF */
div#header {
	margin: 0 0 4em 0;
}
h1#title {
	font-size: 1.25em;
	margin: 0 0 0.25em 0;
}
p#description {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
/* CONTENT STUFF */
div.narrowcolumn {
	float: left;
	margin: 0 2%;
	width: 59%;
}
div.widecolumn {
	margin: 0 auto;
	width: 50em;
}
div.post-header, div.navigation {
	background: #ffffff;
	color: #444;
}
div.post-header {
	display: block;
	height: 1.45em;
	margin: 0 0 -0.25em 0;
	padding: 0 0.4em 1px 0.4em;
	text-transform: uppercase;
}
h2.post-title, h3.post-date {
	margin: 0;
	font-size: 1em;
}
h2.post-title {
	float: left;
}
h3.post-date  {
	float: right;
	font-weight: bold;
}
div.post-entry code, div.post-entry pre {
font: normal 1em "MS Sans Serif", Geneva, sans-serif;
	monospace;
}
div.post abbr, div.post acronym {
	border-bottom: 1px dotted #c30;
	cursor: help;
}
div.post-entry blockquote {
	border-left: 0.4em solid #eee;
}
div.post-entry blockquote p {
	margin: 0.25em 0;
	padding: 0.5em 1em;
}
div.post-entry blockquote ul {
	margin-bottom: 0;
	margin-top: 0;
}
div.post-entry h2, div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1em;
	margin: 1.125em 0 -0.75em 0;
}
div.post-metadata p.post-footer {
	font-size: 1em;
	font-style: italic;
	margin: -0.5em 0 3em 0;
	text-align: right;
}
div.post-entry blockquote, div#single-post-metadata, div#comments ol li {
	background: #f6f6f6;
	color: #333;
}
div#single-post-metadata {
	margin: 0 10% 2em 10%;
	padding: 0.75em 1em;
	text-align: center;
}
h3.post-footer-header {
	font-size: 0.9em;
	margin: 0 0 0.3em 0;
	text-transform: uppercase;
}
div#single-post-metadata p.post-footer {
	font-size: 0.9em;
	margin: 0;
}
form#commentform {
	margin: 1em 0;
	padding: 0;
}
h4#comment-count, h4#respond {
	font-size: 1em;
	margin: 0;
}
div#comments ol li {
	padding: 0.5em 1em;
	margin-bottom: 1.5em;
}
div#comments ol li.alt {
	background: #eee;
	color: #111;
}
div#comments ol li p {
	margin: 0.5em 0;
}
p.comment-author, p.comment-metadata {
	margin: 0;
}
p.comment-metadata {
	font-style: italic;
}
/* STUFF FOR PAGE TEMPLATES AND THE SUMMARY_HOME.PHP FILE */
h3.excerpt-title {
	font-size: 1em;
	margin: 1em 0 0 0 !important;
}
p.excerpt-entry {
	margin: 0;
}
p.excerpt-footer {
	font-size: 1em;
	font-style: italic;
	margin: 0 0 1.5em 0;
}
h4.post-navigation {
	font-size: 1em;
	margin: 0 0 1.5em 0 !important;
}
div.content-column {
	float: left;
	margin: 0 3% 0 0;
	width: 44%
}
div.post ul.list, div.post ul.list li, div.post ul.list li ul  {
	margin: 0;
	padding: 0;
}
div.post ul.list li {
	font-size: 1em;
	list-style: none;
}
div.post ul.list li h2 {
	font-size: 1em;
	margin: 1em 0 0 0;
}
/* SIDEBAR COL1/COL2 STUFF */
div.sidebar {
	float: left;
	text-align: right;
	width: 15%;
}
div#col1 {
	margin: 0 1% 0 0;
}
div#col2 {
	margin: 0 2% 0 1%;
}
div.sidebar ul, div.sidebar ul li ul li, div.sidebar ul li ul li ul, div.sidebar ul li ul li ul li   {
	margin: 0;
	padding: 0;
}
div.sidebar ul {
	border-right: 5px solid #e2e2e2;
}
div.sidebar ul li {
	list-style: none;
	margin: 0 1em 0 0;
	padding: 0;
}
div.sidebar ul li h2 {
	background: #fff;
	color: #444;
	font-size: 1em;
	margin: 0;
}
div.sidebar ul li ul {
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
}
div.sidebar ul li ul li ul {
	margin: 0 0 0.5em 0;
}
div.sidebar ul li ul li ul li {
	font-size: 0.9em;
	font-style: italic;
}
/* FOOTER STUFF */
div#footer {
	clear: both; 
}
p#blog-footer  {
	background: #fff;
