/* General */

body {
	margin: 20px 0;
	background: #202020 url("images/site/background.png") repeat-x;
	font: normal 12px/18px Arial, Verdana, Tahoma, Sans-Serif;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #ffffff;
	outline: none;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
}

a img {
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

object {
	display: block;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1000px;
}


/* Navigation */

ul#navigation {
	float: right;
	height: 32px;
}

ul#navigation li {
	margin-right: 15px;
	line-height: 32px;
	font-size: 17px;
	float: left;
}

ul#navigation li a {
	padding-right: 15px;
	display: block;
}

ul#navigation li a span {
	padding-left: 15px;
	display: block;
}

ul#navigation li a:hover {
	color: #d9f1fd;
	font-weight: normal;
	background: url("images/site/navigation_right.png") no-repeat top right;
}

ul#navigation li a:hover span {
	background: url("images/site/navigation_left.png") no-repeat;
}


/* Description */

#description {
	clear: both;
	width: 950px;
	height: 28px;
	padding: 2px 25px 0 25px;
	line-height: 28px;
	font-size: 16px;
	background: url("images/site/description.png") no-repeat;
}


/* Inline Page */

#page-in {
	width: 1000px;
	background: url("images/site/page_in.gif") repeat-y;
}

#page-in-bottom {
	padding: 0 9px 9px 9px;
	width: 982px;
	background: url("images/site/page_in_bottom.png") no-repeat left bottom;
	overflow: hidden;
}


/* Header */

#header {
	width: 980px;
	height: 111px;
	background: url("images/site/header.jpg") no-repeat;
	margin: 0 1px 8px 1px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 27px;
	width: 180px;
	height: 111px;
}

#header .header-ad {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 728px;
	height: 90px;
}


/* Content */

#content {
	width: 670px;
	float: left;
	margin-bottom: 6px;
}

	/* Player */
	
	#player {
		width: 670px;
		overflow: hidden;
	}
	
	#player .player-flash {
		float: left;
		width: 497px;
		height: 386px;
		margin-bottom: 10px;
	}
	
	#player .player-plugs {
		width: 162px;
		float: right;
	}
	
	#player .player-plugs a {
		display: block;
		width: 162px;
		height: 122px;
		margin-bottom: 10px;
	}
	
	#player .player-plugs a img {
		width: 160px;
		height: 120px;
		border: 1px solid #ffffff;
		display: block;
		margin-bottom: 1px;
	}
	
	#player .player-plugs a:hover img {
		border-color: #ff0000;
	}
	
	/* Categories */
	
	ul#categories {
		float: left;
		width: 160px;
		overflow: hidden;
	}
	
	ul#categories li {
		margin-bottom: 9px;
		padding: 0 1px 3px 1px;
		width: 158px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		background: url("images/site/categories.png") 0 0;
		float: left;
	}
	
	ul#categories li a {
		color: #ffffff;
		font-weight: normal;
		display: block;
		padding: 0 9px;
	}
	
	ul#categories li a:hover {
		background: url("images/site/categories.png") 0 -33px;
	}
	
	/* Sticky */
	
	#sticky {
		float: right;
		width: 504px;
		background: url("images/site/sticky.gif") repeat-y;
	}
	
	#sticky h3 {
		padding: 0 15px;
		width: 474px;
		height: 40px;
		line-height: 40px;
		color: #8f8f8f;
		font-size: 20px;
		background: url("images/site/sticky_title.png") no-repeat;
		text-align: center;
	}
	
	#sticky #sticky-plugs {
		overflow: hidden;
		width: 498px;
		padding: 0 3px;
	}
	
	#sticky #sticky-plugs .sticky-plug {
		display: inline;
		float: left;
		margin: 2px;
		width: 162px;
		height: 165px;
		text-align: center;
		line-height: 14px;
	}
	
	#sticky #sticky-plugs .sticky-plug a {
		display: block;
		overflow: hidden;
		width: 162px;
		height: 165px;
	}
	
	#sticky #sticky-plugs .sticky-plug a img {
		width: 160px;
		height: 120px;
		border: 1px solid #ffffff;
		display: block;
		margin-bottom: 1px;
	}
	
	#sticky #sticky-plugs .sticky-plug a:hover img {
		border-color: #ff0000;
	}
	
	/* Plugs */
	
	#plugs {
		clear: both;
		width: 670px;
		background: url("images/site/plugs.gif") repeat-y;
	}
	
	#plugs-top {
		width: 670px;
		background: url("images/site/plugs_top.png") no-repeat;
	}
	
	#plugs-bottom {
		overflow: hidden;
		width: 664px;
		background: url("images/site/plugs_bottom.png") no-repeat left bottom;
		padding: 4px 3px 7px 3px;
	}
	
	#plugs .plug {
		display: inline;
		float: left;
		margin: 2px;
		width: 162px;
		height: 165px;
		text-align: center;
		line-height: 14px;
	}
	
	#plugs .plug a {
		display: block;
		overflow: hidden;
		width: 162px;
		height: 165px;
	}
	
	#plugs .plug a img {
		width: 160px;
		height: 120px;
		border: 1px solid #ffffff;
		display: block;
		margin-bottom: 1px;
	}
	
	#plugs .plug a:hover img {
		border-color: #ff0000;
	}
	
	/* Pagination */
	
	#pagination {
		clear: both;
		width: 664px;
		overflow: hidden;
		text-align: center;
		line-height: 25px;
		padding: 3px 0 0 0;
	}
	
	#pagination span {
		border: 1px solid #ffffff;
		background-color: #b30000;
		color: #ffffff;
		font-weight: bold;
		padding: 1px 5px;
	}
	
	#pagination a {
		border: 1px solid #8c8c8c;
		background-color: #1d1d1d;
		color: #ffffff;
		padding: 1px 5px;
	}
	
	#pagination a:hover {
		background-color: #b30000;
	}


