/*
ngmoco - Star Defense
Cross-browser styles
*/

/* @override http://stardefense:8888/styles/style.css */

/* Whitespace Reset */

* {
	margin: 0;
	padding: 0;
}

/* Images */

a img {
	border: none;
	outline: none;
}

a {
	outline: none;
}

/* Sitewide */

body {
	color: #fff;
	font: 11px/18px "Helvetica Neue", Arial, sans-serif;
	background: #000 url(/images/backgrounds/starfield.jpg) repeat center top;
}

#container {
	background: url(/images/backgrounds/starbelt.gif) repeat-x center top;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.wrap {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/* Header */

#head {
	padding-top: 17px;
	background: url(/images/header/divide.gif) no-repeat center bottom;
	height: 133px;
	z-index: 9;
	position: relative;
}

#head .wrap {
	width: 920px;
}

/* @group Logo */

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-bottom: 8px;
}

#logo h1 a {
	background: url(/images/header/logo.png) no-repeat;
	width: 201px;
	height: 91px;
	display: block;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
}

#logo span {
	font-weight: bold;
	font-size: 18px;
	text-shadow: #101010 0 1px 1px;
}

#logo span a {
	color: #8b9496;
	text-decoration: none;
	padding-right: 20px;
	background: url(/images/header/rss.gif) no-repeat right;
}

#logo span a:hover {
	color: #fff;
	
}

/* @end */

/* @group Twitter */

#twitter {
	background: url(/images/header/twitter.jpg) no-repeat;
	float: left;
	width: 308px;
	text-align: center;
	margin-top: 12px;
}

#twitter ul {
	width: 280px;
	float: left;
	list-style: none;
	height: 71px;
	padding: 10px 14px 9px;
	position: relative;
	z-index: 5;
}

#twitter ul li {
	width: 70px;
	text-align: center;
	position: relative;
	float: left;
	display: block;
}

#twitter ul li img {
	display: block;
	margin-left: 11px;
	margin-right: 11px;
}

#twitter ul li a {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-shadow: #282828 0 1px 1px;
}

#twitter ul li .tweet {
	color: #394549;
	width: 175px;
	height: 92px;
	position: absolute;
	top: 46px;
	left: -52px;
	z-index: 9;
	overflow: hidden;
	background: url(/images/header/tweet.png) no-repeat;
}

#twitter ul li .tweet a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	text-shadow: #282828 0 1px 1px;
}

#twitter ul li .tweet em {
	position: absolute;
	width: 147px;
	height: 10px;
	left: 2px;
	bottom: 3px;
	background-image: url(../images/header/mask.png);
}

#twitter ul li .tweet p {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 12px;
	padding-top: 16px;
	padding-left: 12px;
	padding-right: 12px;
	font-style: normal;
}

#twitter ul li .tweet .notyet {
	color: #7b8184;
	width: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	background: url(../images/header/notyet.gif) no-repeat center 2px;
	font-size: 11px;
	margin-top: 2px;
}

#twitter ul li .tweet p a {
	color: #394549;
	text-shadow: none;
	text-decoration: underline;
}

#twitter ul li .tweet p a:hover {
	text-decoration: none;
}

#twitter strong {
	text-transform: uppercase;
	font-size: 12px;
	color: #e7f1f1;
	text-shadow: #000 0 1px 1px;
	line-height: 18px;
	display: block;
	float: left;
	width: 100%;
	clear: both;
	position: relative;
	z-index: 4;
}

#twitter strong em {
	background: url(/images/header/twitter.gif) no-repeat;
	width: 60px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	display: -moz-inline-box;
}

/* @end */

/* @group App Store */

#appstore {
	background: url(/images/header/appstore.jpg) no-repeat;
	float: left;
	width: 179px;
	padding: 8px 8px 0;
	margin-left: 360px;
/*	margin-left: 37px; */
	text-align: center;
	margin-top: 12px;
}

#appstore img {
	position: relative;
	top: 0;
	height: 64px;
	float: left;
	width: 179px;
}

#appstore strong {
	text-transform: uppercase;
	font-size: 12px;
	color: #e7f1f1;
	text-shadow: #000 0 1px 1px;
	clear: both;
	margin-top: 17px;
	display: block;
	float: left;
	width: 100%;
	line-height: 20px;
}

