* {
	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: #020203 url(../img/bg_page.gif) 0 0 repeat-x;
	text-shadow: rgba(0,0,0,.8) 0 -1px 0;
	text-align: center;
	font: 14px/20px "Helvetica Neue", HelveticaNeue, Helvetica, arial, sans;
}

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

a:hover {
	color: #ff6100;
}
h2 {
	/*border-bottom: 1px solid #333;*/
	padding-bottom: 12px;
}
h2 strong {
	display: block;
	color: #ddd;
}
h2, h3 {
	font-size: 1em;
	margin-top: 12px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 20px;
}

h2 a {
	color: #999;
}

h3 a {
	font-weight: bold;
}

ul {
	margin-left: 20px;
}

.center {
	width: 500px;
	text-align: left;
	margin: 0 auto;
	padding-left: 300px;
	position: relative;
}

.white {
	color: #fff;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#top {
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	padding: 10px 0 10px 0px;
	color: #aaa;
}

#top h1 {
	margin-bottom: 15px;
}

#top #icon {
	margin-right: 20px;
}

#top div#cultures {
	margin-bottom: 30px;
	text-align: right;
}

#top div#cultures * {
	display: inline;
	vertical-align: top;
}

#top div#cultures p {
	font-size: 11px;
	font-weight: normal;
	margin-right: 4px;
}

#top div#cultures img {
	border: 1px solid;
	margin-bottom: 4px;
}

#top ul {
	margin: 0;
	padding: 0;
}

#band {
	background: url(../img/bg_band.gif) 0 0 repeat;
	height: 100px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .5);
}

#band h2 {
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 1.4em;
	margin-top: 8px;
	color: #fff;
}

#bot {
 	padding: 10px 0 20px;
	background-color: #1d1e20;
	border-top: 1px solid rgba(255, 255, 255, .1);
	min-height: 260px;
}

#bot div {
	clear: both;
	margin-bottom: 20px;
}

#bot img {
	float: left;
	margin: 2px 20px 0px 0px;
}

#bot #icon {
	margin-bottom: 40px !important;
}

#bot h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0;
}

#bot h3 {
	color: #73daff;
	font-weight: bold;
	margin-top: 10px;
}

#bot h3 span {
	color: #666;
	font-weight: normal;
}

#dl img {
	display: none;
}

#dl {
	display: block;
	width: 180px;
	/*
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.4) 0 1px 1px;
	text-decoration: none;
	line-height: 16px;
	padding: 8px 4px 4px 38px;
	*/
	min-height: 65px;
	position: absolute;
	top: 16px;
	left: 300px;
	border: 0;
}
.dl_en {
	background: url(../img/btn_dl_all_en.png) 0 0 no-repeat;
}
.dl_es {
	background: url(../img/btn_dl_all_es.png) 0 0 no-repeat;
}
.dl_de {
	background: url(../img/btn_dl_all_de.png) 0 0 no-repeat;
}
.dl_fr {
	background: url(../img/btn_dl_all_fr.png) 0 0 no-repeat;
}
.dl_it {
	background: url(../img/btn_dl_all_it.png) 0 0 no-repeat;
}
.dl_nl {
	background: url(../img/btn_dl_all_nl.png) 0 0 no-repeat;
}

#dl:hover, #dl:active {
	background-position: 0 -65px;
}

#dl span {
	font-size: 11px;
	color: #56b80e;
	font-weight: normal;
	display: block;
}

#dl:hover span {
	color: #63d610;
}

.press #dl {
	background: url(../img/btn_dl_all_press.png) 0 0 no-repeat;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.4) 0 1px 1px;
	text-decoration: none;
	line-height: 16px;
	padding: 8px 4px 4px 38px;
	min-height: 30px;
	position: absolute;
	top: 30px;
	left: 300px;
	border: 0;
}

.press #dl:hover {
	background-position: 0 -45px;
}

#awardbadge {
	border: 0 none;
	display: block;
	position: absolute;
	left: 100px;
	top: -30px;
	width: 188px;
}

#awardbadge img {
	border: 0;
}

.preview {
	position: absolute;
	left: 460px;
	top: 40px;
	font-size: 13px;
	line-height: 18px;
	height: 22px;
	background: url(http://www.rugbyworldcupiphoneapp.com/img/bg_preview.png) 0 0 no-repeat;
	padding-left: 33px;
	width: 270px;
}

#pre {
	font-weight: bold;
}

#vid {
	width: 278px;
	height: 486px;
	position: absolute;
	left: 0;
	top: 80px;
	padding-top: 73px;
	padding-left: 45px;
	background: url(../img/iphone.png) 0 0 no-repeat;
}

.tweet ul {
	list-style-type: none;
	width: 400px;
}

.tweet li {
	padding: 3px 0;
	font-size: 13px;
	line-height: 15px;
}

/* @group Sidebar */

#side {
	position: absolute;
	top: 160px;
	left: 0;
	padding: 50px 0 0 62px;
}

#donate, #share {
	width: 195px;
	overflow: hidden;
	height: 0;
	display: block;
	margin: 20px 0 0;
	border: 0;
}

#donate {
	background: url(http://www.rugbyworldcupiphoneapp.com/img/btn_donate.png) 0 0 no-repeat;
	padding-top: 45px;

}

#donate:hover {
	background-position: 0 -45px;
}

#donate:active {
	background-position: 0 -90px;
}

#share {
	background: url(../img/btn_share.png) 0 0 no-repeat;
	padding-top: 30px;
}

#share:hover {
	background-position: 0 -30px;
}

#share:active {
	background-position: 0 -60px;
}


/* @end */

#ftr {
	padding: 20px 0;
	color: #555;
	line-height: 15px;
	font-size: 11px;
	border-top: 1px solid #272829;
	/*background-color: #020203;*/
}



/*
#ftr form input[type=text] {
	width: 120px;
	background: transparent url(../img/input.png) 0 0 no-repeat;
	height: 45px;
	line-height: 0px;
	color: #2ca9f3;
	border: 0;
	font-size: 13px;
	padding: 0 6px;
}

#ftr form input.sample {
	color: #2997d8;
}

#ftr form input.signup {
	position: absolute;
	top: 0px;
	right: 0;

}

#ftr form {
	position: absolute;
	left: 80px;
	top: 40px;
	width: 195px;
}
*/
#ftr form {
	margin-top: 15px;
}

#ftr img {
	position: absolute;
	left: 80px;
	top: 0;
	/*width: 195px;*/
}

.info {
	/*padding-left: 300px;*/
	/*background: url(../img/mahango-logo-small.gif) 0 0 no-repeat;*/
}

#at15s {
	background-color: #fff !important;
	border: 0 !important;
}

#at15s, #at16pm {
	text-shadow: none;
}

#at16pf {
	display: none !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}