/*
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:#fff; 
	font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#393939; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#ff8400;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:1000px;
	background:#333;	
}


/*MENU COLORS****************/
#menu {
	background:#ff8400;
       
}

#menu li a {
	font:11px Arial, Helvetica, 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;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
       
}
.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: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Arial, "Times New Roman", Times, 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: 12px;
	font-family: Verdana, Geneva, sans-serif;	
	width: 100%;
	background: #e0e0e0;
	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:#ff8400;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color:#ff8400;
}


.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: 970px;
	padding:33px 0 20px 0;
}
/*header*/
#header{
width:1000px;
}
#header img {
        display:block;
        width: 1000px;
}
#menu {
margin:0;
        width:1000px;
	list-style:none;
	padding:0;	
	height:1%;

}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
        margin-left:15px;
	padding:8px 20px 0px 0px;
	float:left;

}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
        padding: 0;
}
#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 {
	list-style:none;
	width:130px;
	display: none;
	position: absolute;
	right: 5px;
	top: 100%;
	background:#9b9b9b;
}
#menu ul li {
	padding:0;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#fff;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#000;}
.holder {
	padding:20px 0px 20px;
	width:1000px;
	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 20px;
	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:970px;
	background:#e0e0e0;
	padding:23px 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;
}

.commentlis<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"  dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Edit Themes ‹ Noel Salazar | Quirky Photographer  — WordPress</title>
<script type="text/javascript">
//<![CDATA[
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var userSettings = {
		'url': '/blog/',
		'uid': '1',
		'time':'1293708483'
	},
	ajaxurl = 'http://www.noelsalazar.com/blog/wp-admin/admin-ajax.php',
	pagenow = 'theme-editor',
	typenow = '',
	adminpage = 'theme-editor-php',
	thousandsSeparator = ',',
	decimalPoint = '.',
	isRtl = 0;
//]]>
</script>
<link rel='stylesheet' href='http://www.noelsalazar.com/blog/wp-admin/load-styles.php?c=1&dir=ltr&load=theme-editor,global,wp-admin&ver=3d4a7eab25b686e3ca7fc38d3266c82d' type='text/css' media='all' />
<link rel='stylesheet' id='colors-css'  href='http://www.noelsalazar.com/blog/wp-admin/css/colors-fresh.css?ver=20100610' type='text/css' media='all' />
<!--[if lte IE 7]>
<link rel='stylesheet' id='ie-css'  href='http://www.noelsalazar.com/blog/wp-admin/css/ie.css?ver=20100610' type='text/css' media='all' />
<![endif]-->
<script type='text/javascript' src='http://www.noelsalazar.com/blog/wp-admin/load-scripts.php?c=1&load=jquery,utils&ver=0e4de088c1d51cff99f6e17399d2c995'></script>

	<style type='text/css'>
	#dolly {
		position: absolute;
		top: 4.5em;
		margin: 0;
		padding: 0;
		right: 215px;
		font-size: 11px;
	}
	</style>
	<script type="text/javascript" src="http://www.noelsalazar.com/blog/wp-content/plugins/calendar/javascript.js"></script>
<script type="text/javascript">document.write(getCalendarStyles());</script>
</head>
<body class="wp-admin no-js  theme-editor-php">
<script type="text/javascript">
//<![CDATA[
(function(){
var c = document.body.className;
c = c.replace(/no-js/, 'js');
document.body.className = c;
})();
//]]>
</script>

<div id="wpwrap">
<div id="wpcontent">
<div id="wphead">

<img id="header-logo" src="http://www.noelsalazar.com/blog/wp-includes/images/blank.gif" alt="" width="32" height="32" />
<h1 id="site-heading" class="long-title">
	<a href="http://www.noelsalazar.com/blog/" title="Visit Site">
		<span id="site-title">Noel Salazar | Quirky Photographer</span>
	</a>
</h1>


<div id="wphead-info">
<div id="user_info">
<p>Howdy, <a href="profile.php" title="Edit your profile">Noel</a> | <a href="http://www.noelsalazar.com/blog/wp-login.php?action=logout&_wpnonce=0347237758" title="Log Out">Log Out</a></p>
</div>