/* @end */

/* @group Insignia */

#head .insignia {
	position: absolute;
	right: 0;
	top: 5px;
}

/* @end */

/* Content */

#content {
}

#content .wrap {
	background: url(/images/viewer/glow.png) no-repeat 20px -33px;
	padding-top: 25px;
}

#content #foot .wrap {
	background-image: none;
	padding-top: 46px;
	padding-bottom: 22px;
}

#content h3 {
	text-transform: uppercase;
	font-size: 21px;
	color: #e5eaea;
}

#content #viewer {
	height: 338px;
	padding-bottom: 13px;
	z-index: 9;
	position: relative;
	clear: both;
	float: left;
	width: 980px;
}

#content .intro {
	position: relative;
	width: 949px;
	float: left;
	z-index: 11;
}

/* @group Headline */

#content .headline {
	padding-left: 30px;
	z-index: 10;
	position: relative;
	width: 678px;
	overflow: visible;
	float: left;
}

#content .type {
	position: relative;
	float: left;
}

#content .headline h1 {
	background: url(/images/viewer/headline.png) no-repeat;
	width: 610px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin-bottom: 2px;
}

#content .headline h2 {
	text-transform: uppercase;
	color: #b9c1c1;
	text-shadow: #262626 0 1px 1px;
	opacity: 0.6;
	font-size: 15px;
	word-spacing: 2px;
	float: left;
	padding-left: 2px;
	clear: both;
	width: 100%;
}

#content .headline .icon {
	display: ;
	float: right;
}

.intro ul#awards {
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	z-index: 9;
	zoom: 1;
}

.intro ul#awards li {
	float: left;
}

.intro ul#awards li.pocket {
	background: url(../images/viewer/pocket.png) no-repeat;
	width: 52px;
	height: 52px;
}

.intro ul#awards li.ign {
	background: url(../images/viewer/ign.png) no-repeat;
	width: 126px;
	height: 50px;
	margin-top: 1px;
	margin-left: 22px;
}

.intro ul#awards li .review {
	color: #394549;
	width: 175px;
	height: 92px;
	position: absolute;
	top: 46px;
	z-index: 9;
	overflow: hidden;
	background: url(/images/header/tweet.png) no-repeat;
}

.intro ul#awards li .review p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	padding-top: 16px;
	padding-left: 12px;
	padding-right: 12px;
}

.intro ul#awards li.ign .review p {
	font-size: 14px;
	line-height: 18px;
	padding-top: 20px;
}

.intro ul#awards li .review p small {
	display: block;
	padding-top: 8px;
	font-size: 9px;
}

.intro ul#awards li.pocket .review {
	position: absolute;
	left: -62px;
	z-index: 9;
}

.intro ul#awards li.ign .review {
	position: absolute;
	left: 51px;
	z-index: 9;
}

/* @end */

/* @group Playlist */

#playlist {
	padding-top: 27px;
	position: relative;
	float: left;
}

#content #playlist h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #eceff0;
	padding-left: 31px;
}

#content #playlist h4 {
	text-transform: uppercase;
	font-size: 13px;
	color: #c6cfd1;
	position: relative;
	top: -9px;
	padding-left: 31px;
}

#playlist .scroller {
	width: 172px;
	float: left;
	overflow: hidden;
	position: relative;
	left: 0;
	height: 197px;
	background: url(/images/playlist/grid.gif) no-repeat right top;
	margin-top: 6px;
	padding-bottom: 1px;
}

#playlist ul {
	width: 172px;
	float: left;
	list-style: none;
	height: 9999px;
	position: relative;
	top: 0;
}

#playlist ul li {
	display: block;
	height: 66px;
	position: relative;
	background-image: url(/images/playlist/play.png);
	float: left;
	width: 100%;
}

#playlist ul li.active {
	background: url(../images/playlist/active.png) no-repeat;
}

#playlist ul li span {
	display: block;
	height: 100%;
	position: absolute;
	background-image: url(/images/playlist/active.png);
	width: 100%;
	z-index: 1;
}

