/*
Theme Name: Clean Home
Theme URI: http://midmodesign.com/news/general/our-special-wordpress-theme/
Description: This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version: 1.2.0
Author: Mid Mo Design
Author URI: http://midmodesign.com/
Tags: white, red, fixed-width, two-columns, right-sidebar

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.
*/

/* General */
@import "http://yui.yahooapis.com/3.3.0/build/cssfonts/fonts-min.css";
@import "<?php bloginfo('template_directory'); ?>/assets/css/shCore.css";
@import "<?php bloginfo('template_directory'); ?>/assets/css/shThemeDefault.css";

body {
	line-height: 1.7em;
}
a {
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
a:hover {
	color: #e12000;
	border-bottom: 1px dashed #e12000;
	background-color: #f7f7f7;
}
hr {
	margin-top: 35px;
	border: 0;
	border-top: 1px dotted #ccc;
	width: 640px;
	color: #fff;
	clear: both;
}
.clear {
	clear: both;
}

/* Notice */
#notice {
	padding: 5px 0;
	background-color: #ff2b06;
}
#notice.active {
	display: block;
}
#notice.inactive {
	display: none;
}
#notice p {
	margin: 10px auto;
	width: 940px;
	font-size: 153.9%;
	color: #fff;
	line-height: 1.5em;
}
#notice a {
	text-decoration: none;
}
#notice a:hover {
	color: #000;
	border-bottom: none;
	background-color: inherit;
}
#notice span.countdown {
	font-size: 153.9%;
	font-weight: bold;
	color: #000;
}

/* Flipclock */
.countdown {
	margin: 0 auto;
	width: 920px;
	overflow: hidden;
	color: #fff;
	font-size: 3em;
	text-align: center;
}
.countdown .left {
	float: left;
}
.countdown .right {
	float: right;
}
.countdown #weeks {
	margin-left: 0;
}
.countdown .number {
	overflow: hidden;
	margin: 0 10px;
	padding-top: 10px;
	background: url(assets/img/flipclock-bg.png) no-repeat;
	width: 75px;
	height: 75px;
}
.countdown .number div {
	height: 75px;
	margin-top: 15px;
	position: relative;
}
.countdown label {
	color: #444;
	font-size: 28px;
	margin-top: 22px;
}

/* Wrapper */
#wrapper {
	margin: 40px auto;
	width: 940px;
}

/* Header + Logo */
#header {
	float: left;
	margin: 0;
	width: 940px;
}
#logo {
	float: left;
	padding: 18px 0 34px 0;
	width: auto;
}
#logo a {
	color: #ff2b06;
	font-size: 461.7%;
	font-weight: 600;
	text-decoration: none;
	border-bottom: none;
	letter-spacing: -4px;
	background-color: #fff;
}
#logo h2 {
	font-size: 138.5%;
	font-weight: 200;
	letter-spacing: -1px;
}

/* Navigation */
#nav {
	float: right;
	display: inline;
	width: auto;
	padding: 12px 0 0;
}
#nav ul {
	float: right;
}
#nav li {
	float: left;
	display: inline;
	width: auto;
	text-align: center;
}
#nav li a {
	display: block;
	padding: 10px;
	font-size: 153.9%;
	font-weight: 400;
	border-bottom: none;
}
#nav li a:hover {
	background-color: #f7f7f7;
}

/* Blurb */
#slider {
	width: 920px;
	clear: both;
}
#slider h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 20px 0;
	border-bottom: 1px dotted #ccc;
	font: 246.2% Georgia;
}
#slider p.featured {
	float: left !important;
	margin: 0;
	width: 350px;
}
#slider p, #slider ul {
	float: left;
	display: inline;
	width: 360px;
	margin: 0 0 20px 40px;
	padding: 0 !important;
	height: auto;
	line-height: 120%;
	font-family: Georgia;	
	font-weight: 400;
	font-size: 153.9%;
}
#slider ul li {
	list-style-type: disc;
	list-style-position: inside;
}
#slider a {
	color: #ff2b06;
	border-bottom: none;
}
#slider a:hover {
	border-bottom: none;
}

