/*   
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: helvetica,sans-serif;
        width: 100%;
        height: 100%;
        background-image:url('http://dammantle.com/wp-content/uploads/2011/06/background-light.jpg');
        background-repeat:no-repeat;
        background-position:center;
        background-color:transparent;

}

#primary {
float:left;
width:400px;
}

#secondary {
float:right;
width:400px;
}

#tertiary {
}

#logo {
    margin: 0px 0px 20px 0px;
    width: 100%;
    text-align: center;
}

#stream {
padding: 0px 0px 20px 0px;
}

#live {
padding: 0px 0px 0px 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: 0px 0px 0px 0px;
}

#video {
padding: 0px 0px 20px 0px;
}

#buy {
padding: 0px 0px 20px 0px;
}

#immediate {
padding: 30px 0px 30px 0px;
}

#email {
padding: 0px 0px 5px 0px;
}

#greyep {
padding: 0px 0px 30px 0px;
}

#soundcloud {
width: 400px;
padding: 8px 0px 0px 0px;
}

#wrap {
width:840px;
margin:0 auto;
}

#navbar {
        width: 840px;
        padding: 0px 0px 0px 45px;

}

#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;
		}
	
