/**
 * Theme Name: Deploy WordPress Theme
 * Theme URI: http://okaythemes.com/
 * Description: A coming soon theme!
 * Author: Mike McAlister
 * Author URI: http://okaythemes.com/
 * Version: 1.0
 * Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
 
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	font-size: 100%;
 	font: inherit;
 	vertical-align: baseline;
 }
html {
	overflow-x: hidden;
}
body {
    color: #888;
    background: #fff;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	font-weight: normal;
  	line-height: 18px;
  	overflow-x: hidden;
}
html, body {
	height: 100%;
}
img { border-style: none }

a { text-decoration: none }

a:hover { text-decoration: underline }

h1, h2, h3, h4, h5, h6 {
    color: #747474;
    margin: 0 0 20px 0;
    font-style:normal;
    font-weight: 300;
    font-family: 'Terminal Dosis', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 { font-size: 28px }

h2 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 200;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 16px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p {
    margin: 0 0 15px 0;
}

ul li { list-style-type: square }

form, fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

input, textarea, select {
    font: 100% Arial, Verdana, Helvetica, sans-serif;
    vertical-align: middle;
}

blockquote {
    background: url(images/quote.png) no-repeat 0px 5px;
    margin: 15px 15px 15px 0px;
    padding: 0 0 0 50px;
    font-size: 15px;
    color: #555;
    line-height: 22px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}
/* Main Architecture */

#header {	
	float: left;
	width: 100%;
	height: 52px;
	position: relative;
	margin: 0 0 0 0;
}

#icons {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#icons a {
	margin-left: 2px;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
	opacity: 1; 
}

#icons a:hover {
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
	opacity: .7; 
}

#countdown {
	position: absolute;
	bottom: 20px;
	left: 0;
}

.countdown_section {
	float: left;
	font-size: 10px;
	color: #aaa;
	text-align: center;
	margin: 0 12px 0 0;
}

.countdown_amount {
	font-family: 'Terminal Dosis', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 43px;
	font-weight: 200;
	padding: 20px 10px;
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #f7f7f7 50%, #f2f2f2 50%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(50%,#f7f7f7), color-stop(50%,#f2f2f2), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 50%,#f2f2f2 50%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 50%,#f2f2f2 50%,#f9f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#f7f7f7 50%,#f2f2f2 50%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 0%,#f7f7f7 50%,#f2f2f2 50%,#f9f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	
	float: left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	color: #888;
	text-align: center;
	letter-spacing: -1px;
	width: 38px;
	box-shadow: inset rgba(0,0,0, 0.08) 0px 0px 5px;
	-moz-box-shadow: inset rgba(0,0,0, 0.08) 0px 0px 5px;
	-webkit-box-shadow: inset rgba(0,0,0, 0.08) 0px 0px 5px;
	text-shadow: 1px 1px #F3F3F3;
}

#sidebar {
	width: 170px;
	height: 100%;
	float: left;
	padding: 0 30px 0 9999px;
	margin: 0 0 0 -9999px;
	background: #FFFFFF;
	position: fixed;
}

#sidebar h2 {
	font-size: 11px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 4px 0;
	line-height: 12px;
	text-align: right;
}

#sidebar .textwidget {
	text-align: right;
	font-size: 11px;
}

#sidebar ul {
	font-size: 11px;
	text-align: right;
	direction: rtl;
}

#sidebar .widget li {
	margin: 0 15px 0 0;
}

#sidebar .widget {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: dotted 1px #ccc;
	border-top: dotted 1px rgba(0, 0, 0, .1);
}

#logo {
	text-align: right;
	height: 260px;
	position: relative;
}

.logo-img {
	position: absolute;
	bottom: 32px;
	right: 0;
}

#logo-text {
	text-align: right;
	font-family: 'Terminal Dosis', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 30px;
	position: absolute;
	bottom: 32px;
	right: 0;
}

#logo-text a {
	color: #8d8d8d;
}

#side-separator {
	width: 170px;
	margin: 0 0 20px -9999px;
	padding: 0 0 0 9999px;
	border-bottom: solid 1px #eee;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.copy {
	font-size: 10px;
}

.copy-top {
	padding-top: 5px;
	
}

.nav {
	text-align: right;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.nav li {
	list-style-type: none;
	padding: 0 0 15px 0;
}

.nav a {
	color: #b2b2b2;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
	text-shadow: 1px 1px #f7f7f7;
	background: url(images/led-off.png) no-repeat right center;
	padding-right: 20px;
}

.nav a:hover {
	color: #888;
	text-decoration: none;
	background: url(images/led.png) no-repeat right center;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

.nav .current a {
	color: #5a5a5a;
	background: url(images/led.png) no-repeat right center;
	padding-right: 20px;
}

#main {	
	width: 940px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#page {
	float: right;
	width: 770px;
	background: #fff;
	margin: 0 -9999px 0 0;
	padding: 0 9999px 30px 30px;
}

#main .box {
	display: none;
	float: left;
	width: 100%;
	padding-bottom: 50px;
}

