/* 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 Verdana;
	color:#888;
	background:#DCE9C4 url("../images/bg.png") repeat-x top;
}

a {
	text-decoration:underline;
	color:#8DC63F;
}

a:hover {
	text-decoration:none;
}

/* Titles */

h1 {
	color:#F14D83;
	font:normal 1.5em Verdana;
	margin-bottom:3px;
}

h2 {
	color:#F14D83;
	font:bold 1.3em Arial;
	border-bottom:1px solid #4B4B4B;
	margin:0 -5px 12px;
	padding:0 5px 2px;
}

h3 {
	font-weight:bold;
	margin-bottom:3px;
}

/* Form elements */

.textbox {
	font:normal 1em Verdana;
	background:#fff;
	border:1px solid #888;
	color:#888;
}

.button {
	font:normal 1em Verdana;
	color:#888;
	border:1px solid #888;
	background:#fff;
	cursor:pointer;
}

textarea {
	background:#eee;
	padding:0;
	font:normal 1em Verdana;
}

select {
	background:#fff;
	font:normal 1em Verdana;
	border:1px solid #888;
}

/* Structure */

#wrapper {
	min-width:1000px;
	background:url("../images/wrapper.jpg") no-repeat right top;
}

#container {
	width:100%;
	float:left;
	margin-right:-237px;
}

/* Header */

#header {
	height:208px;
	position:relative;
	background:url("../images/header.jpg") no-repeat left top;
}

	.logo {
		position:absolute;
		width:305px;
		height:117px;
		top:14px;
		left:2px;
	}
	
		.logo span {
			position:absolute;
			width:305px;
			height:117px;
			background:url("../images/logo.png") no-repeat;
			top:0;
			left:0;
			display:block;
			cursor:pointer;
		}
	
	.banner-header {
		position:absolute;
		top:25px;
		right:10px;
		border:2px solid #DFDFDF;
	}
	
	.searchbox {
		position:absolute;
		top:155px;
		left:27px;
		font-weight:bold;
	}
	
		.searchbox .textbox {
			width:265px;
		}
		
		.searchbox .button {
			background:#ACD373;
			color:#fff;
		}
	
	/* Control panel */

	.control-panel {
		position:relative;
		margin-left:420px;
		top:155px;
		text-align:center;
	}
	
		.control-panel .textbox {
			width:70px;
			margin-right:8px;
		}
		
		.control-panel .button {
			background:#ACD373;
			color:#fff;
			margin-right:8px;
		}
		
		.control-panel ul {
			overflow:hidden;
			text-align:left;
		}
		
			.control-panel li {
				float:left;
				padding-left:30px;
			}
	
/* Content */

#content {
	margin-right:237px;
}

/* Central column */

#main {
	margin-left:237px;
	padding:0 12px 10px;
}

	.content-block {
		background:url("../images/right-shadow.png") no-repeat right bottom;
		margin-bottom:10px;
	}
	
		.content-block .ins {
			background:url("../images/left-shadow.png") no-repeat left bottom;
			padding-bottom:5px;
		}
		
			.content-block .ins .ins {
				background:#fff;
				padding:5px 15px 15px;
			}
			
				.title-footer {
					margin-bottom:10px;
					font-size:0.9em;
				}
			
					.title-footer a {
						font-weight:bold;
						color:#98BA11;
						text-decoration:none;
					}
					
					.title-footer a:hover {
						text-decoration:underline;
					}
					
					.title-footer img {
						vertical-align:top;
					}
			
			.date {
				overflow:hidden;
				background:url("../images/date.gif") no-repeat left top;
				padding-left:2px;
				color:#88B536;
				font:bold 1.2em/24px Verdana;
				margin-left:12px;
			}
			
				.date span {
					display:block;
					float:left;
					background:url("../images/date.gif") no-repeat right bottom;
					padding-right:2px;
				}
				
					.date span span {
						float:left;
						background:#fff;
						height:24px;
						padding:0 5px;
					}
					
			.news {
				overflow:hidden;
				margin-bottom:10px;
			}
			
				.news img {
					margin:0 5px;
				}
			.news2 {
				overflow:hidden;
				margin-bottom:10px;
			}
			
				.news2 img {
					margin:0 5px; float: left;
				}
			.post-footer {
				border-top:1px solid #ddd;
				padding:10px 10px 0;
			}
			
				.post-footer p a {
					color:#00AEEF;
					font-size:1.2em;
					font-weight:bold;
					background:url("../images/post-footer-bullet.gif") no-repeat left 3px;
					padding-left:15px;
					margin-right:12px;
				}
				
				.rating {
					float:right;
				}
	
	.filter {
		margin-bottom:8px;
		padding:0 8px;
	}

/* Block */

.block {
	padding:10px 10px 25px;
	margin-bottom:10px;
}

