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

body {
	background-color:#2D2D2D;
	color:#E6E6E6;
	margin:0;
	padding:0;
	font-family:Helvetica, Geneva, Arial, sans-serif;
}

#wrapper {
	background-color:#2D2D2D;
	background-image:url('../images/virginia/bg_window.jpg');
	background-repeat:no-repeat;
	background-position:530px 0;
	margin:0 0 0 30px;
	padding:0;
	width:1020px;
	position:relative;
	border:1px solid #2D2D2D;
}


#player {
	width:262px;
	padding:5px;
	position:absolute;
	top:525px;
	right:102px;
	background-color:#ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 2px 5px #000;
	-webkit-box-shadow: 1px 2px 5px #000;
    box-shadow: 2px 2px 5px #000;
}

h1 {
	margin:50px 0 20px 40px;
	padding:0;
	width: 540px;
	height:215px;
	background-image:url('../images/virginia/virginia.jpg');
	text-indent:-9999px;
}

h2 {
	margin:70px 0 0 200px;
	padding:0;
	width: 220px;
	height:50px;
	background-image:url('../images/virginia/buy.jpg');
	text-indent:-9999px;
	clear:both;
}

p {
	width:540px;
	margin: 0 0 15px 70px;
	line-height:1.5em;
	font-size: 90%;
}

a, a:visited {
	text-decoration: none;
	color:#E6E6E6;
}

a:hover, a:active {
	color:#E6E6E6;
	text-shadow: #b71a01 2px 2px 1px;
}


p#footer {
	margin: 25px auto;
	text-align:center;
	width:auto;
	font-size:80%;
	font-style:italic;
}

ul#stores {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

ul#stores li {
	display: inline;
	font-size:150%;
	border-right:1px solid;
}

ul#stores li.last {
	border-right:none;
}

ul#stores li a, ul li a:visited {
	text-decoration: none;
	padding:0 10px;
	color:#E6E6E6;
}

ul#stores li a:hover, ul#stores li a:active {
	color:#E6E6E6;
	text-shadow: #C50000 2px 2px 1px;

}

ul#stores li a.soon:link, ul#stores li a.soon:visited, ul#stores li a.soon:hover, ul#stores li a.soon:active {
	text-decoration:none;
	text-shadow:none;
	color:#666;
	cursor:default;
}

/* -----BEGIN SITE NAV----- */

#sitenav {
	width:26px;
	position:fixed;
	top:10px;
	left:-40px;
	z-index:1000;
}

#nav li {
	margin-bottom:15px;
	overflow:hidden;
	width:26px;
	height:111px;
}

#home_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/home.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#home_nav a:hover {
	background-position:-30px 0;
}


#getupkategetup_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/getupkategetup.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#getupkategetup_nav a:hover {
	background-position:-30px 0;
}

#virginia_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/virginia.png) -60px 0 no-repeat;
	text-indent:-9999px;
	cursor:default;
}

#lamentations_nav a {
	display:block;
	width:26px;
	height:111px;
	background: transparent url(../images/nav/lamentations.png) 0 0 no-repeat;
	text-indent:-9999px;
}

#lamentations_nav a:hover {
	background-position:-30px 0;
}

/* -----END SITE NAV----- */
