/* Wordpress stuff */



.meta {
	font-size: .75em;
	margin-bottom:10px;
}

.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;
	
}

#wp-content {
	margin: 10px 13em 0 0em;
	padding-right: 20px;
	font-size:105%;
}

#wp-content h3 { font-size:90%; }

h2.storytitle a { 
color:#888 !important; 
}






#wp-menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	padding: 20px 0 10px 10px;
	position: absolute;
	right: 2px;
	top: 165px;
	width: 10em;
}

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

#wp-menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#wp-menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#wp-menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

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

#wp-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;
}

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

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

#wp-menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}


cite {
	font-size: 80%;
	font-style: italic;
}

/* end of Wordpress stuff */

