/*
Project name: Soulsurrender 3.0 coming soon
Version: 1.0
Author: Jenny Karlsson
Author URI: http://www.soulsurrender.com/
*/


/* Contents
----------------------------------------*/

/*
	Global styles
	Typography
	Layout / Structure	
	Header
	Content
	Footer
	
*/


/* Global
----------------------------------------*/

a:link { color: #2882da; text-decoration:none; }
a:visited { color: #0b43b6; text-decoration:none; }
a:hover { color: #28b2da; text-decoration:none; }
a:active { color: #28b2da; text-decoration:none; }

hr {
	border: 0;
	color: #d4e6f8;
	background: #d4e6f8;
	height: 1px;
	margin: 20px 0 20px 0;
	clear: both;
}


/* Typography
----------------------------------------*/

body {
	font-family: 'MuseoSlab500', Arial, sans-serif;
	font-size: 12px;
	color: #464646;	
	}

h3 { 
	font-family: 'MuseoSlab500', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	padding: 0 0 20px 0;
}


/* Structure / Layout
----------------------------------------*/

.main {
	background: url(../_img/header-bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
}

#content {
	width: 960px;
	margin: 40px auto;
}


/* Header
----------------------------------------*/

#header {
	position: relative;	
	height: 610px;
}

#header p {
	text-align: center;
	text-shadow: 1px 1px 1px #1458c4;
}

#header h1 {
	background: url(../_img/soulsurrender-logo.png) no-repeat center 80px;
	width: 100%;
	height: 160px;
	text-indent: -9999px;
}

.coming-soon {
	background: url(../_img/coming-soon.png) no-repeat center 50px;
	width: 100%;
	height: 110px;
	text-indent: -9999px;
}

.launching {
	padding-top: 30px;
	font-family: 'MuseoSlab500', Arial, sans-serif;
	color: #ffffff;
	font-size: 18px;
}

.available {
	position: absolute;
	top: 475px;
	background: url(../_img/available.png) no-repeat center;
	color: #6dd7ff;
	height: 60px;
	font-family: 'MuseoSlab500', Arial, sans-serif;
	font-size: 14px;
	line-height: 60px;
	width: 100%;
}

#social {
	position: absolute;
	top: 560px;	
}

#social li {
	float: left;
	width: 220px;
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-family: 'MuseoSlab500', Arial, sans-serif;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	display: block
}

#social li img {
	padding-right: 10px;	
}


/* Content
----------------------------------------*/

#content h2 {
	background: url(../_img/h2-bg.gif) no-repeat 0 92px;
	width: 100%;
	font-family: 'MuseoSlab500', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2882da;
	text-align: center;
	padding: 90px 0 50px 0;
}

#contact-container {
	
}

#info {
	width: 220px;
	padding: 0 10px 0 10px;
	float: left;
}

#info p {
	padding: 0 0 15px 0;
	line-height: 18px;	
}

#info a:link {
	text-decoration: underline;	
}

#form {
	width: 700px;
	padding: 0 10px 0 10px;	
	float: right;
}

.form-btn {
	background: url(../_img/form-btn.gif) no-repeat;
	width: 197px;
	height: 48px;
	border: 0;
	margin-left: 230px;
	margin-top: 10px;
	text-indent: -9999px;
}

.form-input {
	width: 460px;	
}


/* Footer
----------------------------------------*/

#footer {
	clear: both;
	padding: 50px 0 50px 0;	
}

