/*
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.4 
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 { 
  line-height: 1.5; 
  background: #FFFFFF; 
  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:#FFF;
	color:#333333;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	text-align:center;
	display: table-cell;
	vertical-align: middle;
}
#main {
	width:800px;
	margin:0 auto 20px auto;
	font:18px/24px Georgia, serif;
}
img.border {
	padding: 5px 5px 5px 5px;
}
h1 {
	font:30px/36px Verdana, sans-serif;
	font-weight:bold;
}
h1 span {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#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, form input {
	display:inline;
}
.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:12px;
	color:#666666;
	vertical-align:bottom;
}
#page-info a {
	color:#ccc;
	font-style:italic;
}
#page-info a:hover {
	color:#999;
}

/* =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:10px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:10px;
}
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;
}

/*JUITTER PLUGIN CSS*/

#juitterContainer{
	width:600px;
	margin-left:300px;
} /*Juitter container*/

#juitterContainer .twittList{margin:0 auto 20px auto; padding:3 3 3 3;} /* UL that will contain the list of tweets */

/* Bellow the list of tweets "<li>" */

#juitterContainer .twittLI{background:#FFF;margin:0 auto 20px auto;padding:5px 0 0 0;border-bottom:dashed 1px #CAF8C9;padding:3px;clear:both;height:55px;} 
#juitterContainer .twittList SPAN.time{color:#777;font-size:0.9em}
#juitterContainer .twittList A{color:#999999;} /*Links inside the tweets list */

/* Bellow the CSS for the avatar image  */

#juitterContainer .juitterAvatar{float:left;border:solid 1px #D3EECA;background:#FFF;padding:5px;width:32px;;height:32px;}

#juitterContainer .jRM{float:left;clear:both} /*read it on twitter link*/

#juitterContainer .extLink{} /*CSS for the external links*/

#juitterContainer .hashLink{} /*CSS for the hash links*/

/*end of Juitter CSS*/