/* Content */
#content {
	float: left;
	padding: 0 0 30px 0;
	width: 640px;
	min-height: 420px;
	border-right: 1px dotted #ccc;
}
#content .twitpic {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}
#content .twitpic.last {
	clear: right;
}
#content .navigation .alignleft {
	float: left;
}
#content .navigation .alignright {
	float: right;
	clear: right;
	display: inline;
	margin-right: 10px;
}
#content .navigation .alignleft, #content .navigation .alignright {
	margin-top: 10px;
}

/* Content: Press Section */
#content.press .post {
	border-bottom: none;
}
#content.press h2 {
	color: #ff2b06;
}
#content.press h4 {
	margin-bottom: 10px;
}
#content.press blockquote {
	float: none;
	margin: 0 0 50px;
	width: 500px;
}
#content.press #boilerplate, #content.press #press-inquiries {
	margin-bottom: 20px;
	padding: 12px;
	background-color: #F1F1F1;
}
#content.press #boilerplate h3, #content.press #press-inquiries h3 {
	margin: 0 0 0.5em;
	color: #444;
	font-size: 108%;
	font-weight: bold;
}
#content.press #boilerplate p, #content.press #press-inquiries p {
	font-size: 85%;
	line-height: 1.5em;
}

/* Twitter Referer */
#content #twitter {
	margin-top: 25px;
	padding: 10px 25px;
	border: 1px solid #ccc;
}

/* Blog Post */
.post {
	margin-bottom: 20px;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	width: 640px;
}
.post p {
	margin: 0 0 14px 0;
}
.post a.surveybtn, .sticky a.surveybtn {
	float: left;
	margin: 0 15px 15px 0;
	padding: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 3px solid #ccc;
	font-size: 161.6%;
}
.sticky a.surveybtn {
	background-color: #FF2B06;
	color: #fff;
}
.post a.surveybtn:hover {
	background-color: #666;
	color: #fff;
}
.post em {
	font-style: italic;
}
.post h1, .post h1 a {
	margin: 30px 0 10px 0;
	font-family: Georgia;
	font-size: 182%;
	font-weight: normal;
	line-height: 32px;
}
.post h2 {
	margin: 25px 0 10px 0;
	font-size: 153.9%;
	font-weight: normal;
}
#content h3, .post h3 {
	margin: 15px 0 3px;
	font-size: 123.1%;
	font-weight: normal;
	color: #ff2b06;
}
.post h4 {
	margin: 0 0 10px 0;
	font-size: 116%;
	font-weight: normal;
}
.post .indent, .post .indent p{
	padding-left: 10px;
}
.post .meta {
	margin-bottom: 14px;
}
.post small {
	font-size: 85%;
}
.post small a {
	font-weight: normal;
}
.post .wp-post-image {
	float: left;
	margin-right: 10px;
	padding: 10px;
	width: auto;
	height: auto;
	border: 1px solid #ccc;
}
.post .alignright {
	float: right;
	margin-left: 10px;
}
.post .alignleft {
	float: left;
	margin-right: 10px;
}
.post .aligncenter {
	margin: 0 auto;
	display: block;
}
.post abbr {
	font-weight: normal;
}
.post ul {
	margin-left: 0;
	list-style: circle;
}
.post ol {
	margin-left: 0;
	list-style: decimal;
}
.post ul li {
	margin-left: 0;
	list-style-type: disc;
}
.post ol li {
	margin-left: 0;
	list-style-type: decimal;
}
.post .wp-caption {
	margin: 10px;
	padding: 5px 0 0;
	background: #f7f7f7;
	border: 1px solid #ccc;
	text-align: center;
}
.post .wp-caption-text {
	margin: 0;
}
.post .wp-caption a, .post .wp-caption a:hover {
	border-bottom: 0;
}
.post blockquote {
	float: right;
	margin: 0 15px 10px 10px;
	padding: 0 0 0 60px;
	width: 150px;
	background: url(assets/img/quote.gif) no-repeat top left;
	min-height: 50px;
	font: 146.5% Georgia;
}
.post pre {
	margin: 14px 0;
	font-family: courier;
	font-size: 93%;
	letter-spacing: -1px;
}
.post .message ul {
	margin: 12px 0 0;
}
.post .message {
	margin-top: 10px;
	padding: 20px;
	display: none;
	background: #0F67A1;
	color: #fff;
}

