/* @override 
	http://local-reboot:8888/wp-content/themes/reboot2/style.css
	http://thereboot.org/wp-content/themes/reboot2/style.css
	http://dev.futuraprime.net/reboot3/wp-content/themes/reboot2/style.css
*/

/*
Theme Name: Reboot
Theme URI: http://thereboot.org/
Description: Theme for thereboot.org
Author: Evan Hensleigh
Version: 2.0.beta
Tags: limey
*/

/* @group CSS Reset */

/* Eric Meyer CSS Reset
 * v1.0 | 20080212 */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	padding-left: 1.25em;
}
html5\:nav ul, ul.structure {
	list-style: none;
	padding-left: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html5\:article, html5\:section, html5\:nav, html5\:header, html5\:hgroup {
	display: block;
}

/* @end CSS Reset */




/* Styling information */

/* Colors
 * 
 * #9EB512 - base green
 * #86980F - green links (slightly darker to accommodate thin lines)
 * #B64F29 - base red
 * #821807 - dark red
 * #535456 - dark gray
 */ 

/* @group Typography */

body {
	line-height: 20px;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	color: #333;
}

body, .tweet, .form-allowed-tags code {
	font-family: "ff-dagny-web-pro-1", "ff-dagny-web-pro-2", "Trebuchet MS", Arial, sans-serif;
}

h1, h2,
#home-branding,
.content-feature,
.comment-author .fn
{
	font-family: "rooney-web-1","rooney-web-2", "museo-1", "museo-2", Arial, sans-serif;
}
.feature-header h2,
h3, h4, h5, h6,
.main-nav li a,
.process-nav a,
.twitter-stream .profile-link,
.prev-link, .next-link
{
	font-family: "proxima-nova-1", "proxima-nova-2", Arial, sans-serif, "Lucida Grande", "Arial Unicode MS";
}
pre, code {
	font-family: Consolas, Menlo, mono;
}

html5\:article h1, html5\:article h1 a {
	font-weight: 600;
}
html5\:article h2 {
	color: #333;
}

em, i {
	font-style: italic;
}
strong, b {
	font-weight: 600;
}

a {
	color: #86980f;
	text-decoration: none;
}

p { margin-bottom: 20px; }
p:last-child { margin-bottom: 0; }

a:hover {
	text-decoration: underline;
}

html5\:nav a:hover {
	text-decoration: none;
}

html5\:article h1 a {
	color: #333;
}

/* @end Typography */



/* @group Layout Blocks */

#header-center,
#home-rotator,
#home-branding,
#main-content,
#footer-center,
#feature-header
{
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.layout-column
{
	float: left;
	width: 300px;
	margin-right: 30px;
}
.layout-column.main {
	width: 620px;
}
.layout-column.main.wide {
	width: 940px;
}

.layout-column.final,
.layout-column:last-child,
.layout-column.sidebar-column
{
	margin-right: 0;
}

.layout-column > html5\:article,
.layout-column > html5\:nav
{
	margin-left: 2px;
	margin-right: 2px;
}

.clear {
	clear: both;
}

html5\:figure {
	display: block;
}
html5\:figure img {
	display: block;
}
html5\:figcaption {
	font-size: 13px;
	display: block;
}

/* @end Layout Blocks */


/* @group Other Base Styles */


body {
	background-color: #535456;
}

#main-body {
	background-color: #eee;
	background-image:  url('images/bgpattern.jpg');
	padding-bottom: 20px;
	position: relative;
	z-index: 5;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.25);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.25);
	box-shadow: 0 10px 20px rgba(0,0,0,.25);
}


.image-feature {
	display: block;
	margin: 10px 0;
}

/* @end Other Base Styles */


/* @group Main Header */

#main-header {
	background: white;
	border-top: 5px solid #9eb512;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.25);
	box-shadow: 0 0 20px rgba(0,0,0,.25);
	z-index: 10;
	position: relative;
}

