body {
	color: #262626;
	border-top: 5px solid #555;
	font-size: 14px;
	font-family: Georgia,"Times New Roman",serif;
}

a:link {
	color: #d90000;
}

a:visited {
	color: #8c0000;
}

a:hover {
	color: #8c0000;
}

.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}

h1#logo {
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: justify;
	
	background: url(../img/ornament-black.png) no-repeat left center;
	padding-left: 50px;
}

h1#logo .tagline {
	
}

#navigation {
	border-bottom: 5px solid #555;
}

#menu {
	margin-bottom: 10px;
	font-style: italic;
	font-size: 16px;
}

#menu  a {
	margin: 0 10px;
	font-style: normal;
}

#package {
	background: white;
	overflow: hidden;
}

.article-header, #page-content {
	float: left;
	padding-top: 20px;
}

.article-header h3 {
	margin-bottom: .3em
}

#post-action-links blockquote, blockquote.author-comment {
	background: #ccc;
	border: 1px solid #222;
	padding: 1em 1em 0 1em;
	font-style: italic;
	margin-bottom: 1em;
}

#post-action-links blockquote p, blockquote.author-comment p {
	margin: 0 0 1em 0;
}

#footer {
	border-top: 5px solid #555;
	padding-top: 20px;
}

p.date {
	font-size: 1.5em;
	font-style: italic;
}

code {
	white-space: pre;
}