/*
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. :)
*/

div#content a {
	color: #675;
}

div#content a img {
	border: none;
}

div#content a:hover {
	color: #9a8;
}

div#content acronym, abbr {
	border-bottom: 1px dashed #333;
}

div#content acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

div#content acronym, abbr {
	cursor: help;
}

div#content p {
  margin: 5px 0;
}

div#content blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

div#content cite {
	font-size: 90%;
	font-style: normal;
}

div#content .post {
	margin-bottom: 25px;
}

div#content h2 {
	border-bottom: 1px dotted #666;
	font-size: medium;
	letter-spacing: 0.2em;
	padding-bottom: -3px;
}

div#content h2 a {
	border-color: #333333;
	border-style: dashed;
	border-width: 0 0 1px 0;
	color: #666;
}

div#content h2 a:hover {
	color: #333;
	border-style: solid;
	border-color: #00f;
}


/* classes used by the_meta() */
div#content ul.post-meta {
	list-style: none;
}

div#content ul.post-meta span.post-meta-key {
	font-weight: bold;
}

div#content div#credit {
	color: #999;
	font-size: x-small;
	float: right;
}

div#content div#credit a:link {
	color: #66f;
	text-decoration: none;
}

div#content div#credit a:hover {
  color: #00f;
  text-decoration: underline;
}

div#content .meta {
	margin-left: 10px;
	font-size: .75em;
}

div#content .meta li, ul.post-meta li {
	display: inline;
}

div#content .meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#content .meta {
	color: #808080;
	letter-spacing: 0;
}

div#content .meta a {
  border-color: #333333;
  border-style: dashed;
  border-width: 0 0 1px 0;
  color: #5555ff;
  text-decoration: none;
}

div#content .meta a:hover {
  border-color: #00f;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #00f;
}

div#content .storytitle {
	margin: 0;
}

div#content .storytitle a {
	text-decoration: none;
}

div#content .storycontent {
	color: #333;
	line-height: 125%;
	font-family: "Times New Roman", Times, serif; 
}

div#content #content {
	margin: 20px 0 0 15px;
	padding: 0 20px 0 0;
}

div#content #header {
	color: #333;
	font-size: x-large;
	margin: 0 0 10px 0;
	padding: 0;
}

div#content #menu {
	background: #ffffff;
	border-color: #666;
	border-width: 1px 0 1px 1px;
	border-style: dotted;
	padding: 0px 10px 10px 10px;
	margin: 40px -10px 0 10px;
	float: right;
	width: 150px;
}

div#content #menu ul {
	color: #666;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

div#content #menu ul li {
	font: italic bold 110%;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px;
}

div#content #menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#content #menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

div#content #menu ul ul li a {
  border-color: #333333;
  border-style: dashed;
  border-width: 0 0 1px 0;
  color: #5555ff;
  text-decoration: none;
}

div#content #menu ul ul li a:hover {
	border-color: #00f;
	border-style: solid;
	color: #00f;
}

div#content #menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

div#content p.about {
	font-size: small;
	font-style: italic;
}

div#content hr {
	border-width: 1px;
	width: 100%
}