@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background: url('../images/bg_body.jpg') repeat 50% 0;
	color: #fff;
	font-family: Corbel, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

a{
	color: #fff;
	text-decoration: none;
}

b, strong{
	font-weight: bold;
}

i, em{
	font-style: italic;
}

a:hover{
	text-decoration: underline;
}

.post{
	margin: 0 0 50px;
}

.date-header{
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #fff200;
}

.post-title{
	font-family: 'Bree Serif', serif;
	font-size: 30px;
	line-height: 1.2;
	margin: 0 0 20px;
}

.post-body{
	margin: 0 0 20px;
}

.post-body object, .post-body embed{
	display: block;
}

.post-body a{
	color: #99d5f6;
}

.post-footer{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
}

#page{
	position: relative;
	background: url('../images/bg_body_top.jpg') repeat-x 50% 0;
}

#header{
	width: 970px;
	margin: 0 auto;
	padding: 50px 0 30px 130px;
}

#header .title{
	display: block;
	width: 941px;
	height: 120px;
	margin: 0 auto;
	background: url('../images/logo.png') no-repeat 0 0;
	text-indent: -999px;
}

#header .title a{
	display: block;
	height: 120px;
}

#page > .wrapper{
	position: relative;
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

#badge{
	position: absolute;
	top: 0;
	left: 0;
}

#content{
	float: left;
	width: 570px;
	margin: 0 50px 0 160px;
}

#sidebar{
	float: left;
	width: 250px;
	font-size: 14px;
}

#sidebar .widget{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px #fff200 dashed;
}

#sidebar .widget h2{
	font-family: 'Bree Serif', serif;
	font-size: 24px;
	color: #fff200;
	margin: 0 0 20px;
	line-height: 1.2;
}