/*
THEME NAME: LaunchPad
THEME URI: http://themeshaper.com/wordpress-domain-parking-theme/
DESCRIPTION: Park your domain in style with WordPress and Google FeedBurner.
VERSION: 1.6 
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TAGS: theme-options
*/

/* -------------------------------------------------------------- 
  
   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 { 
  line-height: 1.5; 
  background: #fff; 
  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; }

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
	background:#000;
	color:#FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}
#main a {
	text-decoration:underline;
	color: #fff;
}

a {
	text-decoration:none;
}

p {
        font-size: 13px;
	font-family: Georgia, serif;
	line-height: 16px;
	padding-bottom: 15px;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
#main {
	width:600px;
	margin:0 auto 24px auto;
	font:18px/24px Georgia, serif;
}
h1 {
	font-size:72px;
	font-family: Georgia, serif;
	font-weight:bold;
	line-height: 72px;
	margin-bottom: 10px;
	letter-spacing:1px;
}


h2 {
	font:22px Georgia, serif;
	font-weight:normal;
	padding-bottom: 10px;
	line-height: 22px;
}

h3 {
	font:16px/18px Georgia, serif;
	font-weight:normal;
	padding-bottom: 15px;
	line-height: 16px;
}
#options-wrap {
	background:#ED8133 url(images/bar.gif) repeat-x top;
	width:100%;
	float:left;
	margin:0 0 24px 0;
	border-top:2px solid #FE8F45;
	border-bottom:2px solid #B54901;
}
#subscribe-options {
	width:960px;
	margin:0 auto;
	padding:18px 0;
	font-family:Verdana, sans-serif;
	color:#000;
	font-size:12px;
	overflow:hidden;
}
#subscribe-options a {
	color:#000;
}
.rss-subscribe {
	display:inline;
	padding:36px 0;
	margin:0 10px 0 0;
}
.rss-subscribe img {
	vertical-align:middle;
}
form {
	display:inline;
	border-left:1px solid #B54901;
	padding:36px 0;
}
form p {
	display:inline;
	
}

form input {
	display:inline;
}

form input.email {
	display:inline;
	height: 20px;
	padding: 5px;
	width: 220px;
	-webkit-border-radius: 3px;
     	-moz-border-radius: 3px; 
        border-radius: 3px;
	border: 1px solid #b54901;
}


.submit-btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b54901;
	display:inline-block;
	color:#755606;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #f7e4b7;
	cursor: pointer;
}

.submit-btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
	-moz-box-shadow:0px 0px 8px #b54901;
	-webkit-box-shadow:0px 0px 8px #b54901;
	box-shadow:0px 0px 8px #b54901;
}

.submit-btn:active {
	position:relative;
	top:1px;
	cursor: pointer;
}

.form-label {
	border-left:1px solid #FE8F45;
	padding:36px 10px;
}
#submit {
	vertical-align:middle;
}
#page-info {
	clear:both;
	width:960px;
	margin:0 auto;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#CCC;
}
#page-info a {
	color:#CCC;
	font-style:italic;
}
#page-info a:hover {
	color:#FFF;
}

/* =Images
-------------------------------------------------------------- */

/*  Only added for the sake of compliance with Themes Directory   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center, img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}