/* Social Media Buttons */
.socialmedia-buttons {
	margin-bottom: 14px;
	width: 610px;
}
.socialmedia-buttons ul {
	margin: 0 auto;
	padding: 0 !important;
	height: 30px;
}
.socialmedia-buttons ul li {
	float: left;
	padding: 5px 0 0 0;
    list-style: none;
}

/* Body: Events */
body.events .post {
	border-bottom: none;
}
body.events .post .speakerphoto {
	float: left;
	margin: 5px 10px 0 0;
	padding: 10px;
	border: 1px solid #ccc;
	width: 72px;
	height: 72px;
}
body.events .post ul.connect {
	margin-left: 0;
	padding: 0;
}
body.events .post ul.connect li {
	list-style-type: none;
	display: inline;
}
body.events .post ul.connect li a {
	border-bottom: none;
	text-decoration: none;
}
/* Body: Final Report */
body.report #content {
	border-right: 1px dotted #ccc;
}
body.report .post h4 {
	margin-bottom: 0;
}
body.report .post ul {
	margin: 0 0 1em 0;
	padding: 0;
}
body.report .post ul li {
	list-style-type: none;
}
body .post ul#lightbox, body.report .post ul#lightbox {
	margin: 0;
	padding: 0;
}
body .post ul#lightbox li, body.report .post ul#lightbox li {
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}
body .post ul#lightbox li a, body.report .post ul#lightbox li a {
	border-bottom: none;
}
body .post #ul#lightbox li img {
	border: 1px dotted #ccc;
}

/* Blog: Live Blog */
body.live .post {
	border-bottom: none !important;
}
body.live .post #tabs ul {
	float: left;
	width: 590px;
	padding: 0;
	padding-top: 4px;
	border-bottom: 1px solid #ccc;
}
body.live .post #tabs li {
	margin-left: 8px;
	list-style: none;
	border: 1px solid #ccc;
	border-bottom: none;
}
body.live .post * html #tabs li {
	display: inline; /* ie6 double float margin bug */
}
bbody.live .post #tabs li, #tabs li a {
	float: left;
}
body.live .post #tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #ff2b06;
	font-weight: bold;
	border-bottom: none;
}
body.live .post #tabs ul li.active {
	background: #CEE1EF;
}
body.live .post #tabs ul li.active a {
	color: #333333;
}
body.live .post #tabs div {
	clear: both;
	min-height: 200px;
}
body.live .post #tabs div h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}	
body.live .post #tabs div p {
	line-height: 150%;
}

/* 49Pixels Live Show */
body.live .post div.video {
	float: left;
	margin: 0 10px 30px 0;
	width: 290px;
	height: 193px;
}
body.live .post div.video p {
	font-size: 87%;
}
body.live .post div.video .last {
	margin-right: 0;
}
body.live .post form#signup {
	padding: 0 10px 10px;
	border: 1px dotted #ff2b06;
}
body.live #response {
	margin-top: 14px;
	color: #4A7023;
	font-weight: bold;
}
body.live .post label, body.live .post input.name, body.live .post input.email, body.live .post input.button {
	font-size: 115%;
}
body.live .post input.name, body.live .post input.email {
	padding: 5px;
	border: 1px solid #ccc;
}
body.live .post input.button {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #eee;
}

/* Bio */
.post #bio {
	margin-bottom: 14px;
	padding: 10px;
	border: 1px dotted #ccc;
	background-color: #F9F4B8;
}
.post #bio h4 {
	font-size: 93%;
	font-weight: bold;
}
.post #bio p {
	font-size: 85%;
}