#playlist ul li a {
	display: block;
	padding-left: 56px;
	color: #fff;
	text-shadow: #000 0 1px 1px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 12px;
	padding-top: 20px;
	padding-bottom: 21px;
	position: relative;
	z-index: 4;
}

#playlist span a.scroll {
	width: 119px;
	height: 16px;
	background-image: url(/images/playlist/more.gif);
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 32px;
	top: 285px;
}

#playlist span a.back {
	width: 51px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 58px;
	top: 285px;
	background: url(/images/playlist/back.gif) no-repeat;
}

/* @end */

/* @group iPhone */

#iphone {
	background: url(/images/viewer/iphone.png) no-repeat;
	width: 485px;
	height: 292px;
	position: absolute;
	top: 9px;
	left: 158px;
	padding-top: 32px;
	padding-left: 104px;
}

#iphone img {
	width: 383px;
	height: 256px;
}

/* @end */

/* @group Spotlight */

#spotlight {
	padding-top: 39px;
	float: right;
	padding-right: 29px;
	z-index: 8;
}

#spotlight ul {
	float: left;
	list-style: none;
	text-align: center;
	width: 190px;
}

#spotlight ul li {
	display: block;
	position: relative;
	padding-bottom: 7px;
}

#spotlight ul li.active {
	padding-left: 10px;
}

#spotlight ul li img {
	display: block;
	position: relative;
	margin-bottom: 2px;
	top: 0;
	height: 113px;
	width: 190px;
}

#spotlight ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display: block;
	text-shadow: #282828 0 1px 1px;
}

/* @end */

/* @group Features */

#features {
	width: 920px;
	float: left;
	margin-left: 30px;
	position: relative;
	left: 0;
	z-index: 9;
	display: inline;
	height: 96px;
}

#features .scroller {
	width: 780px;
	float: left;
	overflow: hidden;
	position: relative;
	left: 0;
}

#features ul {
	list-style: none;
	float: left;
	width: 9999px;
	position: relative;
	left: 0;
}

#features ul li {
	float: left;
	position: relative;
}

#features ul li h3 {
	padding-bottom: 7px;
	padding-top: 3px;
}

#features .feature {
	display: block;
	position: relative;
	padding-left: 100px;
	height: 90px;
}

#features .arsenal .feature {
	width: 270px;
}

#features .social .feature {
	width: 270px;
	margin-right: 20px;
}

#features .explore .feature {
	width: 270px;
}

#features .graphics .feature {
	width: 270px;
}

#features ul li hr {
	background: transparent url(/images/viewer/hr.png) no-repeat 0 top;
	position: absolute;
	top: 32px;
	height: 1px;
	width: 332px;
	border-style: none;
}

#features ul li.gameplay hr {
	right: 25px;
}

#features ul li .image {
	float: left;
	margin-right: 17px;
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#features ul li p {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	text-shadow: #000 0 1px 1px;
	padding-top: 8px;
}

#features div.scroller ul li.environment div.feature p {
	width: 230px;
}

#features div.scroller ul li.environment {
	width: 360px;
}

#features .scroller ul li.environment .feature h3 {
	width: 255px;
}

#features div.scroller ul li.environment div.feature p {
	width: 235px;
}

#features div.scroller ul li.gameplay {
	width: 390px;
}

#features div.scroller ul li.social div.feature p {
	width: 265px;
}

#features a.scroll {
	position: absolute;
	top: 10px;
	left: 778px;
	width: 83px;
	height: 15px;
	background-image: url(../images/viewer/more.gif);
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
}

#features a.back {
	position: absolute;
	top: 15px;
	left: 792px;
	width: 59px;
	height: 7px;
	background-image: url(../images/viewer/back.gif);
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
}

#features .mask {
	position: absolute;
	z-index: 9;
	left: 678px;
	top: -22px;
}

/* @end */

/* @group Media */

#media {
	clear: both;
	background: url(/images/media/box.jpg) no-repeat center top;
	padding-top: 51px;
	z-index: 0;
	position: relative;
	display: block;
}

#media .screenshots {
	float: left;
	padding-left: 50px;
	width: 621px;
	position: relative;
	z-index: 9;
}

#media .wallpapers {
	float: right;
	padding-right: 50px;
	width: 258px;
	text-align: center;
	position: relative;
	z-index: 9;
}

