﻿/*
Theme Name: Tofurious Soft Tofu
Theme URI: http://www.tofurious.com
Description: A simple photographer's blog theme by <a href="http://www.tofurious.com">Tofurious</a>
Version: 2.1
Author: Lawrence Chan
Author URI: http://furiousphotographers.com/
Tags: single column, simple, wide

	Soft Tofu 
	 http://www.tofurious.com

	This theme was developed by Lawrence Chan 
	<a href="http://twitter.com/tofurious">@tofurious</a>
	because a friend asked him to



*/



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/





	BACKGROUND 
		#1C1008

	LINKS
		#A00164
		
	MENU
		#FF6612














_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
body {
	background: #1C1008;
	background-image: url(images/bg.jpg);
	background-repeat:repeat;
	font: 12px Arial, Helvetica, sans-serif;  /*ENTRY FONTS*/
	color:#98867A; /*OVERALL TEXT COLOR*/
	text-transform: lowercase;
}


/*LINK STYLES****************/
a, a:hover, a:visited{
	text-decoration:none;
	text-transform: uppercase;
	color:#99CC00;
}

body {
	margin:0;		
}

img {border-style:none;}

.blogimg {border:6px solid #321810;}


input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;

	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:250px;
	float: left;	
	background:#1C1008;	
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

BANNER COLORS


_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#banner {
	height: 100%; /*BANNER HEIGHT in case you want to change it*/
	overflow: hidden;
	background-color:#1C1008;
	padding-bottom:1em;
	
}

#bannerslideshow{
	float:right;
	width:730px;
	height:230px;
	border:10px solid #140800;	
}




/*TWITTER / SEARCH / RSS***/
.holder {
	background: #1C1008;
}
.holder .text strong {
	display:block;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:12px;
	line-height:17px;
	margin:0 0 5px;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/


		POSTS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.title {
	margin-top: 20px;
        text-align:center;
}
.title a {
	text-decoration: none;
}

	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-weight:normal;
	line-height:36px;
	color:#2b2b2b;
}


.title h2 a
{
	color:#33D2D7;
	text-transform: lowercase;	
	width:100%;
	float:left;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

DATE AND CATEGORY FONT STYLES

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.title span a, .title span {
	color:#98867A;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

NEXT / PREVIOUS PAGE navigation

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;	
	width: 100%;
	background: #1C1008;
	padding: 10px 0px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.navbg {background: #1C1008;}

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

FOOTER LINKS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#footer {
	padding:8px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	background-color:#140800;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #b2b2b2;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}




{
	margin:0;		
}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}


/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/



		main container

 _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#main {
	margin:0 auto;
	width: 1000px;
	border-top:30px solid #1C1008;
	border-left:20px solid #1C1008;
	border-right:20px solid #1C1008;
}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	header
	
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#header img {display:block;}
#header{
	margin:0 auto;
	padding: 0 0 0 0;
}



/*MENU COLORS****************/
#menu {
	background:#140800;
	color:white;
}

#menu li a {
	font:12px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color:#777;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#fff; /*MENU FONT COLOR WHEN HOVERING*/
} 

#menu {
	list-style:none;
	margin:0;
	padding:0 0 0px 15px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 30px 0px 30px;
	float:left;
}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#e9e6dd;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#000;}

.holder {
	padding:20px 15px 20px;
	width:970px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}





.biocolumnS
{
	width:100%;
	padding:0px;
	
}
.biocolumn1
{
	float: left; 
	width: 30%;
	border:1px solid #1C1008;
	padding-left:10px;
	padding-right:10px;
}
.biocolumn2
{
	float: left; 
	width: 30%;
	padding-left:15px;
	padding-right:15px;
}
.biocolumn3
{
	float: left; 
	width: 30%;
	padding-left:15px;
	padding-right:15px;
}
.biocolumn2 h2 { 	color: #FFF }
.biocolumn3 h2 { 	color: #FFF }
.biosocialicon {
	height:32px;
	width:32px;
	float:right;
}

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	content
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */
#content {
	width:970px;
	background:#1C1008;
	padding:23px 15px 0px 15px;
}
.entry {	
	overflow:hidden;
	margin:14px;
	padding-top:2emk;
	padding-bottom:0px;
}
.entry p {
	line-height:25px;
	text-indent:10px;
	margin:0 0 10px;
	margin:
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.postmetadata {
	color:#99CC00;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #402717;	
	border-bottom:1px solid #2C140C;	
	padding-bottom: 1em;
}
.postmetadata a {
	color:#99CC00;
	text-decoration:none;
	outline:none;
}
.postmetadata a:hover {text-decoration:underline}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentlist {width: 930px;}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}