/* General */

body {
	margin: 0;
	background-color: #140000;
	font: normal 13px/18px "Trebuchet MS", Arial, Verdana, Tahoma, Sans-Serif;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #ff0000;
}

a img {
	border: 0;
}

h1, h2, h3, h4 {
	margin: 0;
}

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


/* Page */

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


/* Header */

#header {
	width: 1000px;
	height: 110px;
	margin-bottom: 5px;
	background: url("images/site/header.png") no-repeat;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 255px;
	height: 108px;
}

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


/* Navigation */

ul#navigation {
	width: 1000px;
	height: 25px;
	margin-bottom: 5px;
	overflow: hidden;
}

ul#navigation li {
	width: 100px;
	height: 25px;
	margin-right: 10px;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	float: left;
}

ul#navigation li a {
	display: block;
	width: 100px;
	background: url("images/site/navigation.png") no-repeat 0 0;
	font-weight: normal;
	color: #ffffff;
}

ul#navigation li a:hover {
	color: #000000;
	background-position: 0 -25px;
}


/* Top Plugs */

#top-plugs {
	width: 990px;
	height: 340px;
	margin-bottom: 10px;
	padding: 10px 0 0 10px;
	background: url("images/site/top_plugs.png") no-repeat;
	overflow: hidden;
}

#top-plugs .top-plugs-item {
	width: 164px;
	height: 161px;
	margin: 0 40px 8px 0;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}

	#top-plugs .top-plugs-last {
		margin-right: 0;
	}

#top-plugs .top-plugs-item a {
	color: #ffffff;
}

#top-plugs .top-plugs-item a:hover {
	color: #ff0000;
}

#top-plugs .top-plugs-item a img {
	width: 160px;
	height: 120px;
	border: 2px solid #ffffff;
	display: block;
	margin-bottom: 2px;
}

#top-plugs .top-plugs-item a:hover img {
	border-color: #ff0000;
}

#top-plugs .top-plugs-item span {
	display: block;
	width: 164px;
	height: 36px;
	overflow: hidden;
}


/* Content */

#content {
	width: 512px;
	float: left;
	margin-right: 10px;
}

	/* Content - Plugs */
	
	#content .plug-item {
		width: 492px;
		height: 150px;
		padding: 10px 10px 0 10px;
		margin-bottom: 10px;
		background: url("images/site/plug_item.png") no-repeat;
		overflow: hidden;
	}
	
	#content .plug-item .plug-item-photo {
		width: 164px;
		height: 124px;
		float: left;
		margin-right: 10px;
	}
	
		#content .plug-item .plug-item-photo a img {
			width: 160px;
			height: 120px;
			border: 2px solid #ffffff;
			display: block;
		}
		
		#content .plug-item .plug-item-photo a:hover img {
			border-color: #ff0000;
		}
	
	#content .plug-item h2 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}
	
	#content .plug-item .plug-item-description {
		height: 72px;
		overflow: hidden;
	}
	
	#content .plug-item .plug-item-taxonomy {
		clear: both;
		height: 25px;
		line-height: 24px;
		overflow: hidden;
		font-weight: bold;
	}
	
		#content .plug-item .plug-item-taxonomy .plug-item-category {
			float: left;
			width: 174px;
		}
		
		#content .plug-item .plug-item-taxonomy .plug-item-tags {
			float: left;
		}
	
	/* Content - Video */
	
	#content .video {
		width: 508px;
		border: 2px solid #ffffff;
		background-color: #000000;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#content .video object {
		display: block;
	}
	
	/* Content - Pagination */
	
	#content #pagination {
		width: 512px;
		overflow: hidden;
		text-align: center;
		line-height: 25px;
	}
	
	#content #pagination span {
		border: 1px solid #da0000;
		background-color: #fac8c8;
		color: #000000;
		font-weight: bold;
		padding: 1px 5px;
	}
	
	#content #pagination a {
		border: 1px solid #da0000;
		background-color: #7d0202;
		color: #ffffff;
		padding: 1px 5px;
	}
	
	#content #pagination a:hover {
		background-color: #fac8c8;
		color: #000000;
	}


