/*
Theme Name: Tofurious Soft Tofu 2.2
Theme URI: http://www.tofurious.com
Description: A simple photographer's blog theme by <a href="http://www.tofurious.com">Tofurious</a>
Version: 2.2
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: #fff; url('images/bg.jpg') repeat; 
	font: 60%; Verdana, Helvetica, Arial, sans-serif;
        font-weight:normal;
	text-transform: none;
	line-height:140%; /*ENTRY FONTS*/
	color:#777; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#3494bb;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:1000px;
        padding:0px 0px 10px 0px;
	background:#fff;	
}


/*MENU COLORS****************/
#menu {
        background: #FBB117;
}

#menu li a {
	font-size: 9px;
	font: Verdana, Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	font-weight:bold;
	line-height:115%;
	text-transform: uppercase;
        padding:0px 8px 0px 8px;
	color:#080808;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#080808; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
        padding:2px 0px 2px 0px;
        background: #000;
       height: 100%; /*BANNER HEIGHT in case you want to change it*/
       overflow: hidden;
}

/*WELCOME***/
#welcome {
	background: #FBB117;
	margin: 0;
        padding:0 10px 0px 10px;
	height: 25px;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif; /*MENU FONT STYLES*/
	font-weight:normal;
	line-height:200%;
	color:#252525;
}

/*POSTS*******************/
.title {
	margin-top: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:118%;
	font-family: "Trebuchet MS", Verdana, Georgia, Courier, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight:bold;
	line-height:115%;
	color:#3494bb;
}
h1 {
	margin:0;
	font-size: 108%;
	font-family: "Trebuchet MS", Verdana, Georgia, Courier, "Times New Roman", Times, serif;
	text-transform: none;
        font-weight:bold;
	line-height:110%;
	color:#3494bb;	
}
h2 {
	margin:0;
	font-size: 118%;
	font-family: "Trebuchet MS", Verdana, Georgia, Courier, "Times New Roman", Times, serif;
	text-transform: none;
        font-weight:bold;
	line-height:115%;
	color:#3494bb;	
}
h3 {
	margin:0;
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Georgia, Courier, "Times New Roman", Times, serif;
        font-weight:normal;
	text-transform: none;
	line-height:105%;
	color:#2b2b2b;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	font-size:65%;
	font-weight:normal;
	line-height:200%;
}


/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 60%;
	font-family: Verdana, Geneva, sans-serif;	
	width: 100%;
	background: #454545;
	padding: 5px 10px 5px 10px;
	height: 15px;
}
.navigation a {text-decoration:none;
	color:#fff;
	text-transform:uppercase;
}
.navigation a:hover {text-decoration:underline;
	color:#fff;
	text-transform:uppercase;
}

.navbg {background: #454545;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	background: #ffff;
	width:100%;
	font: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px; 
	color:#252525;
	text-align:left;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #252525;
}
.footer-item {
	float: left;
	width: 20%;
	padding: 10px 5px 5px 25px;
	font: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px; 
	color:#252525;
	text-align:left;
}
.footer-item ul {
	font: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px; 
	padding-left: 15px;
	text-decoration: none;
	color: #252525;
}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}

body {
	margin:0;		
}
img {border-style:none;}
input,
textarea,
select{
	font:60% 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;
	margin:0;
	padding:2px 0 2px 10px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:6px 6px 0px 6px;
	float:left;
}
#menu li a {
	height:18px;
	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:10px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#99c9dd;
}
#menu ul li {
	padding:0 7px 0 10px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#474747;
	line-height:110%;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#000;}
/*TWITTER / SEARCH / RSS***/
.holder {
	background:#fff;
	border-bottom: 1px solid #d8d8d8;
	margin:0 auto;
	width: 1000px; 
//	width:970px;  //
	padding: 5px;
	overflow:hidden;
}
.profile {
	width:600px;
	float: left;
}
.bio {
	padding-top: 10px;
}
.twitter {
	width: 350px;
	float: right;
	padding: 10px 00px 0px 0px;
}
.search{
	width: 300px;
	float: right;
	padding: 10px 0px 10px 0px;
}
.search label {
	color:#2b2b2b;
	font-size:60%;
	line-height:100%;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:190px;
	height:33px;
	padding:6px 8px 0;
}
.search span input {
	background:none;
	border:0;
	width:171px;
}
.icons {
	float: right;
	padding: 20px 8px 9px 0px;
}
.topics {
	font-size:70%;
	float: right;
	line-height:115%;
	border-top: 1px solid #d8d8d8;
	padding: 0px 10px 0px 0px;
}
/*content*/
#content {
	width:970px;
	background:#fff;
	padding:17px 15px 0px 15px;
}
.entry {	
	overflow:hidden;
}
.entry p, ul, ol, span {
	line-height:118%;
	font-size:85%;
	margin:0 0 22px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 55%;
	padding: 3px 0 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d8d8d8;
}
.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;
	}
.divider {
	font-size: 60%;
	padding: 3px 0 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.left {text-align: left;}	
.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: 850px;}
#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;}