body {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff;
	font-family: "Adobe Caslon Pro", "Palatino Linotype", Palatino, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
	color: #514240;
	line-height: 150%;
}

div#container {
	margin: 0px auto;
	width: 100%;
	background: url(/images/container-bg2.png) repeat-x top #EDE7E4;
	background: url(/images/container-bg2.png) repeat-x top, url(/images/container-bg3.png) repeat-x bottom #EDE7E4;
}

article {
	display: block;
	width: 70%;
	padding: 15px 30px 30px 30px;
	margin: 0px auto;
	min-width: 400px;
	text-align: left;
}

aside {
	display: table;
	width: 50%;
	margin: 0px auto;
	padding-top: 25px;
}

footer {	
	display: block;
	width: 100%;
	background: #fff;
}

footer section#footer-info{
	width: 250px;
	float: left;
}

footer section#latest {
	width: 250px;
	float: right;
}

footer section#latest ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer section#latest ul li {
	line-height: 20px;
}

footer p#copyright {
	margin: 0px auto;
	margin-top: 200px;
	text-align: center;
}

/* Navigation */

nav {
	display: block;
	width: 240px;
	height: 40px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: center;
}

ul.nav {
	margin: 0;
	padding: 0;
	text-align: left;
}

ul.nav li {
	list-style-type: none;
	display: inline;
}

ul.nav li a {
	float: left;
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #514240;
	font-size: 15px;
	letter-spacing: 1px;
}

ul.nav li a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	margin-bottom: 40px;
}

h1  a{
	margin: 0px auto;
	background: url(/images/logo.png) no-repeat center top;
	text-indent: -9000px;
	width: 350px;
	height: 140px;
	display:block; 
}

h1 a:hover {
	background-position: -18px -300px;/*
	background-position-x: -18px;
	background-position-y: -300px;*/
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
	clear: both;
}

h3 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

footer h2 {
	font-size: 1.1em;
}

article a:link, footer a:link {
	color: #423A33;
	font-weight: bold;
}

article a:hover, footer a:hover {
	color: #000;
}

article a:visited, footer a:visited {
	color: #827264;
	font-weight: bold;
}

/*Blog-related styling */
p#entry-info {
	display: block;
	margin: 20px 30px;
	font-weight: bold;
}

.date{
	width: 200px;
	margin: 0px auto;
	display: block;
	text-align: center;
	font-style: italic;
	padding-top: 30px;
	font-size: 1.2em;
}

.blogimg {
	margin: 0 auto;
	text-align: center;
	font-size: 0.8em;
	padding: 15px;
	margin-bottom: 5px;
}

.blogimg img {
	display: block;
	margin: 0px auto;
	background: #fff;
	padding: 10px;
	border: 1px solid #c0c0c0;
}

.left {
	float: left;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.info {
	width: 400px;
	margin: 0px auto;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 1.3em;
}

div#previous, div#next {
	width: 300px;
	float: left;
	margin-top: -29px;
	text-align: center;
	color: #5E5247;
}

div#next {
	float: right;
}

div#previous a, div#next a{
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	clear: left;
	margin-top: 5px;
	color: #827264;
}

div#previous a:visited, div#next a:visited{
	color: #827264;
}


/* For the top previous and next links */
.entrydate {
	font-size: 0.9em;	
	letter-spacing: 1px;
}

blockquote {
	width: 70%;
	padding: 10px;
	margin: 20px;
	margin-left: 40px;
	border: 1px solid #c0c0c0;
}

blockquote:before{
	content: "Quote:";
	font-style: italic;
	display: block;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}