/*
------------------------------------------
	R E S E T
------------------------------------------ */
html, body, div, span, object, form, fieldset, h1, h2, h3, h4, h5, h6, p, ul, li, blockquote, a, abbr, code, del, em {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
img { border: none; }
:focus { outline: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hide, hr, legend { display: none; }

.clear { clear: both; }
.clr:after {
	clear: both;
	content: ".";
	display: block;
	height: 0; 
	visibility: hidden;
}


/*
------------------------------------------
	C O R E
------------------------------------------ */
body {
	background: #fefefe;
	color: #484848;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Verdana, sans-serif;
	line-height: 18px;
	padding: 0;
	text-shadow: rgba(255,255,255,.84) 0 1px 0;
}
h2 {
	color: #444;
	font: normal normal 25.5px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 7px 0 0 0;
	text-shadow: rgba(0,0,0,.84) 0 -1px 0;
}
h2 strong {
	color: #464646;
	font-weight: normal;
}
p, li { font-size: 12px; }
ul, ol, dl, p { margin-bottom: 1em; }
a {
	color: #418229;
	cursor: pointer;
	text-decoration: none;
}
a:hover { color: #192215; }
img {
	display: block;
	margin: 0;
}

.wrap {
	margin: 0 auto;
	width: 980px;
}


/*
------------------------------------------
	M A I N   B L O C K
------------------------------------------ */
#header {
	background: #e8e8e8;
	border-bottom: 1px solid #e0e0e0;
}
#masthead {
	background: transparent url(../_i/hdr-bg.jpg) 0 0 no-repeat;
	height: 200px;
	position: relative;
}
#logo {
	float: right;
	margin: 48px 0 0 0;
	width: 430px;
}
#screens {
	background: transparent url(../_i/screens.jpg) 0 0 no-repeat;
	float: left;
	margin: 16px 0 1.5em 30px;
	height: 566px;
	width: 471px;
}
#content {
	float: right;
	padding: 34px 15px .5em 0;
	width: 446px;
}
#content li {
	background: transparent url(../_i/icons.png) 1px 4px no-repeat;
	list-style: none;
	margin-bottom: 1.5em;
	padding-left: 39px;
}
#content li#player { background-position: 1px -147px; }
#content li#search { background-position: 1px -297px; }
#content li strong { color: #343434; }
.app-btn {
	background: transparent url(../_i/app-store-btns.png) 0 0 no-repeat;
	display: block;
	float: left;
	margin-bottom: 1.25em;
	height: 73px;
	text-indent: -9999px;
	width: 205px;
}
#app-store { margin-right: 25px; }
#app-store:hover { background-position: 0 -80px; }
#app-store:active { background-position: 0 -160px; }
	#app-store.disabled, #app-store.disabled:hover {
		background: transparent url(../_i/app-store-disabled.png) 0 0 no-repeat;
		cursor: default;
	}
#android-store { background-position: -210px 0; }
#android-store:hover { background-position: -210px -80px; }
#android-store:active { background-position: -210px -160px; }



/*
------------------------------------------
	F O O T E R
------------------------------------------ */
#footer {
	padding: 26px 0 39px 0;
	text-align: center;
}
#footer p {
	color: #888;
	font-size: 10px;
	margin-bottom: 0;
}
#footer a { font-weight: bold; }
#footer p strong { color: #555; }
#footer p.links { color: #aaa; }
#footer p.links a { margin: 0 4px; }

#footer a.disabled {
	color: #888;
	cursor: default;
}
#footer a.disabled em {
	color: #aaa;
	font-weight: normal;
	font-style: normal;
}