#media .screenshots h3, #media .wallpapers h3 {
	float: left;
	line-height: 18px;
}

#media .wallpapers h3 {
	padding-left: 5px;
}

#media .screenshots small, #media .wallpapers small {
	line-height: 18px;
	float: left;
	font-size: 11px;
	padding-top: 6px;
	padding-left: 12px;
	font-weight: bold;
	text-shadow: #1b1b1b 0 1px 1px;
}

#media .screenshots ul {
	clear: both;
	padding-top: 29px;
	list-style: none;
	position: relative;
	float: left;
	width: 100%;
}

#media .screenshots ul li {
	margin-right: 9px;
	margin-bottom: 3px;
	display: inline-block;
}

#media .wallpapers ul {
	background: url(../images/media/wallpapers/set.png) no-repeat;
	margin-top: 24px;
	clear: both;
	float: left;
	width: 240px;
	height: 180px;
	margin-left: 8px;
	position: relative;
	list-style: none;
	zoom: 1;
}

#media .wallpapers ul li {
	position: absolute;
	zoom: 1;
}

#media .wallpapers ul li.wallpaper-1 {
	top: 33px;
	width: 73px;
	height: 110px;
	left: 83px;
}

#media .wallpapers ul li.wallpaper-1 a {
	width: 73px;
	height: 110px;
	background: url(/images/media/wallpapers/preview-01.jpg) no-repeat;
}

#media .wallpapers ul li.wallpaper-2 {
	top: 42px;
	left: 15px;
	width: 60px;
	height: 99px;
}

#media .wallpapers ul li.wallpaper-2 a {
	width: 60px;
	height: 99px;
	background-image: url(/images/media/wallpapers/preview-02.jpg);
}

#media .wallpapers ul li.wallpaper-3 {
	top: 42px;
	left: 163px;
	width: 62px;
	height: 99px;
}

#media .wallpapers ul li.wallpaper-3 a {
	width: 62px;
	height: 99px;
	background-image: url(/images/media/wallpapers/preview-03.jpg);
}

#media .wallpapers ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	zoom: 1;
	position: relative;
	background-color: transparent;
}

#media .wallpapers strong {
	display: block;
	position: relative;
	clear: both;
	top: -6px;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

#media .wallpapers em {
	display: block;
	position: relative;
	clear: both;
	top: -9px;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-shadow: #1b1b1b 0 1px 1px;
}

/* @end */

/* @group Foot */

#foot {
	clear: both;
}

#foot ul {
	padding-left: 30px;
	position: relative;
	list-style: none;
}

#foot ul li {
	display: inline-block;
	padding-right: 8px;
}

#foot ul li.rss {
	position: absolute;
	top: 5px;
	right: 30px;
	font-weight: bold;
	font-size: 15px;
	text-shadow: #101010 0 1px 1px;
	padding-right: 0;
}

#foot ul li.rss a {
	color: #8b9496;
	text-decoration: none;
	padding-right: 18px;
	background: url(/images/foot/rss.gif) no-repeat right 3px;
}

#foot ul li.rss a:hover {
	color: #fff;
}

#foot ul.credits {
	background: url(../images/foot/divide.gif) no-repeat center top;
	padding-top: 10px;
	padding-right: 18px;
	margin-top: 1px;
}

#foot ul.credits li.production {
	font-size: 11px;
	font-weight: bold;
	text-shadow: #1b1b1b 0 1px 1px;
	width: 49%;
	padding: 0 0 0 2px;
}

#foot ul.credits li.copyright {
	font-size: 11px;
	font-weight: bold;
	text-shadow: #1b1b1b 0 1px 1px;
	width: 49%;
	padding: 0 0 0 2px;
	text-align: right;
}

#foot ul.credits li {
	font-size: 11px;
	font-weight: bold;
	text-shadow: #1b1b1b 0 1px 1px;
	padding-left: 3px;
}

/* @end */

/* @group Spacescape */

#spacescape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#spacescape .planet {
	position: absolute;
	top: 26px;
	left: 50%;
	margin-left: 12px;
	z-index: 0;
}

#spacescape .planet span {
	position: absolute !important;
}

/* @end */
