/*
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: #f6d9db url('images/mainbg2.jpg') repeat;
	font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#333; /*OVERALL TEXT COLOR*/
        background-attachment:fixed
}

/*LINK STYLES****************/
a {
	text-decoration:none;
	color:#4c4a65;
}
a:hover {text-decoration:underline;}


/*LOGO IMAGE*****************/
#logo {
	/*height:100%;*/
        height: 125px;
	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: 300px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}

.bio {
	font-size: 11px;
        line-height:17px;
	padding: 10px;
        color:#2c2c2c;
        line-height:17px;
        font-style:italic;
        font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*TWITTER / SEARCH / RSS***/
.holder {
	background:#ffeeee;
}
.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-bottom: 10px;
        background:url(images/post-title.png) no-repeat; 
	padding:0 0 0 50px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Arial, Helvetica, Tahoma, Verdana;
        font-weight:normal;
	line-height:25px;
	color:#2b2b2b;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	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: Arial, Helvetica, Tahoma, Verdana;
	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;		
}


img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

#wp-smiley {
    padding:0 0 0 0;
    margin:0 0 0 0;
    float:none;
    display:inline;
}

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 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:#ffeeee;

}
#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:10px -10px 10px -10px;
	width:1000px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:250px;
	padding:0 55px 0 5px;
}
.holder li.search {
/*	padding:0 55px 0 75px;*/
	width:187px;
}
.holder li.search label {
	color:#2b2b2b;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder li.search span input {
	background:none;
	border:0;
	width:150px;
}

/*.holder ul li.rss {padding: 11px 0 0 60px;}*/
.holder li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss48.png) no-repeat;
}

/*.holder ul li.fb {padding: 11px 0 0 62px;}*/
.holder li.fb a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/fb48.png) no-repeat;
}

/*.holder ul li.twitter {padding: 11px 0 0 64px;}*/
.holder li.twitter a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/twitter48.png) no-repeat;
}

/*content*/
#content {
	width:1000px;
	background:#fff;
	padding:5px;
}
.content-box {
	width:995px;
	padding:5px;
	overflow:hidden;
}

.comment {
	/*COMMENT BOX BACKGROUND color*/
	background:#f4e3e3;
}

.entry {	
	overflow:hidden;
}
.entry p {
	line-height:25px;
	margin:0 7px 22px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
}

.post-divider {
        background:url(images/p-divider.png) no-repeat; 
        overflow:hidden;
	padding:50px 0px 50px 500px;
}

.postmetadata {
	font-size: 9px;
	padding: 10px;
	/*text-transform: uppercase;*/
        font-style:italic;
        font-weight:bold;
	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 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: 910px;}
#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}

div.bookmarkify
{
	margin: 0px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;
	text-align: left;
	vertical-align: middle;
	font-family: verdana, arial;
	font-size: 12px;
}

div.bookmarkify a
{
	text-decoration: none;
	font-family: verdana, arial;
}

div.bookmarkify a:hover
{
	text-decoration: underline;
}

div.bookmarkify div.title
{
	margin: 0px;
	border: none;
	padding: 0px;
	height: 1%;
	background: transparent;
	vertical-align: auto;
	font-weight: bold;
}

div.bookmarkify div.linkbuttons
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a
{
	margin: 0px;
	border: none;
	padding: 2px;
	height: 1%;
	background: transparent;	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover
{
}

div.bookmarkify div.linkbuttons a img
{
	margin: 0px;
	border: none;
	padding: 0px;

	background: transparent;
	opacity: 0.5;
	filter:alpha(opacity=50); 
	
	vertical-align: auto;
}

div.bookmarkify div.linkbuttons a:hover img
{
	opacity: 1;
	filter:alpha(opacity=100); 
}

div.bookmarkify div.brand
{
	margin: 0px;
	border: none;
	padding: 2px;

	height: 1%;

	background: transparent;
	
	vertical-align: auto;
}

div.bookmarkify div.brand a
{
	margin: 0px;
	border: none;
	padding: 0px;

	height: 1%;

	background: transparent;
	
	vertical-align: auto;

	color: gray;
	font-weight: normal;
}

div.bookmarkify div.brand a:hover
{
}