/* Sticky Posts */
.sticky {
	padding: 0 30px;
	width: 560px;
	background-color: #EDEDED;
}
.sticky h2 a, a.more-link {
	color: #ff2b06;
}

/* Disqus */
#disqus_thread {
	width: 600px !important;
}

/* Sidebar */
#sidebar {
	float: right;
	margin: 0 0 25px 0;
	padding-left: 25px;
	width: 250px;
}
#sidebar h3 {
	margin: 0;
	padding: 25px 0 3px 0;
	font-size: 123.1%;
	color: #ff2b06;
}
#sidebar .block form {
	float: left;
	clear: right;
	display: inline;
	margin-bottom: 25px;
}
#sidebar .block form label {
	float: left;
	clear: both;
	display: inline;
	margin-bottom: 10px;
	font-weight: bold;
}
#sidebar .block form label input {
	width: 200px;
}
#sidebar ul, #sidebar ul li {
	margin-left: 0;
	padding: 0;
}
#sidebar .block ul {
	border-bottom: 1px dotted #ccc;
}
#sidebar .block ul .children {
	padding: 0 0 0 8px;
	border: 0;
}
#sidebar .block li {
	border-top: 1px dotted #ccc;
}
#sidebar .block li a {
	padding: 2px 0 2px 15px;
	display: block;
	background: transparent url(assets/img/bullet_black.gif) no-repeat scroll 6px 52%;
	font-size: 100%;
	font-weight: normal;
	border-bottom: none;
}
#sidebar .block li a:hover {
	background: #f7f7f7 url(assets/img/bullet_red.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_search label {
	margin: 0 0 5px;
	padding: 25px 0 3px 0;
	display: block;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
}
#sidebar #mc_signup {
	float: left;
}
#sidebar .widget_mailchimpsf_widget p {
	margin-bottom: 0;
}
#sidebar .widget_mailchimpsf_widget h3 {
	margin-top: 0;
	padding-top: 15px;
}
#sidebar #mc_display_rewards, #sidebar #mc-indicates-required {
	display: none;
}
#sidebar form#mc_signup_form {
	margin-bottom: 0px;
	width: 240px;
}
#sidebar form#mc_signup_form label {
	margin-bottom: 0;
}
#sidebar form#mc_signup_form input, #sidebar form#mc_signup_form #mc_message {
	float: left;
	margin-bottom: 1em;
	clear: both;
}
#sidebar #mc_unsub_link {
	float: left;
	clear: both;
	text-align: left;
}
#sidebar .widget_recent_entries {
	clear: both;
}
#sidebar .widget_recent_comments li {
	padding: 2px 0 2px 15px;
	background: transparent url(assets/img/bullet_black.gif) no-repeat scroll 6px 52%;
}
#sidebar .widget_recent_comments li a, #sidebar .widget_recent_comments li a:hover {
	background: none;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
#sidebar .widget_recent_comments li a:hover {
	color: #e12000;
	border-bottom: 1px dashed #e12000;
	background-color: #f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
	margin: 0 0 8px;
	border-top: 1px dotted #ccc;
}

/* News Tip */
.newstip {
	margin-bottom: 10px;
	background-color: #eee;
	padding: 0 10px 10px;
	border: 1px dotted #ccc;
}

/* Social */
#sidebar .social .block {
	background-color: #eee;
	padding: 0 10px 10px;
	border: 1px dotted #ccc;
}
#sidebar .social .block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: none;
}
#sidebar .social .block ul li {
	display: inline !important;
	border: none;
}
#sidebar .social .block ul li a.first {
	padding-left: 0;
}
#sidebar .social .block ul li a {
	display: inline;
	background: none;
	padding-left: 5px;
}

/* Progress */
#sidebar .progress {
	padding: 0 10px 10px;
	border: 1px solid #ccc;
}
#sidebar .progress h4.counter {
	margin: .5em 0;
	font-size: 461.7%;
	color: #ff2b06;
}
#sidebar .progress p {
	font-weight: bold;
}

