/* reset
-------------------------------------------------*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
/* reset end
-------------------------------------------------*/

html {
	background: #f5f4f4 url(/layout/bg-stripe.png);
}
body {
	font: normal .81em/1.5em Arial, Helvetica, sans-serif;
	margin: 0;
	color: #6f5e4e;
}
p {
	margin: 0 0 1em;
}
em, i {
	font: normal italic 16px Georgia, Sans-Serif;
}
a {
	color: #644527;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #ca6c18;
}

blockquote {
	padding:    0 0 0 26px;
	font:       italic 30px Georgia, Sans-Serif;
	color:      #897662;
	margin:     20px 0px 20px 0px;
}

#pagewrapper {
	width: 980px;
	margin: 0 auto;
}

/* header
-------------------------------------------------*/
#header {
	background: url(/layout/header.png) no-repeat center bottom;
	padding: 30px 10px 110px;
	position: relative;
}
#header #logo {
	font: bold 3.7em/1em Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
	letter-spacing: -.08em;
	color: #74685c;
	text-shadow: 0 1px 0 #fff;
}
#header #logo, #header #logo a {
	color: #74685c;
	text-decoration: none;
}
#header #logo a:hover {
	color: #ca6c18;
}

/* content
-------------------------------------------------*/
#wrapper {
	background: url(/layout/wrapper.png) center 5px;
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	padding-top: 8px;
}

#content {
	float: left;
	width: 720px;
	margin-left: 15px;
	padding: 0 0 0 90px;
}

.post {
	margin: 0 0 45px;
	clear: both;
}
/* content end
-------------------------------------------------*/

/* footer
-------------------------------------------------*/
#footer {
	font-size: .9em;
	background: url(/layout/footer.png) no-repeat center top;
	padding: 108px 10px 30px;
	clear: both;
	width: auto;
	overflow: hidden;
	color: #888;
}
#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .copyright {
	float: left;
}
#footer .credits {
	float: right;
}
/* footer end
-------------------------------------------------*/

.clear
{ clear: both; }
