/*
Theme Name: Perpetual Product Launch Theme
Theme URI: http://alwaysbelaunching.com
Description: Perpetual Product Launch Theme By Tanner Larsson
Author: Tanner Larsson
Author URI: http://alwaysbelaunching.com
version: 1.9
*/

/** BEGIN common data **/
* {
	margin: 0; padding: 0;
}

body {
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	color: #353638;
	background: #FFF url(images/bg_default.png) repeat-x 0 0;
}

a {
	color: #E8A02C;
	text-decoration: none;
}
a hover {
	text-decoration: underline;
	}

img {
	border:0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.aligncenter {
	text-align: center;
}

.hidden {
	display: none;
}


li{
	list-style: none;
}

h1 {
	font-size: 30px;
	padding: 0;
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-weight:700;
	text-align:center;
	color: #C32026;
}

#wrapper > #content > h1 {
	padding-right: 80px;
}

h2 {
	font-size: 17px;
	padding: 10px 80px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
color: #383A3D;
	}

h3 {
	font-size: 10pt;
	padding: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}

h4, h5, h6 {
	font-size: 9pt;
	padding: 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.class_box_shadow{
    width: 374px;
    min-width: 200px;
    min-height: 100px;
    margin: auto;
    background: #FFFFFF;
    border: 25px solid white;
    position:relative;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.80);
}

/** END common data **/


/** BEGIN wrapper **/
#wordpress{
	width:900px;
	margin:0 auto;
}

#wrapper {
	width: 900px;
	text-align: left;
	margin:0 auto auto;
	background: url(images/wrapper.png) repeat-y;
	padding:20px 0 20px 20px;
overflow: hidden;
}

#wrapperend{
	background: url(images/wrapperend.png) no-repeat;
	width: 900px;
	height: 19px;
	margin-bottom:20px;
}
/** END wrapper **/


/** BEGIN header **/
#header {
	width: 880px;
	height: 175px;
	clear: both;
	margin: 0;
	text-align: center;
}

#header table {
	width: 100%;
	height: 100%;
}

/** END header **/


/** BEGIN content **/
#content {
	margin: 0px 0px 0px 40px;
	width: 845px;
}

#content p{
	line-height:18px;
	margin: 0 0 15px 0;
}

#content table{
	border:none;
}

#content ul {
	margin: 20px 10px 0;
}

#content ul li{
	list-style:none;
	padding: 7px 0px 15px 30px;
	//background: url(images/check.png) no-repeat left top;
}

.entry {
	width: 570px;
	float: left;
	margin: 20px 5px 20px 0;
	text-align: left;
	font-size: 14px;
}
.wide-entry { 	width: 770px !important;}/** END content **/


/** BEGIN sidebar **/
.sidebar {
    width: 1px;
	float: right;
	margin: 0 0 20px 0;
}

#sidebar-box-wrap {
height: 100%;
margin-left: -265px;
top: 0px;
width: 260px;
z-index: 30;
}

#sidebar-box {
	width: 100%;
	height: 100%;
	background: url(images/sidemenu.png) no-repeat bottom;
}

#sidebar-box ul{
	margin: 0 10px 0px;
}

.sidebartop{
	width: 260px;
	height: 21px;
	background: url(images/sidemenutop.png) no-repeat;
}


/**END sidebar **/


/** BEGIN footer **/
#footer {
	clear: both;
	background-color: none;
	padding:10px;
	font-size: 12px;
	color:#817e7f;
	border-top:2px solid #d7d7d6;
	width: 870px;
}

#footer .wrapper {
	width: 930px;
	margin: 0 auto;
	text-align: center;
	clear:both;
}

#footer .wrapper p{
	line-height:30px;
}
/** END footer **/


/** BEGIN optin **/
.optin {
	width: 262px;
	float: right;
	min-height: 270px;
    margin: 0 2px 0 0;
}

.optin-top {
	background: url(images/optin-top.png) no-repeat 50% 0;
	width: 262px;
	height: 11px;
}

.optin-bot {
	background: url(images/optin-bot.png) no-repeat 50% 100%;
	text-align: center;
	width: 262px;
	min-height: 259px;
}

.optin-inner {
	padding: 9px 15px 20px 15px;
}

.emailtitle {
	text-align:center;
	font-family:Impact,Helvetica,Arial,sans-serif;
	font-size:22px;
	color:#1b1c1d;
}

.email{
	background: #f8f6f7;
	width: 200px;
	height: 29px;
	font-size: 18px;
	color:#888b82;
	border: solid 1px #858685;
	margin:20px 0;
	padding:3px;
}

.submit{
	//background: url(images/submit.png) no-repeat;
	width:204px;
	height:67px;
	border:none;
	cursor:pointer;
}
/** END optin **/


