/*
Theme Name: Untitled
Theme URI: http://jessebrack.com/
Description: I just need something.
Version: 1.0
Author: Jesse Brack
Tags: minimal, orange
*/

/***** G E N E R A L *****/
body {
	background-color: #fff;
	color: #141919;
	font-size: 13px;
	line-height: 20px;
}
p, ul li { margin-bottom: 20px; }

a, a:visited { color: #FF8A00; }

strong { color: #222; }

div#wrapper { margin: 0px auto; width: 990px; }

/***** H E A D E R *****/
div#header { margin-bottom: 158px; padding-top: 36px; text-shadow: #a9a9a9 2px 2px 5px; }

div#header div#title{
	color: #FF8A00;
	font-family: "adelle-1", "adelle-2";
	font-size: 126px;
	line-height: 125px;
	position: relative; }

div#header div#title h1 { letter-spacing: -4.5px; }
div#header div#title h1 span { position: absolute; left: -55px; top: 0px; }	
div#header div#title h2 { color: #666; font-size: 26px; line-height: 38px; position: absolute; bottom: -52px; left: 4px; }

/***** B L O G *****/
div#blog div.single-post { margin-bottom: 36px; overflow: hidden; }

/*** Blog Meta ***/
div.meta-post { border-top: 1px dotted #FF8A00; color: #222; float: left; margin: 1px 30px 0px 0px; padding: 10px; width: 300px; }

/*** Blog Meat ***/
div.meat-post { float: left; padding: 0px 40px 0px 10px; width: 560px; }
div.meat-post h3 { color: #FF8A00; font-family: "adelle-1", "adelle-2"; font-size: 26px; line-height: 38px; margin-bottom: 18px; text-shadow: #a9a9a9 1px 1px 2px; }
div.meat-post blockquote { color: #222; font-size: 16px; font-style: italic; line-height: 24px; margin-bottom: 20px; position: relative; }
div.meat-post blockquote span { position: absolute; top: 11px; left: -27px; color: #cdcdcd; font-size: 64px; }

/*** T E M P O R A R Y ***/
h1 {
	color: #A60A27;
	font-family: "ff-cocon-web-pro-1", "ff-cocon-web-pro-2", sans-serif;
	font-size: 72px;
	margin: 5%;
}
p {
	color: #633C27;
	font-family: "ff-cocon-web-pro-1", "ff-cocon-web-pro-2", sans-serif;
	font-size: 36px;
	line-height: 50px;
	margin: 5% 10% 10% 10%;
}