* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	outline: 0;
}

html { background: #000; }

body {
	font: normal 13px/150% Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	color: #fff;
}

a {
	text-decoration: none;
	color: #edac0f;
}

	a:hover {
		color: #f6d12f;
	}

#wrapper {
	margin: 0 auto;
	width: 990px;
	position: relative;
	padding-top: 230px;
}

#header-wrapper {
	background: url(../images/body_bg.jpg) no-repeat right top;
	margin: 0 auto;
	width: 990px;
	height: 316px;
	position: fixed;
	top: 0;
}

	#header {
		background: #000 url(../images/body_bg.jpg) no-repeat right top;
		width: 990px;
		height: 230px;
		z-index: 10;
		position: absolute;
	}

		#header h1 {
			position: absolute;
			top: 130px;
			right: 410px;
		}

			#header h1 a {
				display: block;
				text-indent: -9000px;
				background: url(../images/logo.png) no-repeat;
				width: 185px;
				height: 65px;
			}

	#header-nav {
		position: absolute;
		top: 75px;
		left: 70px;
		z-index: 15;
	}

		#nav {
			font-size: 17px;
		}

			#nav li a {
				background-image: url(../images/nav.png);
				background-repeat: no-repeat;
				background-position: right 30px;
				line-height: 30px;
				text-shadow: rgba(0,0,0,.75) -1px 1px 2px;
				color: #fff;
				display: block;
				text-align: left;
				padding: 0 20px 0 10px;
				width: 150px;
			}

			#nav li .active {
				background-position: right 0 !important;
				color: #000;
				text-shadow: rgba(0,0,0,.25) -1px 1px 2px;
				font-weight: bold;
			}

			#nav li a:hover {
				background-position: right -30px;
			}

#content {
	padding-left: 90px;
	padding-right: 90px;
	z-index: 5;
	position: absolute;
	left: 0;
	right: 0;
}

	.panel {
		display: none;
		opacity: 0;
	}

		.panel.active {
			opacity: 1;
			display: block;
		}

.clear {
	clear: both;
}

table {
	width: 100%;
	border-collapse: collapse;
}

	.table tr,
	.table tr.odd {
		background: url(../images/10_bg.png);
	}

		.table tr:hover,
		.table tr.odd:hover {
			background: url(../images/20_bg.png);
		}

		.table tr:nth-child(even),
		.table tr.even {
			background: url(../images/05_bg.png);
		}

		.table tr:nth-child(even):hover,
		.table tr.even:hover {
			background: url(../images/15_bg.png);
		}

		table td {
			padding: 10px;
			text-align: center;
		}

	.table tr.heading {
		background: none !important;
	}

		table th {
			font-size: 11px;
			padding: 5px 10px;
			text-align: center;
			color: #999;
		}

.col-number {
	width: 2%;
	background: #000;
}

.col-episode {
	width: 30%;
	text-align: left !important;
}

.col-person {
	width: 30%;
    font-weight: bold;
}

.col-media {
	width: 8%;
	white-space: nowrap;
}

.col-weapon {
	width: 30%;
	font-weight: bold;
}

h3 {
	font-size: 16px;
}

	.time {
		color: #808080;
		font-size: 12px;
		font-weight: normal;
	}

.buttons-media {
	width: 55px
}

.buttons-media li {
	list-style: none;
	float: left;
	margin-right: 4px;
}

	.buttons-media li a {
		background: url(../images/sprite_media.png) no-repeat 0 16px;
		display: block;
		width: 16px;
		height: 16px;
		text-indent: -9000px;
		padding: 3px;
		-webkit-border-radius: 3px;
	}

		.buttons-media li a.video {
			background-position: center 0 !important;
		}

		.buttons-media li a.picture {
			background-position: center -20px !important;
		}

	.buttons-media li a:hover {
		background-color: rgba(255,255,255,.25) !important;
	}

h2 {
	color: #f6d12f;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h4 {
	color: #808080;
	font-size: 19px;
	font-weight: normal;
	margin: 10px 0;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	color: rgba(255,255,255,.5);
	padding: 20px 0;
}

.quote {
    margin: 0 0 1.5em;
}

    .quote q {
        font-style: italic;
        color: #777;
        font-size: 110%;
        font-weight: normal;
    }

    .quote a {
        text-transform: uppercase
    }
    
    p {
    margin: 0 0 1.5em;
}