/** BEGIN comments **/
.comentary{
	font-size:12px;
	background: url(images/comments.png) repeat-y;
	text-align:left;
	color:#3C3C3C;
	padding: 0px 30px 0 20px;
}

.bypostauthor {
  background-color: #FEE;
}

.join {
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	padding: 0 0 0 30px;
}

#commentform #submit {
  cursor: pointer;
}

ol.commentlist {
	list-style:none;
	margin:10px;
	padding: 0px 0px 0px 13px;
	text-indent: 0px;
	width: 800px;
	}

ol.commentlist li {
	height:1%;
	margin:0 0 10px;
	padding:5px 7px 5px 57px;
	position:relative;
	}

ol.commentlist li.comment-author-admin {
	background-color: #f2f2f2;
	}

ol.commentlist li div.vcard {
	font:bold 14px/1.4 helvetica,arial,sans-serif;
	}

ol.commentlist li div.vcard cite.fn {
	font-style:normal;
	}

ol.commentlist li div.vcard cite.fn a.url {
	color:#900;
	text-decoration:none;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	color:#000;
	}

ol.commentlist li div.vcard img.avatar {
	border:5px solid #d5d5d5;
	left:7px;
	position:absolute;
	top:7px;
	}

ol.commentlist li div.commentmetadata {
	display:none;
	}

ol.commentlist li p {
	font:normal 12px/1.4 helvetica,arial,sans-serif;
	margin:0 0 1em;
}

ol.commentlist li ul {
	font:normal 12px/1.4 helvetica,arial,sans-serif;
	list-style:square;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
	}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}

ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em;
}

ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em;
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em;
}

ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}

ol.commentlist li.authcomment {
	background-color: #00FF00 !important;
}

#comment{
	width:90%;
	padding:10px;
	}

#author, #email, #url, #comment{
	font-family: arial, Verdana, sans-serif;
	font-size: 14px;
	margin:10px;
	padding:5px;
	border: 1px solid #D1CFCC;
	color:#636261;
	}

#submit{
	width:105px;
	height:33px;
	border:none;
	margin-top:37px;
}

.required {
	color: #ff0000;
	}

h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding-bottom: 20px;
}

h2 a {
	color:#000000;
	}

h2 a:hover {
	color:#E8A02C;
	}

.notfound {
	padding: 40px;
}

.notfound h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	}

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#comments .buffer {
	padding: 10px;
	}

#comments ol li {
	margin-bottom: 10px;
	}

#comments ol li ul li {
	border: 1px solid #e0e0e0;
	padding: 10px;
	}

#comments ol li .avatar {
	float: right;
	}

#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 1.2em;
		}

#comments ol li .comment-meta {
	font-size: 0.9em;
	color: #999999;
	margin: 5px 0 10px;
	}

#comments ol li .reply {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
	}

#comments .children {
	list-style-type: none;
	}

#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}

#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
	}

#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
	}

#comments .says {
	display: none;
}
/** END comments **/


/** BEGIN menu **/
.share{
	width:200px;
	margin-left:50px;
}

.share_h{
padding: 0px 0px 0px 450px;
	margin: 0 auto -40px;
	background: url(images/wrapper.png) repeat-y;
}

.share img{
	margin-bottom:15px;
}

.menu_v{
	text-align:left;
}

.menu_v ul li{
	background: url(images/menuline.png) no-repeat bottom!important;
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-size:22px;
	color: #c0bfbe;
	font-weight:500;
	padding: 10px 0!important;
}

.menu_v ul li a{
	color: #1b1c1d;
}


.menu_v ul li a, .menu_v ul li span {
	padding: 0 0 0 35px;
}

#topmenu{
	background: url(images/topmenu.png) no-repeat;
	width:851px;
	height:39px;
	margin: 0px 0px 0px -15px;
	padding: 11px 30px;
}

.menu_h{
	text-align:left;
}

.menu_h ul li{
	background: url(images/menulineh.png) no-repeat right!important;
	font-family: Impact, Helvetica, Arial, sans-serif;
	font-size:22px;
	color: #c0bfbe;
	font-weight:500;
	padding: 5px 20px !important;
	display: inline;
}

.menu_h ul li:last-child{

	background: none!important;
}

.menu_h ul li a{
	color: #1b1c1d;
}

.menu_h ul li.current a{
	padding: 0 0 0 35px;
}

.earlybird{
	background: url(images/earlybird.png) repeat-y;
	width:600px;
	margin: 0 0 0 60px;
	padding:20px;
	text-align:center;
}

