/*
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: #e4efe1;
	font: 11.5px Arial, Helvetica, sans-serif; /*ENTRY FONTS*/
	color:#444; /*OVERALL TEXT COLOR*/
}
/*LINK STYLES********#4c4a65********/
a {
	text-decoration:underline;
	color:#9d8e65;
}
a:hover {
	text-decoration:none;
}

a:focus, a:hover, a:active { outline:none } 

/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:1000px;
	background:#fff;
}
/*MENU COLORS****************/
#menu {
	background:#fff;
}
#menu li a {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	color:#9d8e65;	/*MENU FONT COLOR*/
}
#menu li a:hover {
	font-weight: bold;
}
/*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:#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: 5px;
}
/*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:#666;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#666;
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#666;
}
h6 {
	color:#9d8e65;
	padding: 0 400px 10px 30px;
	font-size: 11.5px;
	font-weight: normal;
	margin: 0px;
}
.pagetitle {
	margin-top: 10px;
	font-size: 22px;
	color: #9d8e65;
}

/*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:3px 0 0;
	width:100%;
	font:10px/25px Arial, Helvetica, sans-serif;
	color:#ccc;
	text-align:center;
	text-transform: uppercase;
}
#footer p {
	margin:0;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #999;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#footer li.long {
	float: left;
	width: 375px;
	padding-left: 10px;
}
#footer li.short {
	float: left;
	text-align:left;
	width: 220px;
	padding-left: 10px;
}
.searchtext {
	width: 50px;
	height: 20px;
	padding-left:15px;
	float: left;
}
#searchform {
	float:left;
	width: 120px;
	height: 20px;
}
.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:0px 0 20px;
	background: #fff;
}
/*header*/
#header img {
	display:block;
}
#menu {
	list-style:none;
	margin:0;
	padding:8px 0 0px 15px;	
	/* height:1%; */
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 10px 0px 30px;
	float:left;
	text-align: center;
}
#menu li a {
	height:25px;
	float:left;
	text-align:left;
	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 {
	text-align: left;
	padding:6px 0 6px;
	margin:0;
	list-style:none;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#fff;
}
#menu ul li {
	padding:0 0px 0 30px;
}
#menu ul li a {
	width: 120px;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#333;}


/*content*/
#content {
	width:980px;
	background:#fff;
	padding:0px 10px;
}
.entry {
	overflow:hidden;
}
.entry p {
	line-height:25px;
	margin:0 0 22px;
	padding-left: 5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title {
	padding-left: 5px;
	padding-top: 15px;
	border-top:2px #e4efe1 solid;
}
.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 10px;
	padding: 10px 10px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px #e4efe1 solid;
}
.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%;
}
.datespace {
	height: 10px;
	width: 100%;
}
/*  -- */

.homelink {
	padding: 0px 0 50px;
}
.homelink a {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color:#9d8e65;
}
.homelink a:hover {
	font-weight: bold;
}

.attachment-large {
	margin: 0px 0 20px;
}
.gallery {
	width: 666px;
	margin: 0 auto;
}
.gallery-list {
	width: 666px;
	margin-bottom: 20px;
}
.gallery-list img {
	width: 80px;
	height: 80px;
}
