/* LAUNCH TAB */

#launchlite {
	width:780px;
	margin:40px auto 0px auto;
}

#launchtab {
	overflow:hidden;
}

#launchtab a {
	text-align: center;
	padding:8px 40px;
	margin-right:40px;
	float:right;
	display:block;
	overflow:hidden;
	text-decoration:none;
	font-size:1.5em;
	text-transform: lowercase;
}

#launchlitemodule {
	display:none;
}

#launchlitemodule #signup {
	width: 700px;
	margin:0;
	position:static; /* fix for IE7 */
	border:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

#launchlitemodule .signup-left {
	float:left;
	width:337px;
	margin-right:40px;
}

#launchlitemodule .signup-right {
	float:left;
	width:283px;
}

#launchlitemodule .social-container {
	width: auto;
}


/* SHELL */

#wrapper {
	width:700px;
	margin:0px auto 60px auto;
	background:white;
	padding:40px 40px 40px 40px;
	overflow:hidden;
}

#wrapper header {
	width:700px;
	margin-bottom:40px;
}

#wrapper header h1 {
	margin:0;
	position:relative;
}

#wrapper header h1 a {
	text-decoration: none;
}

#wrapper header h1 span {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%; 
}

#hero {
	margin:0 0 30px 0;
}

#sidebar {
	float:left;
	width:190px;
	margin:0 40px 0 0;
}

nav ul {
	margin:0 0 40px 0;
}

nav a,
ul#widgets li ul li a {
	text-decoration:none !important;
}

nav ul li, 
nav ul li ul li {
	margin:0 0 0.8em 0;
}

nav ul li ul {
	margin:0.8em 0 0 12px;
	font-size:0.8em;
/*
	border-left:3px solid #fff;
	padding-left:8px;
*/
}

h3.widget-title {
	margin:0 0 5px 0;
}

ul#widgets {
	list-style-type:none;
	padding:0;
}

ul#widgets li.widget-container {
	margin:0 0 30px 0;
}

ul#widgets li ul {
	list-style-type:square;
	margin-left:18px;
}

ul#widgets li ul li {
	margin:0 0 6px 0;
	font-size:1.2em !important;
}

ul#widgets li ul li a {
	font-size:inherit !important;
}

#main {
	float:left;
	width:470px;
}


/* POST/PAGE */			

.lepost {
	margin:0 0 50px 0;
}

.lepost h2.posttitle {
	margin:0;
}

.lepost h2 a {
	text-decoration:none;
}

.entry-date {
	text-transform: uppercase;
	font-size:1.1em;
	display:inline-block;
	font-weight:bold;
	margin:0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.lepost h1, 
.lepost h2 {
	line-height:1.2em;
	margin:0 0 10px 0;
}

.lepost h3 {
	line-height:1.2em;
	margin:0 0 10px 0;
}

.lepost h4 {
	line-height:1.2em;
	margin:0 0 10px 0;
	text-transform: uppercase;
}

.lepost p,
li.comment {
	line-height:1.6em;
	margin:0 0 25px 0;
}

.lepost ul {
	list-style-type:square;
	margin:0 0 25px 0;
	padding:0;
}

.lepost ol {
	list-style-type:decimal;
	margin:0 0 25px 0;
	padding:0;
}

.lepost ul li,
.lepost ol li {
	margin:0 0 0 15px;
	padding:0;
	line-height:1.4em;
}

.lepost .alignleft {
	float:left;
	margin:0 15px 0 0;
}

.lepost .alignright {
	float:right;
	margin:0 0 0 15px;
}

.lepost img {
	margin:0 0 15px 0;
}

.lepost .wp-caption {
	margin:0 0 25px 0;
}

.lepost .wp-caption p {
	font-size:12px;
	font-style:italic;
	color:#888;
	margin-top:-10px;
}

.lepost .postmeta {
	margin:15px 0 0 0;
	padding:10px 0;	
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}

.lepost .postmeta p {
	font-size:1.1em;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

.lepost code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background:#eee;
	padding:20px;
	display:block;
	font-size:13px;
}

.lepost blockquote {
	padding: 0 15px;
	margin: 0 30px 30px 30px;
	border-left: 3px solid #DDD;
	text-align: justify;
}

.lepost .gallery-item {
	text-align:left !important;
}

.lepost .gallery-item img {
	border: none !important;
}


/* SEARCH WIDGET */

#SearchForm {
	float:left;
	border:solid 1px #aaa;
	width:188px;
	height:34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 0 30px 0;
}

