/*  
Theme Name: Little Tree Foods
Theme URI: http://www.littletreefoods.com
Description: by spadewerk
Version: 1.0
author: Brandon Johnson
author URI: http://spadewerk.com
*/

* {
	margin: 0px;
	padding: 0px;}
	
body {
	font-family: Arial, san-serif;
	font-size: 14px;
	color: #333;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;}

p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;}
	
a {
	text-decoration: none;
	border: none;}
	
em {
	margin: 0px;
	padding: 0px;}
	
h3,h4 {
	margin: 0px;
	padding: 0px;}
	
ul,li,ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;}
	
img,img a {
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;}
	
div#wrapper {/* sets the width and centering on screen */
	position: absolute;
	left: 50%;
	margin-top: 50px;
	margin-left: -482px;
	width: 964px;
	background-image: url(images/bg_wrapper.png);
	background-repeat: repeat-y;}
	
div#nav {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 0px;
	width: 952px;
	height: 36px}
	
div#mid {
	vertical-align: top;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 150px;
	padding-right: 50px;
	background-image: url(images/bg_mid.png);
	background-repeat: no-repeat;
	width: 764px;}
	
div#lft {
	vertical-align: top;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 26px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbfbf;
	width: 499px;
	float: left;}
	
div#rht {
	font-family: Arial, san-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	vertical-align: top;
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 50px;
	width: 308px;
	float: right;}
	
div#mid a, div#lft a, div#rht a {
	text-decoration: none;
	color: #44af3c;}
	
div#mid a:hover, div#lft a:hover, div#rht a:hover {
	text-decoration: none;
	color: #7abe36;}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	color: #44af3c;
	line-height: 22px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;}
	
h1 a {
	color: #44af3c;}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #5e3510;
	line-height: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 15px;}
	
h2 a {
	color: #5e3510;}
	
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;}
	
li {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 3px;	
	padding-left: 20px;
	padding-right: 0px;
	background: transparent url(images/listimgarrow.png) no-repeat top left;}
	
.sep { 
	width: auto;
	height: 21px;
	padding: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background: url(images/sep.png) repeat-x;}
	
.postmetadata {
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin-top: 40px;
	padding: 6px;
	background-color: #e3f4fa;}
	
.postmetadata a {
	color: #333;
	font-weight: bold;}
	
/* footer area */
	
div#footer {
	text-align: right;
	font-size: 11px;
	color: #7abe36;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/footerbot.png);
	background-repeat: no-repeat;
	width: 964px;
	height: 30px;
	clear: both;}
	
div#footer a {
	text-decoration: none;
	color: #999;}
	
/* news and events */
	
div#date {
	font-family: Arial, san-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 6px;
	background-color: #aedfe4;
	width: 65px;}
	
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;}

.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px}
	
/* news archive */
	
.emptymonth {
	color: #666;}
	
/* form styles */	
	
input {
	font: 14px;
	padding: 5px;
	border: 2px solid #7abe36;
	color:#666666;}
	
textarea {
	font: 14px;
	padding: 5px;
	border: 4px solid #7abe36;
	color:#666666;
	width: 480px}

textarea:focus, input[type="text"]:focus {
	background: #eeeeee;
	color:#333333;}

.submit_button {
	font: 10px arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#5e3510;
	border: 1px solid #5e3510;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;}
	
.submit_button:hover, input[type="submit"]:hover {
	background: #333;}

input[type="submit"] {
	font: 12px arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#5e3510;
	border: 1px solid #5e3510;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin: 10px 0px 10px 5px;
	cursor: pointer;}
	
/* twitter */	
	
div#twitter_div {
	font-family: Arial, san-serif;
	font-size: 12px;
	color: #666;
	line-height: 15px;
	margin: 0px;
	padding-top: 10px;
	width: 300px;}
	
div#twitter_div a {
	color: #44AF3C;}
	
div#twitter_div a:hover {
	color: #333;}
	
ul#twitter_update_list li {
	margin: 0px;
	padding-bottom: 8px;}