<div id="favorite-actions"><div id="favorite-first"><a href="post-new.php">New Post</a></div><div id="favorite-toggle"><br /></div><div id="favorite-inside"><div class='favorite-action'><a href='edit.php?post_status=draft'>Drafts</a></div>
<div class='favorite-action'><a href='post-new.php?post_type=page'>New Page</a></div>
<div class='favorite-action'><a href='media-new.php'>Upload</a></div>
<div class='favorite-action'><a href='edit-comments.php'>Comments</a></div>
</div></div>
</div>
</div>

<div id="wpbody">

<ul id="adminmenu">


	<li class="wp-first-item wp-has-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" id="menu-dashboard">
	<div class='wp-menu-image'><a href='index.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='index.php' class="wp-first-item wp-has-submenu menu-top menu-top-first menu-icon-dashboard menu-top-last" tabindex="1">Dashboard</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Dashboard</div><ul><li class="wp-first-item"><a href='index.php' class="wp-first-item" tabindex="1">Dashboard</a></li><li><a href='update-core.php' tabindex="1">Updates <span class='update-plugins count-3' title='1 WordPress Update, 2 Plugin Updates'><span class='update-count'>3</span></span></a></li><li><a href='index.php?page=akismet-stats-display' tabindex="1">Akismet Stats</a></li></ul></div></li>
	<li class="wp-menu-separator"><a class="separator" href="?unfoldmenu=1"><br /></a></li>
	<li class="wp-has-submenu open-if-no-js menu-top menu-icon-post menu-top-first" id="menu-posts">
	<div class='wp-menu-image'><a href='edit.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='edit.php' class="wp-has-submenu open-if-no-js menu-top menu-icon-post menu-top-first" tabindex="1">Posts</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Posts</div><ul><li class="wp-first-item"><a href='edit.php' class="wp-first-item" tabindex="1">Posts</a></li><li><a href='post-new.php' tabindex="1">Add New</a></li><li><a href='edit-tags.php?taxonomy=category' tabindex="1">Categories</a></li><li><a href='edit-tags.php?taxonomy=post_tag' tabindex="1">Post Tags</a></li><li><a href='edit.php?page=flashfader.php' tabindex="1">Flashfader</a></li></ul></div></li>
	<li class="wp-has-submenu menu-top menu-icon-media" id="menu-media">
	<div class='wp-menu-image'><a href='upload.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='upload.php' class="wp-has-submenu menu-top menu-icon-media" tabindex="1">Media</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Media</div><ul><li class="wp-first-item"><a href='upload.php' class="wp-first-item" tabindex="1">Library</a></li><li><a href='media-new.php' tabindex="1">Add New</a></li></ul></div></li>
	<li class="wp-has-submenu menu-top menu-icon-links" id="menu-links">
	<div class='wp-menu-image'><a href='link-manager.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='link-manager.php' class="wp-has-submenu menu-top menu-icon-links" tabindex="1">Links</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Links</div><ul><li class="wp-first-item"><a href='link-manager.php' class="wp-first-item" tabindex="1">Links</a></li><li><a href='link-add.php' tabindex="1">Add New</a></li><li><a href='edit-link-categories.php' tabindex="1">Link Categories</a></li></ul></div></li>
	<li class="wp-has-submenu menu-top menu-icon-page" id="menu-pages">
	<div class='wp-menu-image'><a href='edit.php?post_type=page'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='edit.php?post_type=page' class="wp-has-submenu menu-top menu-icon-page" tabindex="1">Pages</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Pages</div><ul><li class="wp-first-item"><a href='edit.php?post_type=page' class="wp-first-item" tabindex="1">Pages</a></li><li><a href='post-new.php?post_type=page' tabindex="1">Add New</a></li></ul></div></li>
	<li class="menu-top menu-icon-comments menu-top-last" id="menu-comments">
	<div class='wp-menu-image'><a href='edit-comments.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='edit-comments.php' class="menu-top menu-icon-comments menu-top-last" tabindex="1">Comments <span id='awaiting-mod' class='count-0'><span class='pending-count'>0</span></span></a></li>
	<li class="wp-menu-separator"><a class="separator" href="?unfoldmenu=1"><br /></a></li>
	<li class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-appearance menu-top-first" id="menu-appearance">
	<div class='wp-menu-image'><a href='themes.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='themes.php' class="wp-has-submenu wp-has-current-submenu wp-menu-open menu-top menu-icon-appearance menu-top-first" tabindex="1">Appearance</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Appearance</div><ul><li class="wp-first-item"><a href='themes.php' class="wp-first-item" tabindex="1">Themes</a></li><li><a href='widgets.php' tabindex="1">Widgets</a></li><li><a href='nav-menus.php' tabindex="1">Menus</a></li><li class="current"><a href='theme-editor.php' class="current" tabindex="1">Editor</a></li></ul></div></li>
	<li class="wp-has-submenu menu-top menu-icon-plugins" id="menu-plugins">
	<div class='wp-menu-image'><a href='plugins.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='plugins.php' class="wp-has-submenu menu-top menu-icon-plugins" tabindex="1">Plugins <span class='update-plugins count-2'><span class='plugin-count'>2</span></span></a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Plugins <span class='update-plugins count-2'><span class='plugin-count'>2</span></span></div><ul><li class="wp-first-item"><a href='plugins.php' class="wp-first-item" tabindex="1">Plugins</a></li><li><a href='plugin-install.php' tabindex="1">Add New</a></li><li><a href='plugin-editor.php' tabindex="1">Editor</a></li><li><a href='plugins.php?page=akismet-key-config' tabindex="1">Akismet Configuration</a></li></ul></div></li>
	<li class="wp-has-submenu menu-top menu-icon-users" id="menu-users">
	<div class='wp-menu-image'><a href='users.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='users.php' class="wp-has-submenu menu-top menu-icon-users" tabindex="1">Users</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Users</div><ul><li class="wp-first-item"><a href='users.php' class="wp-first-item" tabindex="1">Users</a></li><li><a href='user-new.php' tabindex="1">Add New</a></li><li><a href='profile.php' tabindex="1">Your Profile</a></li></ul></div></li>
	<li class="wp-has-submenu menu-top menu-icon-tools" id="menu-tools">
	<div class='wp-menu-image'><a href='tools.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='tools.php' class="wp-has-submenu menu-top menu-icon-tools" tabindex="1">Tools</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Tools</div><ul><li class="wp-first-item"><a href='tools.php' class="wp-first-item" tabindex="1">Tools</a></li><li><a href='import.php' tabindex="1">Import</a></li><li><a href='export.php' tabindex="1">Export</a></li><li><a href='tools.php?page=regenerate-thumbnails' tabindex="1">Regen. Thumbnails</a></li></ul></div></li>
	<li class="wp-has-submenu menu-top menu-icon-settings menu-top-last" id="menu-settings">
	<div class='wp-menu-image'><a href='options-general.php'><br /></a></div><div class="wp-menu-toggle"><br /></div><a href='options-general.php' class="wp-has-submenu menu-top menu-icon-settings menu-top-last" tabindex="1">Settings</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Settings</div><ul><li class="wp-first-item"><a href='options-general.php' class="wp-first-item" tabindex="1">General</a></li><li><a href='options-writing.php' tabindex="1">Writing</a></li><li><a href='options-reading.php' tabindex="1">Reading</a></li><li><a href='options-discussion.php' tabindex="1">Discussion</a></li><li><a href='options-media.php' tabindex="1">Media</a></li><li><a href='options-privacy.php' tabindex="1">Privacy</a></li><li><a href='options-permalink.php' tabindex="1">Permalinks</a></li><li><a href='options-general.php?page=google-analyticator.php' tabindex="1">Google Analytics</a></li><li><a href='options-general.php?page=google-analytics-for-wordpress' tabindex="1">Google Analytics</a></li><li><a href='options-general.php?page=google-sitemap-generator/sitemap.php' tabindex="1">XML-Sitemap</a></li></ul></div></li>
	<li class="wp-menu-separator-last"><a class="separator" href="?unfoldmenu=1"><br /></a></li>
	<li class="wp-has-submenu menu-top toplevel_page_calendar menu-top-first menu-top-last" id="toplevel_page_calendar"><div class='wp-menu-image'><a href='admin.php?page=calendar'><img src="http://www.noelsalazar.com/blog/wp-admin/images/generic.png" alt="" /></a></div><div class="wp-menu-toggle"><br /></div><a href='admin.php?page=calendar' class="wp-has-submenu menu-top toplevel_page_calendar menu-top-first menu-top-last" tabindex="1">Calendar</a>
	<div class='wp-submenu'><div class='wp-submenu-head'>Calendar</div><ul><li class="wp-first-item"><a href='admin.php?page=calendar' class="wp-first-item" tabindex="1">Manage Calendar</a></li><li><a href='admin.php?page=calendar-categories' tabindex="1">Manage Categories</a></li><li><a href='admin.php?page=calendar-config' tabindex="1">Calendar Options</a></li></ul></div></li></ul>

