/*
Theme Name: Urban Grind
Theme URI: http://urbangrind.com.au
Description: Was the totally nude Wordpress theme called starkers till I dressed it up and made it an Urban Grind theme. I also used the theme emptiness for a lot of inspiration.
Version: 0.2
Author: Morgan Daly
Author URI: http://elliotjaystocks.com and http://urbangrind.com.au
Tags: starkers, naked, clean, basic, emptiness
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


body {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 13px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}

#page {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	position: relative;
}

#earthhour {
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-bottom: 30px;
	margin-right: 0;
}

#header {
	width: 500px;
	height: 50px;
	text-indent: -1500px;
	background: url(style/images/header_r.png) no-repeat -6px;
}

#main-col {
	float: left;
	width: 500px;
}

#content {
	width: 500px;
	margin-top: 30px;
}

#sidebar-left {
	width: 115px;
	float: left;
	text-align: right;
	padding-top: 78px;
	padding-right: 15px;
}

#sidebar-right {
	float: left;
	width: 213px;
	padding-left: 15px;
}

#footer {
	clear: both;
	border-top: 1px solid gray;
	text-align: center;
	padding-top: 20px;
}

ol {
	margin-bottom: 10px;
	margin-left: 4px;
}

ol li {
	list-style-type: decimal;
}

ul {
	margin-bottom: 10px;
}

li {
	list-style-type: disc;
	margin-left: 16px;
}

#sidebar-right ul li {
	list-style-type: none;
	margin-left: 0;
}

/* Sidebar-Left */

ul#nav {
	margin-bottom: 10px;
	margin-top: 2px;
}

ul#nav li {
	list-style-type: none;
	margin-left: 0;
}

ul#nav li a {
	font-size: 20px;
	color: black;
	text-transform: lowercase;
	list-style-type: none;
}

/* Content */

#hero-image {
	padding-bottom: 25px;
}

a {
	text-decoration: none;
	color: #b01d23;
}

p {
	padding-bottom: 10px;
}

.post {
	margin-bottom: 30px;
}

.post p {
	line-height: 16px;
}

.post h2
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0 0 2px;
	color: #b01d23;
}

.post h2 a
{
	text-decoration: none;
	color: #b01d23;
}

h2.pagetitle {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	padding: 0;
	margin: 0 0 5px;
	color: #b01d23;
}

h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	margin-bottom: 5px;
	color: #b01d23;
}

h3#comments {
	margin-bottom: 30px;
}

.entry-head {

}

.entry-meta p, .entry-meta p a {
	color: #333;
	font-size: 11px;
}

.meta-prep {
	color: #666;
}

#content a {
	
}

#entry-meta-footer p {
	border-bottom: 1px solid #adae36;
	border-top: 1px solid #adae36;
	padding: 10px 20px;
	margin-bottom: 0;
	margin-top: 30px;
}

#nav-below {
	position: relative;
	padding-bottom: 30px;
	height: 13px;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/* Comments */

img.avatar {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

textarea#comment {
	width: 500px;
}

#respond {
	margin-top: 30px;
	margin-bottom: 30px;
}

ol.commentlist li {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-author {
	font-size: 16px;
	padding-bottom: 2px;
}

.comment-meta {
	font-size: 11px;
	padding-bottom: 11px;
}

li.bypostauthor {
	background-color: #fff;
	border-left: 1px solid #adae36;
	border-bottom: 1px solid #adae36;
}

li.byuser {
	background-color: #fff;
	padding-bottom: 10px;
}

li.depth-2 {
	margin-left: 32px;
}

li.depth-2 p {
	padding: 0 10px 10px;
}

li.depth-2 .reply a {
	padding-right: 10px;
	padding-top: 0;
	padding-left: 10px;
}

/* Sidebar-Right */

#sidebar-right ul li.widget{
	margin-bottom: 15px;
	line-height: 16px;
	color: #333;
}

li#search.widget.widget_search {
	margin-bottom: 44px;
	margin-top: 16px;
}

h2.widgettitle {
	color: black;
	width: 100%;
	font-style: italic;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}

a.subscription-links {
	padding-top: 8px;
	padding-left: 10px;
	float: left;
}

.day {
	text-align: left;
	display: block;
	float: left;
}

.time {
	text-align: right;
	display: block;
	float: right;
}

/* Images */

.post img {
	margin-bottom: 10px;
}

.alignright {
	padding-left: 10px;
}

.alignleft {
	padding-right: 10px;
}

.center {
	padding-bottom: 10px;
}

.single_post_banner {
	text-align: center;
	padding-top: 40px;
}

/* Often Used */

.clearall {
	width: 100%;
	clear: both;
}

blockquote {
	display: block;
	margin-left: 20px;
	border-left: 2px solid #adae36;
	width: 440px;
	padding: 0 20px;
	margin-bottom: 10px;
}

ul#nav li.hidden_admin_link a {
	color: white;
	cursor: default;
}




