/*
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
{
	font: 11px Verdana, Geneva, sans-serif;
/*ENTRY FONTS*/
	color: #333;
/*OVERALL TEXT COLOR*/
	background-color: #313131;
	background-image: url(http://www.adamkaz.com/wp-content/themes/tofurious-21/images/adamkaz_bg.jpg);
}
/**LINK STYLES***************
a
#INVALID-RULE
#INVALID-RULE
#INVALID-RULE
#INVALID-RULE*/ #INVALID-RULE*/
#INVALID-RULE
{
	text-decoration: underline;
	color: #BB0000;
}
A:hover
{
	text-decoration: none;
	color: #6E3E20;
}
.feedburnerFeedBlock .feedTitle A
{
	color: #FFFFFF;
	text-decoration: none;
}
IMG
{
	border: 0;
}
/*LOGO IMAGE*****************/
#logo
{
	height: 100%;
	width: 100%;
	/*[disabled]background:#313131;*/
	border-width: 0;
}
/*MENU COLORS****************/
#menu
{
	background: #313131;
}
#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*/
	text-shadow: 1px 1px 1px #000;
}
/*BANNER COLORS*************/
#banner
{
	height: 100%;
/*BANNER HEIGHT in case you want to change it*/
	overflow: hidden;
	border-style: none;
}
#banner IMG
{
}
/*TWITTER / SEARCH / RSS***/
.holder
{
	background: #E9E6DD;
}
.holder .text STRONG
{
	display: block;
	font-size: 10px;
	color: #2C2C2C;
	font-weight: normal;
	line-height: 17px;
	position: relative;
	margin: -4px 0 0;
}
.holder .text P
{
	font-size: 10px;
	color: #2C2C2C;
	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: #FFF;
	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;
}
INPUT, TEXTAREA, SELECT
{
	font: 100% arial, sans-serif;
	vertical-align: middle;
}
FORM, FIELDSET
{
	margin: 0;
	padding: 0;
	border-style: none;
}
FORM.wpcf7-form
{
	width: 337px;
	background: -moz-linear-gradient(100% 100% 90deg, #bbb, #eee);
	background: #000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbb), to(#eee)) url(;) 100%;
	padding: 14px;
	font-size: 10.7pt;
}
#si_contact_form1
{
	background: -moz-linear-gradient(100% 100% 90deg, #bbb, #eee);
	background: #000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#bbb)) url(;) 100%;
}
/*main container*/
#main
{
	margin: 0 auto;
	width: 1000px;
	padding: 33px 0 20px;
}
/*header*/
#header IMG
{
	display: block;
	position: relative;
	z-index: 1;
}
#menu
{
	list-style: none;
	margin: 0;
	padding: 10px 0 0px 15px;
	height: 40px;
	-moz-border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
}
#menu:after
{
	content: " ";
	display: block;
	clear: both;
}
#menu LI
{
	padding: 8px 20px 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;
	-moz-border-radius: 10px;
	z-index: 9999;
	position: absolute;
}
#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 IMG
{
	border: 1px solid #424242;
	padding: 1px;
}
#content
{
	width: 970px;
	background: #FFF;
	padding: 23px 15px 0px;
	-moz-border-radius: 0 0 16px 16px;
	-webkit-border-radius: 0 0 16px 16px;
	border-radius: 0 0 16px 16px;
}
#content DIV.entry P IMG.wp-smiley
{
	border: 0px solid #000000;
}
.entry
{
	overflow: hidden;
}
.entry P
{
	line-height: 25px;
	margin: 0 0 22px;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title A
{
	text-decoration: none;
}
#content .title H2 A:hover
{
	color: #9D0000;
}
#content .title H2 A
{
	color: #1B1B1B;
	text-shadow: 0px 1px 3px #000;
	font-family: Georgia;
}
.postmetadata
{
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.postmetadata A
{
	color: #82817D;
	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%;
}
.feedburnerFeedBlock P.feedTitle
{
	font-weight: bold;
	text-align: center;
	/*[empty]color:;*/
	font-size: 10pt;
	background-color: #4A4A4A;
	border-bottom: 1px solid #5A5A5A;
	border-top: 1px solid #757575;
	border-left: 1px solid #6D6D6D;
	border-right: 1px solid #878787;
	-moz-border-radius: 18px 18px 0 0;
	-webkit-border-radius: 18px 18px 0 0;
	background: -moz-linear-gradient(100% 100% 90deg, #000, #444);
	background: #000 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#444)) url(;) 100%;
	border-radius: 18px 18px 0 0;
}
DIV.wpcolumn.wpcolumn-1.wpcolumn-first
{
	float: right;
	width: 453px;
	background-color: #606060;
	margin-bottom: 22px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	padding-bottom: 11px;
	background: -moz-linear-gradient(100% 100% 90deg, #000, #444);
	border-radius: 18px;
}
.feedburnerFeedBlock #creditfooter
{
	visibility: hidden;
}
.feedburnerFeedBlock .headline A
{
	color: #FFFFFF;
	text-decoration: none;
}
.feedburnerFeedBlock .istockimg
{
	-moz-box-shadow: 1px 1px 3px #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}
.feedburnerFeedBlock .istockdesc
{
	visibility: collapse;
}
.feedburnerFeedBlock UL LI
{
	width: 120px;
	float: left;
	height: 139px;
	margin: 1px;
	padding: 6px;
	font-size: 8pt;
	list-style-type: none;
	text-align: center;
}

