/* This is less about the past and more about the future */
/* Ver EBS-FE 1.0 */

body {
	margin: 0;
	padding: 0;
	background: #222;
	font: 62.5%/130% Helvetica, sans-serif;
	color: #000;
}

a {
	color: #444;
	outline: none;
}

a:hover {
	text-decoration: none;
}

.bounds {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 960px;
}

#masthead {
	color: #fff;
	height: 75px;
	margin: 0;
	padding: 20px 0 40px;
	background: #222;
}

#masthead h1 {
	position: relative;
	display: inline-block;
	/*float: left;
	display: inline;*/
	width: 230px;
	/*width: 340px;
	background: url(../images/nav-divider.png) no-repeat 240px 0;*/
}

#masthead h1 a {
	display: inline-block;
	width: 230px;
	height: 50px;
	margin-bottom: 3px;
	margin-right: 25px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/drumline-app-logo.png) no-repeat;
	vertical-align: middle;
	cursor: default;
}

#masthead p.tagline {
	display: inline-block;
	padding: 8px 0 0 0;
	font-family: 'Amaranth', sans-serif;
	font-size: 1.6em;
	vertical-align: middle;
	margin: 0 0 0 55px;
}

#masthead ul {
	float: left;
	display: inline;
	width: 500px;
	margin: 28px 0 0 25px;
	list-style: none;
}

#masthead ul li {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 15px;
}

#masthead ul li a {
	color: #999;
	text-decoration: none;
}

#masthead ul li a.on,
#masthead ul li a:hover {
	color: #fff;
}

#masthead .download {
	position: absolute;
	top: 5px;
	right: 0;
	width: 236px;
	height: 55px;
	background: transparent url(../images/bg-download.png) 0 0 no-repeat;
	font-family: 'Amaranth', sans-serif;
}

#masthead .download p {
	float: left;
	display: inline;
	width: 115px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: center;
	margin: 10px 0 0 0;
}

#masthead .download p strong {
	font-size: 19px;
	display: block;
	margin-bottom: 5px;
}

#masthead .download a {
	position: absolute;
	top: 4px;
	right: 6px;
	width: 125px;
	height: 43px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../images/btn-download.png);
	background-position: 0 0;
}

#masthead .download a:hover {
	background-position: 0 -44px;
}

#main-nav {
	position: relative;
	display: block;
	overflow-x: hidden;
	height: 300px;
	background: #000 url(../images/bg-main-nav.png) repeat-x;
}

.lightSource {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -235px;
	width: 550px;
	height: 437px;
	background: url(../images/light-source.png) no-repeat center bottom;
}

#main-nav .lightSource {
	top: auto;
	bottom: 0;
}

#main-nav .bounds {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 250px;

}

.app {
	position: relative;
	float: left;
	display: inline;
	width: 200px;
	height: 200px;
	margin: 0 50px 100px;
	z-index: 1;
}

.app.open {
	width: 300px;
	height: 280px;
	margin: 0 0 20px;
}

.app h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
	padding-top: 15px;
}

.app img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

#app-detail {
	position: relative;
	border-top: 1px solid #777;
	border-bottom: 1px solid #666;
	background: #000;
	/*background: #000 url(../images/bg-detail.png) repeat-x left bottom;*/
	display: none;
}

#app-detail .bounds {
	padding: 20px 0;
	color: #ccc;
	font-size: 1.4em;
	line-height: 1.3em;
}

#app-detail #indicator {
	display: none;
	position: absolute;
	top: 0;
	left: 495px;
	/*left: 250px;*/
	margin-top: -30px;
}

#app-detail .close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: .5;
}

#app-detail .close:hover {
	opacity: 1.0;
}

#app-detail .detail {
	display: none;
}

#app-detail .content {
	position: relative;
	width: 530px;
}

#app-detail .content img.icon {
	float: left;
	display: inline;
	margin: 0 10px 0 -5px;
}

#app-detail .content h3 {
	font-family: 'Alfa Slab One', cursive;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 6px 0 0;
	background: url(../images/bg-h3.png) no-repeat center bottom;
}