/* Left column */

#leftside {
	width:228px;
	padding-left:9px;
	float:left;
}

	#leftside .block {
		background:#fff url("../images/right-shadow.png") no-repeat center bottom;
	}
	
		.menu {
			padding-left:12px;
		}
	
			.menu li {
				margin-bottom:8px;
			}
			
				.menu li a {
					color:#636363;
					font:bold 1.2em Arial;
					text-decoration:none;
				}
				
				.menu li a:hover {
					color:#00A99D;
					text-decoration:underline;
				}
	
	.center {
		text-align:center;
	}

/* Right column */

#rightside {
	width:228px;
	padding-right:9px;
	float:right;
}

	#rightside .block {
		background:#fff url("../images/left-shadow.png") no-repeat center bottom;
	}
	
		.topnews {
			color:#4AB4AC;
		}
		
			.topnews a {
				color:#4AB4AC;
			}

/* Footer */

#footer {
	background:#B4CB88;
	clear:both;
	padding:10px;
	color:#363636;
	text-align:center;
	font-size:1.1em;
}

	.footer-menu {
		color:#464646;
		margin-bottom:7px;
		font-size:0.9em;
	}
	
		#footer .footer-menu a {
			color:#464646;
		}
	
#footer a {
	color:#007236;
}

.clearing {
	height:0;
	clear:both;
	font-size:0;
	overflow:hidden;
}

/* Poll */

.poll {
	padding:0 10px 10px;
}

/* Search-block */

.search-block {
	padding:0 10px 10px;
}

/* Navigation */

.navigation {
	color:#666;
	padding:0 0 5px;
}

	.navigation a {
		text-decoration:none;
		color:#636363;
		background:#F9F9F9;
		border:1px solid #999;
		padding:3px 6px;
		font-size:11px
	}

	.navigation a:hover {
		background:#B4CB88;
		color:#fff;
		border-color:#999;
	}

	.navigation span {
		text-decoration:none;
		background:#fff;
		padding:3px 6px;
		border:1px solid #999;
		color:#999;
		font-size:11px;
	}

/* Add comments */

.addcomment {
	width:462px;
	vertical-align:top;
	text-align:left;
	margin:0 -10px;
}

	.addcom {
		width:472px;
		margin-left:auto;
		margin-right:auto;
	}

		.addcomment textarea {
			width:100%;
			border:none;
			height:100px;
		}

	.commentform {
		line-height:25px;
		width:24%;
	}

/* Comments styles */

.comment-head {
	color:#333;
	padding:5px 15px;
	overflow:hidden;
	background:#DCF1B3;
	margin:0 -10px;
}

	.comment-head h3 {
		margin:0;
	}

	.comment-head a {
		color:#333;
	}
	
	.icq img {
		margin-bottom:-5px;
	}
	
	.right {
		float:right;
	}
	
.comment {
	overflow:hidden;
	padding-bottom:7px;
	background:url("../images/comment-bg.gif") repeat-y left;
	margin:0 -10px;
	border-right:1px solid #eee;
}

	.author-info {
		float:left;
		width:160px;
		padding:6px;
	}
	
	.comment-body {
		display:table;
		padding:6px;
	}
	
		.quote {
			margin:5px 0;
			background:#DBDBDB;
			border:1px dotted #999;
		}
	
.comment-footer {
	background:#EFD99F;
	padding:5px 15px;
	margin:0 -10px -10px;
}

	.comment-footer a {
		color:#888;
	}

/* Add news */

.addnews {
	width:98%;
}

	.addnews td {
		padding:3px;
	}

		.addnews textarea {
			width:100%;
			height:100px;
		}

		.addnews .textbox {
			width:200px;
		}
		
		.addnews img {
			vertical-align:top;
		}

/* Feedback */

.feedback {
	width:98%;
}

	.feedback td {
		padding:3px;
	}

		.feedback textarea {
			width:100%;
			height:100px;
		}

/* Lost password */

.lostpassword td {
	padding:3px;
}

/* Personal message */

.pm {
	border-collapse:separate;
	width:462px;
}

	.pm td {
		padding:3px;
	}

		.pm textarea {
			width:100%;
			border:0;
			height:100px;
		}

/* Registration */

.registration td{
	padding:5px;
}

	.registration .button1 {
		margin-bottom:0;
	}

	.registration .textbox {
		width:150px;
	}

/* User info */

.userinfo {
	width:98%;
	margin-bottom:10px;
}

	.userinfo td {
		padding:3px;
		vertical-align:top;
	}

		.userinfo textarea {
			width:100%;
			height:80px;
		}

		.userinfo .textbox {
			width:200px;
		}

/* Stats */

.stats {
	border-collapse:separate;
	margin-bottom:10px;
	width:98%;
}

	.stats td {
		vertical-align:top;
		padding:3px;
	}