/*  
Theme Name: Stoner
Theme URI: http://www.thestonersblog.com
Description: Theme for The Stoner's Store.
Version: 1.0
Author: Lucas Young
Author URI: http://www.thestonersblog.com

*/

body {
	background: #373737 repeat url(images/bg.jpg);
	color: #43392e;
	font: 12px "Arial", sans-serif;
}

.date {
	color: #485432;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #485432;
	border-bottom: 1px solid #485432;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 470px;
	text-align: center;
	margin-bottom: 15px;
}

.posttitle {
	font-size: 32px;
	font-weight: bold;
	width: 470px;
	margin-bottom: 5px;
	color: #43392f;
}

A.posttitle {
	font-size: 32px;
	font-weight: bold;
	color: #43392f;
	text-decoration: none;
}

A.posttitle:HOVER {
	font-size: 32px;
	font-weight: bold;
	color: #43392f;
	text-decoration: underline;
}

.postauthor {
	font-size: 12px;
	color: #43392f;
}

A.sidelink {
	color: #4d4434;
	font-size: 12px;
	text-decoration: none;
}

A.sidelink:HOVER {
	color: #4d4434;
	font-size: 12px;
	text-decoration: underline;
}

.posttime {
	font-size: 12px;
	color: #c02716;
}

.red {
	font-size: 12px;
	color: #c02716;
}

A {
	font-size: 12px;
	color: #c02716;
	text-decoration: none;
}

A:HOVER {
	font-size: 12px;
	color: #c02716;
	text-decoration: underline;
}

.postcontent {
	font-size: 12px;
	color: #43392f;
	margin-bottom: 30px;
}

img {
	border: 1px solid #666b3c;
}

ul {
	list-style: none;
	margin: 0 0 1em 15px;
	padding: 0;
}

ul li a {
	color: #4d4434;
	font-size: 12px;
	text-decoration: none
}

ul li a:hover {
	color: #4d4434;
	font-size: 12px;
	text-decoration: underline;
}

ul li {
	line-height: 1em;
	margin: .25em 0;
	padding: 0 0 0 15px;
	background: url(images/arrow.gif) no-repeat 0 7px;
}