/*
THEME NAME: Simplr
THEME URI: http://www.plaintxt.org/themes/simplr/
DESCRIPTION: The original minimalist one-column, content-centered theme for WordPress. A different type of theme. For WordPress 2.6.x.
VERSION: 4.6.1
AUTHOR: Scott Allan Wallick
AUTHOR URI: http://scottwallick.com/
TAGS: variable width, fixed width, one column, widgets, theme options, options page, white, orange, blue, microformats, hatom, hcard
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* BEGIN GLOBAL OPTIONS */
div.clear {
	clear:both;
}
body{
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight: 300; /* helvetica neue light */
	background:#212121;
	color:#d8d8d8;
	line-height:133%;
	padding:0px;
	margin:0px;
}
body div#wrapper{
	width:940px;
	margin:0px auto;
	text-align:left;
}
div#header{
	padding:40px 0 20px;
	text-align:center;
}
/* END GLOBAL OPTIONS */

/* BEGIN HEADER */
#header_left {
	float:left;
	width:220px;
	text-align:right;
}
#header_left img {
	margin-bottom:30px;
}
#header_left h1 {
	font-size:12px;
	color:#707070;
	margin:0px;
	padding:0px;
	font-weight:100;
}
#header_right {
	float:right;
	width:700px;
	text-align:right;
	margin-top:20px;
}
#header_right ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
#header_right ul li {
	display: inline;
	padding-left:10px;
}
#header_right ul li a {
	text-decoration: none;
	color: #d8d8d8;
	font-size:14px;
}
#header_right ul li.secondary a {
	color: #808080;
}
#header_right ul li.selected a {
	font-weight:bold;
}
#header_right ul li:hover a {
	text-decoration:underline;
}
/* END MENU */

/* POST TEMPLATE */
div.hentry {
	margin-top:80px;
}
div.entry_left {
	width:220px;
	float:left;
	text-align:right;
}
div.entry_left h2 {
	color:#d8d8d8;
	font-size:22px;
	font-weight:300;
	margin-bottom:12px;
	text-transform: uppercase;
}
div.entry_left h3 {
	color:#707070;
	font-weight:100;
	font-size: 12px;
}
div.entry_right {
	float:right;
	width:705px;
	text-align:right;
}
div.entry_right img {
	width:700px;
	border:0px solid black;
}
/* END POST TEMPLATE */

body div.navigation{font-size:0.8em;font-weight:700;height:1.4em;text-align:center;text-transform:uppercase;}
body div.navigation div.nav-previous{float:left;}
body div.navigation div.nav-next{float:right;}
body div#nav-below{margin:-2em 0 4em;}
body div#nav-above{margin-bottom:4em;}
body.single div#nav-above{margin:0 0 2em;}