.logo {
	width: 300px; float: left;
	font-size: 48px;
	line-height: 80px;
	background: url('images/reboot-logo-limres.png') left center no-repeat;
	text-indent: -9999px;
}
.main-nav {
	margin: 15px 0;
	text-align: right;
}
.main-nav ul, .main-nav li {
	display: inline;
	zoom: 1; /* IE */
	display: inline-block;
}
.main-nav ul {
	margin: 5px 0;
	border: 5px solid #b64f29;
	border-top: 0;
	border-bottom-width: 0;
}
.main-nav li a {
	display: block;
	padding: 0 1.25em;
	line-height: 40px;
	margin: -5px 0;
	border: 5px solid white;
	border-left-width: 0;
	border-right-width: 0;
	color: white;
	text-transform: uppercase;
	background-color: #b64f29;
	-webkit-transition: background-color .35s linear, border-color .2s ease-in;
}
.main-nav li a:hover {
	background-color: #821807;
}
.main-nav li a.active {
	background-color: #821807;
	border-color: #b64f29;
}

/* @end Main Header */


/* @group Main Footer */

.main-footer {
	padding: 20px 0;
	background: #535456;
	color: #e6e6e6;
	-webkit-font-smoothing: antialiased;
}
.main-footer h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}

.main-footer a {
	color: #9eb512;
	text-decoration: none;
}
.main-footer a:hover {
	text-decoration: underline;
}

.follow-along a {
	background-image: url('images/icons_footer_icons.png');
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	margin: 5px 0;
	display: block;
	padding-left: 35px;
}

.footer-smalltext {
	clear: both;
	color: #aaa;
	font-size: 11px;
}

.footer-minor-links {
	margin-left: 3em;
}

/* @group Footer Search */

#footer-search input {
	line-height: 25px;
	vertical-align: middle;
	width: 250px;
	-webkit-appearance: textfield;
}
#footer-search button {
	vertical-align: middle;
	background: 0;
	padding: 0;
	border: 0;
}
#footer-search button:active {
	margin-top: 1px;
	margin-bottom: -1px;
}

/* @end Footer Search */

/* @end Main Footer */



/* @group Sidebar */

/* @group Content Feature */

.content-feature {
	background-color: white;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.content-feature>* {
	padding: 0 10px;
}
.content-feature h3 {
	background-color: #b64f29;
	line-height: 40px;
	color: white;
	font-size: 17px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.content-feature h4 {
	text-transform: uppercase;
	font-size: 16px;
}
.content-feature-image {
	float: left; margin-right: 15px;
}

.content-feature a {
	color: #333;
}

/* @end Content Feature */

/* @group Twitter Feature */

.tweet,
.twitter-stream p {
	overflow: hidden;
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b64f29;
	font-size: 13px;
}
.tweet:last-child,
.twitter-stream p:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.twitter-stream .profile-link a {
	display: block;
	margin: 0 -10px -10px;
	background-color: #b64f29;
	padding: 10px;
	text-align: right;
	-webkit-font-smoothing: antialiased;
	color: white;
	font-weight: 600;
}
.twitter-stream .profile-link a:hover {
}

/* @end Twitter Feature */

/* @group Quick Thoughts */

.quickthoughts-article {
	margin-bottom: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b64f29;
}

.quickthoughts-article h2 {
	font-size: 13px;
	margin-top: -1px;
	margin-bottom: 1px;
}

.quickthoughts-article:last-child {
	border-bottom-width: 0;
}

.book-image {
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
}

#main-content .quickthoughts-article {
	width: 300px;
	float: left;
	margin-right: 16px;
}
#main-content .quickthoughts-article.right { margin-right: 0; }
#main-content .quickthoughts-article:last-child {
	border-bottom-width: 1px;
}

/* @end Quick Thoughts */

/* @end Sidebar */


/* @group Homepage */

.morelink {
	display: block;
	text-decoration: none;
	color: #B64F29;
	text-align: right;
	clear: both;
}

html5\:article .morelink {
	padding-top: 20px;
}

/* @group Rotator */

#home-rotator {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}

