/* 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: #f47f12;
}

a img {
	border: none;
}

a:visited {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

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

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

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

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff9e4;
	color: black;
}

cite {
	font-size: 90%;
	font-style: normal;
}
#content {
	background:;
	margin: 60px 0px 0 0px;
	padding-right: 0px;
	width: 60%;
	position: absolute;
	left: 300px;
	}

#header {
	background: #ffffff url(images/header.jpg) top right no-repeat;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 10px 0 0 0;
	padding: 60px 10px 60px 60px;
	border-bottom: 1px dashed #ccc;

}

#header a {
	color: #000;
	text-decoration: none;

}

#header a:hover {
	text-decoration: underline;
}
#content h2 {
	
	font: 15px "arial", Times, serif;
	font-weight: bold;
	color: #f47f12;
	letter-spacing: 0.2em;
	margin: 0px 0px 0px 15px;
	padding: 2px 0 2px 5px;
	background: #fff;
	width: 101%;
	border-left: 1px solid #ccc;
	
	
	
	
}
.post {
margin: 0px 0px 20px 0px;
background: #ffffff;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.storytitle {
	font-family: "Arial", Arial, sans-serif;
	letter-spacing: 0px;
	margin: 0;
	background: #f47f12;
	padding: 2px 0px 2px 5px;
	width: 100%;
	
	
	
}

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

.storytitle a:hover {
	color: #fff;
	text-decoration: underline
}
h3 {
	
}


.meta {
	font-size: .75em;
	padding: 1px 0px 1px 5px;
	background: #ffcc99;
	width: 95%;
	
}

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

.meta li {
	display: inline;
}
.storycontent{
padding: 0px 5px 5px 5px;
} 
ol#comments li p {
	font-size: 100%;
}

p, li {
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
	padding: 0px 5px 0px 0px;
}



.credit {
	background: #fff;
	border-bottom: double 3px #f47f12;
	border-right: dashed 1px #ccc;
	color: #f47f12;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	position: relative;
	bottom: 10px;
	left: 0px;
	width: 203px;
	height: 40px;
}

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

.feedback {
	color: #f47f12;
	text-align: left;
	padding: 0 0 0 5px;
	font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}



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

#commentform textarea {
	width: 100%;
}



#menu {
	background: #fff;
	border-right: 1px dashed #ccc;
	padding: 20px 0 10px 30px;
	absolute: left;
	left: 0px;
	top: 150px;
	width: 180px;
}

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

#menu input {
	background: #eee;
	border: 1px solid #999;
	letter-spacing: -0.05em;
}

#menu ul {
	color: #f47f12;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	font: normal 100% 'arial', Times, serif;
	letter-spacing: 0.1em;
	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% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

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

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