/* @group text styles */

.title {
	font: 1.8em Georgia,"Times New Roman",Times,serif;
	line-height: 1em;
	display: block;
	margin-bottom: 8px;
	font-style: italic;
	color: #333;
}

.tags {
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
	padding: 5px;
	border-left: 4px solid maroon;
}

blockquote {
	font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
	width: 400px;
	background: url(http://www.dragon1949.net/images/close-quote.gif) no-repeat right bottom;
	padding-left: 18px;
	text-indent: -18px;
}
blockquote:first-letter {
	background: url(http://www.dragon1949.net/images/open-quote.gif) no-repeat left top;
	padding-left: 18px;
	font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group homepage navigation */

.horizontal {
	margin: 0 0 0 25px;
	padding: 0;
}

.horizontal li {
	list-style-type: none;
	float: left;
	margin-left: 40px;
	text-align: left;
	font-size: 15px;
}

.horizontal li:hover {
	list-style-image: url(/images/star_small.gif);
	list-style-position: outside;
}

.vertical {
	margin: 0 0 0 25px;
	padding: 0;
}

.vertical li {
	list-style-type: none;
	margin-bottom: 5px;
	text-align: left;
	font-size: 15px;
}

.vertical li:hover {
	list-style-image: url(/images/star_small.gif);
	list-style-position: outside;
}

/* @end */

body {
	color: #474747;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font: 12px Helvetica, Verdana, Trebuchet;
}


a {
	color: #474747;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #474747;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: black;
}

a:hover img {
	background: white;
	border: none;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.previous-next-post{
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

#container {
	clear: both;
	padding-top: 20px;
}

#home_nav {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	position: fixed;
	top: 120px;
}

#content {
	width: 615px;
	float: right;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom:40px;
}

.post {
	padding-bottom: 15px;
	line-height: 150%;
	margin-bottom: 15px;
}

#coffee {
}

#footer {
	width: 800px;
	height: 30px;
	clear:both;
	padding: 5px;
	position: fixed;
	bottom: 0;
	background: url(/images/footer-white-gra-bg.png) repeat-x;
}