/* Reset -------------------------------------------------------------------- */
body,legend{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,hr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
table, td{vertical-align:top;}
fieldset,img,hr{border:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a,address{font-style:normal;text-decoration:none;}
input,textarea,select{font-family:inherit;font-size:100%;font-weight:inherit;}

/* Tools -------------------------------------------------------------------- */
.hide           { display:none; }
.replace        { text-indent:-999em; background-repeat:no-repeat; }
.accessibility  { position:absolute; top:-999em; left:-999em; }

.noindent       { margin:0; }
.nomargin       { margin-top:0; margin-bottom:0; }
.clear			{ clear:both; }
br.clear		{ clear: both; height: 0; min-height: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; }

/* Global ------------------------------------------------------------------- */
body {
	font:			normal 12px Verdana, Arial;
	text-align:		center;
	background: 	url('/img/brown/bg-body.png') repeat-x #f1e9e4;
}

/* Layout ------------------------------------------------------------------- */
#wrapper { position: relative; width: 900px; margin: 0 0 0 70px; text-align: left; background-color: #ffffff; }
	#header { text-align: center; padding-bottom: 15px; border-left: 1px solid #e7dad1; border-right: 1px solid #e7dad1; }
		#header img { display: block; }
		#header h1 { font-size: 91px; letter-spacing: 10px; text-transform: uppercase; color: #6a5f40; }
	#navigation { padding: 10px 0 10px 0; border: 1px solid #e7dad1; }
	#content { min-height: 300px; padding: 35px 15px 0 15px; border-left: 1px solid #e7dad1; border-right: 1px solid #e7dad1; }
	#footer { height: 29px; text-align: center; font-size: 10px; color: #e7e2d3; padding: 10px 0; background:	url('/img/brown/footer.png') repeat-x; border: 1px solid #e7dad1; border-top: none; }
	#footer a { color: #fff; }
	
/* Navigation --------------------------------------------------------------- */
ul#navi { width: 690px; margin: 0 auto; }
ul#navi li { position: relative; display: inline-block; list-style: none; float: left; margin-right: 45px; }
ul#navi li.last { margin-right: 0; } 
ul#navi li a { font-size: 18px; letter-spacing: 1px; text-transform: uppercase; color: #6a5f40; }
/* subNavi */
ul#navi li ul { position: absolute; left: 0; z-index: 999; background: url('/img/new/bg-subNavi.png') repeat-x; padding: 20px 0 4px 15px; display: none; }
ul#navi li ul li { margin-bottom: 4px; width: 165px; }
ul#navi li ul li a { color: #fff; font-size: 15px; }
ul#navi li ul li a:hover { text-decoration: underline; }

ul#navi li:hover > ul { display: block; }

/* Blogg -------------------------------------------------------------------- */
div.post { margin-bottom: 30px; }
div.post .postHeader { text-align: center; }
div.post .postHeader h1 { font-size: 78px; letter-spacing: 1px; text-transform: uppercase; padding-bottom: 2px; }
div.post .postHeader h1 a { color: #6a5f40; font-weight: normal; }
div.post .postText { padding: 20px 0; border-top: 2px solid #ad7961; border-bottom: 2px solid #ad7961; }
div.post .postFooter { padding-top: 10px; font-size: 18px; color: #6a5f40; }
div.post .postFooter a { font-size: 18px; color: #6a5f40; }
div.post .postFooter span:hover { cursor: pointer; }
div#sideNumbers a { font-size: 20px; color: #6a5f40; }

/* Comments ------------------------------------------------------------------ */
div#comments h1 { font-size: 20px; letter-spacing: 1px; text-transform: uppercase; color: #6a5f40; font-weight: normal; margin-bottom: 5px; padding-bottom: 3px; border-bottom: 1px solid #b7ac88; }


/* Advertising -------------------------------------------------------------- */
div.date { font-size: 40px; color: #ad7961; text-align: center; padding: 20px 0 25px 0; }
a.advert { font-size: 31px; color: #ad7961; text-transform: uppercase; line-height: 60px; }
div#advert { position: absolute; top: 0; right: -270px; width: 250px; }

/* Social ------------------------------------------------------------------- */
div#social { position: absolute; top: 650px; left: -67px; width: 70px; }
div#social div.icon { margin-bottom: 20px; }

/* About us ----------------------------------------------------------------- */
div.page { padding: 0 15px 20px 15px; margin-top: 0; }
div.page h1 { font-size: 50px; letter-spacing: 1px; text-transform: uppercase; color: #6a5f40; font-weight: normal; margin-top: 0; padding-top: 0; }
div.page p { padding: 10px 0 10px 3px; color: #6a5f40; }
div.page a { color: #6a5f40; font-weight: normal; }
div.page a:hover { text-decoration: underline; }
