A:HOVER {
	color : GRAY;
	text-decoration : none;
}
A {
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : underline;
	color : #993300;
	font-family : Arial, Helvetica, sans-serif;
}

A.menu {
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : #c0c0c0;
	font-family : Arial, Helvetica, sans-serif;
}

LI {
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : inherit;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	list-style: none;
}

.LI {
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}
.HD {
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	color : WHITE;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.storycontent {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.storycontentbig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.storytitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

.meta {
	font-size: 10px;
}

.meta li, ul.post-meta li {
	list-style : none inside;
}

.meta ul {
	display: inline;
	list-style: disc;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
	font-family : Arial, Helvetica, sans-serif;
}

h1 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	color: Gray;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	color: Black;
}

h3 {
	border-bottom: dotted 1px #eee;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
}
.meta2, .meta2 a {
	color: Gray;
	font-weight: normal;
	letter-spacing: 0;
	background : #EEE8AA;
	font-family:Arial, Helvetica, sans-serif;
}
.meta2 {
	font-size: 10px;;
}

.meta2 li, ul.post-meta2 li {
	display: inline;
}

.meta2 ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


.date {
	/* date & author */
	font-family: sans-serif;
	color: Gray;
	float: left;
	line-height: 3.4em;
	margin: 1.5em 0 5px 10px;
	padding-right: 5px;
	border-right: 1px solid silver;
	font-size: .9em;
	text-align: right;
	position: relative;
	right: 0;
}

.date_day {
	font-family : sans-serif;
	color: #616161;
	display:block;
	font-size:5em;
	text-align:right;
}

.date_month {
	font-family : sans-serif;
	display:block;
	font-size:3em;
	text-align:right;
	font-weight:bold;
}

.date_year {
	font-family : sans-serif;
	display:block;
	font-size:1.4em;
	line-height:.9em;
}

.image {
	float: right;
	margin: 0 0 6px 6px;
}

.imageL {
	float: left;
	margin: 0 6px 0 6px;
}