/*
Theme Name: selvageflame
Theme URI: http://www.selvageflame.com
Description: Very simple theme for selvageflame. Includes custom links listing functions contained in theme folder.
Version: 1.0
Author: John Sparrow
Author URI: http://itchaway.net
Tags: clean, basic, simple
*/

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

body {
	background-color: #f4f6f1;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#wrapper {
	display: block;
	overflow: hidden;
	width: 773px;
	margin: 0 auto 20px auto;
}

#content {
	float: right;
	width: 553px;
	margin: 0 0 0 20px;
}

#content p, #content ul, #content ol {
	color: #424242;
	font-size: 10px;
	line-height: 150%;
	margin: 15px 0;
}

#content p.post-date {
	text-align: right;
	margin-top: 0;
}

#content ul li, #content ol li {
	margin-left: 25px;
}

#content ul li {
	list-style-type: disc;
}

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

#content blockquote {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	clear: both;
}

#content blockquote p {
	margin: 10px 0;
}

#content h1, #content h2, #content h3, #content h4 {
	font-weight: normal;
	font-style: normal;
	color: #87a283;
	margin: 15px 0 10px 0;
	clear: both;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;
}

#content h4 {
	font-size: 12px;
}

#content a {
	color: #5a6d58;
	text-decoration: underline;
}

#content a:hover, #content a:focus {
	text-decoration: none;
}

#content h3.listings-title {
	display: block;
	overflow: hidden;
	padding: 5px;
	background-color: #87a283;
	color: #fffeff;
	text-decoration: none;
	font-size: 12px;
}

#content hr {
	display: block;
	overflow: hidden;
	width: 96%;
	margin: 25px auto;
	height: 1px;
	border: none;
	background-color: #87a283;
	clear: both;
}

#content .link-container h4 {
	margin-bottom: 0;
}

#content .link-container p {
	margin-top: 5px;
}

#content .link-container h4 a {
	text-decoration: none;
}

#content .link-container h4 a:hover, #content .link-container h4 a:focus {
	text-decoration: underline;
}

#sidebar {
	margin: 20px 0 0 0;
	float: left;
	width: 190px;
}

#sidebar ul li a {
	text-decoration: none;
	font-size: 12px;
	margin: 3px 0;
	width: 150px;
	padding: 5px 10px;
	float: right;
	clear: both;
	
}

#sidebar ul li a, #content h2.main-title {
	color: #424242;
	text-transform: lowercase;
}

#content h2.main-title {
	margin-top: 0;
}

#sidebar ul li a.rss-list-link {
	padding-left: 30px;
	margin-top: 50px;
	width: 130px;
	background: url(images/feed.gif) no-repeat 10px 50%;
}

#sidebar ul li a:hover {
	background-color: #87a283;
	color: #f1f3ee;
}

#header {
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#header #logo {
	float: right;
}

#header h1, #header h1 a {
	height: 0px;
	width: 0px;
	float: left;
	text-align: left;
	visibility: hidden;
}

#footer {
	width: 533px;
	padding: 7px 10px;
	margin: 10px 0 0 auto;
	display: block;
	overflow: hidden;
	clear: both;
	color: #fffeff;
	background-color: #87a283;
}

#footer p {
	font-size: 9px;
}

#footer p.right-content {
	width: 45%;
	float: right;
	text-align: right;
}

#footer p.left-content {
	width: 45%;
	float: left;
	text-align: left;
}

#footer a {
	color: #fffeff;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