.earlybirdstart{
	background: url(images/earlybirdstart.png) no-repeat;
	height:21px;
	width:640px;
	margin: 15px 0 0 60px;
}

.earlybirdend{
	background: url(images/earlybirdend.png) no-repeat;
	height:25px;
	width:640px;
	margin: 0 0 0 60px;
	text-align:center;
}

.earlybird p{
	margin:10px auto;
}

.email_eb{
	background: #f8f6f7;
	width: 160px;
	height: 20px;
	font-size: 14px;
	color:#888b82;
	border: solid 1px #858685;
	margin:20px 0;
	padding:3px;
	font-weight:bold;
}

.text{
	background: #f8f6f7;
	width: 160px;
	height: 20px;
	font-size: 14px;
	color:#888b82;
	border: solid 1px #858685;
	margin:20px 0;
	padding:3px;
	font-weight:bold;
}

.submit_eb{
	width:211px;
	height:72px;
	border:none;
	cursor:pointer;
}

.submit{
	width:211px;
	height:72px;
	border:none;
	cursor:pointer;
}

.comment_top{
	background: url(images/comments_top.png) no-repeat;
	width:900px;
	height:23px;
}

.comment_bottom{
	background: url(images/comments_bottom.png) no-repeat;
	width:900px;
	height:23px;
	margin-bottom:20px;
}

.entercomment{
	width:680px;
	float:left;
	padding: 0px 0px 0px 20px;
}

.logged{
	padding: 10px 0 0 30px;
}

.comment-body{
	padding-left:50px;
	margin-bottom: 50px;
}

.depth-1 .comment-author{
	background: url(images/comtop1.png) no-repeat;
	height:18px;
	padding: 15px 0px 0px 30px;
}

.depth-1 p{
	padding: 0px 10px 10px 30px;
	width: 641px;
}

.depth-1 .comment-body{
	background: url(images/comp1.png) no-repeat bottom right;
	margin-right: 6px;
}

.depth-2 .comment-body{
	background: url(images/comp2.png) no-repeat bottom right;
	margin-right: 0px;
}

.depth-3 .comment-body{
	background: url(images/comp3.png) no-repeat bottom right;
	margin-right: -7px;
}

.depth-4 .comment-body{
	background: url(images/comp4.png) no-repeat bottom right;
	margin-right: -14px;
}

.reply{
	background: url(images/reply.png) no-repeat;
	padding: 3px 0px 0px 35px;
	width: 56px;
	height:22px;
	float: right;
	display:block;
	margin-right:7px;
}

.reply a{
	font-family: Arial, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.depth-2 .comment-author{
	background: url(images/comtop2.png) no-repeat;
	height:18px;
	padding: 15px 0px 0px 30px;
	margin: 0px 0px 0px 2px;
}

.depth-2 p{
	padding: 0px 10px 10px 33px;
	width: 581px;
}

.depth-2 .reply{
	background: url(images/reply.png) no-repeat;
	padding: 3px 0px 0px 35px;
	width: 56px;
	height:22px;
	float: right;
	display:block;
	margin-right:0px;
}

.depth-3 .comment-author{
	background: url(images/comtop3.png) no-repeat;
	height:18px;
	padding: 15px 0px 0px 30px;
	margin: 0px 0px 0px 5px;
	width: 560px;
}

.depth-3 p{
	padding: 0px 10px 10px 35px;
	width: 525px;
}

.depth-3 .reply{
	background: url(images/reply.png) no-repeat;
	padding: 3px 0px 0px 35px;
	width: 56px;
	height:22px;
	float: right;
	display:block;
	margin-right: 0px;
}

.depth-4 .comment-author{
	background: url(images/comtop4.png) no-repeat;
	height:18px;
	padding: 15px 0px 0px 30px;
	margin: 0px 0px 0px 8px;
	width: 500px;
}

.depth-4 p{
	padding: 0px 10px 10px 39px;
	width: 467px;
}

.depth-4 .reply{
	background: none;
}

#author, #email{
	margin-left:30px;
}

.comment-body em{
	padding-left:28px;
}

.arrow{
	margin: 10px 0px 0px -40px;
	position: absolute;
}

.single{
	width:770px;
}

.single p{
	margin-bottom:20px;
}

#footer li{
	display:inline;
}

#footer a{
	color:#817E7F;
}

#footer .wrapper p{
	margin-bottom:10px;
}

.squeezemain{
	float:left;
	width:550px;
}

.headerlogo{
margin: auto;
padding-top:25px;
}

.headerlogo h1 {
font-size:40px;
font-family: Arial, Helvetica, sans-serif;
}

.headerlogo h2{
font-size:20px;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
}

.af-form  {
  width: 225px !important;
  background-color: transparent !important;
}