/*
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: #ffd5e3 url('http://paintedchairphotography.com/blog/wp-content/uploads/2010/09/bg3.jpg') repeat fixed; 
	font: 13px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#685b4a; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#b2bf94;
}
a:hover {color:#ffd5e3;
         text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:150px;
        padding: 0;
        border-bottom: 5px solid #685b4a;
	width:1000px;
	background:#cdb3b6 url(images/logo_transp2.png) top right no-repeat;
        margin: 0 auto;	
}

#banner {height: 400px; width: 1000px; margin: 0 auto}
/*MENU COLORS****************/
#menu {
	background:#685b4a;
}

#menu li a {
	font:11px Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color:#e1e1e1;	/*MENU FONT COLOR*/
}

#menu li.left {font-size:20px; text-transform:uppercase; margin-right:0px;color: #ffffff; padding: 6px 0 10px 15px; font-family: Georgia,"Times New Roman",Times,serif;}
#menu li a:hover {
	color:#fff; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
        margin: 0 auto;	
}
.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: 0px;
        display:block;
        clear:both;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	height:30px;
	color:#685b4a;
        clear:both;
        text-align:center;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:32px;
	color:#685b4a;	
}
h2 a {color: #685b4a;}
h2 a:hover {color: #5f4c33}
h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title {background: url(images/titleback.gif) center center no-repeat;
        height: 70px;padding-top: 30px; padding-bottom: 30px; width: 100%}
.title span a, .title span {
	color:#f8b5cb;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}

.title .date, .title .categories {
        text-align:center;
        color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
        font-family: 'Century Gothic', serif;
        }
.title .date {font-size: 18px}
.title .date a, .title .categories a {color:#685B4A;}

/* 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:#685b4a;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #685b4a;
}


.alignleft {float: left;}
.alignright {float: right;}
img.alignleft {margin:5px 5px 0 0;}

.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: 1030px;
	padding: 0px 0 20px;
        background: transparent url(images/1000whiteshadow.png) repeat-y center center;
}
/*header*/
#header img {display:block;}
#menu {
	list-style:none;
        margin: 0 auto;	
	padding:0px;	
	height:45px;
        width: 1000px;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:15px 13px 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:#fed4e2;
}
#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: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*/
#content {
	width:920px;
	background:#fff;
	padding:0px 40px;
        margin:30px auto 0;
}
.entry {	
	overflow-x:hidden;
        margin-top: 20px;
}
.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: 10px;
	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;
	}

.posttags {font-size: 10px; margin: 0 10px 10px; width: 900px; text-align:center;}
.posttags a {text-decoration:none}
	
.center {text-align: center;}
.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postseparator {width: 900px;
        height: 80px;
        margin: 30px auto 0px;
        background: #fff url(images/chair.gif) no-repeat center center;}

ol.commentbox {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 5px;
max-height: 115px;
width: 860px;
border-width: 0px;
border-style: solid;
border-color: #FFD5E3;
background: #FFD5E3;
padding-top: 0px;
padding-right: 10px;
padding-left: 30px;
padding-bottom: 0px;
overflow-y: auto;
overflow-x: hidden;
font-size: 11px;
clear: both;
}

* html ol.commentbox {height: 113px;}
ol.commentbox div.authorcomment{padding: 0px 5px 0px 0px; text-transform: bold; line-height: 14px; margin-top: 5px; margin-bottom: 5px; border: none;  }
div.authorcomment {border: none; vertical-align: middle;}
ol.commentbox div.authorcomment span.commentbar {margin-top: 0px; margin-bottom: 0px; height: 14px; padding: 5px; }
span.commentbar {margin-top: 0px; margin-bottom: 0; padding: 2px; }
ol.commentbox li.comment p {margin: 2px 0 0;}
li.comment {margin: 0px 0 0px 0; padding: 0;line-height: 10px;}

.commentbottom
{border-bottom: 2px solid #eee;}

.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 {margin: 0 10px}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}

.bottomblock
     {display: block;
      margin: 20px auto 5px;
      padding: 5px 0;
      width: 900px;
      height: auto;
      clear: both;
      border: #685b4a 2px solid;
      background: #b2bf94;
}

span.comments_link {display:none}
.bottomlinks a, .bottomlinks a:visited
    {
      font-size: 1.0em;
      font-family: Century Gothic;
      color: #685b4a;
      line-height: 1.6;
     text-transform: uppercase;
     text-decoration: none;
     margin: 0 30px 0 10px;}


.bottomlinks a:hover {color: #f8b5cb; text-decoration:none;}

ul.addtoany_list li {width: 30px;float: right; margin: 0px !important}
ul.addtoany_list {list-style:none}

#welcome-plugin-welcome {margin: 0px; width: 920px;
        font-size: 14px;
        padding: 20px 40px 20px 40px;    
	text-align: left;
        height:130px;
        }

#welcome-plugin-welcome p {margin-top: 5px; padding: 0;}
#welcome-plugin-welcome a{color: #685B4A; text-decoration:none}
#welcome-plugin-welcome a:hover {color: #F8B5CB}

ul.addtoany_list li a{padding-left:0 !important}

#Social {
    background: transparent;
    width: 48px;
    position: fixed;
    top: 20%;
    left: 0.20%;
}

#image img {border-color: #ffffff !important;}

#thumbslider img {border:1px solid #cccccc !important}

#thumbslider img:hover {border: 1px solid #000000 !important}

.newform {width: 900px; margin: 20px auto}

#respond p label {margin-right: 10px}
