/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/



/*These tags control the color and hover effects of regular links
Adjust them to match the colors used for the regular links in the site build*/
a {color: #80211B;}
a img {	border: none;}
a:visited {color: #342;}
a:hover {text-decoration:underline;}




acronym, abbr {	border-bottom: 0px dashed #333;}
acronym, abbr, span.caps {font-size: 15px; letter-spacing: .07em;}
acronym, abbr {	cursor: help;}

blockquote {	border-left: 0px solid #ccc;	margin-left: 1.5em;	padding-left: 5px;}

/* Adjusts the main body tag of the site. Adjust it of the Background, Font Color and Font Families are Correct.
body {	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	}

cite {	font-size: 15px;	font-style: normal;}

/* this h2 tag is used to control the date the post, ajust it so that it matches the style sheet code you used for a page title. However make the font size 2px bigger*/
h2 {	border-bottom: 0px dotted #ccc;
	font-size: 12px;        
 	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;}
	
	
/* this h3 tag is used to control the title of the post, ajust it so that it matches the style sheet code you used for a page title.*/
h3 {	border-bottom: dotted 0px #eee;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	margin-top: 0;}


ol#comments li p {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}

p, li, .feedback {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#013000;}

/* classes used by the_meta() */

ul.post-meta {	list-style: none;}

ul.post-meta span.post-meta-key {	font-weight: bold;}


.feedback {	color: #80211B;	text-align: right;	clear: both;}

.meta {	font-size: .75em;}
.meta li, ul.post-meta li {	display: inline;}
.meta ul {	display: inline;	list-style: none;	margin: 0;	padding: 0;}
.meta, .meta a {	color: #808080;	font-weight: normal;	letter-spacing: 0;}

.storytitle {	margin: 0;}.storytitle a { color:#80211b;	text-decoration: none;}


/*this contorls the border and padding
