@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	text-shadow: rgba(200, 200, 200, 0.699219) 0px 1px 0;
}

body.chooser {
	background: url(/images/chooser_bg.gif) repeat-x;
	height: 100%;	
}

body.zombie {
	background: url(/images/zombie_bg.png) repeat-x center top;
	height: 100%;
}

body.survivor {
	background: url(/images/survivor_bg.jpg) repeat-x center top;
	height: 100%;
}

h1 {
	color:#444;
	text-shadow: #333 1px 1px 1px, #eee 1px -1px -1px;
	font-size: 16px;
}

input {
	border: 3px solid #ccc;
	padding: 2px 5px;
	margin: 4px 0;
	font-size: 14px;
	width: 400px;
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
	width: 400px;
	border: 3px solid #ccc;
	padding: 2px 5px;
	margin: 4px 0;
	font-size: 14px;
}

strong.modified {
	font-style:italic;
	color: #666;
	font-size: 11px;
}

div.rightSide {
	width: 648px;
	float: right;
}

a {
	color: #000;
}

body.zombie div.content {
	min-width: 1000px;
	margin: 0 auto;
	width: 80%;
}

body.survivor div.content {
	min-width: 1000px;
	margin: 0 auto;
	width: 80%;
}

body.zombie div.divider {
	margin: 5px 0;
	background: url(/images/zombie_divider.png);
	width: 271px;
	height: 49px;
}

body.survivor div.divider {
	margin: 10px 0;
	background: #999;
	width: 271px;
	height: 1px;
}

#header {
	background: url(/images/nav_bg.gif) repeat-x;
	width: 100%;
	height: 42px;
}

#wrapper{
margin:0 0 -50px 0;/* the bottom margin is the negative value of the footer's height */
min-height: 100%;
height: auto !important;
height: 100%;
min-width:960px;
}

#footer {
	clear: both;
	position: fixed;
	bottom: 0px;
	z-index: 9;
	height: 43px;
	background: url(/images/footer_bg.png) repeat-x;
	width: 100%;
	color: #fff;
	line-height: 35px;
	padding: 12px 50px 0 50px;
	text-align: left;
}


#footer a,#right_nav a {
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}

#footer_stuff {
	width: 400px;	
}

#imazombie {
	float: right;
	background: url(/images/imazombie.gif) no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 169px;
	height: 36px;
	margin-right: 100px;
}

#imasurvivor {
	float: right;
	background: url(/images/imasurvivor.gif) no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 195px;
	height: 43px;
	margin-right: 100px;	
}

#right_nav {
	width: 648px;
	float: right;
	text-align: right;
	line-height: 42px;
	height: 42px;
	color: #fff;
}

#nav {
	float: left;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a {
	color: #fff;
	line-height: 43px;
	text-decoration: none;
	margin: 0 10px;
}

#nav a:hover,#nav a.on {
	color: #ffd400;
}

#plague_logo {
	display:block;
	background:#CCC;
	border: dashed 1px #999;	
	float: right;
	height: 50px;
	width: 50px;
}

#products {
		
}

h1#iphone {
	display: block;
	position: relative;
	margin: 0;
	background: url(/images/iphone.png) no-repeat top left;
	width: 315px;
	height:556px;
	text-align: left;
	float: left;
	z-index: 1;
}

div#plague_loader {
	display: none;
	position:relative;
	z-index: 9;
	width: 232px;
	height: 348px;
	text-indent: -9999px;	
	left: 44px;
	top: 97px;
	background: url(/images/plague_loader.png) no-repeat top left;
}

#news_history {
	clear: both;
	font-size: 13px;
	width: 280px;
	height: 500px;
}

#news_history a {
	text-decoration: none;
}

body.survivor div#news_history a {
	color: #005e8f;
}

body.zombie div#news_history a {
	color: #831400;
}
	
#news_history a:hover {
	text-decoration: underline;
}

/* common */

.blue_title {
	color: #005e8f;
	font-weight: bold;
	margin-top: 70px;
	text-transform: uppercase;
}


/* number ticker */

.number {
	position:relative;
	width: 48px;
	border-right: 1px #000 solid;
	border-left: 1px #333 solid;
	height: 59px;
	overflow: hidden;
	float: left;
}

.tumbler {
	top: 0;
	position:relative;	
	background: url(/images/tumbler_numbers.gif) repeat-y top left;
	width: 50px;
	height: 2000px;
}

.glare {
	position:absolute;
	top: 0;
	left: 0;
	background: url(/images/tumbler_glare.png) no-repeat top left;
	width: 50px;
	height: 59px;
	z-index: 1;
}



.rss {
	background: url(/images/rss.gif) no-repeat right;
	padding-right: 21px;
	line-height: 18px;
	float: right;
	font-style:italic;
	text-decoration: none;
}

.rss:hover {
	text-decoration: underline;
}

div#messages div {
padding:15px 15px 15px 40px;
margin:10px 0;
font-weight:bold;
display:none;
background:url(/images/icon_error.gif) no-repeat 15px center #efef99;
border:solid 1px #000;
color:#000;
}

div#messages div.msg_zombie{
background:url(/images/icon_error.gif) no-repeat 15px center #cfaeae;
border:solid 1px #40030c;
color:#40030c;
}

div#messages div.msg_survivor{
background:url(/images/icon_success.gif) no-repeat 15px center #cfefce;
border:solid 1px #1fb517;
color:#0f6e0b;
}

/* general styles */

.clear {
	clear: both;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.right {
	float: right;
}

.left {
	float: left;
}
