/* Reset styles */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, 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;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.7em Arial;
	color:#888;
	background:#F0F0F0;
	padding:15px 0;
}

a {
	text-decoration:underline;
	color:#00AEEF;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	color:#8DC63F;
	font:normal 1.6em Arial;
	margin-bottom:2px;
}

h2 {
	font:bold 1.2em Arial;
	color:#E9774B;
	padding:7px 5px;
	margin:0 -7px 10px;
}

	h2.authorization {
		background:#E8FFE0 url("../images/authorization.gif") no-repeat 5px 2px;
		padding-left:31px;
	}
	
	h2.best-news {
		background:#E5FBFF url("../images/best-news.gif") no-repeat 5px 2px;
		padding-left:33px;
	}
	
	h2.calendar-title {
		background:#FEFCE3 url("../images/calendar.gif") no-repeat 3px 2px;
		padding-left:32px;
	}
	
	h2.vote-title {
		background:#FEEEE5 url("../images/vote.gif") no-repeat 4px 2px;
		padding-left:33px;
	}
	
	h2.tags-title {
		background:#DBF8F2 url("../images/tags.gif") no-repeat 4px 8px;
		padding-left:48px;
	}
	
	h2.commerce {
		background:#EEFCCF url("../images/commerce.gif") no-repeat 4px 2px;
		padding-left:33px;
	}
	
	h2.archive-title {
		background:#eee url("../images/archive.gif") no-repeat 2px 8px;
		padding-left:45px;
	}
	
h3 {
	font:bold 1.1em Arial;
	margin-bottom:4px;
}

/* Form elements */

.textbox, select {
	border:1px solid #ddd;
	background:#fff;
	color:#888;
	font:1em Arial;
}

.button {
	background:#66CAD9;
	border:1px solid #46aAb9;
	cursor:pointer;
	font:1em Arial;
	color:#fff;
}

textarea {
	background:#eee;
	padding:0;
	font:1em Arial;
	color:#888;
}

/* Structure */

.wrapper {
	width:887px;
	background:url("../images/wrapper.gif") repeat-y center;
	margin:0 auto;
}

	.wrap1 {
		background:url("../images/wrapper.gif") no-repeat left top;
	}
	
		.wrap2 {
			background:url("../images/wrapper.gif") no-repeat right bottom;
			padding-bottom:25px;
		}

.container {
	width:100%;
	float:left;
	margin-right:-204px;
}

/* Header */

.header {
	position:relative;
	height:327px;
	background:url("../images/header.jpg") no-repeat 7px bottom;
}

	.logo {
		position:absolute;
		top:25px;
		left:25px;
		width:226px;
		height:61px;
		display:block;
	}
	
		.logo span {
			position:absolute;
			top:0;
			left:0;
			width:226px;
			height:61px;
			display:block;
			cursor:pointer;
			background:url("../images/logo.png") no-repeat;
		}
		
	.searchbox {
		position:absolute;
		top:24px;
		right:25px;
	}
	
		.searchbox .textbox {
			width:105px;
		}
		
		.searchbox .button {
			border:none;
			width:14px;
			height:14px;
			background:url("../images/search-button.gif") no-repeat;
			margin-top:1px;
		}
	
	.top-menu {
		position:absolute;
		top:50px;
		right:25px;
		overflow:hidden;
	}
	
		.top-menu li {
			padding:0 8px;
			background:url("../images/top-menu-separator.gif") no-repeat right;
			margin-right:-2px;
			float:left;
		}
		
			.top-menu a {
				font:bold 1.1em/51px Arial;
				color:#ABA6A6;
				text-decoration:none;
			}
			
			.top-menu a:hover {
				text-decoration:underline;
				color:#00AEEF;
			}
	
	.top-nav {
		position:absolute;
		top:25px;
		right:170px;
	}
	
		.top-nav li {
			float:left;
			padding:0 5px;
		}

/* Content */

.content {
	margin-right:204px;
}

	.center {
		text-align:center;
	}

/* Central column */

.main {
	margin-left:204px;
	padding-bottom:12px;
}

	.banner-block {
		text-align:center;
		margin-bottom:8px;
	}
	
	.title-footer {
		color:#B7B7B7;
		border-top:1px dotted #B7B7B7;
		margin-bottom:6px;
		padding:1px 0;
	}
	
		.title-footer img {
			vertical-align:top;
		}
	
		.category {
			background:url("../images/category.gif") no-repeat left;
			padding-left:15px;
		}
	
			.category a {
				color:#B7B7B7;
				text-decoration:none;
			}
	
	.news {
		overflow:hidden;
		padding-bottom:10px;
	}
	
		.news img {
			margin:0 5px;
		}
	
	.post-footer {
		border-top:1px dotted #b7b7b7;
		padding:2px 0;
		margin-bottom:10px;
	}
	
		.details {
			background:url("../images/details.gif") no-repeat left;
			padding-left:15px;
		}
		
		.comments {
			background:url("../images/comments.gif") no-repeat left;
			padding-left:15px;
		}
		
		.post-footer span {
			margin-right:15px;
		}
		
		.post-footer a {
			color:#66ACC3;
		}

/* Block */

.block {
	border:2px solid #F0F0F0;
	padding:0 7px 10px;
	margin-bottom:10px;
}

/* Left column */

.leftside {
	width:180px;
	float:left;
	padding:0 0 0 17px;
}

	.login {
		text-align:right;
	}
	
		.login .textbox {
			width:115px;
		}
		
		.login p {
			margin-bottom:10px;
		}
	
		.topnews a {
			color:#7D7D7D;
			font-weight:bold;
			text-decoration:none;
		}

/* Right column */

.rightside {
	width:180px;
	float:right;
	padding:0 19px 0 0;
}

/* Footer */

.footer {
	clear:both;
	background:#3FBFD5;
	margin:0 19px 0 17px;
	padding:5px;
	color:#fff;
	text-align:center;
	font-size:1.1em;
	position:relative;
}

	.footer a {
		color:#004A80;
	}
	
	.counter-block {
		position:absolute;
		top:4px;
		left:10px;
	}