/*
THEME NAME: plain
THEME URI: http://www.plaintxt.org/themes/veryplaintxt/
DESCRIPTION: Think <a href="http://www.mcsweeneys.net/"><em>McSweeny's</em></a>. Fluid, hack-free 2-column layout. For WordPress 2.0+ (and Widgets friendly).
VERSION: 2.3
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
*/
/* 
"veryplaintxt" (C) 2006 Scott Allan Wallick - http://scottwallick.com/ - and distributed under the terms of the GNU General Public License v2
*/

body {
	background: #fff;
	color: #333;
	line-height: 150%;
	font-family: verdana, tahoma, arial,  Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h2.pagetitle {
	font-size: 1.5em;
	line-height: 150%;
	text-decoration: underline overline;
	text-align: center;
	margin-bottom: .5em;
}
/* HEADER STUFF */
div#header {
    background-color:#fff;
	margin: 0 -5px 0 -5px;
	text-align: center;
}
h1#blog-title, h2#blog-description {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: "Times New Roman", serif;
}
h1#blog-title {
	font-size: 4em;
	line-height: 1.2;
	margin: 0.3em 0;
}
h2#blog-description {
    background: #fff;
	font-size: 1.1em;
	line-height: 1.2;
    margin: 0;
    padding-bottom: 1em;
}
div#colTop {
	background-color: #24446b;
	color: #fff;
	margin: 0;
	padding: 0;
}
h2#colHdr {
	background-color: #24446b;
	color: #fff;
	font-size: 1.125em;
	padding: 0;
	margin: 0;
}
h2#colHdr a:link, h2#colHdr a:visited {
	background-color: #24446b;
	color: #fff;
	padding: 0;
	margin: 0;
}
h2#colHdr a:hover {
	text-decoration:none;
}

/* POST AND CONTENT STUFF */
div#everything {
    background-color: #f7f7f7;
	margin: 0;
	padding: 0 5px 0 5px;
}
div#wrapper {
    background-color: #fff;
	margin: 0;
    padding: 0;
}
div#container {
    background-color: #fff;
	width: 100%;
}
div#content {
   background-color: #fff;
   padding: 0 .8em 0 .8em;
}
div.widecolumn {
	margin: 0;
}
div.fix {
	clear:both;
}
div.widecolumn div#content {
	margin: 0;	
}
h2.post-title {
	font-family: "Times New Roman", serif;	
	font-size: 2em;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0.2em 0 0.2em 0;	
}
h3.post-date {
	font-size: 1em;
	margin: 0 0 0 0;
	color: #333;
}

div.post {
	background-color: #fff;
	border-bottom: 1px dotted #000;
	margin-bottom: 15px;
	max-width: 60em;
}
div.post-entry {
	background-color: #fff; /*#f8f8f8;*/
	padding: 5px;
}

div.post p {
	margin: 1em 0 1em 0;
}
div.post p:first-letter {
	font-size: 1.4em;
        color: #24446b;
	/*font-weight: bold;*/
}
div.formcontainer p:first-letter, div#comments p:first-letter {
	font-size: 1em;
	font-weight: normal;
}
p.comment-byline:first-letter {
	font-weight: bold;	
}
div.post blockquote {
		padding: 0 .8em 0 25px;
    border-left: 1px dotted #666;
    background-color: #EDE6DE;
    color: #333;
}

div.post blockquote.fancy {
	color: #f00;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 2em;
	line-height: 150%;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    border-left: none;
    border-right: none;    
    background: #fff;
}
div.post blockquote.fancy p:first-letter {
        color: #f00;
}

div.post div.aside {
	margin: 1em;
	padding: .5em;
    border: 1px solid #666;   
    background: #D9DCD6;
}
div.post span.warning {
	font-weight: bold;
    background: #fce9c6;
	color: #24446b;    
}
div.post span.roman {
	font-family: Georgia, "Times New Roman", serif;	
  	text-decoration: underline overline;  
}
div.post code, div.post pre {
	font: 0.9em/125% "courier new", monospace;
	overflow: auto;
}
div.post li {
	font-size: 1em;
}
div.post .more {
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}

div.post-entry h1 {
	font-size: 1.6em;
	letter-spacing: 1px;
}
div.post-entry h2 {
	font-size: 1.4em;
	letter-spacing: 1px;	
}
div.post-entry h3, div.post-entry h4, div.post-entry h5, div.post-entry h6 {
	font-size: 1em;
	letter-spacing: 1px;	
}
div.post-entry span.editorial {
	color: #003;
	font-style: italic;
}
div.post-entry span.header {
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
	color: #24446b;
} 