<div id="wpbody-content">
<div id="screen-meta">
	<div id="contextual-help-wrap" class="hidden">
	<div class="metabox-prefs"><p>You can use the Theme Editor to edit the individual CSS and PHP files which make up your theme.</p><p>Begin by choosing a theme to edit from the dropdown menu and clicking Select. A list then appears of all the template files. Clicking once on any file name causes the file to appear in the large Editor box.</p><p>For PHP files, you can use the Documentation dropdown to select from functions recognized in that file. Lookup takes you to a web page with reference material about that particular function.</p><p>After typing in your edits, click Update File.</p><p><strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.</p><p>Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="http://codex.wordpress.org/Child_Themes" target="_blank">child theme</a> instead.</p><p><strong>For more information:</strong></p><p><a href="http://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a></p><p><a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a></p><p><a href="http://codex.wordpress.org/Editing_Files" target="_blank">Documentation on Editing Files</a></p><p><a href="http://codex.wordpress.org/Template_Tags" target="_blank">Documentation on Template Tags</a></p><p><a href="http://wordpress.org/support/" target="_blank">Support Forums</a></p></div>
	</div>

<div id="screen-meta-links">
<div id="contextual-help-link-wrap" class="hide-if-no-js screen-meta-toggle">
<a href="#contextual-help" id="contextual-help-link" class="show-settings">Help</a>
</div>
</div>
</div>
<div class='update-nag'><a href="http://codex.wordpress.org/Version_3.0.4">WordPress 3.0.4</a> is available! <a href="update-core.php">Please update now</a>.</div> <div id="message" class="updated"><p>File edited successfully.</p></div>
<div class="wrap">
	<div id="icon-themes" class="icon32"><br /></div>
