/*
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 menu
	<a href="http://twitter.com/tofurious">@tofurious</a>
	because a friend asked him to
*/

/*BACKGROUND IMAGE************/
body {
	background-image: url('images/main_bc_full.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
	font: 11px Century Gothic, Tahoma, Geneva, sans-serif;/*ENTRY FONTS - Verdana, Geneva, sans-serif;*/

}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#2b2b2b;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:1000px;
	background:0;
        padding-top: 45px;	
}


/*MENU COLORS****************/
#menu {
	background:#fff;
}

/*text-transform: uppercase;*/
/*MENU FONT STYLES*/
#menu li a {
	font:12px Century Gothic,'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#000;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#9f9f9f; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
height: 100%; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#ececec;
}
.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 {
	width:910px;
        margin: 20px auto;
        padding-top: 5px;
        padding-left: 10px;
        background: url('images/bg_tit.jpg') center left no-repeat;
}
	/*POST TITLE FONT STYLE  
        
        font-family: Georgia, "Times New Roman", Times, serif;
        font-family: Century Gothic,'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;color:
	*/
.ti, .title h2 {
	margin:0;
	font-size:25px;
	font-family: Georgia, Garamond, serif;
        font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
h2 {
	margin:0;
	font-size:30px;
        font-family: Georgia, Garamond, serif;	
        font-weight:normal;
	line-height:25px;
	color:#2b2b2b;	
}
h3 {
	margin:0;
	font-size:25px;
	font-family: Georgia, Garamond, serif;	
        font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
h4 {
	margin:0;
	font-size:20px;
	font-family: Georgia, Garamond, serif;	
        font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}

/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#383838;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
}

/* NEXT / PREVIOUS PAGE navigation - Verdana, Geneva, sans-serif;*/
.navigation {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 12px;
	font-family: Century Gothic,'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	
	width: 900px;
	background: #fff;
	padding: 5px 0px;
	height: 15px;
}
.navigation a {text-decoration:none;}
.navigation a:hover {text-decoration:underline;}

.navbg {background: #fff;}

/*FOOTER LINKS***********/
#footer {
	padding:25px 0px 25px 0px;
	width:100%;
	font:10px/25px
	font-family: "Georgia","Times New Roman","Bitstream Charter",Times,serif;
	color:#000;
	text-align:center;
	background:#ececec;
}
#footer p {margin:0;}
#footer a, 
#footer a:hover
#footer a:visited {
	text-decoration: none;
	color: #000;
}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}

body {
	margin:0;
}
img {border-style:none;}
input,
textarea,
select{
	font:135% verdana,arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

/*MAIN CONTAINER*********/
#main {
	margin:0 auto;
	width: 1000px;
	padding:0 0 45px;
}
/*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:#dedede;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
	position: relative;
}

#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:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content - Verdana, Arial, Helvetica, sans-serif;*/
#content {
	width:970px;
	background:#fff;
	padding:20px 15px 25px 15px;
}
.entry {	
	overflow:hidden;
	width:900px;
	padding: 0px;
        margin: 0px auto;
}
.entry p {
	line-height:15px;
        margin:0 0 15;	
        letter-spacing: 1px;
        text-align: justify;
        font-family:Century Gothic, Tahoma, Geneva, sans-serif;
        font-size: 12px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0px;
}
.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 11px;
	padding: 10px;
	font-family: Century Gothic,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;
}
/*'Lucida Grande', Verdana, Arial, Sans-Serif;overflow:hidden;width:900px;*/
.commentlist li, #commentform input, #commentform textarea 
{
	font: 1.1em Century Gothic,Arial, Helvetica, Sans-Serif;

}
.commentlist li ul li {
	font-size: 0.7em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 1px;
	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.4em;
	text-transform: none;
	}

.commentlist 
{

}
#commentform p {
	font-family: Century Gothic,Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding:30px 0px 0px 30px;
}
.breaker {height: 20px; width: 100%;}