/* Sidebar: Advertisement */
#sidebar .ad {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #ccc;
}
#sidebar .ad h3 {
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
	font-size: smaller;
	color: #aaa;
}
#sidebar .ad p {
	margin-top: 0;
	font-size: smaller;
}
#sidebar .ad a {
	border-bottom: none;
}
#sidebar .ad a:hover {
	border-bottom: none;
}

/* Sidebar: Final Report */
#sidebar.report {
	margin: 0;
}
#sidebar.report h3 {
	margin: 15px 0 0;
	padding: 0;
}
#sidebar.report .cc-license {
	font-size: 85%;
}
#sidebar.report .cc-license a {
	border-bottom: none;
}
#sidebar.report .block ul {
	border-bottom: none;
}
#sidebar.report .block ul li.current_page_item a,
#sidebar.report .block ul li ul.children li.current_page_item a,
#sidebar.report .block ul li ul.children li.current_page_parent a,
#sidebar.report .block ul li ul.children li ul.children li.current_page_item a {
	color: #fff;
	font-weight: bold;
}
#sidebar.report .block ul li.current_page_item,
#sidebar.report .block ul li ul.children li.current_page_item,
#sidebar.report .block ul li ul.children li.current_page_parent,
#sidebar.report .block ul li ul.children li ul.children li.current_page_item,

#sidebar.report .block ul li.current_page_item a:hover,
#sidebar.report .block ul li ul.children li.current_page_item a:hover,
#sidebar.report .block ul li ul.children li.current_page_parent a:hover,
#sidebar.report .block ul li ul.children li ul.children li.current_page_item a:hover {
	background-color: #ff2b06;
}
#sidebar.report .block ul.children {
	padding: 0;
	border-bottom: none;
}
#sidebar.report .block ul.children li {
	padding-left: 20px;
}
#sidebar.report .block ul.children li a, #sidebar.report .block ul li ul.children li ul.children li a {
	color: #000;
}
#sidebar.report .block ul li ul li {
	background-color: transparent;
	border-bottom: none;
}

/* Footer */
#footer {
	padding: 10px 0 40px 0;
	width: 900px;
	float: left;
	border-top: 1px dotted #cccccc;
}
#footer a {
	border: none;
}
#footer ul {
	margin: 0 0 10px 0;
	padding: 0 !important;
}
#footer ul li {
	padding: 0 5px;
	display: inline;
}
#footer a img {
	margin-right: 20px;
	border: none;
}
#footer a:hover {
	background: none;
}

/* Footer: Final Report */
#footer.report {
	font-size: 85%;
}
#footer.report .box {
	float: left;
	margin-right: 20px;
	width: auto;
	height: auto;
}
#footer.report .box p {
	margin-top: 0;
}
#footer.report .box.last {
	margin-right: 0;
	width: 225px;
}
#footer.report .box.last.wide {
	margin-right: 0;
	width: 525px;
}
#footer.report .box h3 {
	margin: 0;
	color: #ff2b06;
}
#footer.report .box ol {
	margin-top: 0;
	padding-left: 0;
}
#footer.report .box ol li {
	display: block;
	padding: 0 5px 0 2px;
}
#footer.report .box li.current_page_item a {
	color: #ff2b06;
}
#footer.report #credits {
	float: left;
	clear: both;
}

/* AJAX Mailchimp Sign Up */
.pxWrapper {
	width: 488px;
	border: 1px dotted #ccc;
	padding: 10px;
	background: #F7F7F7;
}	
.pxInput {
	font-size: 15px;
	padding: 5px;
	border: 1px solid #dfdfdf;
	color: #000;
	margin-right: 5px;
	font-style: italic;
	float: left; width: 160px;
}	
#pxSubmit {
	font-size: 15px;
	padding: 5px;
	background: #FFF;
	border: 1px solid #FF2B06;
	color: #FF2B06;	
}
.pxInput.cleared {
	color: #000;
}
#pxSubmit:hover {
	cursor: pointer;
}
