/* 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. :)
*/

a {
	color: Red;
}

a img {
	border: none;
}

a:visited {
	color: Fuchsia;
}

a:hover {
	color: Red;
}

acronym, abbr {
	border-bottom: 1px dashed Red;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid White;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	border: 2px solid White;
	border-bottom: 1px solid White;
	border-top: 3px solid White;
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
	background-color: white;
	color: Red;
	
SCROLLBAR-FACE-COLOR: #FF3300;
SCROLLBAR-HIGHLIGHT-COLOR: #FF99CC;
SCROLLBAR-SHADOW-COLOR: #FF3366;
SCROLLBAR-3DLIGHT-COLOR: #FF3300;
SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #FF0000;
SCROLLBAR-DARKSHADOW-COLOR: #FF3300;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted Red;
	font: 80% "Arial", serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: "Arial", serif;
	margin-top: 0;
}

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

p, li, .feedback {
	font: 80%/100% 'Arial', sans-serif;	
}

.credit {
	background: Red;
	border-top: 3px double White;
	color: White;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
}

.meta {
	font-size: .75em;
}

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

.meta li {
	display: inline;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid White;
}

#commentform textarea {
	width: 100%;
}

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

#header {
	margin: 0;
	padding: 10px 100px 10px 100px;
}

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

#header a:hover {
	text-decoration: underline;
}

#menu {
	background: #fff;
	border-left: 1px dotted Red;
	border-top: 3px solid White;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input {
	background: #FFF2F5;
	border: 1px solid #FF82A1;
	letter-spacing: -0.05em;
	width: 80%;
}

#menu ul {
	color: #DC143C;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	text-transform: lowercase;
}

#menu ul li {
	font: bold 90% 'Arial', serif;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	list-style-type: none;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/115% 'Arial', sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #DC143C;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid Red;
}

#wp-calendar {
	border: 1px solid #FFC0CB;
	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: #FFB6C1;
	color: Red;
}

#wp-calendar caption {
	color: #DC143C;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: Red;
	font: normal 10px 'Arial', sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #FFEEF1;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #FFEEF1;
	color: #B22222;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
