/* 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-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:#464646;
	background:#E8E7E7;
	padding:17px;
}

a {
	text-decoration:underline;
	color:#119CD1;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	font:normal 1.6em Arial;
	color:#006FB5;
	margin-bottom:12px;
}

h2 {
	font:bold 1.4em Arial;
	color:#006FB5;
	margin:0 -10px 4px 0;
	position:relative;
	top:-10px;
}

	h2 span {
		padding-right:22px;
		background:#fff url("../images/h2.gif") no-repeat right;
	}
	
	h2 img {
		float:left;
		margin-top:-7px;
		position:relative;
		vertical-align:top;
		background:#fff;
		padding-right:2px;
	}

h3 {
	font:bold 1.1em Arial;
	margin-bottom:4px;
}

/* Form elements */

.textbox, select {
	background:#fff;
	border:1px solid #999;
	font:normal 1em Arial;
	color:#555;
}

.button, .vote-button {
	background:#757575;
	color:#fff;
	border:1px solid #999;
	font:normal 1em Arial;
	cursor:pointer;
}

.vote-button {
	font-size:0.9em;
}

textarea {
	background:#eee;
	font:normal 1em Arial;
	color:#555;
	padding:0;
}

/* Structure */

.wrapper {
	background:#fff url("../images/wrapper-bg.gif") repeat-x top right;
	min-width:966px;
}

.container {
	width:100%;
	float:left;
	margin-right:-220px;
}

/* Header */

.header {
	position:relative;
	height:215px;
	background:url("../images/header.jpg") no-repeat right top;
	margin-bottom:15px;
}

	.logo {
		position:absolute;
		display:block;
		top:58px;
		left:32px;
		width:267px;
		height:51px;
		background:url("../images/logo.png") no-repeat;
	}
	
	.top-menu {
		position:absolute;
		top:0;
		right:0;
		background:#27282C;
		overflow:hidden;
		padding:3px 0;
	}
	
		.top-menu li {
			float:left;
			padding:0 10px;
			border-right:1px solid #83889B;
			margin-right:-1px;
		}
		
			.top-menu li a {
				font:0.9em/0.9em Verdana;
				color:#83889B;
				text-decoration:none;
			}
			
			.top-menu li a:hover {
				text-decoration:underline;
				color:#B7B7B7;
			}
	
	.menu {
		position:absolute;
		right:180px;
		top:177px;
		overflow:hidden;
	}
	
		.menu li {
			float:left;
			margin-right:3px;
		}
		
			.menu li a {
				display:block;
				background:url("../images/menu-bg.gif") repeat-x top;
				font:bold 1.1em/30px Arial;
				color:#B6B8C0;
				padding:0 10px;
				text-decoration:none;
				position:relative;
				float:left;
			}
			
			.menu li a:hover {
				border-bottom:8px solid #fff;
				background:#fff;
				color:#303135;
			}

/* Content */

.content {
	margin-right:220px;
}

	.center {
		text-align:center;
	}

/* Central column */

.main {
	margin-left:220px;
	padding-bottom:15px;
	font:1.1em Arial;
}

	.banner-block {
		text-align:center;
		margin-bottom:10px;
	}
	
	.title-footer {
		font:bold 1.1em Arial;
		border-bottom:1px dotted #A1A1A1;
		padding-bottom:2px;
		margin-bottom:6px;
		color:#A1A1A1;
	}
	
		.title-footer a {
			color:#A1A1A1;
		}
		
		.rating {
			float:right;
		}
		
		.title-footer img {
			vertical-align:top;
		}
	
	.news {
		overflow:hidden;
		padding-bottom:6px;
	}
	
		.news img {
			margin:0 5px;
		}
	
	.post-footer {
		border-top:1px dotted #A1A1A1;
		padding:3px 0;
		overflow:hidden;
		margin-bottom:25px;
	}
	
		.post-footer p {
			float:right;
		}
		
		.user, .date, .view, .full, .comments {
			padding-left:14px;
			margin-right:4px;
		}
		
		.user {background:url("../images/user-icon.gif") no-repeat left 1px;}
		.date {background:url("../images/date-icon.gif") no-repeat left 1px;}
		.view {background:url("../images/view-icon.gif") no-repeat left 1px;}
		.full {background:url("../images/full-icon.gif") no-repeat left 1px;}
		.comments {background:url("../images/comment-icon.gif") no-repeat left 1px;}

	.post {
		margin-bottom:12px;
	}
		
/* Block */

.block {
	background:url("../images/block-bg.png") repeat-y center;
	margin-bottom:20px;
}

	.block .ins {
		background:url("../images/block-bg.png") no-repeat left top;
	}
	
		.block .ins .ins {
			background:url("../images/block-bg.png") no-repeat right bottom;
			padding:0 10px 15px;
		}

/* Left column */

.leftside {
	width:203px;
	padding:10px 8px 0 9px;
	float:left;
}

	.topnews p {
		font-size:1.1em;
		color:#4D4D4D;
	}
	
		.topnews p a {
			color:#4D4D4D;
			text-decoration:none;
		}
		
		.topnews p a:hover {
			text-decoration:underline;
			color:#8DC63F;
		}
	
	.nav {
		font-size:1.1em;
		padding-left:10px;
	}
	
		.nav li {
			margin-bottom:2px;
		}
	
			.nav li a {
				color:#3F3F3F;
				text-decoration:none;
			}
			
			.nav li a:hover {
				color:#8DC63F;
				text-decoration:underline;
			}
	
			.nav ul {
				display:none;
				padding-top:2px;
			}
			
				.nav ul li {
					padding-left:8px;
					background:url("../images/nav-bullet.gif") no-repeat left;
				}
				
					.nav ul a {
						color:#898989;
					}
					
					.nav ul a:hover {
						color:#898989;
					}

/* Right column */

.rightside {
	width:203px;
	padding:10px 9px 0 8px;
	float:right;
}

	.login {
		text-align:right;
	}
	
		.login p {
			margin-bottom:6px;
		}

/* Footer */

.footer {
	clear:both;
	background:#323337;
	padding:10px;
	border:3px solid #fff;
	overflow:hidden;
}

	.footer ul {
		text-align:center;
		font-size:1.1em;
		padding-top:14px;
	}
	
		.footer li {
			display:inline;
			padding:0 7px;
			border-right:1px solid #959595;
		}
		
			.footer li a {
				color:#959595;
			}
			
			.footer li a:hover {
				color:#fff;
			}
		
		.footer .last {
			border:none;
		}
	
	.footer-logo {
		display:block;
		float:left;
		color:#E1E1E1;
		padding-top:26px;
		font-size:1.1em;
		text-decoration:none;
		background:url("../images/footer-logo.gif") no-repeat center top;
	}
	
	.counter-block {
		float:right;
		padding-top:6px;
	}