/*   
Theme Name: Your Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: You
Author URI: http://example.com/
Version: 1.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


div.clear {
	clear:both;
}
body {
	background-color:#ebebeb;
	font-family:'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: 300; /* helvetica neue light */
	color:#151515;
	line-height:20px;
	padding:0px;
	margin:0px;
}
body a {
	color:#151515;
	text-decoration: none;
	font-size:14px;
}
body a:hover {
	text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */

#header {
	padding:40px 0px 120px 0px;
	text-align:center;
}
#header_left {
	float:left;
	width:220px;
	text-align:right;
}
#header_left img {
	margin-bottom:30px;
}
#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: #000000;
	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;
}

/* =Content
-------------------------------------------------------------- */

/* POST TEMPLATE */
div.post {
	padding-bottom:80px;
}
div.post h1, div.page h1 {
	font-size:14px;
	text-transform: uppercase;
	margin-bottom:8px;
}
div.entry_left {
	width:220px;
	float:left;
	text-align:right;
}
div.entry_left h2 {
	margin-bottom:12px;
}
div.entry_left h2 a {
	color:black;
	font-size:22px;
	font-weight:300;
	text-transform: uppercase;
	text-decoration: none;
	line-height:30px;
}
div.entry_left h2 a:hover {
	text-decoration: underline;
}
div.entry-meta {
	color:#707070;
	padding-top:40px;
	font-size:12px;
	text-transform: uppercase;
}
div.entry_right {
	float:right;
	width:540px;
}
div.entry_right img {
	max-width:540px;
	border:0px solid black;
}
div.entry-content {
	color:black;
	font-size:12px;
}
div.entry-utility {
	font-size:14px;
	padding-top:14px;
}
/* END POST TEMPLATE */

/* =Comments
-------------------------------------------------------------- */

div#comments h3 {
	font-size:14px;
	text-transform: uppercase;
	margin-bottom:14px;
	margin-top:8px;
}
div#comments p#login {
	margin-bottom:12px;
}

/* =Navigation
-------------------------------------------------------------- */





/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul li h3 {
	color:#151515;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom:8px;
}
.widget-area ul li ul {
	list-style: none;
	margin-left: 0;
	margin-bottom:0px;
}
.widget-area ul li ul li {
	list-style: none;
	margin-bottom:2px;
}
.widget-area ul li ul li a {
	margin-left: 0;
	color:#6e6e6e;
	text-decoration: none;
	font-size:12px;
}