#main .box.visible {
	display: block;
	padding-bottom: 50px;
}
.post {
	z-index: auto !important;
} 
.post-meta {
	margin: 0;
	float: left;
}

.post-meta li {
	display: inline;
	list-style-type: none;
	margin-right: 8px;
	font-size: 11px;
	color: #6F6A58;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 5px 5px;
}

li.date {
	background: url(images/date.png) no-repeat left center;
	padding-left: 24px;
	padding-right: 10px;
	border-right: dotted 1px #ddd;
}

li.comment-count {
	background: url(images/comment.jpg) no-repeat left center;
	padding-left: 24px;
}

.post-text {
	border-bottom: dotted 1px #ddd;
	padding: 0 0 20px 0;
	margin: 0 0 15px 0;
}

.post-nav {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 10px;
}

.post-nav a {
	background: #f7f7f7;
	color: #888;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
}

.post-nav a:hover {
	background: #eee;
	text-decoration: none;
}

.prev2 {
	margin-right: 5px;
}

.prev-post {
	text-align: left;
}

.next-post {
	text-align: right;
}

.post-share {
	float: right;
	width: 300px;
	text-align: right;
	color: #aaa;
}

.post-share li {
	display: inline;
	font-size: 11px;
}

.post-share li a {
	background: #f7f7f7;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	color: #888;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
}

.post-share li a:hover {
	text-decoration: none;
}

.twitter a:hover {
	background: #5ec8e8;
	color: #fff;
}

.facebook a:hover {
	background: #5d73a1;
	color: #fff;
}

.googleplus a:hover {
	background: #ca4c4c;
	color: #fff;
}

/* Launch Styling */

#launch {
}
#launch p {
	font-size: 14px;
	line-height: 22px;
}

/* Twitter Styling */

.tweet_list {
	padding: 0;
	margin: 0;
}
.tweet_list a {
	
}
.tweet_list li {
	list-style-type: none;
	float: left;
	width: 138px;
	margin: 0 35px 0 0;
	line-height: 20px;
}
.tweet_list li:last-child {
	margin-right: 0px;
}
.tweet_list .tweet_avatar {
	display: none;
}
.tweet_first {
	width: 100% !important;
	float: left;
	margin: 0 0px 25px 0 !important;
	padding-bottom: 25px;
	border-bottom: solid 1px #eee;
	border-bottom: dotted 1px rgba(0, 0, 0, .1);
}
.tweet_first .tweet_text {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#747474;
	position:relative;
	margin:0 0 15px 0;
	width: 400px;
	float: left;
	width: 100%;
	font-family: 'Terminal Dosis', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
	font-size: 40px;
	line-height: 48px;
}
.tweet_text {
	float: left;
}
.tweet_first .follow-me {
	display: inline;
}
.follow-me {
	display: none;
}
.tweet_list .tweet_first .tweet_avatar {
	display: block;
	float: left;
	margin: 0 0 0 0;
}
.tweet_list .tweet_first .tweet_avatar img {
	margin-top: 10px;
	padding: 5px;
	border: solid 1px #eee;
}
.tweet_first .tweet_time {
	float: left;
	clear: none !important;
	margin: 24px 0 0 15px;
	font-size: 14px;
	font-weight: 200;
}
.tweet_first .tweet_time a {
}
.tweet_time {
	font-size: 10px;
	clear: both;
	float: left;
	margin-top: 10px;
	float: left;
}

/* Contact Styling */

.wpcf7 input[type="text"] {
	border: solid 1px #ddd;
	padding: 10px;
	font-size: 14px;
	outline: none;
	font-style: italic;
	color: #757575;
}

.wpcf7 p {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
}

.wpcf7 textarea {
	border: solid 1px #ddd;
	padding: 10px;
	font-size: 14px;
	outline: none;
	font-style: italic;
	color: #757575;
	width: 500px;
}

div.wpcf7-response-output {
	clear: both;
}

.wpcf7-validation-errors {
	background: #fef3f3 !important;
	color: #c04e4e !important;
	padding: 10px !important;
	margin: 0 0 15px 0 !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: bold !important;
	border: none !important;
	width: 500px !important;
}

