* {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

body {
	color: #666;
	background: #1D1E20 url(../images/bg_gradient.gif) 0 0 repeat-x;
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	text-align: center;
	font: 16px/20px "Helvetica Neue", HelveticaNeue, Helvetica, arial, sans;
}
img, a img {
	border:0px;
}
a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

a:hover {
	color: #F00;
}
#header img {
	width:1000px;
}
.hr {
	border-bottom: 1px solid #333;
	padding-bottom: 12px;
}
.hr strong {
	display: block;
	color: #ddd;
}
.hr, h3 {
	font-size: 1em;
	margin-top: 30px;
}
.hr div a {
	border:0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 45px;
}

.hr a {
	color: #999;
}

h3 a {
	font-weight: bold;
}
.center {
	width: 580px;
	text-align: left;
	margin: 0 auto;
	padding-left: 300px;
	position: relative;
}
#top {
	margin-top:-100px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding: 50px 0 10px 0px;
	color: #aaa;
}

#top h1 {
	margin-bottom: 9px;
}
div#top div.center p {
	font-size:1.5em;
	color:#DDD;
}
#strip {
	background: #000 url(../images/bg_signup.gif) 0 0 repeat-x;
	height: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	color: #F7F7F7;
}
#strip .center {
	padding-top:25px;
	padding-bottom:15px;
}
#strip .center #share{
	float:right;
	position:relative;
	top:-70px;
	left:15px;
}
#bottom {
 	padding: 20px 0;
	background-color: #1d1e20;
	border-top: 1px solid rgba(255, 255, 255, .1);
	min-height: 260px;
}
.hr div.partners, .hr div.networks, .hr div.outside, div.signup {
	line-height: 1em;
	float:right;
	position:relative;
	bottom:20px;
}
.hr div.outside {
	top:0;
}
.hr div.outside a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #333;
}
.hr div.outside a:hover {
	color:#F00;
}
.web-share {
	position: relative;
	top:5px;
	left:10px;
}
div.signup {
	top: 10px;
	left:-290px;
}

#phone {
	text-align:left;
	width: 278px;
	height: 486px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 73px;
	padding-left: 45px;
	background: url(../images/iPhone.png) 0 0 no-repeat;
}

#footer {
	padding: 10px 0 10px;
	color: #555;
	line-height: 15px;
	font-size: 11px;
	border-top: 1px solid #272829;
	background-color: #020203;
}

.info {
	color:#666;
	text-align:center;
}
.info p {
	padding:5px;
}
.copyright { font-size:.8em; color:#666; }
.error { border:3px solid #F00; }