.rotator-element {
	height: 300px;
	position: relative;
}
.rotator-element a {
	color: white;
}
.rotator-element a:hover {
	text-decoration: none;
}
.rotator-header {
	color: white;
	width: 325px;
	padding: 20px;
	background-color: #acbd2a;
	background-color: rgba(158,181,18,0.85);
	position: absolute;
	bottom: 40px;
	right: 0;
}
.rotator-header h3 {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.rotator-element .photo-credit {
	position: absolute;
	padding: 2px 7px;
	color: white;
	background-color: black;
	background-color: rgba(0,0,0,.75);
	bottom: 0;
	left: 10px;
}

#home-rotator-controller {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#rotator-reverse, #rotator-forward {
	display: block;
	position: absolute;
	top: 120px;
	width: 40px;
	height: 80px;
	text-indent: -9999px;
	background-image: url('images/icons_rotator_arrows.png');
	background-repeat: no-repeat;
}
#rotator-reverse:active, #rotator-forward:active {
	margin-top: 2px;
}
#rotator-reverse {
	left: -40px;
}
#rotator-reverse:hover {
	background-position: -40px 0;
}
#rotator-forward {
	right: -40px;
	background-position: 0 -80px;
}
#rotator-forward:hover {
	background-position: -40px -80px;
}

/* @end Rotator */

/* @group Process */

.process-nav img {
	vertical-align: top;
	margin-right: 10px;
}

.process-nav {
	margin-top: 10px;
	margin-bottom: 40px;
}

.process-nav a {
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0;
	background-image: url('images/icons_process.png');
	background-repeat: no-repeat;
	padding-left: 50px;
	text-transform: uppercase;
	color: #444;
	font-size: 15px;
	font-weight: 600;
	-webkit-transition: background-color .35s linear, color .2s ease-in;
}
.process-nav a:hover {
	background-color: #9eb512;
	color: white;
	-webkit-font-smoothing: antialiased;
}

/* @end Process */

.home .image-feature {
	margin: 5px 0;
}

#home-branding {
	background-color: white;
	padding-bottom: 20px;
	border-top: 5px solid #9EB512;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}
#home-branding * {
	padding: 0 20px;
}
#home-branding h1 {
	font-size: 44px;
	line-height: 60px;
	margin: 5px 0;
	color: #9EB512;
	text-rendering: auto;
}

.content-column > h3,
.sidebar-column > h3,
.digest-column > h3,
.comment-block h3 {
	color: #b64f29;
	border-top: 8px solid;
	line-height: 25px;
	padding: 2px 2px 0;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
	text-shadow: 0 1px 0 white;
}

/* @end Homepage */



/* @group Articles */

.ideas-article {
	clear: both;
}

.article-body h1 {
	font-size: 30px;
	line-height: 40px;
}

.article-body h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 16px;
}
.article-body h2:first-child {
	margin-top: 0;
}

.article-body h3 {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 600;
}

.article-body h4 {
	margin-bottom: 20px;
	font-weight: 800;
}

.article-content.center {
	margin: 0 auto;
	display: table;
}


/* @group Comments */

.wide .comment-block {
	width: 460px;
}

.comment-block h3 {
	margin-left: -2px;
}
#post-comment-list li { margin-left: -1em; }
.comment-author { 
	display: inline;
	zoom: 1;
	display: inline-block;
}
.comment-author .fn a { color: #B64F29; }
.comment-meta { margin-bottom: 24px; }
.comment { padding-bottom: 11px; border-bottom: 1px solid #B64F29; margin-bottom: 12px; }
.comment:last-child { padding-bottom: 12px; border-bottom-width: 0; }


#commentform label {
	width: 105px;
	float: left;
	vertical-align: top;
}
label+.required {
	float: left;
	width: .5em;
	margin-left: -.5em;
	display: block;
}

#commentform input[type='text'], #commentform textarea {
	width: 340px;
}
.form-allowed-tags { margin-left: 105px; }
.form-allowed-tags code { font-size: 12px; display: block; }
#commentform #submit {
	float: right;
}

/* @end Comments */

/* @end Articles */



/* @group Forms */

