/*

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 IMAGE************/
BODY
{
	background: url(images/bg.jpg) repeat;
	font: 11px Verdana, Geneva, sans-serif;
/*ENTRY FONTS*/
	color: #FFF;
/*OVERALL TEXT COLOR*/
}
/*LINK STYLES****************/
A
{
	text-decoration: underline;
	color: #FFF;
}
A:hover
{
	text-decoration: none;
	color: #FF9933;
}
/*LOGO IMAGE*****************/
#logo
{
	height: 100%;
	width: 1000px;
	background: #333;
}
/*MENU COLORS****************/
#menu
{
	background: #333;
}
#menu LI A
{
	font: 11px Arial, Helvetica, sans-serif;
/*MENU FONT STYLES*/
	text-transform: uppercase;
	color: #E1E1E1;
/*MENU FONT COLOR*/
}
#menu LI A:hover
{
	color: #FFF;
/*MENU FONT COLOR WHEN HOVERING*/
}
/*BANNER COLORS*************/
#banner
{
	height: 100%;
/*BANNER HEIGHT in case you want to change it*/
	overflow: hidden;
}
/*TWITTER / SEARCH / RSS***/
.holder
{
	background: #E9E6DD;
}
.holder .text STRONG
{
	display: block;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	line-height: 17px;
	position: relative;
	margin: -4px 0 0;
}
.holder .text P
{
	font-size: 10px;
	color: #000;
	line-height: 17px;
	margin: 0 0 5px;
}
/*POSTS*******************/
.title
{
	margin-top: 20px;
}
/*POST TITLE FONT STYLE**/
.ti, .title H2
{
	margin: 0;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 25px;
	color: #2B2B2B;
}
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;
}
/*DATE AND CATEGORY FONT STYLES*/
.title SPAN A, .title SPAN
{
	color: #C0C0C0;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
}
/*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: #666;
	padding: 10px 0px;
	height: 15px;
}
.navigation A
{
	text-decoration: none;
}
.navigation A:hover
{
	text-decoration: underline;
}
.navbg
{
	background: #FFF;
}
/*FOOTER LINKS*/
#footer
{
	padding: 8px 0 0;
	width: 100%;
	font: 10px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #B2B2B2;
	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;
}
BODY
{
	margin: 0;
}
IMG
{
	border-style: none;
}
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;
	padding: 33px 0 20px;
}
/*header*/
#header IMG
{
	display: block;
}
#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;
	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;
	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;
}
/*content*/
#content
{
	width: 800px;
	background: #666;
	padding: 23px 100px 0px;
}
.entry
{
	overflow: hidden;
}
.entry P
{
	line-height: 18px;
	margin: 0 0 22px;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title A
{
	text-decoration: none;
}
.postmetadata
{
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.postmetadata A
{
	color: #C7BC93;
	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%;
}

