/*
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/background.gif') repeat;

         background-attachment:fixed;
        background-color:#fff;
	font: 13px "helvetica neue", helvetica, arial,sans-serif; /*ENTRY FONTS*/
	color:#333; /*OVERALL TEXT COLOR*/
}

p{font-size:13px;}
li{line-height:20px;}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#4c4a65;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:1000px;
	background:#333;	
}

/*MENU COLORS****************/
#menu {
	background:#333;
}

#menu li a {
	font:13px "helvetica neue", helvetica, arial,sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color:#e1e1e1;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#fff; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner { 
height: 100%; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
background: #ffffff url(images/header.jpg) no-repeat;
}


/*POSTS*******************/
.title {
	margin-top: 35px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
         margin-top:35px;
	font-size:22px;
	font-family: "helvetica neue", helvetica, arial,sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
h2 {
	margin:0;
	font-size:22px;
	font-family: "helvetica neue", helvetica, arial,sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: "helvetica neue", helvetica, arial,sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	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: 13px;
	font-family: "helvetica neue", helvetica, arial,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 {
border: 1px solid;
         background:#ffffff;
	width:1000px;
	font:12px/25px "helvetica neue", helvetica, arial,sans-serif;
	color:#b2b2b2;
	margin: 0px auto 0px;
	text-align: left;
	line-height: 17px;

}
#footer p {	color: #333333;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	margin: 0px;}
#footer h2{
	color: #333333;
	font-size: 12px;
	font-family: "helvetica neue", helvetica, arial,sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #03B2C8;
	padding: 0px 0px 2px 0px;
	margin: 15px 0px 0px 0px;
	text-transform: uppercase;
}
#footer a, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	}

#footer ul {
         list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}



#footer ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
	}

#footer ul li a, #footer ul li a:visited {
	display: block;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #666666;
	}



#footer ul li a:hover {
	background: #03B2C8;
	color: #FFFFFF;
	text-decoration: none;
	}

.footerleft {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 20px 5px;
	display: inline;
	}

	

.footermiddle {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}	

.footerright {
	float: right;
	width: 320px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}




body {
	margin:0;		
}
img {border-style:none;}
.alignright {margin-left:10px;
             margin-top:10px;}
.alignleft {margin-right:10px;
            margin-top:10px;}
input,
textarea,
select{
	font:100% "helvetica neue", helvetica, arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/

/*#maincontainer {width:100%;
                height:100%;
                top:0px;
                background:#fff;
                background: url('images/bg2.jpg');
                 background-attachment:fixed;
                  }
*/

#main { 

	margin:0 auto;
        
        margin-bottom:20px;
	width: 1000px;
	padding:0 0 0;
}
/*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:220px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#e9e6dd;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:220px;
}
#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:#eee;
	border-bottom: 1px solid #d8d8d8;
	width:955px;
	padding: 15px;
        padding-left:30px;
	overflow:hidden;
}
.profile {
	width:550px;
	float: left;
         font-size:13px;
       text-align:justify;
}
.bio {
	padding-top: 10px;
         float:left;
         margin-right:10px;
}
.twitter {
	width: 330px;
	float: right;
	padding: 30px 0px 15px 40px;
}
.search{
	width: 330px;
	float: right;
	padding: 20px 20px 15px 0px;
}
.search label {
	color:#2b2b2b;
	font-size:12px;
	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 {width: 40px;
	float: right;
	padding: 20px 10px 0px 0px;
}
/*content*/
#content {	
         width:940px;
	background:#fff;
	padding:17px 30px 0px 30px;
}
.entry {	
	overflow:hidden;
}
.entry p {font-size:14px;
	line-height:20px;
	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: "helvetica neue", helvetica, arial,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;
}

#kommentarblock {
         background: #f6f6f6;
         border: 1px solid #0a0a0a;
         width: 850px;
         max-height:150px;
         overflow: auto;
         padding-top: 20px;
         font-size: 13px;
margin-left:50px;
}
#commentblock {
	width: 600px;
        color: #000000;
	float: left;
	padding: 0px 20px 10px 20px;
	margin: 10px 10px 0px 50px;
	}
	

.commentlist li, #commentform input, #commentform textarea {
	font: 13px "helvetica neue", helvetica, arial,sans-serif;
	}
.commentlist li ul li {
	font-size: 13px;;
}

.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: 13px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.2em;
	text-transform: none;
	}
.commentlist {width: 750px;}

#commentform p {
	font-family: "helvetica neue", helvetica, arial,sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}





.breaker {height: 20px; width: 100%;}
.fl {float: left;}
.fr {float: right;}


.pagebar{height: 50px; font-size:14px;text-align:center;}