#app-detail .content h3 span {
	display: block;
	font-family: 'Amaranth', sans-serif;
	font-size: 16px;
	text-transform: none;
	color: #999;
	padding-top: 3px;
}

#app-detail .content h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

#app-detail .content a {
	color: #f0f;
	text-decoration: none;
}

#app-detail .content a:hover {
	color: #fff;
}

#app-detail .content p,
#app-detail .content ul {
	margin: 0 0 15px;
}

#app-detail .content strong {
	color: #fff;
	font-weight: bold;
}

#app-detail .content ul li {
	margin-left: 25px;
	margin-bottom: 5px;
}

#app-detail .slideShow {
	float: right;
	display: inline;
	width: 402px;
}

#app-detail .slideShow .wrapper {
	display: block;
	height: 267px;
	border: 1px solid;
	background: #222;
	margin: 0 0 5px;
}

#app-detail .slideShow .pager {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}

.pager a {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 2px;
    background: transparent url(../images/slide-indicator.png) no-repeat center bottom;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
}

.pager a.activeSlide,
.pager a:hover {
    background: transparent url(../images/slide-indicator.png) no-repeat center top;
}

#main {
	
}

.breaking {
	margin: 30px auto 20px;
	padding: 0 50px;
	display: none;
}

.breaking h4 {
	font-family: helvetica, sans-serif;
	font-size: 4em;
	line-height: 1em;
	color: #2bc4ff;
	margin: 0 0 35px;
}

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

.breaking p {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #777;
	padding-top: 5px;
}

#devices {
	margin: 60px 0 30px;
} 

.iphone {
    position: relative;
    display: block;
    width: 666px;
    height: 364px;
    overflow: hidden;
    background: transparent url(../images/iphone.png) no-repeat 0 0;
    z-index: 3;
}

.iphone.front {
    margin: -280px 0 0 285px;
    z-index: 4;
}

.slideshow {
    position: relative;
    display: block;
    margin: 42px 0 0 124px;
}

.slide {
    width: 432px;
    height: 288px;
}

.slide img {
	width: 100%;
}

#device-indicator {
    position: relative;
    display: block;
    margin: 25px 0 0 0;
    text-align: center;
}

#device-indicator a {
    position: relative;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 2px;
    background: transparent url(../images/slide-indicator.png) no-repeat center bottom;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
}

#device-indicator a.activeSlide,
#device-indicator a:hover {
    background: transparent url(../images/slide-indicator.png) no-repeat center top;
}

div.hr {
	height: 1px;
	background: none;
	clear: both;
}
div.hr hr {
  display: none;
}

#footer {
    position: relative;
    display: block;
    clear: both;
    padding: 25px 0 50px;
}

#partners {
	clear: both;
	display: block;
	padding: 0;
	margin: 0 0 30px;
	text-align: center;
}

#partners p {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
	color: #aaa;
	text-transform: uppercase;
	margin-right: 20px;
}

#partners a {
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	height: 36px;
	margin: 0 25px;
}

#partners .dynasty { width: 93px; background-image: url(../images/logo-dynasty.png); }
#partners .promark { width: 94px; background-image: url(../images/logo-promark.png); }
#partners .sabian { width: 72px; background-image: url(../images/logo-sabian.png); }
#partners .evans { width: 84px; background-image: url(../images/logo-evans.png); }
#partners .noiseFloor { width: 168px; background-image: url(../images/logo-noise-floor.png); }


#footer .social {
	display: block;
	margin: 20px 0 40px;
	text-align: center;
}

#footer .social div,
#footer .social div img,
#footer .social div iframe {
	display: inline-block;
	vertical-align: middle;
}

#footer .legal {
    font-size: 1.2em;
    color: #666;
    text-align: center;
    position: relative;
    display: block;
    clear: both;
    padding: 30px 0 0 0;
}

#footer a {
    color: #999;
    text-decoration: none;
}

#footer a:hover {
    color: #ccc;
    text-decoration: underline;
}
