/*
all: 970px;

left-col: 220px;
sep: 10px;
center-col: 510px;
sep: 10px;
right-col: 220px;

player: 480x360

banner: 200x???
*/

#extra1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: #111;
	background-repeat: repeat-x;
	background-image: url(/images/bg-header-left.gif);
}
#extra1 div
{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 250px;
	background-repeat: repeat-x;
	background-image: url(/images/bg-header-right.gif);
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
}
#header .wrapper
{
	width: 980px;
	height: 250px;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-image: url(/images/bg-header.jpg);
}
#header .row1
{
	height: 52px;
}
#header .row2
{
	height: 146px;
	padding: 0 30px;
}
#header .date
{
	float: left;
	padding-top: 18px;
	font-size: 12px;
	color: #696969;
}
#header #search
{
	float: right;
	width: auto;
	margin-top: 15px;
}
#header #search input
{
	display: block;
	float: left;
	width: 231px;
	height: 21px;
	padding: 3px;
	vertical-align: top;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/images/bg-input.gif);
	color: #888;
	font-size: 80%;
}
#header #search input.button
{
	display: block;
	width: 62px;
	margin-left: 3px;
	background-image: url(/images/bg-button.gif);
	font-weight: bold;
	color: #FFF;
}
#header #logo
{
	float: left;
	width: auto;
	margin-top: 36px;
}
#logo img
{
	behavior: url(/scripts/pngbehavior.htc);
}
#header #banner
{
	float: right;
	width: auto;
	height: auto;
	margin-top: 40px;
	border: 1px solid #AAA;
	text-align: center;
	font-size: 130%;
}

#menu
{
	text-align: center;
}
#menu ul
{
	display: inline-block;
	height: 52px;
	width: auto;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/menu-separator.gif);
	list-style: none;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#menu ul li
{
	display: inline-block;
	float: left;
	height: 52px;
}
#menu ul li:hover
{
	background-repeat: repeat-x;
	background-image: url(/images/menu-bg-act.gif);
}
#menu a
{
	display: inline-block;
	height: 36px;
	padding: 16px 30px 0;
	color: #808080;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/images/menu-separator.gif);
}
#menu a:hover
{
	color: #FFF;
}


#container
{
	width: 970px;
	margin: 253px auto 0;
}

.block
{
	margin-top: 9px;
	border-top: 1px solid #292929;
	background-color: #161616;
}

#col-full
{
	float: left;
	clear: both;
	width: 970px;
}
#col-center
{
	float: left;
	width: 510px;
}
#col-left
{
	float: left;
	width: 220px;
	margin-right: 10px;
}
#col-right
{
	float: right;
	width: 220px;
	margin-left: 10px;
}
.block .text
{
	padding: 5px 15px 16px;
}



#categories
{
	font-size: 90%;
}
#categories ul
{
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#categories ul li
{
	height: auto;
	border-bottom: 1px solid #1E1E1E;
	padding: 4px 0 4px 15px;
}
#categories ul ul
{
	padding-top: 4px;
}
#categories ul li li
{
	border-bottom: 0px solid #1E1E1E;
}
#categories ul a
{
	font-weight: bold;
	text-decoration: none;
	color: #0997B2;
}
#categories ul ul a
{
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}

#tag-cloud ul
{
	list-style: none;
	padding: 10px 5px 15px;
	text-align: center;
}
#tag-cloud ul li
{
	display: inline;
	padding: 0 0.2em;
}
#tag-cloud a
{
	color: #686868;
	text-decoration: none;
}
#tag-cloud a:hover
{
	color: #FFF;
}
.s1 { font-size: 60% }
.s2 { font-size: 70% }
.s3 { font-size: 80% }
.s4 { font-size: 90% }
.s5 { font-size: 100% }
.s6 { font-size: 110% }
.s7 { font-size: 120% }
.s8 { font-size: 130% }
.s9 { font-size: 140% }
.s10 { font-size: 150% }

#advert
{
	padding-bottom: 10px;
}
#advert img
{
	padding: 10px 10px 0;
}
#advert object
{
	display: block;
	width: 100%;
	padding: 10px 10px 0;
}


#player
{
	padding: 15px;
}


h1.block-header
{
	padding: 12px 0 12px 15px;
	color: #FF5300;
	font-size: 80%;
	border-bottom: 1px solid #1E1E1E;
}
#col-full h1.block-header,
#col-center h1.block-header
{
	font-size: 100%;
}


#footer
{
	display: inline-block;
	width: 100%;
	margin: 23px 0 43px;
	padding: 1.5em 0;
	background-color: #181818;
	font-size: 70%;
}
#footer .wrapper
{
	width: 940px;
	margin: 0 auto;
}
#footer,
#footer a
{
	color: #686868;
}
#footer a:hover
{
	color: #FFF;
}
#footer .wrapper div
{
	float: left;
	width: auto;
}
#footer p
{
	padding: 0;
	line-height: 1.5em;
}
#footer .info
{
	padding-left: 4px;
}
#footer .insite img
{
	padding-right: 6px;
}
#footer ul.nav
{
	display: block;
	width: auto;
	float: right;
	list-style: none;
	margin-top: 0.8em;
	padding: 0;
}
#footer ul.nav li
{
	display: block;
	float: left;
	padding: 0 0 0 1em;
}

.break
{
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}

.videoinfo
{
	font-size: 70%;
}
.description
{
	clear: both;
	padding-top: 1em;
}
.details
{
	font-size: 70%;
	text-align: right;
}

dl#catalogue
{
	display: inline-block;
	padding: 0;
}
dl#catalogue dt
{
	display: block;
	float: left;
	overflow: hidden;
	width: 114px;
	height: 147px;
	margin: 3px;
	text-align: center;
	line-height: 1em;
}
dl#catalogue a
{
	font-size: 80%;
	text-decoration: none;
}
.pages
{
	text-align: right;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
}
.pages a
{
	color: #0997B2;
	text-decoration: none;
}