div.post-entry span.acro {
	color: #000033;
	font-style: italic;
	cursor: help;
	Border-bottom: 1px dotted;
}

div.post-entry sup {
	color: #009;
	margin-right: -0.5em;
	margin-left: -0.1em;
}

div.post-metadata {
    font-size: .8em;
	text-align: center;
	background-color: #fff;
	color: #666;
}

div.post-metadata h4 {
	font-size: 0.9em;
	letter-spacing: 1px;
	margin: -0.4em 0 3em 0;
	text-transform: uppercase;
        font-family: arial;
}
div.post-metadata h3 {
	background-color: #fefefe;
	border: 1px dotted #666;
	font-size: 1.1em;
	font-style: italic;
	padding: 0.3em 0;
	margin: 0 10%;
}

h4#comment-count {
	background-color: #24446b;
	color: #fff;	
	font: normal 1.2em/normal arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 2.5em 0 1.5em 0;
}
h5#respond {
	background-color: #24446b;
	color: #fff;	
	font: normal 1.2em/normal arial, helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 2.5em 0 1em 0;
}
div#comments {
	margin: 0 0 2em 0;
}
div#comments form#commentform p {
	margin: 0 0 1em 0;
}
li.commentlist-comment {
	background: #fff;
	border-bottom: 2px solid #888;
	border-top: 1px solid #888;
	color: #555;
	font-size: 1em;
	margin-right: 10%;
	margin-top: 1em;
	padding: 0.5em;
}

#comments li.alt {
	background: #f6f6f6;
	color: #555;
}

div#comments li p {
	font-size: 1em;
	margin: 0.5em 0;
}
p.comment-byline {
	font-weight: bold;
	margin: -0.25em 0 0 0;
}
p.comment-metadata {
	font-style: italic;
	letter-spacing: 1px;
	margin: 0 0 -0.25em 0;
}


/* SIDEBAR STUFF */
div#sidebar {
	width: 195px;
}
div#sidebar ul li h2 {
	background-color: #24446b;
	color: #fff;
	font-size: 1.125em;
	letter-spacing: 1.5px;
	margin: 0 0 0.2em 0;
	font-variant: small-caps;	
}
div#sidebar ul {
	margin: 0 0 1.25em 0;
	padding: 0;
}
div#sidebar li {
	list-style: none;
	margin: 0;
    background-color: #fff;
}
div#sidebar ul li ul li {
	font-size: 1em;	
}

div#sidebar ul li ul li ul {
	margin: 0 0 0.4em 0;
	padding: 0;	
}
div#sidebar ul li ul li ul li {
	font-size: 1em;
	font-style: italic;
	padding: 0;
padding-left: 1em;	
}

div#sidebar ul li li:hover {
background-color:#D9DCD6;
}

div#sidebar ul li ul li li:hover {
   background-color: #d5dfe3;
}

/* Where there was not a link but was a title attribute IE caused the title popup help to flicker, this fixes that */
a#home {
	color:#fff;
}