div.wpcf7-mail-sent-ok {
	background: #ebf8ec !important;
	color: #75a278 !important;
	padding: 10px !important;
	margin: 0 0 15px 0 !important;
	display: block !important;
	font-size: 11px !important;
	font-weight: bold !important;
	border: none !important;
	width: 500px !important;
}

.wpcf7-submit {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	border: solid 1px #fa9562;
	border: 1px solid rgba(0, 0, 0, .04);
	text-shadow: 1px 1px  rgba(0, 0, 0, .1);
	width: auto !important;
	float: left !important;
	background: #fda56c;
	background-image: linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(254,157,105)),
		color-stop(1, rgb(253,170,111))
	);
	padding: 11px 10px;
	clear: both;
	margin: 0 0 15px 0;	
}

/* Button Style */

.button {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	border: solid 1px #fa9562;
	border: 1px solid rgba(0, 0, 0, .04);
	text-shadow: 1px 1px  rgba(0, 0, 0, .1);
}

.button:hover, .wpcf7-submit:hover {
	box-shadow: inset rgba(255,255,255, 0.3) 0px 0px 8px;
	-moz-box-shadow: inset rgba(255,255,255, 0.3) 0px 0px 8px;
	-webkit-box-shadow: inset rgba(255,255,255, 0.3) 0px 0px 8px;
	cursor: pointer;
}

.button:active, .wpcf7-submit:active {
	box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
	-moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
	-webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 0px 3px;
}

.orange {
	background: #fda56c;
	background-image: linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(254,157,105)),
		color-stop(1, rgb(253,170,111))
	);
}

/* Mail Chimp */

#mc_signup {
	margin: 20px 0 0 0;
}

#mc_signup_form {
	background: none !important;
	border: none !important;
	padding: 0px !important;
}

.mc_merge_var {
	width: 380px !important;
	margin-bottom: 20px !important;
	color: #747474 !important;
	float: left !important;
}

#mc_signup_form .mc_var_label {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

#mc_signup_form input[type="text"] {
	border: solid 1px #ddd;
	padding: 10px;
	font-size: 14px;
	outline: none;
	font-style: italic;
	color: #757575;
	width: 310px;
}

#mc-indicates-required {
	font-size: 11px !important;
	color: #999;	
	float: left;
	margin-left: -13px;
        margin-top: -59px;
}

.mc_signup_submit {
	float: left !important;
	width: 300px !important;
}

#mc_signup_submit {
	width: auto !important;
	float: left !important;
	background: #fda56c;
	background-image: linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(254,157,105)),
		color-stop(1, rgb(253,170,111))
	);
	padding: 11px 10px;
	margin: 20px 0 0 0 !important;
} 

#mc_signup_submit::-moz-focus-inner { border: 0; padding: 0; margin:0; }

.mc_error_msg {
	background: #fef3f3 !important;
	color: #c04e4e !important;
	padding: 10px !important;
	margin: 0 0 15px 0 !important;
	display: block !important;
	font-size: 11px;
	font-weight: bold;
	width: 400px !important;
}

.mc_success_msg {
	background: #ebf8ec !important;
	color: #75a278 !important;
	padding: 10px !important;
	margin: 0 0 15px 0 !important;
	display: block !important;
	font-size: 11px;
	font-weight: bold;
	width: 400px !important;
}

/* WP Opt-In */

#wpoi_form {
}

#wpoi_form p {
	font-size: 11px;
	font-weight: bold;
	color: #757575;
	float: left;
	
}

#wpoi_form input[type="text"] {
	border: solid 1px #ddd;
	padding: 10px;
	font-size: 14px;
	outline: none;
	font-style: italic;
	color: #757575;
	width: 310px;
}

#wpoi_form input[type="submit"] {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	border: 1px solid rgba(0, 0, 0, .04);
	text-shadow: 1px 1px  rgba(0, 0, 0, .1);
	width: auto !important;
	float: left !important;
	background: #fda56c;
	background-image: linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(254,157,105)),
		color-stop(1, rgb(253,170,111))
	);
	padding: 11px 10px;
	margin: 24px 0 0 10px !important;
}

#wpoi_form p b {
	background: #ebf8ec !important;
	color: #75a278 !important;
	padding: 10px !important;
	margin: 0 0 15px 0 !important;
	display: block !important;
	font-size: 11px;
	font-weight: bold;
}

/* Comment Styling */

