/* 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:#444;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#119CD1;
}

a:hover {
	text-decoration:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

/* Titles */

h1 {
	color:#FD5809;
	font:normal 1.6em Arial;
	margin-bottom:3px;
}

h2 {
	font:bold 1.25em/16px Arial;
	color:#fff;
	padding:6px 5px 6px 40px;
	background:#F68E56;
	margin-bottom:5px;
}

	.nav h2 {background:#F68E56 url("../images/icon-nav.png") no-repeat left top}
	.vote-block h2 {background:#8DC63F url("../images/icon-vote.png") no-repeat left top}
	.login-block h2 {background:#79C4A1 url("../images/icon-login.png") no-repeat left top}
	.reklama h2 {background:#B1B1B1 url("../images/icon-reklama.png") no-repeat left top}

h3 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:4px;
}

h4 {
	font-weight:bold;
	color:#119CD1;
	margin-bottom:2px;
}

	h4 a {
		text-decoration:none;
	}
	
	h4 a:hover {
		text-decoration:underline;
	}

/* Form elements */
	
.textbox, select {
	border:1px solid #777;
	background:#fff;
	font:normal 1em Arial;
	color:#444;
}

textarea {
	background:#eee;
	font:normal 1em Arial;
	color:#444;
	padding:0;
}

.button {
	background:#2CC0DC;
	color:#fff;
	font:1em Arial;
	cursor:pointer;
	border:1px solid #0Ca0bC;
}
	
/* Structure */

.wrapper {
	background:url("../images/wrap-c-t.png") repeat-x top;
	min-width:1000px;
}

	.wrap1 {background:url("../images/wrap-l-m.gif") repeat-y left;}
	.wrap2 {background:url("../images/wrap-r-m.gif") repeat-y right;}
	.wrap3 {background:url("../images/wrap-c-b.gif") repeat-x bottom;}
	.wrap4 {background:url("../images/wrap-l-t.png") no-repeat left top;}
	.wrap5 {background:url("../images/wrap-r-t.png") no-repeat right top;}
	.wrap6 {background:url("../images/wrap-l-b.gif") no-repeat left bottom;}
	.wrap7 {
		background:url("../images/wrap-r-b.gif") no-repeat right bottom;
		padding:0 0 14px;
	}

.container {
	width:100%;
	float:right;
	margin-left:-235px;
}

/* Header */

.header {
	position:relative;
	background:url("../images/wrap-c-t.jpg") no-repeat center top;
	padding:0 10px 6px;
}

.header-inside {
	background:url("../images/header.png") repeat-x center bottom;
	padding:68px 0 10px;
	overflow:hidden;
}

	.logo {
		position:absolute;
		top:94px;
		left:14px;
	}
	
	.barrier {
		background:url("../images/barrier.jpg") no-repeat;
		width:204px;
		height:166px;
		position:absolute;
		top:28px;
		left:25%;
		display:block;
	}
	
	.map {
		background:url("../images/map.jpg") no-repeat;
		width:305px;
		height:163px;
		display:block;
		position:absolute;
		top:28px;
		left:45%;
	}
	
	.car {
		background:url("../images/car.jpg") no-repeat;
		width:219px;
		height:156px;
		display:block;
		position:absolute;
		top:31px;
		right:2%;
	}
	
	.header ul {
		position:absolute;
		top:230px;
		left:128px;
		font:normal 1.25em Arial;
		overflow:hidden;
	}
	
		.header li {
			float:left;
			padding:0 4px;
		}
	
	.last-from-forum {
		float:right;
		width:22%;
		padding:10px 40px;
		background:url("../images/last-from-forum.png") no-repeat left bottom;
		min-height:170px;
		font-size:1.1em;
	}
	
	.last-comments {
		float:right;
		width:22%;
		padding:10px 40px;
		background:url("../images/last-comments.png") no-repeat left bottom;
		min-height:170px;
		font-size:1.1em;
	}
	
		.last-from-forum a, .last-comments a {
			color:#4D4D4D;
			text-decoration:none;
		}
		
		.last-from-forum a:hover, .last-comments a:hover {
			color:#8DC63F;
			text-decoration:underline;
		}

/* Content */

.content {
	margin-left:235px;
	padding:0 20px 0 10px;
}

	.center {
		text-align:center;
	}

	.banner-block {
		text-align:center;
		margin-bottom:8px;
	}
	
	.title {
		background:#EFFAFF;
		padding:5px 8px;
		margin-bottom:3px;
	}
	
		.title img {
			vertical-align:top;
		}
		
		.rating {
			float:right;
		}
	
	.news {
		overflow:hidden;
		border-top:1px dotted #C3C3C3;
		border-bottom:1px dotted #C3C3C3;
		padding:7px 0;
		margin-bottom:4px;
	}
	
		.news img {
			margin:0 5px;
		}
		
			.news form img {
				margin:0;
				vertical-align:top;
			}
	
	.post-footer {
		padding:3px 0;
		margin-bottom:20px;
		overflow:hidden;
		text-align:right;
	}
	
		.post-footer a {
			font-weight:bold;
		}
		
		.info {
			float:left;
		}
		
			.post-footer .info a {
				color:#A3D39C;
				font-weight:normal;
			}
			
		.post-footer span {
			padding-left:16px;
			margin-right:10px;
		}
		
		.user {background:url("../images/user-icon.gif") no-repeat left;}
		.date {background:url("../images/date-icon.gif") no-repeat left;}
		.view {background:url("../images/view-icon.gif") no-repeat left;}
		.post-footer .details {background:url("../images/full-icon.gif") no-repeat left;}
		.comments {background:url("../images/comment-icon.gif") no-repeat left;}

/* Block */

.block {
	background:#FCFCFC;
	padding:0 0 20px 10px;
}

/* Left column */

.leftside {
	width:225px;
	float:left;
	padding:0 0 0 10px;
}

	.nav ul {
		padding-left:7px;
		overflow:hidden;
	}

		.nav li {
			border-bottom:1px dotted #858585;
			margin-bottom:-1px;
		}
		
			.nav li a {
				display:block;
				margin-top:1px;
				font:bold 1.1em Arial;
				color:#00BFF3;
				text-decoration:none;
				padding:5px;
				position:relative;
			}
			
			.nav li a:hover {
				text-decoration:underline;
				color:#0076A3;
				background:#EDF5F7;
			}
	
	.login {
		text-align:right;
		padding:10px 20px 0 0;
	}
	
		.login .textbox {
			width:115px;
		}
		
		.login p {
			margin-bottom:10px;
		}
	
	.cp a {
		text-decoration:none;
	}	
	
	.cp a:hover {
		text-decoration:underline;
	}
	
		.cp p {
			margin-bottom:3px;
			line-height:18px;
		}
	
			.cp p a {
				font-weight:bold;
				color:#555;
			}
			
				.cp p strong a {
					color:#F26D7D;
				}
		
		.cp ul {
			margin-bottom:5px;
		}
		
			.cp li {
				overflow:hidden;
				margin-bottom:2px;
				padding-left:15px;
			}
			
				.cp img {
					margin-right:4px;
					vertical-align:top;
				}
				
					.cp li a:hover {
						color:#F26D7D;
					}

	.reklama p {
		text-align:center;
	}
		
/* Footer */

.footer {
	clear:both;
	background:#5F5F5F;
	padding:4px 12px;
	margin:0 10px;
	overflow:hidden;
	font-size:1.1em;
	color:#fff;
}

	.counter-block {
		float:right;
	}
	
	.footer p {
		float:left;
		padding-top:10px;
	}
	
	.footer ul {
		text-align:center;
		font:bold 1.15em Arial;
		padding-top:7px;
	}
	
		.footer li {
			display:inline;
			padding:0 7px 0 4px;
			border-right:1px solid #EBEBEB;
		}
		
			.footer li a {
				color:#D5D4D4;
			}
		
		.footer .last {
			border:none;
		}


.lastcomm {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
}

.lastcomm_over {
	padding: 3px 2px 3px 2px;
	border-bottom:1px solid #E6E6E6;
	background:#F5F5F5;
	cursor: hand;
}
#hintbox {
	text-align:left;
 	width:150px;
	font-size: 11px;
 	border: 1px solid #000000;
	background-color: #FFFFFF;
 	filter:alpha(opacity="95");
	font-family: tahoma;
 	layer-background-color:#a396d9;
	color:#000;
	z-index: 3;
	margin: 0px 15px 0px 0px;
	-moz-opacity : 0.9;
	-moz-border-radius : 5px;
	margin: 10px 0 0 10px;
	padding:3px 5px;
	position:absolute;
	visibility:hidden;
	z-index: 3;
}  