div#calendar_wrap {
	margin: -1.5em 0 1em 0;
}
li#calendar h2.widgettitle {
	text-decoration: none;
}
li#calendar {
	text-align: center;
}
table#wp-calendar caption {
	font-size: 1.125em;
	letter-spacing: 1px;
	margin: 0 auto;
	text-transform: uppercase;
}
table#wp-calendar {
	border: 1px solid #000;
	margin: 0 auto;
	padding: 0;
}
table#wp-calendar a {
	font-weight: bold;
}
/* FOOTER STUFF */
div#footer {
	background-color: #24446b;
	color: #fff;
	clear: both;
	margin: 0;
	text-align: left;
}
div#footer p {
	font-size: 0.8em;
	letter-spacing: 0.5px;
	margin: 0.2em;
	/*text-transform: uppercase;*/
}
/* STANDARD ALIGNMENT DIVS */
div.clearer {
	clear: both;
	height: 0px;
}
div.navigation {
	font-size: 1.1em;
	font-weight: bold;
	height: 1.5em;
	letter-spacing: 1px;
	margin: 0 0 1.5em 0;
	width: 100%;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.center {
	text-align: center;
}
/* LINK STYLES */
a {
	outline: none;
}
div#header a, div#header a:link, div#header a:visited {
	background: #fff;
	color: #000;
	text-decoration: none;
}
h2.post-title a, h2.post-title a:link {	
	font-family: "Times New Roman", serif;		
	background: #fff;
	color: #000;
	text-decoration: underline;
}
div.post-entry a, div.post-entry a:link, div.post-entry a:hover, div.post-entry a:active {
	color: #306aa3;	
}
div.post-metadata a, div.post-metadata a:active, div.post-metadata a:link {
	background-color: #fefefe;
	color: #20476d;
	text-decoration: underline;
}
div#comments a, div#comments a:active, div#comments a:link {
	background: transparent;
	color: #306aa3;
}
div.navigation a, div.navigation a:active, div.navigation a:link {
	background: #fff;
	color: #306aa3;
	text-decoration: none;
}
#sidebar a, #sidebar a:link {
	color: #000;
	text-decoration: underline;
}
/* --- */
#sidebar a:hover, #sidebar a:active {
	text-decoration: none;
}
/* --- */
/*
, #sidebar a:visited
*/

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
h2.post-title a:visited {
	background: #fff;
	color: #666;
}
div.post-entry a:visited  {
	color: #587592;
}
div#comments a:visited {
	background: transparent;
	color: #587592;
}
div.navigation a:visited {
	background: #fff;
	color: #587592;
}
div.post-metadata a:visited {
	background: #fff;
	color: #20476d;
}

div#header a:hover, h2.post-title a:hover, div.post-metadata a:hover, div.navigation a:hover {
	background: #fff;
	color: #408dd9;
}
#footer a:active,  #footer a:hover {
	text-decoration: none;
}
div.post-entry a:hover {
	/*background: #ffc;*/
	color: #408dd9;
	text-decoration: none;
}
div#comments a:hover {
	background: transparent;
	color: #408dd9;
	text-decoration: none;
}
#sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:active,  #sidebar h2 a:visited {
	text-decoration: underline;
	color: #000;
}
#sidebar h2 a:hover {
	color: #408dd9;
}

/* IMAGE STUFF */
#content img.alignright, #content img.alignleft, #content img.center {
	border: 1px solid #ccc;
	padding: 4px;
}
#content img.alignright {
	display: inline;
	margin: 3px 0 3px 9px;
}
#content img.alignleft {
	display: inline;
	margin: 3px 9px 3px 0;
}
#content img.center {
	display: block;
	margin: 3px auto;
}
#content a img, #content a:active img, #content a:link img, #content a:visited img {
	background: #fff;
	border: 1px solid #bbb;
	color: #000;
}
#content a:hover img {
	background: #eee;
	border: 1px solid #777;
	color: #000;
}
li a img {
	border: none !important;
}

img.avatar {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}

/* FORM STYLES (INCLUDING FOR THE VERYPLAINTXT WP_CONTACTFORM PATCH) */
div.formcontainer {
    background: #f8f8f8;
    /*padding: .5em;*/
    border: 1px solid #D9DCD6;
	font-size: 1.1em;
	font-style: italic;
	overflow: hidden;
	position: static;
	width: 99%;
}
div.formright, div.formleft {
	display: inline;
	float: left;
	margin: 3px 0;
	padding: 2px;
}
div.formright {
	text-align: left;
	width: 75%;
}
div.formleft {
	clear: both;
	text-align: right;
	width: 65px;
}

/* SEARCH PAGE */
ol#search-results li {
	background-color: #f8f8f8;
	border-bottom: 1px dotted #600;
	margin-bottom: 1em;
}

div#post-entry-searched {
	background-color: #fff;
}

/*
.search-excerpt {
}
*/

	
/* FORMS */
#comment, #wpcf_msg {
	overflow: auto;
}
#sidebar #searchform {
	margin: 0 0 1em 0;
	padding: 0;
}
#s {
	width: 9em;
}
#s:active, #s:focus {
	background: #EDE6DE;
}



#author:active, #author:focus, #email:active, #email:focus, #url:active, #url:focus, #comment:active, #comment:focus {
	background: #EDE6DE;
}


#author, #email, #url, #wpcf_your_name, #wpcf_email, #wpcf_website {
	width: 10em;
}
#comment, #wpcf_msg {
	width: 25em;
}
#author, #email, #url, #comment, #s, #wpcf_your_name, #wpcf_email, #wpcf_website, #wpcf_msg {
	border: 1px solid #333;
	font: 0.9em/normal "courier new", courier, monospace;
	padding: 0.2em;
}
#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;
}