body {
	background-color: #f7f7f8;
	color: #333;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
}
p {
	margin: 5px 0 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #666;
}

/* landing page */
div#landing { width: 750px;  height: 350px; margin: 150px auto 0; background: transparent url("images/landing-page.png") top center no-repeat; position: relative;}
div#landing p { width: 750px; position: absolute; bottom: 0; left: 0; }
div#landing p a { color: #333; text-decoration: none; }
div#landing p a:hover { color: #000; }

/* layout */
div#wrapper {
	width: 1000px;
	margin: 0 auto;
}
.container {
	margin-top: 30px;
	border-top: 1px solid #ccc;
}

/* header & main nav */
div#header {
	width: 100%;
	height: 100px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
div#header h1 {
	text-indent: -9999px;
	font-size: 0;
	background: transparent url("images/stillmusic-logo.png") top left no-repeat;
	height: 64px;
	width: 200px;
	position: absolute;
	top: 17px;
	left: 10px;
}
ul#mainnav {
	position: absolute;
	top: 25px;
	right: 0;
}
ul#mainnav li {
	float: right;
	margin: 0 0 0 30px;
	font-size: 1em;
}
ul#mainnav li a {
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
ul#mainnav li a:hover, ul#mainnav li a:active {
	color: #666;
}
form#newsletter {
	position: absolute;
	bottom: 20px;
	right: 0;
	color: #333;
}
form#newsletter input.text {
	border: 1px solid #999;
	margin: 0 5px;
	background-color: #f7f7f8;
}
form#newsletter input.text:focus {
	background-color: #fff;
	border-color: #000;
}
form#newsletter button {
	color: #333;
	border: 1px solid #999;
	background-color: #f7f7f8;
}
form#newsletter button:hover {
	color: #000;
	border-color: #000;
	background-color: #fff;
}

/* homepage stuff */
div#hero {
	width: 100%;
	height: 400px;
	background: transparent url("images/records.jpg") top center no-repeat;
	border: 1px solid #666;
	position: relative;
}
div#hero div#upcoming {
	width: 100%;
	height: 100px;
	color: #333;
	background-color: rgba(247, 247, 248, .8);
	font-size: 1.5em;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
div#hero div#upcoming a {
	color: #000;
	text-decoration: none;
	padding: 20px 10px 20px;
	text-transform: uppercase;
	display: block;
	width: 200px;
	float: right;
	text-align: center;
}
div#hero div#upcoming a:hover {
	color: #666;
}
ul#launchpad {
	margin-top: 30px;
	width: 100%;
	height: 200px;
}
ul#launchpad li {
	width: 33%;
	height: 200px;
	float: left;
	position: relative;
}
ul#launchpad li a img {
	border: none;
}
ul#launchpad dl#news {
	text-align: left;
	width: 350px;
}
ul#launchpad dl#news dt {
	position: relative;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;
}
ul#launchpad dl#news dd {
	width: 100%;
}
ul#launchpad dl#news p {
	margin: 0 0 5px;
}
ul#launchpad dl#news p.headline {
	font-weight: bold;
}
ul#launchpad dl#news p.headline a {
	text-decoration: none;
}
ul#launchpad dl#news p.headline a:hover {
	color: #000;
}
ul#launchpad dl#news p.blurb {
	margin-bottom: 10px;
}
/* main content */
div#content {
	width: 100%; 
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
}

/* footer */
div#footer {
	text-align: left;
	margin-bottom: 30px;
}
div#footer p#contact {
	float: right;
}