/*
THEME NAME: Dr. Who LaunchPad
THEME URI: http://ejhansel.com/wordpress-themes/
DESCRIPTION: Park your domain in style with WordPress, Google FeedBurner and Dr. Who.
VERSION: 1
AUTHOR:  Eric Hansel
ORIGINAL AUTHOR URI: http://ejhansel.com/
*/

/*
This is a slightly modified version of the LaunchPad Theme(http://themeshaper.com/wordpress-domain-parking-theme/) designed by Ian Stewart.
Special thanks to my brother Bryan(http://www.bryanhansel.com) for his knowledge of Dr. Who and supplying my with the dalek Quote.  */

/* -------------------------------------------------------------- 
  
   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:1em ; 
  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:url("images/bg.png") repeat-x scroll center top #000000;
	color:#FFFFFF;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	height:100%;
	margin:0 auto;
	overflow:visible;
	vertical-align:middle;
	width:100%;
	position:relative;
}
#main {
	height:1210px;
	margin:0 auto;
	width:1000px;
	overflow:visible;
	position:relative;
}
#mainImage{
	background:url("images/mainBg.gif") no-repeat scroll center 148px transparent;
	height:1182px;
	margin:0 0 0 -200px;
	width:923px;
}
h1 {
	background:url("images/h1.png") no-repeat scroll right top;
	display:block;
	float:right;
	height:420px;
	text-indent:-9999px;
	width:979px;
	position:absolute;
	top:35px;
	right:0;
}
.text{
	background:url("images/text.png") no-repeat scroll right top transparent;
	display:block;
	float:right;
	height:360px;
	position:absolute;
	right:80px;
	text-indent:-9999px;
	top:462px;
	width:603px;
}
#options-wrap {
	position:absolute;
	right:120px;
	top:850px;
	width:450px;
}
.subscribe{
	background:url("images/subscribe.gif") no-repeat top left;
	display:block;
	float:left;
	height:43px;
	margin:0 0 30px;
	text-indent:-9999px;
	width:603px;
}
.rss-subscribe a {
	display:inline;
	float:left;
	margin:5px 23px 0 0;
}
p.email {
	background:url("images/email.png") no-repeat scroll left top transparent;
	display:inline;
	float:left;
	height:37px;
	margin:5px 5px 0 0;
	text-indent:-9999px;
	width:67px;
}
.rss-subscribe img {
	vertical-align:middle;
}
form {
	display:inline;
}
form input {
	background:url("images/formBg.gif") no-repeat scroll left top transparent;
	transparent;
	border:medium none;
	color:#b93d0c;
	display:inline;
	font-size:14px;
	padding:14px 15px;
	width:195px;
}
form input:focus {
	color:#D0B310;
}
.form-label {
	border-left:1px solid #FE8F45;
	padding:36px 10px;
}
#submit {
	display:none;
}
#page-info {
	color:#882b06;
	font-family:Verdana,sans-serif;
	font-size:10px;
	margin:0 auto;
	position:absolute;
	right:169px;
	bottom:90px;
	text-align:center;
}
#page-info a {
	color:#b93d0c;
	font-style:italic;
}
#page-info a:hover {
	color:#b93d0c;
}
#page-info span{
	margin:20px 0 0;
}

/* =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;
}










