/*
Theme Name: BlankSlate
Description: 3.0+ has been completely and massively overhauled. DO NOT UPGRADE current projects (anything below 3.0) to this version automatically. You will lose all customizations whether you're using a child theme or not. BEFORE USING AND ESPECIALLY UPGRADING IN GENERAL PLEASE READ: tidythemes.com/concept. The bare essentials of a WordPress theme (an HTML5 boilerplate), no visual CSS styles added. Perfect for those who would like to build their own theme from scratch or for clients if you're a developer or designer. This theme is clean, valid code, semi-minified, no programmer comments, SEO-friendly and 100% open source. One custom menu and one widgetized sidebar to get you started. If you don't know CSS and would like to learn we've prepared: tidythemes.com/want-to-learn-css and please visit us in the forum for further help: tidythemes.com/forum - Thank You and Enjoy
Author: TidyThemes
Author URI: http://tidythemes.com/
Version: 3.3
Tags: black, blue, white, light, one-column, flexible-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


/* fonts */
body {
	margin:0px;
	padding:0px;
}

body, p, a, h1, h3, h4, h5, .posts ul {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}

p, .posts ul, body {
	font-size:14px;
	line-height:22px;
	color:#808080;
	font-weight:300;
	margin-top:20px;
}

strong {
	font-weight:400;
	color:#000;
}

em {
	font-style:italic;
}
.posts h1 {
	margin-top:20px;
}

a {
	color:#f46221;
}
h1 {
	font-size:21px;
	margin-bottom:30px;
}

h2.entry-title, h2.entry-title a, h1.entry-title, h1.entry-title a, #comments-list h3 {
	font-size:36px;
	text-transform:uppercase;
	color:#000;
	font-weight:400;
	margin:15px 0px;
	text-decoration:none;
	line-height:36px;
}

.copyright {
	font-size:12px;
	color:#808080;
}

.meta , .meta a, .entry-meta a {
	font-size:13px;
	line-height:21px;
	color:#808080;
	text-align:right;
	font-weight:300;
}

.entry-footer a, .entry-footer {
	font-size:13px;
	line-height:21px;
	color:#808080;
	text-align:center;
	font-weight:300;
}

.posts ul {
	margin-left:20px;
	list-style:square;
}
.comments a {
	color:#adadad;
}
blockquote {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	padding-left:10px;
	border-left:2px solid #808080;
}

figcaption {
	font-size:13px;
}
.posts img {
	margin-top:20px;
}
/* comments */

.comments ul li {
	margin-top:20px;
	margin-bottom:40px;
	list-style:none;
	margin-left:0px;

}

.comment-meta {
	float:right;
}

.comment-author {
	float:left;
}
.comment-content {
	clear:both;
	margin-top:40px !important;
	padding-top:5px !important;
}

div.comment-reply-link {
	padding-bottom:40px;
	padding-top:20px;
	border-bottom:1px dotted #adadad;
}

#comments #comments-list ul {
	margin-left:0px !important;

}
p.form-allowed-tags {
	display:none;
}

.comment-meta, .comment-reply-link {
	font-size:13px;
}

.comment-author {
	font-size:16px;
}

.comment-content {
	margin-top:5px;
	margin-bottom:5px;
}
.children {
	border-left:1px dotted #adadad;
	margin-top:10px;
	margin-left:40px;
	padding-left:10px;
}


/* links */

.navlink a {
	font-size:18px;
	line-height:45px;
	color:#fff;
	text-decoration:none;
	margin-right:50px;
	margin-top:30px;
}

/* divs */

.wrapper {

	max-height:1000px;
	position:fixed;
	top:20px;
	left:20px;
	right:20px;
	bottom:0px;
	z-index:0;
	margin:0px auto;
	padding-top:60px;
	padding-right:20px;
	padding-left:20px;
	 background: url(http://rebeleconomy.com/wp-content/themes/rebel/images/bg.png) no-repeat center top fixed; 
	   	-webkit-background-size: contain;
 	 -moz-background-size: contain;
 	 -o-background-size: contain;
 	 background-size: contain;
 
 	
 
}

.header {
	width:900px;
	margin:0px auto;
	height:300px;
	position:relative;
	z-index:5;

}

.logo {
	width:584px;
	height:340px;
	
}

.nav {
	
	background:url(http://rebeleconomy.com/wp-content/themes/rebel/images/nav_line.png) no-repeat; 
	height:50px;
	width:950px;
	margin-left:-163px;
	margin-top:-20px;
	padding-bottom:20px;
	position:relative;
	z-index:5;
text-align:right;
}

.navlink {
	position:relative;
	right:0px;
	z-index:7;
	width:350px;

	margin-left:570px;

}

#nav-above{
	width:880px;
	margin-bottom:40px;
}

#nav-below{
	margin-bottom:40px;
}
.nav-next{
	float:right;
}

.nav-previous{
	float:left;
}
.carrot {
		background: url(http://rebeleconomy.com/wp-content/themes/rebel/images/carrot.png) no-repeat; 
		width:49px;
		height:50px;
		float:right;
		margin:-80px -20px 0px 0px;

}

.body {
	width:800px;
	background-color:white;

	margin-left:auto;
	margin-right:auto;
	margin-bottom:-40px;
	position:relative;
	z-index:2;
	padding:80px 20px 20px 20px;

		-moz-box-shadow: 1px 3px 9px #000;
		-webkit-box-shadow: 1px 3px 9px #000;
		box-shadow: 1px 3px 9px #000;
	

}

.entry-meta {
	float:left;

	margin-left:-170px;

	width:140px;
	text-align:right;
}

.entry-footer {
	margin-top:50px;
}

.posts {
	width:485px;
	margin:0px auto;
	padding-bottom:50px;
}
.copyright {
	width:495px;
	margin:50px auto;
	padding-bottom:20px;
	text-align:center;
}

.page_pic {
	width:589px;
	margin:0px auto;
	padding-bottom:20px;
}

.landing_pic {
	width:800px;
	margin:0px auto;
	padding-bottom:60px;
}

.clear {
	clear:both;
}

.infoot {
	width:900px;
	margin:0px auto;

	position:relative;
	z-index:9;
	height:100px;
	padding-top:100px;

}

.footer {
	position:relative;
	z-index:1;
	height:300px;
	width:100%;
	background: url(http://rebeleconomy.com/wp-content/themes/rebel/images/foot.png) no-repeat; 
	background-position: left bottom;
    background-size: 100% 300px;

}

.footbox
{
	margin:-90px 0px 0px 250px;
	
}

.footbox a {
	text-decoration:none;
	color:#fff;
	margin-left:60px;
}