/* Sidebar Small */

#sidebar-small {
	width: 164px;
	float: left;
	margin-right: 10px;
}

	/* Sidebar Small - Sidebar Box */
	
	#sidebar-small .sidebar-box {
		width: 164px;
		background: url("images/site/sidebar_small.gif") repeat-y;
		margin-bottom: 10px;
	}
	
	#sidebar-small .sidebar-box-in {
		width: 164px;
		background: url("images/site/sidebar_small_in.gif") no-repeat left bottom;
		padding-bottom: 5px;
	}
	
	#sidebar-small h3 {
		width: 164px;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		text-align: center;
		background: url("images/site/sidebar_small_title.png") no-repeat;
	}
	
	#sidebar-small .sidebar-item {
		margin-bottom: 5px;
		width: 164px;
	}
	
		#sidebar-small .sidebar-item a img {
			width: 160px;
			height: 120px;
			border: 2px solid #ffffff;
			display: block;
		}
		
		#sidebar-small .sidebar-item a:hover img {
			border-color: #ff0000;
		}
	
	#sidebar-small .sidebar-item-ad {
		margin-bottom: 5px;
		width: 160px;
		border: 2px solid #ffffff;
	}


/* Sidebar Big */

#sidebar-big {
	width: 304px;
	float: left;
}

	/* Sidebar Big - Sidebar Box */
	
	#sidebar-big .sidebar-box {
		width: 304px;
		background: url("images/site/sidebar_big.gif") repeat-y;
		margin-bottom: 10px;
	}
	
	#sidebar-big .sidebar-box-in {
		width: 304px;
		background: url("images/site/sidebar_big_in.gif") no-repeat left bottom;
		padding-bottom: 5px;
		overflow: hidden;
	}
	
	#sidebar-big h3 {
		width: 304px;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		text-align: center;
		background: url("images/site/sidebar_big_title.png") no-repeat;
	}
	
	#sidebar-big .sidebar-item {
		margin-bottom: 5px;
		width: 304px;
	}
	
		#sidebar-big .sidebar-item a img {
			width: 300px;
			height: 250px;
			border: 2px solid #ffffff;
			display: block;
		}
		
		#sidebar-big .sidebar-item a:hover img {
			border-color: #ff0000;
		}
	
	#sidebar-big .sidebar-item-ad {
		margin-bottom: 5px;
		width: 300px;
		border: 2px solid #ffffff;
	}
	
	#sidebar-big .sidebar-item-small {
		float: left;
		width: 148px;
		padding: 0 2px 4px 2px;
		display: inline;
	}
	
		#sidebar-big .sidebar-item-small a img {
			width: 144px;
			height: 110px;
			border: 2px solid #ffffff;
			display: block;
		}
		
		#sidebar-big .sidebar-item-small a:hover img {
			border-color: #ff0000;
		}


/* Footer */

#footer {
	width: 1000px;
	background: url("images/site/footer.gif") repeat-y;
	color: #ff0000;
	font-size: 15px;
	line-height: 20px;
	clear: both;
}

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

#footer-in {
	width: 1000px;
	background: url("images/site/footer_in.png") no-repeat;
	overflow: hidden;
}

	/* Footer - Hard Links */
	
	#footer #hard-links {
		border-bottom: 1px solid #ff0000;
		padding-bottom: 15px;
	}
	
	#footer #hard-links h4 {
		font-size: 15px;
		line-height: 25px;
		text-align: center;
	}
	
	#footer #hard-links ul {
		margin: 0 auto;
		width: 900px;
		overflow: hidden;
	}
	
	#footer #hard-links ul li {
		float: left;
		width: 150px;
	}
	
	#footer #hard-links ul li a {
		color: #ffffff;
	}
	
	/* Footer - Site Info */
	
	#footer #site-info {
		margin: 15px 0;
	}
	
	#footer #site-info a {
		color: #ff0000;
	}
	
	#footer #site-info p {
		margin: 0;
		text-align: center;
	}
