@import url("./reset.css");

body {
	background: black url(./images/background.jpg) top center no-repeat;
	color: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pageContainer {
	width: 1000px;
	height: 950px;
	margin: 0px auto;
	position: relative;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #dd0000;
}

h1 {
	font-weight: 200;
	font-size: 160px;
	letter-spacing: -9px;
	position: absolute;
	top: 270px;
	left: 70px;
}

h2 {
	width: 540px;
	height: 210px;
	position: absolute;
	top: 410px;
	left: 460px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	background: url(./images/so-damn-good.png) no-repeat;
}

#leftBox {
	position: absolute;
	top: 630px;
	left: 0px;
}

#leftBox h3 {
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 15px;
}

#leftBox h4 {
	color: #ddd;
	font-weight: 200;
	font-size: 28px;
}

#emailBox {
	height: 110px;
}

#emailLine {
	font-size: 26px;
	font-weight: 100;
	line-height: 40px;
	margin-left: 20px;
}

#emailInput {
	margin-left: 20px;
	height: 34px;
	font-size: 28px;
	width: 300px;
	border: none;
	background: white;
	padding: 2px;
}

#emailInput.locked {
	font-size: 22px;
	color: #666;
}

#sendButton {
	margin-top: 10px;
	margin-right: 25px;
	float: right;
	font-size: 26px;
	font-weight: 100;
	cursor: pointer;
}

#sendButton:hover {
	color: #dd0000;
}

#socialBox {
	height: 110px;
}

#social {
	margin-top: 15px;
}

#social a {
	display: block;
	height: 45px;
}

#social li {
	float: left;
}

#social #twitter {
	width: 120px;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	background: url(./images/social.png) 0px 0px no-repeat;
}

#social #facebook {
	width: 125px;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	background: url(./images/social.png) -125px 0px no-repeat;
}

#social #myspace {
	width: 140px;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	background: url(./images/social.png) -265px 0px no-repeat;
}

#social #youtube {
	width: 95px;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	background: url(./images/social.png) -420px 0px no-repeat;
}

#linksBox {
	position: relative;
}

#linksBox p {
	position: absolute;
	font-size: 18px;
}

#linksBox .row1 {
	top: 0px;
}

#linksBox .row2 {
	top: 26px;
}

#linksBox .row3 {
	top: 52px;
}

#linksBox .leftCol {
	left: 100px;
}

#linksBox .rightCol {
	left: 300px;
}

#videoBox {
	width: 500px;
	height: 280px;
	background: url(./images/video-box.jpg) 0px 0px no-repeat;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 150%;
	position: absolute;
	top: 630px;
	left: 500px;
}

#videoBox a {
	display: block;
	height: 280px;
}
