/*   
Theme Name: Coming Soon
Theme URI: http://www.thisismyurl.com
Description: A simple website theme for WordPress to announce your website is coming soon.
Author: Christopher Ross
Author URI: http://www.thisismyurl.com
Version: 1.2
Tags: coming soon

	The CSS, XHTML, design and PHP are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* general styles */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
}

#primary {
float:left;
width:400px;
}

#secondary {
float:right;
width:400px;
}

#tertiary {
float:leg;
width:800px;
padding: 10px 0px 20px 0px;
}

#logo {
    margin: 0px 80px 0px 0px;
    width: 100%;
    text-align: center;
}

#preorder {
padding: 0px 0px 0px 0px;
}

#soundcloud {
width: 400px;
padding: 0px 0px 20px 0px;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}
a img { border-style:none; } 

#gigpress {
padding: 10px 0px 0px 0px;
}

#form {
padding: 0px 0px 0px 17px;
}

#vimeo {
padding: 20px 0px 0px 0px;
}

#icon {
text-align= center;
padding: 50px 0px 0px 100px;
}

#wrap {
width:840px;
margin:0 auto;
padding: 5px 0px 0px 0px;
}

#footer {
	font-size: 10px;
	line-height: 12px;
	margin-top: 20px;
	padding-top: 20p;
    color: #eeeeee;
	float: left;
	width: 100%;
    text-align: center;
}

	#footer a {
		color: #eeeeee;
		text-decoration: none;
	}
	
		#footer a:hover {
			color: #ffffff;
		}
	