/*
Theme Name: BEARFRUIT
Theme URI: http://www.bearfruitcreative.com/
Description: Original Theme for BEARFRUIT
Version: 1.0
Author: Shelbi Roach
*/

body {
	margin:0;
	padding:0;
	font: normal 14px Museo500, "Palatino Linotype", serif;
	color:#89947b;
	background:#e9f8cd url(images/bg.jpg) no-repeat top center; }
	
@font-face {
	font-family: 'Museo700';
	src: url('museo700-regular-webfont.eot');
	src: local('☺'), url('museo700-regular-webfont.woff') format('woff'), url('museo700-regular-webfont.ttf') format('truetype'), url('museo700-regular-webfont.svg#webfontw5idgYru') format('svg');
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'Museo500';
	src: url('museo500-regular-webfont.eot');
	src: local('☺'), url('museo500-regular-webfont.woff') format('woff'), url('museo500-regular-webfont.ttf') format('truetype'), url('museo500-regular-webfont.svg#webfontYZwOK4Px') format('svg');
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'Museo300';
	src: url('museo300-regular-webfont.eot');
	src: local('☺'), url('museo300-regular-webfont.woff') format('woff'), url('museo300-regular-webfont.ttf') format('truetype'), url('museo300-regular-webfont.svg#webfontupyslUBk') format('svg');
	font-weight: normal;
	font-style: normal; }
	
h1 {
	font: normal 26px Museo700, "Palatino Linotype", serif;
	color:#000; 
	letter-spacing: -.5px;
	margin:0; 
	margin-bottom:10px; }

h2 {
	font: normal 16px Museo700, "Palatino Linotype", serif;
	color:#000;
	margin:0; }
	
h3 { margin:0; }

a {
	color:#7bba07;
	font-family: Museo700, "Palatino Linotype", serif;
	text-decoration:none; }
	
p {
	margin:0;
	margin-bottom: 20px; }

img { border:0; }	
	
textarea, input[type="text"] {	
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #c9e397; 
	padding: 10px;
	font: normal 14px Museo500, "Palatino Linotype", serif;}
	
textarea { width: 500px; }

input[type="submit"], .button {
	background: url(images/button.jpg) no-repeat; 
	width:97px;
	height:36px; 
	color:#fff;
	font: normal 15px Museo700, "Palatino Linotype", serif;
	text-shadow: #61b521 -1px -1px 1px; 
	text-align: center;  
	border:0; 
	padding-bottom: 5px; 
	display:block;
	line-height:31px; }
	
.download {
	background: url(images/button-download.jpg) no-repeat; 
	width:110px;
	height:36px; 
	color:#fff;
	font: normal 15px Museo700, "Palatino Linotype", serif;
	text-shadow: #61b521 -1px -1px 1px; 
	text-align: center;  
	border:0; 
	padding-bottom: 5px; 
	display:block;
	line-height:31px; }

#container {
	width: 1014px;
	background: url(images/bg-content.png) repeat-y; 
	margin:0 auto; }

#main {
	width: 920px;
	margin:0 auto;
	padding:30px; } 

#logo {
	width: 300px;
	float: left; }

#nav {
	width: 620px;
	float:left; }
	
	#nav ul {
		margin:0;
		padding:0;
		float:right; }
		
	#nav ul li {
		margin:15px 0 0 0;
		padding:0;
		list-style:none;
		background: url(images/nav-line.jpg) no-repeat top right;  
		float:left; 
		font: normal 12px Museo500, "Palatino Linotype", serif;
		color:#98c859; 
		padding-right:30px;
		padding-left: 10px; }
		
	#nav ul li.contact {
		background:none;
		padding-right:0; }
	
	#nav ul li a {
		font: normal 16px Museo700, "Palatino Linotype", serif;
		color:#000; }
		
	#nav ul li a:hover {
		color:#6bba2b; }
	
	#nav ul li img { 
		padding-left: 5px; }
		
#header {
	clear:both; 
	padding: 0 0 30px 0; }

#header-less {
	clear:both;
	padding: 0 0 20px 0; }
	
#left {
	width: 550px;
	float:left; 
	margin-right: 50px; 
	margin-bottom: 30px;}

#right {
	width: 320px;
	float:left; 
	margin-bottom: 30px; }


