/*
	Kings of New York Style-Sheet
	Author: Joan Sartori
	Date: 11/9/2014
*/

/* Palette

Dark Rouge: #360000
Darker Rouge: #2A0000
Lighter Dark Rouge: #460303
Red: #730000
Bright Red: #A80000

*/


/* Body Styles */

body {
	background-color: #360000;
	background-image: url('red-tiger.png');
	font-family: Verdana, Geneva, sans-serif;
	color: #730000;
	line-height: 1.0em;
}

/* Header Styles */

header {
	top: 0;
	width: 60%;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2A0000;
	background-image: url('header-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #A80000;
	padding: 1.0em;
	text-shadow:
	-1px -1px 0 #000000,
	1px -1px 0 #000000,
	-1px 1px 0 #000000,
	1px 1px 0 #000000;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
}

img#headerimage {
	border: none;
}

h1 {
	position: absolute;
	top: 3.0em;
	margin-left: 260px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.0em;
}

h2 {
	position: absolute;
	top: 6.5em;
	margin-left: 260px;
	width: 30%;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	text-align: center;
}

/* Navigation Styles */

nav {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	background-color: #730000;
	color: #2A0000;
	font-family: Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	font-size: 1.0em;
	padding: 1.0em;
	text-align: center;
}

nav.horizontal ul {
	margin-left: -3.0em;
}

nav.horizontal li {
	display: inline;
}

nav.horizontal li a {
	color: #2A0000;
	text-decoration: none;
	padding: 1.3em;
	border: 1px solid #2A0000;
}

nav.horizontal li a:hover {
	text-decoration: none;
	background-color: #A80000;
}

nav.horizontal li a:visited {
	text-decoration: none;
}

nav.horizontal li a:active {
	text-decoration: none;
}

/* Content Styles */

#content {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 1.2em;
	background-color: #2A0000;
	color:#A80000;
	font-size: 0.8em;
}

#content a {
	color: #ffffff;
	text-decoration: none;
}

#content a:hover {
	text-decoration: line-through;
}

#content a:visited {
	color: #730000;
	text-decoration: none;
}

#content a:active {
	text-decoration: none;
}

#content img {
	float: left;
	border: none;
	padding: 0.5em;
}

iframe {
	display: block;
	border: 0;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* Footer Styles */

footer {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 1.3em;
	background-color: #460303;
	color: #A80000;
	font-size: 0.7em;
	text-align: center;
	border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #730000;
	text-decoration: line-through;
}

footer a:visited {
	color: #ffffff;
	text-decoration: none;
}