.comments {
}
h3.comments-title {
    padding: 18px;
    margin: -30px -40px 25px -40px !important;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #8697A0;
    background: #F7F7F7;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#respond {
    margin: 0 0 15px 0;
    padding: 0 0 20px 0;
}
.comment .respond { margin-top: 0px }
.respond h3 {
    font-size: 20px;
    font-weight: 400;
    color: #8697A0;
    background: #f7f7f7;
    padding: 10px;
    text-align: center;
}
.respond .modal-header {
	padding: 18px;
	margin: -30px -40px 25px -40px !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.comment .respond h3 { margin-top: 0px }
.respond label {
    font-weight: bold;
    font-size: 10px;
    margin: 5px 0 0 15px;
    color: #aaa;
}
.respond p { margin-bottom: 15px }
.respond input[type="text"] {
	  width: 50%;
}
.respond input[type="text"], .respond textarea {
   border: solid 1px #ddd;
   padding: 10px;
   font-size: 14px;
   outline: none;
   font-style: italic;
   color: #757575;
}
.respond input:focus, .respond textarea:focus {
}
.respond textarea {
    line-height: 22px;
    width: 100%;
    box-sizing: border-box;
}
.allowed {
	font-size: 11px;
	color: #888;
	float: left;
	margin: 0 0 15px 0;
}
.commentlist {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
}
.commentlist li {
    padding: 15px;
    margin: 0 0 25px 0;
    position: relative;
    list-style-type: none !important;
    border: solid 1px #eee;
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px; 
    border-radius: 3px;
}
.commentlist li:before, .commentlist ol .num {
	float: left;
	margin: 0 0 0 0 !important;
	content: none !important;
	counter-increment: none !important;
}
.children {
	margin-top: 30px;
}
.children li { 
	padding: 15px;
	margin-bottom: 0px;
 }
.comment p {
    line-height: 20px;
    margin-bottom: 18px;
}
.comment-text {
}
.reply {
    text-align: right;
    margin: 0px !important;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.comments .children .reply { text-align: left }
.comment-reply-link {
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 8px;
}
.reply a:hover {
}
.cancel-comment-reply {
	float: right;
	margin: 0;
	font-size: 11px;
}
.comments .logged-in {
	font-size: 11px;    
}
.comment-awaiting-moderation {
    color: #555;
    font-weight: bold;
    font-size: 11px;
}
.vcard {
    margin: 0 0 0 0;
    padding: 0 85px 0 0;
    float: left;
}
.vcard img {
    float: left;
    border: solid 1px #eee;
    padding: 5px;
    background: #fff;
}
.fn {
    float: left;
    font-style: normal;
    font-size: 16px;
    line-height: 12px;
    margin-bottom: 3px;
}
.fn a { color: #60636B }
.comment-info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
	position: relative;
}
.comment-meta {
    float: left;
    margin: 9px 0 0 12px;
}
.comment-time {
    font-size: 11px;
    color: #999;
}
.comment-edit-link {
	font-size: 11px;
}

.comment-submit {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #fff;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	padding: 5px 10px;
	box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.08) 0px 0px 5px;
	border: 1px solid rgba(0, 0, 0, .04);
	text-shadow: 1px 1px  rgba(0, 0, 0, .1);
	width: auto !important;
	float: left !important;
	background: #fda56c;
	background-image: linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -o-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(254,157,105) 0%, rgb(253,170,111) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(254,157,105)),
		color-stop(1, rgb(253,170,111))
	);
	padding: 11px 10px;
	margin: 0;
}

/* Reveal Modal */

.modal-style {
	top: -122px !important;
	left: 195px !important;
}

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #444;
	background: rgba(0,0,0,.3);
	background: -webkit-radial-gradient(rgba(127, 127, 127, 0.3),
	                                      rgba(127, 127, 127, 0.3) 35%,
	                                      rgba(0, 0, 0, 0.5));
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #fff;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	height: 500px;
	overflow-y: auto;
	z-index: 500;
}
	
.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 56px;
	line-height: .5;
	position: absolute;
	top: 9px;
	right: 11px;
	color: #ddd;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 
.reveal-modal .close-reveal-modal:hover {
	text-decoration: none;
	color: #888;
}

/* WP styles */

.wp-caption.alignnone { 
	margin: 5px 20px 20px 0 
}
.wp-caption.alignleft { 
	margin: 5px 20px 20px 0 
}
.wp-caption.alignright { 
	margin: 5px 0 20px 20px 
}
img.alignleft, img.alignright { }
.alignright { 
	float: right 
}
.alignleft { 
	float: left 
}
.aligncenter {
	text-align: center;
}
img.alignleft { 
	margin: 5px 25px 20px 0;
	border: solid 1px #eee;
	padding: 5px;
}
img.alignright { 
	margin: 5px 0 20px 20px;
	border: solid 1px #eee;
	padding: 5px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
}
.sticky {}
.gallery-caption { text-align: center }
.gallery-item {
    width: 115px !important;
    margin-right: 15px;
    margin-bottom: 20px;
}
.bypostauthor {}