#sidebar {
	width: 318px;
	background:#e9f8cd;
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #c9e397; }
	
	#sidebar-content {
		width: 256px;
		background:#e9f8cd;
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px;
		border-radius: 20px;
		border: 1px solid #fff;
		padding: 30px; }
	
	#sidebar-content #s {
		float:left; 
		width: 180px; 
		margin-right: 20px;
		padding:0;
		padding-top: 4px; }
		
	.searchbg {
		background: url(images/search-input.png) no-repeat; 
		display:block;
		width: 253px;
		margin:0 auto;
		padding:12px; }
		
	#sidebar-content label { display:none; }
	
	#sidebar-content input {
		background: transparent none;
		border: none;
		font: normal 14px Museo500, "Palatino Linotype", serif; }
	
	#sidebar-content #searchsubmit {
		text-indent:-9999px;
		display: block;
		font-size:0;
		line-height:0;
		width: 31px;
		height:26px;
		background:url(images/button-search.jpg) no-repeat; }
		
	#sidebar-content h1 { margin:0; }
	
#flashcontent { padding-top: 20px; }
	
#footer {
	clear:both;
	padding:30px 0;
	font-size: 12px; 
	border-top: 1px solid #e9f8cd; }

	.footer-content {
		width:207px;
		float: left; 
		padding-right: 30px; }
	
	.last {
		padding:0; }
		
	.footer-icon {
		float:left;
		margin-right: 4px; }
		
	#footer h1 { 
		padding-bottom: 4px; }
		
	.contact-color {
		color:#7bba07; 
		font-family: Museo700, "Palatino Linotype", serif; }
		
	#footer .social {
		padding-right: 3px; }
		
	#recent {
		position:relative; }
	
	a.recent-work {
		position: absolute;
		top:0;
		left:0;
		display:block;
		width: 201px;
		height:110px; }
	
	a.recent-work:hover {
		background:url(images/magnify.png); }
		
	ol.twitter { margin:0; padding:0; list-style:none; }
	
	ol.twitter p { float:left; margin-right: 20px; color:#fff; }
	
	ol.twitter .timestamp { font-style:italic; }
	
#tweet {
	clear:both;
	background:#000; 
	padding: 12px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;}
	
#copyright { padding-top: 5px; clear:both; text-align: center; font-size: 11px; }

.clear { clear:both; }

#homepost .post .date {
	font-size: 13px;
	color:#98c859; 
	padding: 2px 0 20px 4px; 
	float:left; }

#homepost .post h1 a { color:#000; }
	
.post h1 { margin-bottom:0; }

.clock { float:left; }

.entry { clear:both; padding-bottom: 20px; }

.postmetadata { 
	background:#f2fbe1;
	padding: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; }
	
.postmetadata img {
	padding-right: 4px; }
	
a.post-image {
	position: absolute;
	width:100%;
	height:100%; }

a.post-image:hover {
	background: url(images/magnifylg.png) no-repeat center center; }

.postimg { text-align:center; }

ol.commentlist { padding:0; }
	
ol.commentlist li { list-style:none; margin:0; padding:0; }

ol.commentlist .reply { display:none; }
	
ul.archive-list { 
	list-style:none;
	margin:0; 
	margin-top: -10px; 
	padding:0; }
	
ul.archive-list li {
	background: url(images/arrow.png) no-repeat center left;
	padding: 10px 0 10px 22px; 
	border-bottom: 1px solid #e9f8cd; }
	
ul.archive-list li a {
	color:#89947b; }
	
ul.recent-list { 
	list-style:none;
	margin:0; 
	padding:0; }

ul.recent-list li {
	background: url(images/arrow.png) no-repeat center left;
	padding: 10px 0 10px 22px;   }
	
.navigation { 
	background:#f2fbe1;
	padding: 10px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; }
	
.navigation .alignleft { float:left; }

.navigation .alignright { float:right; }

.comment-author img {
	vertical-align:middle;
	padding-bottom: 4px; }
	
h3#comments { padding-top: 20px; }

.postimg { position: relative; }

.posttags { padding-top: 10px; }

.meta-comments {
	float:left;
	width: 150px;
	margin-right: 10px; }

.meta-tags {
	float:left; 
	width: 360px; }
	
.postmetadata img {
	float:left; }