/* Sidebar */

#sidebar {
	float: right;
	width: 304px;
}

	/* Sidebar Box */
	
	.sidebar-box {
		width: 304px;
		background: url("images/site/sidebar_box.gif") repeat-y;
		margin-bottom: 6px;
	}
	
	.sidebar-box-in {
		width: 304px;
		padding-bottom: 14px;
		background: url("images/site/sidebar_box_in.png") no-repeat left bottom;
	}
	
	.sidebar-box h3 {
		padding: 0 2px;
		width: 300px;
		height: 40px;
		line-height: 40px;
		color: #8f8f8f;
		font-size: 20px;
		background: url("images/site/sidebar_title.png") no-repeat;
		text-align: center;
	}
	
	.sidebar-box .sidebar-plugs {
		padding: 0 2px;
		width: 300px;
		overflow: hidden;
	}
	
	.sidebar-box .sidebar-plug-big {
		width: 300px;
		margin-bottom: 1px;
		display: block;
		overflow: hidden;
	}
	
	.sidebar-box .sidebar-plug-small {
		float: left;
		padding: 2px;
		width: 146px;
		height: 110px;
	}
	
	.sidebar-box .sidebar-plug-small a img {
		display: block;
		width: 144px;
		height: 108px;
		border: 1px solid #ffffff;
		margin-bottom: 1px;
	}
	
	.sidebar-box .sidebar-plug-small a:hover img {
		border-color: #ff0000;
	}
	
	.sidebar-box ul#hardlinks {
		padding: 0 7px;
		width: 290px;
		overflow: hidden;
	}
	
	.sidebar-box ul#hardlinks li {
		float: left;
		width: 140px;
		color: #8f8f8f;
		margin-right: 5px;
		line-height: 20px;
	}
	
	.sidebar-box ul#hardlinks li a {
		color: #8f8f8f;
		font-weight: normal;
		display: block;
		padding-left: 14px;
		background: url("images/site/hardlinks.gif") no-repeat 0 0;
	}
	
	.sidebar-box ul#hardlinks li a:hover {
		color: #ffffff;
		background-position: 0 -20px;
	}


/* Footer */

#footer {
	clear: both;
	padding: 2px 0;
	margin-bottom: 6px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}


/* Bottom Ads */

#bottom-ads {
	width: 982px;
	height: 250px;
	overflow: hidden;
}

#bottom-ads .bottom-ad {
	float: left;
	width: 300px;
	height: 250px;
}

#bottom-ads .bottom-ad-middle {
	padding: 0 41px;
}
