

 * {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #610322;
	font: normal small Arial, Helvetica, sans-serif;
	color: #3F3C3C;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #7A0026;
}

h2 {

}

h3 {
	
}

p, blockquote, ul, ol {
}

p {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #409484;
}

a:hover {
	text-decoration: none;
	color: #91B164;
}

img {
	border: none;
}

a.other_link {
	color: #999999;
	text-decoration: none
}
a.other_link:hover {
	color: #91B164;
	text-decoration: none
}


/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 20px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 10px 0;
	font-size: 1.3em;
}

.post .date {
	float: right;
	padding: 5px 5px;
	font-size: 0.8em;
	color: #999999;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	padding	: 10px 20px;
	font-size: x-small;
}

.post .meta p {
}

.post .story {
	clear: both;
	padding: 20px;
	border-bottom: 3px dotted #D9C7C7;
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Page */

#page {
	width: 670px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 2px solid #330010;
}

/* Logo */

#logo {
	height: 130px;
	background: url(images/head.gif);
}


/* Content > Menu */

#menu {
	height: 25px;
	background: #ffffff;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 27px;
	padding: 5px 0 5px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

#menu a:hover {
	color: #67bfa2;
}


/* Footer */

#footer {
	clear: both;
	padding: 2px;
	background: #cccccc;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	padding: 2px 0 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

#footer a:hover {
	color: #67bfa2;

}