/* @override 
	http://localhost/wordpress/wp-content/themes/launchpad/style.css
	http://skunxtattoo.com/wp-content/themes/launchpad/style.css
	http://www.pixeldeath.com/wp-content/themes/launchpad/style.css
	http://www.tattooinsight.com/wp-content/themes/launchpad/style.css
*/

/*
THEME NAME: LaunchPad
THEME URI: http://themeshaper.com/
DESCRIPTION: Park your domain in style with WordPress and FeedBurner.
VERSION: 1.0 
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  margin:0;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none;
	vertical-align: middle;
}

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

body {
	background-image: url(file://localhost/Applications/MAMP/htdocs/wordpress/wp-content/themes/launchpad/images/background_main.png);
	color: gray;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	overflow: scroll;
	background-color: black;
	font-size: inherit;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
#main {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding: 0;
	font-size: 12px;
}
h1 {
	font: bold 30px Verdana, sans-serif;
	margin-top: 100px;
	margin-bottom: 39px;
	text-align: left;
}

#topwrap {
	height: 40px;
	background: url(images/top_bg.png) repeat-x;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

h2 {
	color: #5a5a5a;
	text-align: left;
	letter-spacing: -3px;
	width: 800px;
	padding-left: 140px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	font: small-caps bold 42px Arial, Helvetica, Geneva, sans-serif;
}

#options-wrap {
	width:100%;
	float:left;
	margin: 0;
	padding: 0;
	background-image: url(images/centre_bg.png);
	color: black;
	font: bold 15px "Times New Roman", serif;
}

#subscribe-options {
	width: 800px;
	margin: 100px auto 0;
	padding: 0 0 0 120px;
	overflow:hidden;
	text-align: left;
}
#subscribe-options a {
	color: maroon;
}
.rss-subscribe {
	display:inline;
	padding:36px 0;
	margin:0 10px 0 0;
	clear: both;
}
.rss-subscribe img {
	vertical-align:middle;
}
form {
	display:inline;
	padding: 20px 0 20px 10px;
	float: left;
}
form p, form input {
	display:inline;
}
.form-label {
	padding:36px 10px;
}
#submit {
	vertical-align:middle;
}

#bottomwrap {
	height: 40px;
	margin: 0;
	padding: 0;
	clear: left;
	background: url(images/bottom_bg.png) 0 bottom;
}

#page-info {
	clear:both;
	width: 800px;
	margin: 10px auto 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-left: 100px;
}
#page-info a {
	color: #bb2927;
	font-weight: bold;
}
#page-info a:hover {
	color:#FFF;
}

#bonus {
	width: 960px;
	border-bottom: 2px solid silver;
	margin: 0 auto;
	display: block;
}

#listen {
	text-align:center;
	vertical-align: middle;
	float: left;
	width: 400px;
	margin: auto 20px auto 50px;
	height: 300px;
}

#contact {
	text-align:center;
	vertical-align: middle;
	color: gray;
	float: left;
	display: inline;
	width: 400px;
	margin: auto 60px auto 20px;
}

p {
	margin-bottom: 40px;
	font-variant: normal;
	letter-spacing: 0;
	word-spacing: 2px;
	font-size: 18px;
	color: #a62121;
	line-height: 20px;
	font-weight: bold;
	clear: left;
	padding-left: 20px;
}

p.footer {
	color: white;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}








