﻿@import url("http://luckycorpse.s3.amazonaws.com/css/initial.css");

body {
	background: #000;
	margin: 30px auto;
	padding: 0px;
	color: #333333;
	font-size: 1em;
}

a:active, a:link, a:visited {
	color: #db001b;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 1em;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 1em;
}
#container {
	width: 860px;
	margin: 0 auto;
	
}
#header {
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
	height: 245px;
	overflow: hidden;
}
#header h1, #header h2 {
	display: none;
}
#logo {
	position: absolute;
	width: 255px;
	height: 255px;
	top: 20px;
}
#navigation {
	background: url(../images/bg_navigation.jpg) 0 0 no-repeat;
	height: 50px;
}
#content {
	background: url(../images/bg_content_repeat.jpg) 0 258px repeat-y;
}
#main_content {
	background: url(../images/bg_content.jpg) 0 0 no-repeat;
	padding: 50px 70px 20px;
	min-height: 315px;
}
#footer {
	background: url(../images/bg_footer.jpg) 0 0 no-repeat;
	height: 96px;
	padding-top:100px;
	font-size:65%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#footer p.copyright {
	float: left;
	font-size: 1em;
	color: #888;
	width: 300px;
}
#footer ul {
	float: right;
	width: 300px;
	text-align: right;
}
#footer ul li {
	font-size: 1em;
	list-style: none;
	padding: 5px;
	display: inline;
}
#footer ul li a, #footer ul li a:visited {
	color: #888;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #ccc;
	text-decoration: none;
}

#navigation ul {
	position: relative;
	margin: 0;
}
#navigation ul li {
	position: absolute;
	list-style: none;
	margin-top: -20px;
}
#navigation ul li a, #navigation ul li a:visited {
	color: #fff;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	height: 85px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
#navigation ul li a:hover {
	color: #000;
	text-decoration: none;
	background-position: 0 -85px;
}

#nav_videos {
	left: 20px;
	z-index: 95;
}
#nav_stores {
	left: 127px;
	z-index: 94;
}
#nav_contestrules {
	left: 212px;
	z-index: 92;
}
#nav_joincorpses {
	left: 380px;
}
#nav_about {
	left: 571px;
}
#nav_login {
	left: 678px;
}
#nav_videos a, #nav_videos a:visited {
	background-image: url(../images/nav_videos.png);
	width: 155px;
}
#nav_stores a, #nav_stores a:visited {
	background-image: url(../images/nav_stores.png);
	width: 133px;
}
#nav_contestrules a, #nav_contestrules a:visited {
	background-image: url(../images/nav_contestrules.png);
	width: 216px;
}
#nav_joincorpses a, #nav_joincorpses a:visited {
	background-image: url(../images/nav_joincorpses.png);
	width: 258px;
}
#nav_about a, #nav_about a:visited {
	background-image: url(../images/nav_about.png);
	width: 166px;
}
#nav_login a, #nav_login a:visited {
	background-image: url(../images/nav_login.png);
	width: 162px;
}
/*
#nav_videos a:hover {
	background-image: url(../images/nav_videos_hover.png);
}
#nav_stores a:hover {
	background-image: url(../images/nav_stores_hover.png);
}
#nav_contestrules a:hover {
	background-image: url(../images/nav_contestrules_hover.png);
}
#nav_joincorpses a:hover {
	background-image: url(../images/nav_joincorpses_hover.png);
}
#nav_about a:hover {
	background-image: url(../images/nav_about_hover.png);
}
#nav_login a:hover {
	background-image: url(../images/nav_login_hover.png);
}
*/