#SearchForm form {
	margin:0;
	padding:0;
}

#SearchForm input.le-search {
	float: left;
	width: 135px;
	display:block;
	padding:10px 10px;
	border:0;
	background: transparent;
	border-image: initial;
	font-size:1.2em;
	font-style:italic;
	line-height:1.3em;
}

:focus{
	outline:0;
}

#SearchForm input:focus {
	outline-offset:0;
	font-style:normal;
}

#SearchForm input.search-button {
	float:right;
	background:url('../im/search-icon.png') no-repeat 0 0;
	width:14px;
	height:14px;
	margin:10px 10px 0 0;
	padding:10px;
	border:0;
	cursor: pointer;
	text-indent:-9999px;
}


/* TAG CLOUD WIDGET */

.tagcloud a {
	text-decoration: none;
}


/* RECENT COMMENTS WIDGET */

ul#recentcomments {	
	font-style:italic;
}


/* COMMENTS */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	border-top:2px solid #e7e7e7;
}

.commentlist li.comment {
	border-top: 1px solid #e7e7e7;
	margin: 0 0 40px 0;
	padding: 10px 0 0px 56px;
	position: relative;
	font-size:12px;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist .avatar {
	position: absolute;
	top: 14px;
	left: 0;
}

.comment-author {
	color:#888
}

.comment-author cite {
	display:inline-block;
	margin:0 0 6px 0;
}


#main a.comment-permalink,
#main a.comment-reply-link,
#main a.comment-reply-login {
	color:#888 !important;
}

#main a.comment-reply-link,
#main a.comment-reply-login {
	float:right;
}

.commentlist .children {
	list-style: none;
	margin: 20px 0 0 0;
}

.commentlist .children li {
	border-top:1px solid #e7e7e7;
	padding-top:10px;
	margin: 0 0 20px 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-top: 1px solid #e7e7e7;
	margin: 0 0 40px 0;
	padding: 10px 0 0px 0px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

#previous-comments {
	float:left;
	font-size:1.1em;
	color:#888;
	margin-top:20px;
}

#next-comments {
	float:right;
	font-size:1.1em;
	color:#888;
	margin-top:20px;
}


/* COMMENT FORM */

#commentsform-hidden {
	display:none;
}

#respond {
	margin: 0 0 15px 0;
	overflow: hidden;
	position: relative;
}

#respond h3 {
	font-size:1.2em;
	margin:0 0 10px 0;
	font-weight:bold;
	text-transform: uppercase;
}

#respond p {
	margin: 0;
}

#respond p {
	margin:0 0 15px 0;
	overflow:hidden;
}

#respond p.left {
	float:left;
	width:230px;
	overflow:hidden;
}

#respond p.right {
	float:right;
	width:230px;
	overflow:hidden;
}

#respond p.comment-messages {
	line-height:15px;
}

#respond label,
#respond p.comment-messages {
	color: #888;
	font-size: 11px;
	display:block;
	margin:0 0 5px 0;
}

#respond input,
#respond textarea {
	background:none;
	border:1px solid #aaa;
	padding:15px 20px;
	width:428px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	font-size:1.2em;
	color:#222;
	font-style:normal;
	line-height:1.3em;
	float:left;
	outline:none;
}

#respond input#email {
	width:186px;
}

#respond input#author {
	width:186px;
}

#respond textarea {
	color:#999;
	font-style:italic;
	width:428px;
	height:46px;
}

#respond input:focus,
#respond textarea:focus {
	border-color:
	outline:0;
}

#respond textarea:focus {
	color:#222;
	font-style:normal;
}

#respond input[type=submit] {
	float:right;
	width:auto;
	border:none;
	font-family:Arial;
	background: #E5576C;
	color: white !important;
	padding: 15px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:hand;
}

