/* @override http://ne0.us/css/stylesheet.css */

body {
	background: #0e2d73 url(../images/bk.png) repeat-x;
	margin:0;
	padding: 0;
}

.snowflake {
	width: 20px;
	height: 20px;
	background-image: url(../images/snow.png);
}

.snow1 {
	background-position: 0 0;
}

.snow2 {
	background-position: 0 -99px;
}

.snow3 {
	background-position: 0 -123px;
}

.snow4 {
	background-position: 0 -196px;
}

.snow5 {
	background-position: 0 -42px;
}

.snow6 {
	background-position: 0 -214px;
}

.snow7 {
	background-position: 0 -233px;
}

.snow8 {
	background-position: 0 -302px;
}

#center {
	width: 600px;
	margin: -50px -300px;
	position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
	font-family: 'Vollkorn', arial, serif;
	color: #ffffff;
	text-shadow: 0px 1px 0px #d5d5d5;
}

.LogoText {
	font-size: 48px;
}

.menuPointer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	width: 150px;
	height:	58px;
	background: url(../images/menu.png) no-repeat;
	display: block;
}

.LogoSmall {
	margin-left: 100px;
	font-size: 20px;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 458px;
	height: 253px;
}

.hud {
	width: 400px;
	height: 170px;
	background-color: rgba(33,33,33,0.8);
	border: 1px solid #353535;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 0px 0px 5px #212121;
}

.hud .header {
	background-color: rgba(66,66,66,0.3);
	-moz-border-radius-top-left: 7px;
	-moz-border-radius-top-right: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	height: 23px;
}

.closeButton {
	margin: 5px;
	float: left;
}

.hud .title {
	text-align: center;
	height: 16px;
	margin-left: 24px;
	color: #ffffff;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 4px;
	padding-bottom: 2px;
}

#ipodHUD {
	top: 20px;
	position: absolute;
	right: 20px;
}

#twitterHUD {
	top: 20px;
	left: 20px;
	position: absolute;
	width: 275px;
	color: #fffeff;
	height: 105px;
}

#twitter_update_list{
	padding: 10px;
}

#twitter_update_list li{
	list-style: none;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#twitter_update_list li a:link, #twitter_update_list li a:visited{
	color: #69a9e8;
	text-decoration: none;
}

.ipodHolder {
	padding: 22px;
	color: #ffffff;
}

.ipodHolder img {
	float: left;
	margin-right: 15px;
}

.itunesText {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.itunesArtist {
	font-weight: bold;
}

.bottomBar {
	bottom: 0;
	position: absolute;
	right: 0;
	left: 0;
	background: #fffeff url(../images/bar.png) repeat-x;
}

.menu {
	padding: 8px;
	float: left;
	margin-left: 10px;
}

.menu a:link, .menu a:visited {
	color: #000;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

.copyright {
	float: right;
	padding: 10px 15px 10px 10px;
	color: #5e5e5e;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.content {
	clear: both;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-right: 15%;
	height: 0px;
	overflow: hidden;
}

.content a:link, .content a:visited {
	color: #3f66fe;
	text-decoration: none;
}

.contentPadding {
	padding: 50px;
}

#countdownHUD {
	width: 250px;
	bottom: 100px;
	right: 20px;
	position: absolute;
	overflow: visible;
	height: 200px;
}

#countdownHUD .text{
	padding: 10px;
	color: #fff;
	text-align: center;
	font: 20px 'Vollkorn', arial, serif;
}