	
/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	font-family: PTSans, Arial, sans-serif;
	background: transparent url(images/bg.png) fixed repeat left top;
	height: 100%;
}

a {
	color: #702D02;
}
a:hover {
	color: #514e0d;
}

#wrapper {
	width: 959px;
	position: relative;
	background-color: #fcf8ea;
	border-right-width: 1px;
	border-right-color: #eae8a5;
	border-right-style: solid;
	overflow: hidden;
	margin: 0 auto;
	height: 100%;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75);
}
header {
	border-top: 30px solid #9c713d;
	width: 140px;
	height: 100%;
	position: fixed;
	left: 50%;
	margin-left: -480px;
	background-color: #514e0d;
	z-index: 10;
	-moz-box-shadow: 2px 32px 5px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 2px 32px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 32px 5px rgba(0, 0, 0, 0.75);
	*position: absolute;
}
nav {
	height: 30px;
	width: 820px;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 50%;
	margin-left: -341px;
	-moz-box-shadow: -2px 2px 7px rgba(0,0,0,0.75);
	-webkit-box-shadow: -2px 2px 7px rgba(0,0,0,0.75);
	box-shadow: -2px 2px 7px rgba(0,0,0,0.75);
	*position: absolute;
}
aside {
	width: 160px;
	float: left;
	margin: 90px 0 0 80px;
}
#main {
	width: 540px;
	margin: 30px 0 0 150px;
	padding: 42px 0 0 20px;
	float: left;
	/*background: transparent url(images/shadow-left.png) repeat-y left top;*/
}
footer {
	width: 789px;
	margin: 0 0 0 140px;
	padding: 20px 10px 10px 20px;
	clear: both;
	display: block;
	background: FAF4DF;
	}

header h1 {
	width: 100%;
	height: 100px;
	background-color: #702d02;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-shadow: 2px 2px rgba(0,0,0,0.75);
	line-height: 60px;
	text-decoration: none;
	font-size: 44px;
	font-family: YanoneKaffeesatzBold, Verdana, Arial, sans-serif;
	text-align: center;
	box-shadow:inset 0 0 10px #000000;
	-moz-box-shadow:inset 0 0 10px #000000;
	 -webkit-box-shadow:inset 0 0 10px #000000;

	/*
	background: transparent url(images/logo.png) no-repeat left top;
	text-indent: -9999px;*/
}
header h1 a:hover {
	color: #FFF;
}
header h1 a span {
	display: block;
	line-height: 16px;
	font-size: 12px;
	font-family: MEgalopolisExtraRegular, Georgia, serif;
}
header #description {
	text-align: center;
	color: #FFF;
	letter-spacing: -0.5px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 90%;
	padding: 5%;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


nav ul {
	height: 30px;
	background-color: #eae8a5;
	padding-left: 15px;
}
nav ul li {
	float: left;
	margin: 0 10px 0 0;
}
nav ul li a {
	display: block;
	padding: 0 5px 3px 5px;
	color: #702d02;
	text-decoration: none;
	font-size: 26px;
	font-family: YanoneKaffeesatzBold, Verdana, Arial, sans-serif;
	-webkit-transition: color 0.5s linear, text-shadow 0.5s linear;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
nav ul li a:hover {
	color: #FFF;
}
nav a#layout-link {
	right: 20px;
	top: 0;
	padding: 5px 10px 0 10px;
	height: 25px;
	position: absolute;
	display: block;
	font-size: 12px;
}


aside h1 {
	font-size: 19px;
	color: #514e0d;
	font-family: MEgalopolisExtraRegular, Georgia, serif;
	margin-bottom: 10px;
}
aside ul {
	margin: 0 0 20px 17px;
}
aside ul li {
	list-style-image: url(images/bullet.png);
}
aside ul li a {
	color: #514e0d;
}
aside ul li a:hover {
	color: #702D02;
}

article {
	margin-bottom: 25px;
	display: block;
}

article header {
	position: static;
	float: none;
	border: none;
	background-color: transparent;
	height: auto;
	width: 100%;
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
article header h1 {
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 24px;
	font-family: MEgalopolisExtraRegular, Georgia, serif;
	width: 65%;
	margin-right: 5%;
	float: left;
}
article header h1 a {
	color: #363103;	
	height: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 24px;
	line-height: 32px;
	font-family: MEgalopolisExtraRegular, Georgia, serif;
	background: none;
	text-indent: 0;
	text-shadow: none;
	text-align: left;
}
article header h1 a:hover {
	color: #702d02;
}
article header .date {
	color: #363103;	
	font-family: MEgalopolisExtraRegular, Georgia, serif;
	float: right;
	font-size: 12px;
	margin-top: 10px;
	text-align: right;
}
article .content p {
	margin-bottom: 10px;
}
article footer {
	background: none;
	width: auto;
	margin: 10px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
article footer .categories {
	width: 65%;
	float: left;
	margin-right: 5%;
}
article footer .comments {
	width: 30%;
	float: right;
	text-align: right;
}
