/*
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; 
        padding: 0px;
	margin: 0px;
	font: 11px century gothic, sans-serif; /*ENTRY FONTS*/
	color:#000; /*OVERALL TEXT COLOR*/
}

/*POSTS*******************/
.title {
    margin-top: 15px;
}
    /*POST TITLE FONT STYLE**/
.ti, .title h2 {
    margin:0;
    font-size:20px;
    font-family: century gothic, sans-serif;
    font-weight:normal;
    line-height:25px;
    color:#000;
}
h2 {
    margin:0;
    font-size:20px;
    font-family: century gothic, sans-serif;
    font-weight:normal;
    line-height:20px;
    color:#000;    
}
h3 {
    margin:0;
    font-size:20px;
    font-family: century gothic, sans-serif;
    font-weight:normal;
    line-height:25px;
    color:#000;
}

h4 {
    margin:0;
    font-size:15px;
    font-family: century gothic, sans-serif;
    font-weight:normal;
    line-height:15px;
    color:#000;
}
    /*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
    color:#eb8485;
    font-size:12px;
    font-weight:normal;
    line-height:24px;
}

/*    Begin Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: century gothic, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    }

h1 {
    font-size: 1.9em;    
/*    color: #000; */
    }

h2 {
    font-size: 1.6em;
    letter-spacing: 4px;
    padding: 0px 0px 10px 0px;
    margin-bottom: 10px;
    margin-top: 0px;
/*    color: #000; */
    }

h3 {
    font-size: 1.4em;
    }

h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
    }

h4 {
    font-size: 1.3em;
    }

h5 {
    font-size: 1.2em;
    }

h6 {
    font-size: 1.1em;
    }

h1 a, h2 a, h3 a, h4 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    text-decoration: none;
    color: inherit;
    border: none;
    }
    
small {
    font-family: century gothic, sans-serif;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;    
/*    color: #000; */
    }
    
.entry {
    padding-top: 10px;
    }
/* End Headers */	

/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#000;
}
a:hover {text-decoration:none;}

/* Links begin */
.entry a, .postmetadata a, #footer a, .commentmetadata a, .alignleft a {
/*	color: #000; */
	border-bottom: 1px dotted;
	text-decoration: none;
	}
/* Links end */

/*MENU COLORS****************/

#menu {
	background: #5cb4c2;
	margin: auto;
	padding: 0px 0px 0px 15px;
	position: relative;
	z-index: 101;
	list-style:none;
	height:1%;	
}

#menu li a {
	font:12px  century gothic, sans-serif; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color:#fff;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#fff; /*MENU FONT COLOR WHEN HOVERING*/
} 

/* Menu begins */
#menu:after {
	content:" ";
	display:block;
	clear:both;
	}
	
#menu li {
	padding:15px 60px 0px 0px;
	float:left;
	}
	
#menu li a {
	height:30px;
	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:20px 10px;
	margin:0px;
	list-style:none;
	width:147px;
	height: 20px;
	display: none;
	position: absolute;
	left: -10px;
	top: 30px;
	z-index:1800;
	}
	
#menu ul li {
	padding:10px 10px;
	width:150px;
	background: #5cb4c2;
	opacity:0.85;  
	filter:alpha(opacity=85);  
	-moz-opacity:0.85;  
	z-index: 1900;
	}
	
#menu ul li a {
	text-align:left;
	width:100%;
	background: #5cb4c2;
	color:#fff;
	font-family:   century gothic, sans-serif;
	font-size: 12px;
	z-index:2000;
	height:auto;
	display:block;
	}
	
#menu ul li a:hover {
	color: #fff;
	}

#menu h2 {
	font-family:   century gothic, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff; 
	float: left;
	}

/* Menu ends */


/* 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:0px 0 0;
	width:100%;
	font:10px/25px century gothic, sans-serif;
	color:#5eb3c1;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #5eb3c1;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}

body {
	margin:0;		
}
img {border-style: none;}
input,
textarea,
select{
	font:100% century gothic, 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;}

/*TWITTER / SEARCH / RSS***/
.holder {
	background:#fff;
	border-bottom: 1px solid #d8d8d8;
	width:970px;
	padding: 15px;
	overflow:hidden;
}
.profile {
	width:400px;
	float: right;
}
.bio {
	width: 300px;
        height: 225px;
	float: left;
        padding-top: 10px;
}
.twitter {
	width: 200px;
	float: right;
	padding: 10px 15px 0px 0px;
}
.search{
	width: 200px;
	float: right;
        padding: 30px 15px 15px 0px;
}
.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:lowercase;
	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: left;
	padding: 0px 25px 0px 25px;
}
/*content*/
#content {
	width:970px;
	background:#fff;
	padding:15px 15px 0px 0px;
}
.entry {	
	overflow:hidden;
}
.entry p {
	line-height:25px;
	margin:0 0 20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
}
.title a {
	text-decoration: none;
}
.postmetadata {
	font-size: 10px;
	padding: 10px;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
}
.postmetadata a {
	color:#5eb3c1;
	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;
}

/start structure and colors/
.widecolumn .postmetadata {
	text-align: left;
	}

.entry {
	line-height: 20px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, .postmetadata, blockquote, strike {
/*	color: #777; */
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;	
/*	color: #000; */
	line-height: 18px;
}



.clear {
	clear: both;
}

.clearR {
	clear: right;	
}

.clearL {
	clear: left;	
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	width: 100%;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/end structure and colors/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.hooks {
	margin: 25px 40px 25px 75px;
	float: left;
	border: 1px solid #ddd;
	}
/* End Entry Lists */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.url {
/*	color: #000; */
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #f8f8f8;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	text-decoration: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.nodec {
	border: none !important;
	text-decoration: none !important;
	}

.breaker {
	height: 100%;
	}
	
.search {
	float: left;
	padding-bottom: 10px;
	}
/* End Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1em;
	line-height: 1.6em;
	padding: 0 4px 5px;
	margin: 0;
}

div.widget {
	padding-top: 20px;
}
/* End captions */

