
/* General */

body {
	margin: 15px 0;
	background: #2f2f2f;
	font: normal 11px/18px Verdana, Tahoma, Arial, Sans-Serif;
	color: #ffffff;
}

a {
	font-weight: bold;
	color: #5d9fd7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1, h2 {
	margin: 0;
	font-family: Georgia, Serif;
	font-style: italic;
}


/* Page */

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


/* Header */

#header {
	width: 998px;
	height: 98px;
	margin-bottom: 15px;
	background-color: #9e0606;
	border: 1px solid #f30505;
	text-align: center;
}

#header h1 {
	font-size: 55px;
	line-height: 58px;
}

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

#header .description {
	font: italic bold 25px/40px Georgia, Serif;
}


/* Content */

#content {
	padding: 7px;
	width: 984px;
	background-color: #313b44;
	border: 1px solid #414e59;
	overflow: hidden;
}

*+html #content {
	padding-bottom: 15px;
}

	/* Content - Item */
	
	#content .item {
		display: inline;
		float: left;
		margin: 8px;
		padding: 10px 10px 2px 10px;
		width: 290px;
		height: 273px;
		background-color: #414e59;
		border: 1px solid #526270;
		text-align: center;
	}
	
	#content .item img {
		padding: 4px;
		width: 280px;
		height: 210px;
		background-color: #2d363e;
		border: 1px solid #1e242a;
		display: block;
	}
	
	#content .item h2 {
		font-size: 19px;
		line-height: 28px;
		height: 28px;
		color: #ffffff;
		overflow: hidden;
	}
	
	#content .item .links {
		font: italic bold 15px/25px Georgia, Serif;
		color: #2d363e;
	}
	
	#content .item .links a {
		color: #1e242a;
	}
	
	#content .item .links a:hover {
		color: #000000;
	}
	
	/* Content - Sponsored */
	
	#content .sponsored {
		padding: 5px;
		width: 300px;
		height: 275px;
	}
	
	#content .sponsored .ads-box {
		width: 298px;
		height: 273px;
		background-color: #2d363e;
		border: 1px solid #1e242a;
	}
	
	#content .sponsored .ads-box h2 {
		height: 22px;
		line-height: 22px;
		padding-bottom: 5px;
	}
	
	#content .sponsored .ads-box .ad-spot {
		border-top: 1px solid #1e242a;
		text-align: left;
		padding: 0 3px 1px 3px;
		height: 80px;
		line-height: 16px;
		position: relative;
	}
	
	#content .sponsored .ads-box .ad-spot-single {
		border-top: none;
		padding-top: 2px;
		height: 243px;
	}
	
	#content .sponsored .ads-box .ad-spot span {
		text-align: right;
		font-weight: bold;
		position: absolute;
		bottom: 1px;
		right: 3px;
	}


/* Footer */

#footer {
	width: 998px;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	background-color: #9e0606;
	border: 1px solid #f30505;
	text-align: center;
}

#footer a {
	color: #ffffff;
}
