/* =Reset (Based on work by Eric Meyer)

------------------------------------------------------------------------------------------------------- */

html, body, div, span, object, iframe, em, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, code, ins, del, dfn, img, q, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 

{ 

	margin: 0; 

	padding: 0; 

	border: 0; 

	font-weight: inherit; 

	font-style: inherit; 

	font-size: 100%; 

	font-family: inherit; 

	vertical-align: baseline; 

	outline: none; 

	text-decoration: none; 

}



/* =Typography

------------------------------------------------------------------------------------------------------- */

body, html { font: 12px/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif; color: #1d1d1d; background: url(gfx/bg.png) repeat; }



strong { font-weight: bold; }	

em { font-style: italic; }



a { text-decoration: none; }

a:hover { text-decoration: none; }



p { padding: 5px 0; }



h1 

{ 

	background: url(gfx/logo.png) no-repeat; 

	width: 450px; 

	height: 128px; 

	font-size: 1px; 

	color: #f6f4f4; 

	text-indent: -10000px;

	margin: 23px 0 0 35px;

	position: absolute;

}

	h1 a { width: 100%; height: 100%; display: block; }



.text-center { text-align: center; }



/* =Layout

------------------------------------------------------------------------------------------------------- */

#top-bar { background: url(gfx/top-bar.png) repeat-x; width: 100%; height: 23px; position: fixed; top: 0; }

#snow { background: url(gfx/snow.png) repeat-x; height: 85px; position: absolute; width: 100%; top: 0; }



#header { background: url(gfx/header-bg.png) no-repeat; width: 1057px; height: 164px; margin: 20px auto 0; }

#search { position: absolute; margin: 50px 0 0 800px; }

	#search input#s { background: url(gfx/search-input.png) no-repeat; width: 192px; height: 26px; border: none; color: #333; padding: 8px 15px; }

	#search input#searchsubmit { background: url(gfx/search-submit.png) no-repeat; width: 24px; height: 20px; position: absolute; border: none; text-indent: -10000px; margin: 3px 0 0 -26px; }

	#search label { display: none; }

#countdown {
	position: absolute;
	margin: 35px 0 0 880px;
	width: 80px;
	font-size: 16px;
	color: #ededed;
	text-align:center;
}

#content { background: url(gfx/content-bg.png) repeat-y; width: 1023px; margin: auto; position: relative;}



#navigation { position: absolute; margin-top: 124px; margin-left: 35px; }

	#navigation li { display: block; float: left; background: url(gfx/nav-item-left.png) left no-repeat; height: 27px; }

		#navigation li a { background: url(gfx/nav-item-right.png) right no-repeat; height: 22px; display: block; margin-left: 11px; color: #ededed; padding-right: 11px; padding-top: 5px; }

		

#main { width: 607px; float: left; margin: 15px 0 0 14px; }

	#entries { list-style: none; }

	#entries li { background: url(gfx/entry-bg.png) no-repeat; padding: 10px; margin-bottom: 20px; }

		#entries li h2, #entries li h2 a { font-size: 16px; color: #3b3b3b; }

		#entries li .footer { background: url(gfx/entry-footer-bg.png) no-repeat; padding: 0 0 0 15px; height: 17px; color: #4a8496; margin-top: 10px; }

		#entries li .footer a { color: #3b3b3b; }

		

#sidebar {
	float: left;
	width:auto;
	height: auto;
}


#sidebar1 {
	width: 201px; 
	list-style: none;
	position: relative;
	float: left;
}

#sidebar2 {
	width: 180px;
	position: relative;
	float: right;
	right: 17px;
	list-style: none;
}

#sidebar1 #start, #linkcat-2 {
	background: url(gfx/sidebar1-top.png) no-repeat;
	position: relative;
	height: 20px;
	width: 100%;
	margin-top: 2px;
}

#sidebar2 #start {
	background: url(gfx/sidebar2-top.png) no-repeat;
	position: relative;
	height: 8px;
	width: 100%;
	margin-top: 14px;
}

#sidebar1 #content, #sidebar2 #content, #linkcat-2 { 
	background: url(gfx/sidebar1-bg.png) repeat-y;
	height: auto;
	width: 100%;
	position: relative;
	color: #ededed;
	margin: 0;
	display:block;
}

#sidebar2 #content, #sidebar2  #linkcat-2 #linkcat-2 { 
	background: url(gfx/sidebar2-bg.png) repeat-y;
}

#sidebar1 #end { 
	background: url(gfx/sidebar1-bn.png) no-repeat;
	height: 13px;
	margin: 0;
}

#sidebar2 #end { 
	background: url(gfx/sidebar2-bn.png) no-repeat;
	height: 12px;
	margin: 0;
}

	#sidebar1 ul, #sidebar2 ul, #sidebar1 li p, #sidebar2 li p, #sidebar1 li div.textwidget, 
		#sidebar2 li div.textwidget, #sidebar1 #content table, #sidebar2 #content table, #sidebar2 #content div{ 
		list-style: none;
		margin: 0 auto 0;
		width: 142px;
		position:relative;
		left: 0px;
	}
	
	#sidebar2 ul, #sidebar2 li p, #sidebar2 li div.textwidget, #sidebar2 #content table, #sidebar2 #content div{ 
		width: 160px;
	}
	
	#sidebar1 li, #sidebar2 li{
		padding-bottom: 2px;
		margin: 0 auto 0;
		display: inline;
	}

	#sidebar1 h2, #sidebar2 h2 { 
		background: url(gfx/sidebar2-h2.png) repeat-y;
		width: 180px;
		font-size: 14px;
		font-weight:bold;
		color: #ededed;
		text-align: center;
		position: relative;
		margin: 0 auto 0;
		display:inline-block;
		top: -5px;
	}
	
	#sidebar1 h2 { 
		background: url(gfx/sidebar1-h2.png) repeat-y;
		width: 100%;
	}

		#sidebar1 li a, #sidebar2 li a { color: #ededed; display: block; }

#sidebar_news {
	background: url(gfx/sidebar.png) no-repeat; 
	position:relative;
	height: 424px; 
	width: 201px;
}

	#sidebar_news h2 { display: none; }

	#sidebar_news ul {
		position:relative;
		list-style: none;
		left: 2px;
		width: 150px;
		top: 50px;
	}

	#sidebar_news li{ 
		position: relative;
		margin: 0 auto 0;
		text-align: center; 
		border-bottom: 1px dotted #ededed;
		width: 100%;
		padding-bottom: 2px;
		display: inline-block;
	}

		#sidebar_news li a { color: #ededed; display: block;}

#footer { background: url(gfx/footer-bg.png) no-repeat; width: 1025px; height: 38px; margin: auto; text-align: center; padding: 25px 0 0; color: #fcfcfc; font-size: 11px; }

	#footer a { color: #ededed; text-decoration: underline; }

		

/* =Widgets and modules

------------------------------------------------------------------------------------------------------- */	





/* =Misc

------------------------------------------------------------------------------------------------------- */