#respond input[type=submit]:hover {
	background:blue;
}


/* CALENDAR WIDGET */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; position:relative;}
#wp-calendar a {text-decoration: none; color:#222;}
#wp-calendar caption { text-align: center; color: #333; font-size: 1em; margin-top: 10px; margin-bottom: 15px; font-weight:bold; text-transform: uppercase; }
#wp-calendar thead { font-size: 1em; font-weight:bold; color:#888; }
#wp-calendar thead th { padding-bottom: 10px; }
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:7px;}
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 0.9em; text-transform: uppercase; position:absolute; top:11px; right:0px; }
#wp-calendar tfoot #next a, #wp-calendar tfoot #prev a {text-decoration: none; font-weight:bold; color:#888;}
#wp-calendar tfoot #prev { font-size: 0.9em; text-transform: uppercase; position:absolute; top:11px; left:0px; }


/* LAUNCH - COUNTDOWN TIMER */

#progress-container {
	width:100%;
	margin:0 auto 40px auto;
	background:url('../im/social-bg.png') repeat;
	border-radius:3px;
	overflow:hidden;
	padding:20px 0;
}

#tearoff {
	overflow:hidden;
	margin:20px auto 0 auto;
	width:308px;
	opacity:0;
}

.tearoff {
	position:relative;
	float:left;
	width:77px;
	height:auto;
	overflow:hidden;
}

.tearoff .overlay {
	position:absolute;
	top:0;
	left:0;
	height:77px;
	width:77px;
	display:block;
}

.stylish.fliplight .tearoff .overlay {
	background:url('im/progress/ov_light.png') no-repeat top left;
}

.stylish.flipdark .tearoff .overlay {
	background:url('im/progress/ov_dark.png') no-repeat top left;
}

.tearoff .background {
	height:65px;
	width:77px;
	display:block;
	font-size:5.4em;
	text-align:center;
	font-family:Arial;
	letter-spacing: -0.06em;
	padding: 12px 0 0 0;
}

#tearoff.threedigits .background {
	font-size:4.3em;
	padding: 19px 0 0 0;
}

.simple .tearoff .background {
	border-radius:4px;
	height:61px;
	width:69px;
	margin:0 4px;
	padding:11px 0 0 0;
}

.simple.fliplight .tearoff .background {
	background:#FFF;
	color:#222;
}

.simple.flipdark .tearoff .background {
	background:#222;
	color:#FFF;
}

.stylish.fliplight .tearoff .background {
	background:url('im/progress/bg_light.png') no-repeat top left;
	color:#222;
	text-shadow: 0px 2px 1px #FFF;
}

.stylish.flipdark .tearoff .background {
	background:url('im/progress/bg_dark.png') no-repeat top left;
	color:#FFF;
	text-shadow: 0px 1px 2px #222;
}

.tearoff .unit {
	display: block;
	margin-top: 2px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	font-family: Arial;
	color: #333;
}


/* LAUNCH - PROGRESS BAR */

#bar {
	position:relative;
	overflow:hidden;
	width:80%;
	height:23px;
	margin:0px auto;
	background:white;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#bar.stylish {
	border:1px solid #999;
	-webkit-box-shadow: inset 0px -5px 12px 0px #bbb;
	-moz-box-shadow: inset 0px -5px 12px 0px #bbb;
	box-shadow: inset 0px -5px 12px 0px #bbb;
}

#bar-complete {
	position:absolute;
	top:0px;
	left:0px;
	height:23px;
	min-width:35px !important;
	background:#B0B700;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#bar.stylish #bar-complete {
	position:absolute;
	top:-1px;
	left:-1px;
	border:1px solid #999;
	-webkit-box-shadow: inset 1px 1px 1px 1px #ccc;
	-moz-box-shadow: inset 1px 1px 1px 1px #ccc;
	box-shadow: inset 0px 1px 0px 0px #ccc;
}

#bar-complete span {
	display:block;
	text-align:right;
	color:#222;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 8px 0 0;
	opacity:0;
}

#bar.stylish #bar-complete span {
	text-shadow: 0px 1px 2px #ccc;
}