<h2>Edit Themes</h2>

<div class="fileedit-sub">
<div class="alignleft">
<big><strong>Stylesheet</strong> (style.css)</big>
</div>
<div class="alignright">
	<form action="theme-editor.php" method="post">
		<strong><label for="theme">Select theme to edit: </label></strong>
		<select name="theme" id="theme">

	<option value="AutoFocus+" >AutoFocus+</option>
	<option value="WordPress Classic" >WordPress Classic</option>
	<option value="WordPress Default" >WordPress Default</option>
	<option value="Fullscreen" >Fullscreen</option>
	<option value="Thematic" >Thematic</option>
	<option value="Tofurious Soft Tofu"  selected='selected'>Tofurious Soft Tofu</option>
	<option value="Twenty Ten" >Twenty Ten</option>		</select>
		<input type="submit" name="Submit" value="Select" class="button" />
	</form>
</div>
<br class="clear" />
</div>
	<div id="templateside">

	<h3>Templates</h3>
	<ul>
		<li><a href="theme-editor.php?file=/themes/toto latest/404.php&theme=Tofurious+Soft+Tofu&dir=theme">404 Template<br /><span class='nonessential'>(404.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/archive.php&theme=Tofurious+Soft+Tofu&dir=theme">Archives<br /><span class='nonessential'>(archive.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/comments.php&theme=Tofurious+Soft+Tofu&dir=theme">Comments<br /><span class='nonessential'>(comments.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/footer.php&theme=Tofurious+Soft+Tofu&dir=theme">Footer<br /><span class='nonessential'>(footer.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/header.php&theme=Tofurious+Soft+Tofu&dir=theme">Header<br /><span class='nonessential'>(header.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/index.php&theme=Tofurious+Soft+Tofu&dir=theme">Main Index Template<br /><span class='nonessential'>(index.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/page.php&theme=Tofurious+Soft+Tofu&dir=theme">Page Template<br /><span class='nonessential'>(page.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/comments-popup.php&theme=Tofurious+Soft+Tofu&dir=theme">Popup Comments<br /><span class='nonessential'>(comments-popup.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/searchform.php&theme=Tofurious+Soft+Tofu&dir=theme">Search Form<br /><span class='nonessential'>(searchform.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/search.php&theme=Tofurious+Soft+Tofu&dir=theme">Search Results<br /><span class='nonessential'>(search.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/sidebar.php&theme=Tofurious+Soft+Tofu&dir=theme">Sidebar<br /><span class='nonessential'>(sidebar.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/single.php&theme=Tofurious+Soft+Tofu&dir=theme">Single Post<br /><span class='nonessential'>(single.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/functions.php&theme=Tofurious+Soft+Tofu&dir=theme">Theme Functions<br /><span class='nonessential'>(functions.php)</span></a></li>
		<li><a href="theme-editor.php?file=/themes/toto latest/google.php&theme=Tofurious+Soft+Tofu&dir=theme">google.php<br /><span class='nonessential'>(google.php)</span></a></li>
	</ul>
	<h3>Styles</h3>
	<ul>
		<li><a href="theme-editor.php?file=/themes/toto latest/style.css&theme=Tofurious+Soft+Tofu&dir=style"><span class='highlight'>Stylesheet<br /><span class='nonessential'>(style.css)</span></span></a></li>
	</ul>
</div>
	<form name="template" id="template" action="theme-editor.php" method="post">
	<input type="hidden" id="_wpnonce" name="_wpnonce" value="61708f93cc" /><input type="hidden" name="_wp_http_referer" value="/blog/wp-admin/theme-editor.php?file=/home/gmtan/public_html/noelsalazar.com/blog/wp-content/themes/toto%20latest/style.css&theme=Tofurious+Soft+Tofu&a=te&scrollto=1443" />		 <div><textarea cols="70" rows="25" name="newcontent" id="newcontent" tabindex="1">/*
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:#fff; 
	font: 11px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#393939; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#ff8400;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:1000px;
	background:#333;	
}


/*MENU COLORS****************/
#menu {
	background:#ff8400;
       
}

#menu li a {
	font:11px Arial, Helvetica, 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;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
       
}
.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: 20px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:30px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
h2 {
	margin:0;
	font-size:30px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:20px;
	color:#2b2b2b;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Arial, "Times New Roman", Times, 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: 12px;
	font-family: Verdana, Geneva, sans-serif;	
	width: 100%;
	background: #e0e0e0;
	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:#ff8400;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color:#ff8400;
}


.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: 970px;
	padding:33px 0 20px 0;
}
/*header*/
#header{
width:1000px;
}
#header img {
        display:block;
        width: 1000px;
}
#menu {
margin:0;
        width:1000px;
	list-style:none;
	padding:0;	
	height:1%;

}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
        margin-left:15px;
	padding:8px 20px 0px 0px;
	float:left;

}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
        padding: 0;
}
#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 {
	list-style:none;
	width:130px;
	display: none;
	position: absolute;
	right: 5px;
	top: 100%;
	background:#9b9b9b;
}
#menu ul li {
	padding:0;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#fff;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#000;}
.holder {
	padding:20px 0px 20px;
	width:1000px;
	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 20px;
	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:970px;
	background:#e0e0e0;
	padding:23px 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%;}
