/********************************/
/*       muBlip style file      */
/********************************/

/********************************/
/*    Color reference:          */
/*      red:       #c41c45      */
/*      blue:      #0998ac      */
/*      main text: #d9d9d9      */
/*      footer:    #b2b2b2      */
/********************************/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #0a0a0a;
	font-family: Helvetica, Arial, sans-serif;
	color: #d9d9d9;
	font-size: 14px;
}

#container {
	width: 700px;
	padding: 0 100px;
	background: url('/images/background-container.png') repeat-y;
	margin: auto;
}

#header,
#tagline,
#content {
	width: 600px;
	padding: 0 50px;
}

#content {
	background: url('/images/background-content.png') 15px -395px;
	padding-top: 35px;
}

a {
	color: #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #d9d9d9;
}


/********************************/
/*           header             */
/********************************/

#header,
#header h1 {
	height: 245px;
}

#header {
	background: url('/images/background-header.png') repeat-x 15px 0;
}

#header h1 {
	text-indent: -9999em;
	background: url('/images/logo-mublip.png') no-repeat center center;
	height: 89px;
	position: relative;
	top: 80px;
}

#tagline {
	height: 30px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #0998ac;
	text-transform: uppercase;
}

#tagline p {
	position: relative;
	top: 8px;
}


/********************************/
/*         main content         */
/********************************/

#main {
	width: 425px;
	float: left;
	margin-bottom: 20px;
	padding-right: 12px;
	border-right: 1px solid #3c3c3c;
}

#main p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}

#main p.slim {
	margin-bottom: 0px;
}

#main strong {
	font-size: 16px;
	font-weight: bold;
}

#main ul li {
	list-style: inside;
}

#main ul {
	margin-bottom: 35px;
}

#main img.left {
	float: left;
	padding: 0 15px 15px 0;
}

#main img.right {
	float: right;
	padding: 0 0 15px 15px;
}

#main .section {
	padding-bottom: 35px;
}

#main .features {
	padding-top: 30px;
}

#main .features ul {
	color: #0998ac;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	list-style-type: none;
	margin-bottom: 35px;
}

#main .features ul li {
	display: inline;
}

#main .features ul li span {
	color: #d9d9d9;
}

#main .embed {
	margin-bottom: 35px;
}

/********************************/
/*          sidebar             */
/********************************/


#sidebar {
	width: 160px;
	float: right;
}

#sidebar div {
	padding-left: 20px;
}


#sidebar div.itunes {
	padding-left: 0;
}

.itunes a {
	display: block;
	height: 80px;
	background: url('/images/logo-appstore.png') no-repeat 10px 0;
	text-indent: -9999em;
	padding-left: 20px;
	margin-bottom: 10px;
	border-bottom: none;
}

.featuring h2 {
	color: #0998ac;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
}

.featuring ul {
	padding: 15px 0;
	list-style-type: none;
}

.featuring ul li {
	
	line-height: 22px;
	background: url('/images/list-dot.png') no-repeat 0px 7px;
	padding-left: 10px;
	margin-bottom: 9px;
}

.featuring {
	margin-bottom: 60px;
}

#sidebar div.quote {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 45px;
	padding-left: 0;
}

.quote blockquote {
	background: url('/images/quote-begin.png') no-repeat 5px 0;
}

.quote p {
	margin-bottom: 20px;
	padding-left: 25px;
}

.quote p span.last-letter {
	display: inline-block;
	width: 29px;
	background: url('/images/quote-end.png') no-repeat 15px 0;
}

.quote p.source {
	background-image: none;
}

.quote p cite a {
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	text-transform: italic;
	color: #9d9d9d;
	border-bottom: 1px solid #9d9d9d;
}

.quote p cite a:hover {
	border-bottom: 1px dotted #9d9d9d;
}

.award {
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 40px;
	text-align: center;
}

.award img {
	cursor: pointer;
	padding-bottom: 15px;
	display: block;
	margin-left: 30px;
}

/********************************/
/*           footer             */
/********************************/

#footer {
	clear: both;
	height: 105px;
	padding-top: 20px;
	border-top: 1px solid #3c3c3c;
}

#footer div {
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #b2b2b2;
}

#footer div a span {
	position: absolute;
	text-indent: -9999em;
	top: -8px;
	right: 0;
}

#footer div.game_by {
	width: 190px;
	position: relative;
	text-align: left;
	margin-right: 30px;
}

#footer div.game_by a span.para9 {
	background: url("/images/logo-para9.png") no-repeat top right;
	width: 112px;
	height: 25px;
}

#footer div.twitter {
	width: 190px;
	position: relative;
	text-align: left;
}

#footer div.twitter a span.twitter {
	background: url("/images/logo-twitter.png") no-repeat top right;
	width: 102px;
	height: 25px;
}

#footer div.copyright {
	float: right;
	width: 140px;
	font-weight: normal;
}


/* This only targets Mobile Safari */

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: 115%;
	}
	
	#tagline {
		-webkit-text-size-adjust: 100%;
	}
	
	#container {
		padding: 0;
		background-image: none;
	}
}