header h1 {
	text-align: center;
	font-size: 3em;
	color: #e1dbcf;
}

header h2 {
	text-align: center;
	font-size: 1em;
	margin-bottom: 15px;
	color: #e1dbcf;
	font-variant: small-caps;
}

header h2 a {
	color: #e1dbcf;
}

header h2 a:hover {
	border-bottom: 1px solid #e1dbcf;
}

cite { 
	font-family: "Arial", Helvetica, Helvetica Neue, Verdana, sans-serif; 
}

em {
	font-style: italic;
}

#container h1 {
	font-size: 36px;
	line-height: 1;
	margin: 12px 0;
}

#container h2 {
	margin-top: 24px;
}

#container h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 12px;
}

#container p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}

#container p a:link, #container p a:active, #container p a:visited,
#footer p a:link, #footer p a:active, #footer a:visited {
	color: #663311;
}

#container p a:hover, #footer p a:hover, #footer ul li a:hover {
	text-decoration: underline;
}

#container p a:hover:after, #footer p a:hover:after, #footer ul li a:hover:after {
	content: "\2192";
}

#container strong, #footer strong {
	font-weight: bold;
}

#container ul.disc {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 15px;
}

#container ol {
	padding-left: 15px;
	list-style-type: decimal;
}

#container ol li {
	margin-bottom: 10px;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer ul li {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #222;
}

#footer h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 12px;
}

#footer h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}

#footer p {
	font-size: 13px;
	line-height: 18px;
	color: #666;
	width: 95%;
}

.subscribe ul li {
	font-size: 14px;
	background-image: url('../img/rss_14.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}

#formloom input[type=text] {
	font-size: 15px;
	padding: 5px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}

#formloom p {
	line-height: normal;
}

#formloom p label {
	font-size: 15px;
}

.blog-entry-date {
	font-size: 12px;
	color: #666;
	padding: 10px;
}

.blog-entry-body {
	width: 700px;
	margin-left: 15px;
}