@import url('reset.css');
/* General Demo Style */
body{
    background:#d8cebb url(../images/pinstripe_dark.png) repeat top left;
	color: #333;
	font-family: 'Amatic SC', Arial, sans-serif;
	font-size: 13px;
}
.container{
	position:relative;
}
a{
	color: #fff;
	text-decoration: none;
}
.clr{
	clear: both;
}
.content{
	position:relative;
}
h1{
	text-align: center;
	padding: 20px 0px 5px 0px;
	font-size: 30px;
	color: #000;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	font-weight: 700;
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
h1 a{
	text-shadow: none;
	color:#555;
	background:#fff;
	font-size:20px;
	padding: 2px 5px;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}
h1 a.selected,
h1 a.selected:hover{
	background:#d8cebb;
	color:#fff;
	text-shadow:none;
    font-weight:bold;
	outline: none;
}
h1 a:hover{
	background:#d8cebb;
}
