/*
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/bg.jpg') repeat; 
	font: 14px Century Gothic, Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#3e3b3b; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#7d993f;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	
	background:#333;	
}


/*MENU COLORS****************/
#menu {
	background:#7d993f;


}

#menu li a, #menu li.pagenav {
	font:13px Century Gothic, Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color:#000000;	/*MENU FONT COLOR*/
        height: 25px;
}

#menu li a:hover {
	color:#000000; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
height: 100%; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*POSTS*******************/
.title {
	margin-top: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
font-style: italic;
	line-height:25px;
	color:#7d993f;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#7d993f;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#7d993f;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#000;
font-style: italic;
	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: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: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:0 0 0px 15px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li, #menu li.pagenav {
	padding:8px 29px 0px;
	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:177px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#e9e6dd;
}
#menu ul li {
	padding:0 10px 0 17px;
        margin: 3px 0;
	width:150px;
}
#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;}
/*TWITTER / SEARCH / RSS***/
.holder {
	background:#fff;
	border-bottom: 1px solid #d8d8d8;
	width:970px;
	padding: 15px;
	overflow:hidden;
}
.profile {
	width:500px;
	float: left;
}
.bio {
	padding-top: 10px;
}
.twitter {
	width: 350px;
	float: right;
	padding: 32px 20px 0px 0px;
}
.search{
	width: 350px;
	float: right;
	padding: 30px 20px 15px 0px;
}
.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.search span input {
	background:none;
	border:0;
	width:171px;
}
.icons {
	float: right;
	padding: 20px 10px 0px 0px;
}
/*content*/
#content {
	width:970px;
	background:#fff;
	padding:17px 15px 0px 15px;
}
.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: 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;
	}
	
.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%;}
.fl {float: left;}
.fr {float: right;}

#gallerypage{margin: 0 auto;}
.gallerylogo {margin: 10px auto 0; background: #d6ebfe url(images/gallery_logo.png) left center no-repeat; width: 880px; height: 120px}
.gallery {margin: 0 auto; width: 840px; height: auto; padding: 20px; background: #fff; text-align:center;}
h2.gallerytitle {font-style: italic; float: right; height: 20px; width: 740px; padding: 50px 0; text-align:center; font-size: 24px;  color: #7D993F; margin: 0 auto;}

.gallery p {padding: 0; margin: 0}

.jdGallery .slideElement {background-color: #ffffff !important}

.jdGallery a.carouselBtn, .jdGallery .carousel {background-color: #7D993F !important}
#gallerypage ul#menu li, #gallerypage #menu li.pagenav {padding: 8px 24px; height: 18px;}
.jdGallery .carousel .label, .jdExtCarousel .label {visibility:hidden}

ol.commentbox {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 5px;
max-height: 115px;
width: 920px;
border-width: 0px;
border-style: solid;
border-color: #000;
background: #fff;
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;}
ol.commentbox li.comment {margin: 0px 0 0px 5px; padding: 0;line-height: 12px;}
.awpcomments * .commentbar {padding: 5px !important}

.bottomblock
     {display: block;
      margin: 20px auto 5px;
      padding: 5px 0;
      width: 960px;
      height: auto;
      clear: both;
      border: #000 1px solid;
      background: #D6EBFE;
}
.bottomblock .commentform {padding: 10px 20px}
span.comments_link {display:none}

.bottomlinks {height: 24px}
.bottomlinks a, .bottomlinks a:visited
    {
      font-size: 11px;
      font-family: Georgia,"Times New Roman",Times,serif;
      color: #7D993F;
      line-height: 1.6;
     text-transform: uppercase;
     text-decoration: none;
     margin: 0 25px 0px 15px;
     padding-bottom: 3px;}


.bottomlinks a:hover {color: #000; text-decoration:none;}

#clientpage .addtoany_share_save_container {display:none}

#respond {padding: 20px 20px 0; font-size: 11px;}
.comment-form-comment textarea#comment {vertical-align:top; margin-left: 5px;}
