/*
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: 10px;        
 	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: 10px; 	
	margin-top: 0;}


ol#comments li p {font-size: 100%;}

p, li, .feedback {font-family: Arial, Helvetica, sans-serif;font-size: 15px; letter-spacing: -1px;}

/* 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 of the comments form, that visitors fill out to comment*/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea 
	{background: #fff; 
	border: 1px solid #333;
	padding: .2em;}

#commentform textarea {	width: 100%;}

#commentlist li ul {border-left: 0px solid #ddd;
		    font-size: 110%;
		    list-style-type: none;}

#content {margin: 30px 13em 0 3em;
          padding-right: 60px;}

#header {background: #80211b; 
	font: italic normal 230% Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin: 0;	
	padding: 0px 0px 0px 0px;}

#header a {color: #ffffff;
	   text-decoration: none;}

/* Controls the links in the header of the site, adjust this to be the same as the colors of your header links.
#header a:hover {text-decoration: underline;}




/*dropdown Menu*/
#dropmenudiv{
position:absolute;
border:1px solid #D8A55D;
border-bottom-width: 0;
font:normal 13px Century Gothic;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid #D8A55D;
padding: 1px 0px 0px 0px;
text-decoration: none;
font-weight:normal;
color:#E3AF64;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#3C1801;
}

/* CSS Document */

body {
font-family:Arial;
color:#000000;
font-size:12px;
margin:0px 0px 0px 0px;

}

td {
font-family:Arial;
color:#000000;
font-size:12px;
margin:0px 0px 0px 0px;

}

a.footer { font-family:Arial; color:#890d19; font-size:10px; text-decoration:none;}
a.footer:hover {font-family:Arial; color:#890d19; font-size:10px; text-decoration:underline;}

.footer { font-family:Verdana; color:#a2a2a2; font-size:10px; text-decoration:none;}

.sidebar {
font-family:Arial;
color:#FFFFFF;
font-size:12px;
margin:0px 0px 0px 0px;

}

.bold {
font-family:Arial;
color:#890d19;
font-size:12px;
font-weight: bold;
margin:0px 0px 0px 0px;

}

a { font-family:Arial; color:#890d19; font-size:12px; text-decoration:none;}
a:hover {font-family:Arial; color:#890d19; font-size:12px; text-decoration:underline;}


.bigger {
font-family:Arial;
color:#000000;
font-size:13px;
margin:0px 0px 0px 0px;

}

.mail a:link, .mail a:visited { color:#ffffff; text-decoration:none; font-weight:normal } 
.mail a:hover { } 
