/* @override http://tjcameron.org/wp-content/themes/tofurious-22/style.css */

/* @override http://tjcameron.org/wp-content/themes/tofurious-22/style.css */

/* @override http://tjcameron.net/newblog/wp-content/themes/tofurious-22/style.css */



/* @override http://tjcameron.net/newblog/wp-content/themes/tofurious-22/style.css */




/* @override http://tjcameron.net/newblog/wp-content/themes/tofurious-22/style.css */

/*
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: silver url(images/bg4.jpg) repeat; 
	font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#333;
}

/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#4c4a65;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	width: 0;
	background: silver url(images/bg4.jpg);
	float: right;
	padding-left: 0;
	padding-right: 217px;
	margin-top: -40px;
}


/*MENU COLORS****************/
#menu {
	background: white none;
	margin-left: 12px;
	width: 977px;
}

#menu li a {
	font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color: black;
	margin-top: 6px;
	padding-left: 0;
	margin-left: 6px;
}

#menu li a:hover {
	color: black; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
height: 100%; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
	margin-left: 12px;
	margin-top: 21px;
}


/*POSTS*******************/
.title {
	margin-top: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	font: normal normal 24px/25px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 36px 0 0 7px;
	padding-top: 26px;
}
h2 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
h3 {
	margin:0;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
	margin-left: 7px;
}


/* 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: 9px/25px Verdana, Arial, Helvetica, sans-serif;
	color: gray;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: gray;
	font-size: 9px;
}


.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;
	padding: 0 0 0px;	
	height:1%;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding: 8px 15px 0px 0;
	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: gray;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color: white;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color: silver;}
/*TWITTER / SEARCH / RSS***/
.holder {
	background: #dadada none;
	width: 977px;
	padding: 0;
	overflow:hidden;
	border-width: 1px;
	border-color: silver;
	height: 115px;
	margin-left: 12px;
}
.profile {
	width: 413px;
	float: left;
	font-size: 11px;
	margin-top: 15px;
	margin-left: 20px;
}
.bio {
}
.twitter {
	width: 370px;
	float: right;
	margin-top: -35px;
}
.search{
	float: right;
	padding: 0 0 0 0px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: -80px;
}
.search label {
	color:#2b2b2b;
	display:block;
	text-transform:uppercase;
	font: 11px/11px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}
.search span {
	background: none no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding: 0;
}
.search span input {
	border:0;
	width: 115px;
	height: 15px;
	background-image: none;
	background-color: #dadada;
	margin-left: 48px;
	margin-top: -14px;
}
.icons {
	float: right;
	padding: 0 18px 0px 0px;
	margin-right: 364px;
	margin-top: 15px;
}
/*content*/
#content {
	width: 947px;
	background:#fff;
	padding: 0 15px;
	margin-left: 12px;
	margin-top: -36px;
}
.entry {	
	overflow:hidden;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.entry p {
	line-height: 25px;
	margin: 0 0 22px;
	padding-bottom: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
	color: #4f4f4f;
	padding-bottom: 0;
	margin-top: 0;
}
.postmetadata {
	font-size: 10px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -15px;
	background-color: #f0f0f0;
	width: 955px;
}
.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%;}
.fl {float: left;}
.fr {float: right;}
