/* 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, img, ins, kbd, q, s, samp, small, strike, 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 {
	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:#2f2f2f;
	background:#ebebeb;
}

a {
	text-decoration:underline;
	color:#2497ff;
}

a:hover {
	text-decoration:none;
}

h1, h2 {
	background:url("../images/h1.jpg") no-repeat center top;
	padding:0 12px 2px;
	font:bold 1.25em/32px Tahoma;
	color:#fff;
	margin:0 0 10px;
}

h3 {
	font:bold 1.25em/32px Tahoma;
	color:#2497ff;
}

/* Form elements */

.textbox {
	border:1px solid #666;
	color:#333;
	font:normal 1em Verdana;
	background:#fff;
}

select {
	border:1px solid #666;
	color:#333;
	font:normal 1em Arial;
	background:#fff;
}

textarea {
	border:1px solid #666;
	color:#333;
	font:normal 1em Verdana;
	background:#fff;
	padding:0;
}

.button {
	background:#f9f9f9 url("../images/button.gif") repeat-x bottom;
	color:#585858;
	font:1em Verdana;
	cursor:pointer;
	border:1px solid #dadada;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* Structure */

.wrapper {
	margin:0 1px 0 0;
}

.container {
	width:998px;
	margin:0 auto;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background:#fff;
}

	.container:after {
		clear:both;
		display:block;
		content:'';
	}
	
	.center {text-align:center;}

/* Header */

.header {
	position:relative;
	height:371px;
	width:1000px;
	background:url("../images/header.jpg") no-repeat center top;
	margin:0 auto;
}

	.logo {
		position:absolute;
		top:72px;
		left:364px;
	}
	
	/* Topmenu */

	.topmenu {
		position:absolute;
		top:301px;
		left:40px;
		font:bold 1.1em/26px Verdana;
		overflow:hidden;
	}
	
		.topmenu li {
			float:left;
			border-left:1px solid #01a8db;
			padding:0 16px;
			margin-left:-1px;
		}
		
			.topmenu a {
				color:#fff;
				text-decoration:none;
			}
			.topmenu a:hover {text-decoration:underline;}
	
	.bg-right {
		position:absolute;
		top:235px;
		right:-15px;
		display:block;
		width:15px;
		height:105px;
		z-index:0;
		background:url("../images/bg-right.png") no-repeat left top;
	}
	
	.bg-left {
		position:absolute;
		top:238px;
		left:-32px;
		display:block;
		width:32px;
		height:112px;
		background:url("../images/bg-left.png") no-repeat left top;
	}

/* Gallery */
	
.gallery {
	padding:0 30px 25px;
	position:relative;
}

	.gallery li {
		display:inline-block;
		//padding:0 10px;
		padding:0 0;
	}
	
	.gallery .prev {
		position:absolute;
		top:0;
		left:0;
		width:27px;
		height:188px;
		display:block;
		padding:0;
	}
	
	.gallery .next {
		position:absolute;
		display:block;
		top:0;
		right:0;
		width:27px;
		height:188px;
		padding:0;
	}
	
		.gallery .prev a, .gallery .next a {
			background:#0b9add url("../images/gallery.gif") no-repeat center center;
			display:block;
			width:27px;
			height:187px;
		}

/* Content */

.content {
	float:left;
	width:555px;
	padding:0 0 15px;
}

	.news {
		overflow:hidden;
		padding:0 0 10px;
	}
	
		.news img {
			padding:3px 5px;
		}
		
		.news form img {
			padding:0;
			vertical-align:top;
		}
	
	.rating {
		padding:0 0 5px;
		overflow:hidden;
	}
	
	.post-footer {
		margin:0 0 30px;
		background:url("../images/post-footer.png") no-repeat center top;
		height:22px;
		padding:6px 10px 0;
		font:1.1em Verdana;
		color:#6b6b6b;
	}
	
		.post-footer a {
			color:#6b6b6b;
			text-decoration:none;
			//text-decoration:underline;
		}
		.post-footer a:hover {color:#333;}
	
		.post-footer .right {
			float:right;
			font:0.9em Verdana;
			padding:1px 0 0;
		}
		.post-footer .cat {
			float:left;
			font:0.9em Verdana;
			padding:1px 0 0;
		}

/* Left column */

.leftside {
	width:181px;
	padding:0 24px 15px 18px;
	float:left;
}

	.title {
		background:url("../images/title.jpg") no-repeat center top;
		padding:0 12px 2px;
		font:bold 1.25em/32px Tahoma;
		color:#fff;
		margin:0 0 10px;
	}
	
	/* Navigation */

	.nav {
		padding:0 0 5px 12px;
		border-bottom:1px dotted #6b6b6b;
		margin:0 0 20px;
	}
	
		.nav li {
			background:url("../images/bullet.gif") no-repeat left 6px;
			padding:0 0 4px 11px;
		}
		
			.nav a {
				color:#6b6b6b;
				text-decoration:none;
			}
			.nav a:hover {color:#023883;}
	
	/* Search */
	
	.searchbox {
		position:relative;
		height:21px;
		background:url("../images/searchbox.png") no-repeat 8px 0;
		padding:0 0 15px;
		border-bottom:1px dotted #6b6b6b;
		margin:0 0 20px;
	}
	
		.searchbox .textbox {
			position:absolute;
			top:3px;
			left:35px;
			border:none;
			background:none;
			width:103px;
		}
		
		.searchbox .button {
			position:absolute;
			top:0;
			width:29px;
			height:21px;
			left:144px;
			background:url("../images/search-button.png") no-repeat;
			border:0;
		}
	
/* Right column */

.rightside {
	width:181px;
	padding:0 17px 15px 0;
	float:right;
}

	/* Free film */

	.freefilm {
		text-align:center;
		font:1.2em Arial;
		padding:0 0 10px;
		border-bottom:1px dotted #6b6b6b;
		margin:0 0 20px;
	}
	
		.freefilm img {
			border:1px solid #8f8f8f;
		}
		
		.freefilm p {margin:0 0 5px;}
		
		.filmname {
			background:url("../images/film-name.png") repeat-y center;
		}
		
			.filmname .ins {background:url("../images/film-name.png") no-repeat left top;}
			.filmname .ins .ins {
				background:url("../images/film-name.png") no-repeat right bottom;
				padding:8px 5px 16px;
			}
			
				.filmname a {
					color:#585858;
					text-decoration:none;
				}
				.filmname a:hover {color:#333;}
	
	/* Block */
	
	.block {
		padding:0 0 10px;
		border-bottom:1px dotted #6b6b6b;
		margin:0 0 20px;
	}
	
		.topnews a {
			color:#6b6b6b;
			text-decoration:none;
		}
		.topnews a:hover {color:#023883;}
	
	.soon {
		text-align:center;
		margin:0 0 20px;
	}
	
		.soon p {margin:0 0 8px;}
	
/* Footer */

.footer {
	clear:both;
	border-top:2px solid #077cb9;
	margin:0 18px 0 213px;
	padding:20px 2px 15px;
	overflow:hidden;
}

	.copyright {
		float:right;
		text-align:right;
	}

.shorth a {
text-decoration:none;
color: #FFF;
}

.shorth a:hover {
text-decoration:underline;
color: #FFF;
}

.bld {font-weight: bold;}
