@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding 0; }
html { background: black; }
body { font: 12px/1.4 Georgia, serif; }


.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.group { display: inline-block; clear: both; }
/* start commented backslash hack \*/* html .group { height: 1%; } .group { display: block; } /* close commented backslash hack */



article, aside, figure, footer, nav, section { display: block; }

.button {
	background-image: -moz-linear-gradient(top, #a5a5a5, #3c3c3c);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a5a5a5), color-stop(1, #3c3c3c));
	padding: 5px 15px;
	color: white;
	font-weight: normal !important;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid white !important;
	-moz-box-shadow: 1 px 1px 3px #666;
	-webkit-box-shadow: 1 px 1px 3px #666;
	box-shadow: 1px 1 px 3 px #666;
}

.button:hover {
	background-image: none;
	background-color: #5a5a5a;
	-moz-box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
	text-decoration: none !important;
	
}
#form {
	padding: 0 0 15 0;
}

#page-wrap { width: 800px; margin: 30px auto 10px; background: white; }

header { position: relative; padding: 20px 20px 20px 250px; }

h1 {
	position: relative;
	padding: 20px 20px 20px 300px;
	border-bottom: 1px solid #666;
	
	color: #666;
	text-shadow: 2px 2px 0 #d8d8dc;
	font-family: "American Typewriter Light";
	font-size: 24px;
}
h2 {
	position: relative;
	padding: 20px 20px 20px 225px;
	border-bottom: 1px solid #666;
	text-transform: uppercase;
	color: #666;
	text-shadow: 2px 2px 0 #d8d8dc;
	font-family: "American Typewriter";
	font-size: 36px;
}
h3 {
	position: relative;
	padding: 20px 20px 20px 220px;
	
	color: #666;
	text-shadow: 2px 2px 0 #d8d8dc;
	font-size: 18px;
	
}
h4 {
	color:#666 
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #d8d8dc;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 12px 0;
	letter-spacing: 5px;
}
h5 {
	color:#666 
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 12px 0;
	letter-spacing: 5px;
}
h6 {
	color:#666 
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 12px 0;
	letter-spacing: 5px;
}
h7 {
	color:#666 
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #d8d8dc;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 12px 0;
	letter-spacing: 5px;
}
h8 {
	color:#666 
	text-transform: uppercase;
	text-shadow: 2px 2px 0 #d8d8dc;
	font-weight: normal;
	font-size: 1px;
	margin: 0 0 12px 0;
	letter-spacing: 5px;
}

aside {float: left; width: 275px; padding:48px 0 0 0;}	

#main-content {
	float: right;
	width: 455px; 
	padding: 0 30px 0 0; 
}
	
nav ul {
	list-style: none;
	}

nav ul li a {
	display: block;
	padding: 10px 10px 10px 15px;
	color: white;
	font size: 16px;
	text-decoration: none;
	background: #575757;
	margin: 0 0 5px 0;
	position: relative;
	width: 230px;
}
nav ul li a span {
	position: absolute;
	right: 100%;
	top: 5px;
	width: 15px;
	height: 100%;
	background-color:#575757;
	background-image: url(../images/navshadow.png);
	background-position: right top;
	background-repeat: repeat-y;
}
nav ul li:nth-child(2) a, nav ul li:nth-child(2) a span {
	background-color: #a5a5a5;
}
nav ul li:nth-child(3) a,nav ul li:nth-child(3) a span {
	background-color: #5a5a5a;
}	
nav ul li:nth-child(4) a,nav ul li:nth-child(4) a span {
	background-color: #656565
}	
nav ul li:nth-child(5) a, nav ul li:nth-child(5) a span{
	background-color: #5c5c5c;
}
nav ul li:nth-child(6) a, nav ul li:nth-child(6) a span {
	background-color: #505050;
}
nav ul li:nth-child(7) a, nav ul li:nth-child(7) a span {
	background-color: #414141;
}
nav ul li:nth-child(8) a, nav ul li:nth-child(8) a span {
	background-color: #3c3c3c;
}

.widget {
	background: url(../images/widget-shadow.png) top right no-repeat;
	padding: 30px;
	margin: 30px -30px 0 0;
}
	
	
.widget h4 {
		color: #3c3c3c;
		text-align: right;
		font-size: 16px;
		text-shadow: 2px 2px 0 #d8d8dc;
		text-transform: uppercase;
		margin: 0 0 12px 0;
		letter-spacing: 5px;
		font-weight: normal;
	
	
}

.widget .date {
	color: white;
	background: #5a5a5a ;
	background: #3c3c3c;
	padding: 3px;
	text-align: right;
	width: 240px;
	margin: 0 0 12px -3px;
	letter-spacing: 3px;
	font-size: 12px;
	text-transform: uppercase;
}
	
.widget h5 {
		font-weight: normal;
		font-size: 18px;
		margin: 0 0 6px 0;
		padding: 0 0 0 25px;
		
}

.widget p {
	color: #999;
	font-size: 12px;
	padding: 0 0 0 25px;
}
footer {
	width: 800px;
	margin: 0 auto 40px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#quote {
	width: 50%;
	float: left;
	
}
#copyright {
	width: 50%;
	float: right;
	text-align: right;
}
