/* ///////////////////////////////////////////////////////////////////// 
//  reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	margin-left: 1.8em;
	list-style: none;
}
blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

html {height: 101%;}

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

/* ///////////////////////////////////////////////////////////////////// 
//  main style
/////////////////////////////////////////////////////////////////////*/

body { 
	background: #000000 url(../images/ali-tomineek-back.jpg) top center repeat; 
	color: #000;
	font-family: 'Exo', sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #ffa1fb;
}

a:active {
	color: #ffa1fb;
}

/* ///////////////////////////////////////////////////////////////////// 
//  typography
/////////////////////////////////////////////////////////////////////*/

p {
	font-size: 18px;
}

#intro-copy p {
	line-height: 1.4em;
}

h1, h2, h3, h4 {
		text-transform: uppercase;
}

h1 {
	font-size: 1px;
	margin-bottom: 25px;
}

h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 35px;
}

h2 span {
	font-weight: 200;
	color: #999999;
}

h3 {
	font-size: 36px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  page layout
/////////////////////////////////////////////////////////////////////*/

#header { 
	margin: 0 auto 50px auto; 
}

#logo {  
	background: url('../images/logo.png') no-repeat top center; 
	width: 722px; 
	height: 418px; 
	text-indent: -9999px;
	font-size: 0;
	z-index: -10;
	margin-left: -40px;
}

#yt-video {
	margin-top: -312px;
	z-index: 5;
}

#ts-e4m {
	margin-top: -25px;
	border: 1px solid #000000;
	width: 300px;
	height: 100px;
}

#itunes {
	position: relative;
	margin-top: -515px;
	left: 625px;
}

a.itunes-link {
	background: url('../images/itunes-link.png') no-repeat top center; 
	width: 226px; 
	height: 70px; 
	text-indent: -9999px;
}

#tour-hdr {
	background: url('../images/tour-hdr.png') no-repeat top center; 
	width: 960px; 
	height: 99px; 
	text-indent: -9999px;
	font-size: 0;
}

ul {
	list-style: none;
}

ul li {
	float: left;
	padding-right: 15px;
	margin: 10px 0 0 25px;
}



.bgPink { background: #ffa1fb; }

/* ///////////////////////////////////////////////////////////////////// 
//  sharing
/////////////////////////////////////////////////////////////////////*/

.share {
	padding: 30px 0 10px 0;
	text-align: center;
	margin: 0 auto;
}

.share a {
	font-size: 24px;
	font-weight: 800;
}

.share-twitter {
	background: url(../images/twitter_icon.png) left no-repeat;
	padding: 2px 0 0 25px;
	margin: 0 20px 0 20px;
}

.share-facebook {
	background: url(../images/facebook_icon.png)left no-repeat;
	padding: 2px 0 0 25px;
}

