/*
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/background5.jpg') repeat; 
	font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#333; /*OVERALL TEXT COLOR*/
}


/*MENU COLORS****************/
#menu {
	background:#402e4a;
}

#menu li a {
	font:12px arial, helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: lowercase;
line-height:25px;
text-align: center;
	color:#ffffff;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#7a7a7a; /*MENU FONT COLOR WHEN HOVERING*/
} 

/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#4c4a65;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:960px;
	background:#333;	
}




/*BANNER COLORS*************/
#banner {
height: 100%; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*TWITTER / SEARCH / RSS***/
.holder {background:#60576b;}
.holder display:block;
	position:relative;
	line-height:40px;
}
.holder .text p {
	font-size:14px;
	color:#ffffff;
	line-height:14px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	margin-top: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: times new roman, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#e0368e;
	
}
h2 {
	margin:0;
	font-size:25px;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#676072;	
}
h3 {
	margin:0;
	font-size:25px;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#676072;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#676072;
	font-size:12px;
	font-weight:normal;
	line-height:24px;
	background:url(images/blogbreaker.png) no-repeat;
}


/* 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;		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:1;
	padding:3;
	border-style:none;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#ffffff;
}
/*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;	
text-align:center;
	height:2%;
}
#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:140px;
	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 20px;
	width:970px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:right;}
.holder .text {
	width:100px;
	padding:0 50px 0 17px;

}
.holder ul li.fb {padding: 11px 0 0 11px;}
.holder ul li.fb a {
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/fb.png) no-repeat;
}
.holder ul li.tw {padding: 11px 0 0 11px;}
.holder ul li.tw a {
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/twitter.png) no-repeat;
}
.holder ul li.rss {padding: 11px 0 0 11px;}
.holder ul li.rss a {
	display:block;
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	width:970px;
	background:#fff;
	padding:23px 15px 0px 15px;
	text-align:center;
}
.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;
}
.postmetadata {
	font-size: 12px;
	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: 1em '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%;}
