/* Reset
-------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}


/* Global
-------------------------------------------------------------- */
body {
	font: normal 12px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	line-height: 19px;	
	color: #333;
}


/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5 ,h6 { font-weight: normal; }
h1 { font-size: 24px; margin-bottom: 8px; }
h2 { font-size: 24px; margin-bottom: 8px; }
h3 { font-size: 20px; margin-bottom: 5px; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }


/* Text elements
-------------------------------------------------------------- */
p { margin: 0 0 15px; }


/* Links
-------------------------------------------------------------- */
a { color: #ea1a1a; text-decoration: underline; }
a:hover { color: #000; }


/* Blocks
-------------------------------------------------------------- */
.container { 
	margin: 0 auto;
	width: 99%;
	padding-left:1%;
}
.header-block {
	width: 100%;
	float: left;
	height: 90px;
	border-bottom: 1px solid #EBEAEA;
	margin-bottom: -10px;
	background: url(../img/header-bg.gif) repeat-x;
}
.header {
	height: 90px;
	margin: 0 auto;
}
.nav {
	height: 44px;
	background: #fff;
}
.nav-sub { 
	margin-top: -12px; 
	margin-bottom: 5px; 
	background: #F5F4E0; 
	padding: 7px 13px 7px 13px; 
	*margin-top: -14px;
 }
.main {
	width: 58%;
	float: left;
	margin: 20px 7px 10px 7px;
}
.content {
	float: left;
	padding: 10px;
	border: 1px solid #EBEAEA;
	background: #F9F9F9;
}
.sidebar {
	width: 20%;
	float: left;
	padding-top: 20px;
}
.footer-block {
clear: both;
float: left;
	width: 100%;
	height: 70px;
	border-top: 1px dashed #ccc;
}
.footer {
	height: 70px;
	width: 100%;
	margin: 0 auto;
}


/* Navigation
-------------------------------------------------------------- */
.nav ul { 
	list-style: none; 
	font-family: Verdana; 
	margin: 0; 
}
.nav ul li { 
	float: left; 
	margin-right: 3px; 
	line-height: 12px; 
	background: #F0EFE8 url(../img/block-tl.gif) no-repeat top left; 
}
.nav ul li span { 
	float: left; 
	padding: 10px 13px 10px 13px; 
	background: url(../img/block-tr.gif) no-repeat top right; 
}
.nav li.active { 
	float: left; 
	margin-right: 3px; 
	line-height: 12px; 
	background: #F5F4E0 url(../img/block2-tl.gif) no-repeat top left; 
}
.nav li.active span { 
	float: left; 
	padding: 10px 13px 10px 13px; 
	background: url(../img/block2-tr.gif) no-repeat top right; 
}

.nav a, .nav-sub a { 
	color: #4C4C4C; 
	text-decoration: underline; 
}
.nav a:hover, .nav-sub a:hover { 
	color: #777; 
}
.nav small, .nav-sub small { 
	color: #B19426; 
	font-size: 12px; 
}
.nav small.more, .nav-sub small.more { 
	color: #999; 
	font-size: 12px;
}



/* Header
-------------------------------------------------------------- */
.header .logo { width: 49%; float: left; margin-left: 1%; }
.header .right {
	width: 49%;
	float: left;
	height: 90px;
}

.logo img { *margin-bottom: -3px; }

.search { 
	background: #F9F8D9 url(../img/search-l.gif) no-repeat top left; 
	height: 37px; 
	width: 220px;
	margin: 5px 0 5px auto;
}
.search div { 
	background: url(../img/search-r.gif) no-repeat top right; 
	height: 37px;
	position: relative;
}
.search input { 
	background: #fff url(../img/search-bg.gif) repeat-x; 
	height: 22px; 
	width: 160px; 
	margin-right: 10px;	
	border: 1px solid #aaa;
	margin: 0;
	position: absolute;
	top: 5px; 
	left: 10px;
	*height: 20px; 
	*padding: 2px 0 0 3px;
}
.search img { 	
	position: absolute;
	top: 8px; 
	left: 185px; 
}

.auth { 
	background: #eaeae0 url(../img/info-l.gif) no-repeat top left; 
	height: 29px; 
	width: 220px; 
	overflow: hidden; /* IE6 fix */
	margin: 0 0 0 auto;
}
.auth div { 
	background: url(../img/info-r.gif) no-repeat top right; 
	height: 23px;
	padding: 4px 0 0 10px;
	*padding: 5px 0 0 10px;
}
.auth img { 
	vertical-align: middle; 
	margin-right: 3px; 
}
.auth a { 
	color: #4C4C4C; 
	text-decoration: underline; 
}

/* Info
-------------------------------------------------------------- */
.info { background: #eaeae0 url(../img/info-l.gif) no-repeat top left; height: 29px; overflow: hidden;  }
.info div { background: url(../img/info-r.gif) no-repeat top right; height: 29px; padding: 4px 8px 0 8px; *padding: 5px 8px 0 8px; }
.info img { vertical-align: middle; margin-right: 3px; }
.info span { margin-right: 10px; font: bold 11px Tahoma;}

.info .clock { color: #5781a9; }
.info .user a { color: #bb3634; text-decoration: none; }
.info .cmts a { color: #bb3634; text-decoration: none; }
.info .rating a { color: #a6804b; text-decoration: none; }


/* Content
-------------------------------------------------------------- */
.post h1 { margin-bottom: 20px; }
.post h1 a.tag { color: #79B1D4; }
.post h1 a.title { color: #909090; }


/* Sidebar
-------------------------------------------------------------- */
.sidebar h3 { border-bottom: 1px dashed #ccc; padding-bottom: 5px; }
.sidebar ul { list-style: none; margin-bottom: 10px; }


/* Block
-------------------------------------------------------------- */
.block { background: #f0f0e7; margin-bottom: 10px; }
.block h1 { color: #999; font-size: 24px; }

.block a { color: #4c4c4c; }
.block a:hover { color: #777; }

.block ul { list-style: none;}
.block ul li { }
.block ul img { vertical-align: middle; margin-right: 3px; margin-bottom: 2px;}

.block-top { background: url(../img/block-tl.gif) no-repeat top left; height: 15px; }
.block-top div { background: url(../img/block-tr.gif) no-repeat top right; height: 15px; }

.block-bottom { background: url(../img/block-bl.gif) no-repeat bottom left; height: 9px; margin-bottom: 0; }
.block-bottom div { background: url(../img/block-br.gif) no-repeat bottom right; height: 10px; }

.block-content { padding-left: 15px; padding-right: 10px; }

a.bloguser{color: #ea1a1a; text-decoration: underline; }
a.bloguser:hover { color: #ea1a1a; }

.userrating { background: #807346; color: #fff; font: bold 12px Verdana; padding: 0 3px; margin-left: 5px; }

/* Block Ads
-------------------------------------------------------------- */
.ads { background: #F5F4E0; }
.ads .block-top { background: url(../img/block2-tl.gif) no-repeat top left; height: 15px; }
.ads .block-top div { background: url(../img/block2-tr.gif) no-repeat top right; height: 15px; }

.ads .block-bottom { background: url(../img/block2-bl.gif) no-repeat bottom left; height: 9px; margin-bottom: 0; }
.ads .block-bottom div { background: url(../img/block2-br.gif) no-repeat bottom right; height: 10px; }

.ads .block-content { text-align: center; padding: 0; }
.ads .block-content img { margin-bottom: 5px; }


/* Footer
-------------------------------------------------------------- */
.footer div { float: left; width: 260px; padding-top: 5px; font: normal 18px Verdana; }
.footer .right { text-align: right; }
.footer .left {
	text-align: left;
	width: 470px;
}
.footer a { color: #5781a9; }