input, textarea {
	border: 1px solid #aaa;
	padding: 0 .5em;
	color: #444;
	background-color: #f2f2f2;
}
input:focus, textarea:focus {
	border-color: #aad;
	background-color: white;
}
input { height: 24px; }
textarea { padding: .5em; }
input[type='submit'] {
	background-color: #ccc;
	color: #333;
	text-shadow: 0 1px 0 white;
}

/* @end Forms */



/* @group Services Page */

.process-article {
	overflow: hidden;
}

.process-icon {
	float: left;
	margin-right: 20px;
	clear: left;
}

.process-body {
	float: left;
	width: 516px;
}

/* @end Services Page */


/* @group Digest Page */

.digest #main-content {
	padding-top: 30px;
}

.digest-column>h3 {
	margin-bottom: 20px;
}
.digest-column html5\:article {
	border-bottom: 1px solid #b64f29;
	padding-bottom: 19px;
	margin-bottom: 20px;
}
.digest-column article:last-child {
	border-bottom: 0;
	padding-bottom: 20px;
}

.digest-column html5\:article h1 {
	font-size: 17px;
	margin-bottom: 20px;
}
.digest html5\:article h1+img {
	margin-top: -10px;
	margin-bottom: 20px;
}

.article-meta {
	margin-top: 4px;
	border-top: 8px solid #B64F29;
	padding-top: 8px;
	width: 135px;
	float: left;
	margin-right: 20px;
}
.article-body {
	float: left;
	width: 460px;
}
.wide .article-body {
	width: 780px;
}
.article-body p:first-child {
	/* font-size: 15px; */
}

.prev-link a, .next-link a {
	display: block;
	background-color: #B64F29;
	color: #F6F6F6;
	text-transform: uppercase;
	padding : 3px 10px 1px;
	-webkit-transition: background-color .35s linear;
	-moz-transition: background-color .35s linear;
	transition: background-color .35s linear;
}
.prev-link a:hover, .next-link a:hover {
	text-decoration: none;
	background-color: #821807;
}
.prev-link a {
	float: left;
}
.next-link a {
	float: right;
}

/* @end Digest Page */



/* @group Feature Page */

.feature-header-container {
	background-color: #B64F29;
	border: none;
	position: relative;
	z-index: 1;
}

.feature-header, .feature-header a {
	color: #f6f6f6;
}

.feature-header h2 { 
	line-height: 48px;
	font-size: 30px;
	text-transform: uppercase; 
}
.feature-header h3 {
	font-size: 18px;
}
.feature-header h2, .feature-header h3 {
	display: inline; zoom: 1; display: inline-block;
}

.feature-header html5\:nav {
	float: right;
	line-height: 48px;
	height: 48px;
}
.feature-header html5\:nav li {
	display: inline; zoom: 1; display: inline-block;
	height: 48px;
	margin-left: -.3em;
}
.feature-header html5\:nav a {
	color: #f6f6f6;
	height: 48px;
	padding: 0 10px;
	display: block;
	border-right: 1px solid #999;
	border-left: 1px solid #777;
	background-color: #cb5428;
	-webkit-transition: background-color .25s linear;
}
.feature-header html5\:nav a:hover {
	background-color: #821807;
}

.ideas-article.feature-page {
	width: 300px; margin-right: 18px;
	float: left;
	clear: none;
	margin-left: 0;
}
.ideas-article.feature-page:first-child {
	margin-left: 2px;
}
.ideas-article.feature-page:last-child {
	margin-right: 0;
}

.feature #main-content {
	margin-top: 10px;
}

.feature-desc a {
	color: #86980F;
}

.feature .content-column h3 {
	margin-bottom: 5px;
}

.feature-article {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}
.feature-page-image {
	float: left; margin-right: 20px;
	width: 300px;
}
.feature-text {
	float: left;
	width: 300px;
}
#main-body.feature {
	background-image: none;
	background-color: #f2f2f8;
}

.main-footer .twitter-stream p {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: none;
	font-size: 13px;
}
.main-footer .twitter-stream .profile-link {
	text-align: right;
}
.main-footer .twitter-stream .profile-link a {
	display: inline;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.tweets {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* @end Feature Page */