/****	Layout CSS and main template elements' styles for pravbrat.ru	****/

html, body {height:100%; margin: 0; padding: 0;}

@font-face
{
	font-family: Graublau;
	src: url(GraublauWeb.otf);
}

div#ie
{display: none;}

div.christmas
{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 231px;
	height: 261px;
	background: url('imgs/corner.png') center center no-repeat;
}

div#wrap
{
	width: 970px;
	margin: 0px auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: #F3E5C1;
	border-left: 1px solid #898989;
	border-right: 1px solid #898989;
}

div#top
{
	background: url('imgs/main.jpg') center center no-repeat;
	width: 100%;
	height: 270px;
	border-top: 6px #b76d50 solid;
}

div#top a
{
	display: inline-block;
	width: 100%;
	height: 100%;
}

div#orn
{
	background: url('imgs/orn.png') left center repeat-x;
	width: 100%;
	height: 30px;
}

div#content
{
	width: 100%;
	padding-bottom: 20px;
}

div#sidebar
{
	float: left;
	width: 160px;
	min-height: 700px;
}

div#sidebar a
{
	font-size: 0.8em;
	text-decoration: none;
}

div#sidebar p
{
	margin: 15px 0px 10px 10px;
}

div#sidebar ul img, div#sidebar img[src*='icona']
{
	margin-left: 5px;
}

div#sidebar img[src='menu-hr.png']
{
	vertical-align: middle;
}

div#sidebar ul
{
	padding: 0;
	margin: 10px 0px 0px 10px;
	list-style: none;
}

div#sidebar ul li
{
	margin: 10px 0px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center left;
}

	div#sidebar ul li.separator
	{
		margin: 20px 0px;
	}

div#sidebar ul a
{
	font: normal 1.4em Graublau, Tahoma, sans-serif;
	color: #e34c26;
}

	div#sidebar ul li.smaller a
	{
		font-size: 1.0em;
	}
	
	div#sidebar ul a:hover
	{color: #b59a75}

div#text
{
	width: 780px;
	min-height: 700px;
	margin: 20px 0px 0px 170px;
	padding-bottom: 5px;
	padding-right: 20px;
}

div#text p
{
	margin-left: 15px;
}

	div.post
	{
		border-bottom: 1px #E34D27 solid;
		min-height: 220px;
	}

	div#player-bg
	{
		position: absolute;
		top: 0; right: 0;
		width: 100%;
		height: 100%;
		display: none;
		background: #000;
		opacity: 0.6;
		filter:alpha(opacity=60);
	}
	
	div#player-set
	{
		width: 500px;
		height: 375px;
		overflow: hidden;
		position: fixed;
		background: #F3E5C1 url('imgs/preload.gif') center center no-repeat;
	}
	
	div#player
	{background: #F3E5C1 url('imgs/preload.gif') center center no-repeat;}
	
	div#player-close
	{
		width: 50px;
		height: 50px;
		background: url('imgs/close.png') center center no-repeat;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		opacity: 0.5;
		filter:alpha(opacity=50);
	}
	
	div#player-close:hover
	{
		opacity: 0.7;
		filter:alpha(opacity=70);
	}
	
	div#video-categories
	{
		margin-bottom: 30px;
		border-bottom: 1px solid #E34D27;
		padding: 15px;
	}
	
	div#video-categories a
	{
		margin: 0 20px;
		padding: 4px;
	}
	
	div#video-categories a.current
	{
		background-color: #EDD9B5;
		border: 1px #EDD9B5 solid;
		border-radius: 5px;
		color: #A09378;
		text-decoration: none;
	}
	
div#paginator
{
	border-top: 1px solid #E34D27;
	margin-top: 30px;
	padding: 15px;
	text-align: right;
	font-size: 110%;
}

p.forum_link
{
	font-size: 0.9em;
	float: right;
	margin-top: 8px;
}

div.column
{
	display: inline-block;
	width: 355px;
}

div.column ul.prev
{
	list-style: none;
	padding-left: 50px;
}

div.column ul.prev li:first-child
{
	font-weight: bold;
}

div.column span.posted
{font-size: 0.8em}

div.column p
{
	margin-left: 50px !important;
	font-style: italic;
	font-size: 0.9em;
}

div#footer
{
	margin: -10px auto;
	width: 970px;
	min-height: 80px !important;
	height: 80px;
	background: #F3E5C1 url('imgs/orn.png') left top repeat-x;
	border-bottom: 6px solid #B76D50;
	padding-top: 30px;
}

div#footer p
{
	font-size: 0.8em;
	line-height: 150%;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	position: relative;
}

div#footer>p
{width: 600px;}

div#footer #search
{
	float: right;
}

div#footer #search p
{
	margin: 0;
	font-size: 0.7em;
	text-align: right;
	padding-right: 20px;
}
