/*
Theme Name: TASTY BASE
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: 12px Verdana, Geneva, sans-serif; /*ENTRY FONTS*/
	color:#333; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#4875A1;
}

h2 a {
	text-decoration:underline;
	color:#4875A1;
}

h2 a:hover {
color: #2b2b2b
}

a:hover {text-decoration:none;}

a img {
  border-style: none;
}

/*LOGO IMAGE*****************/
#logo {
	height:100%;
	width:900px;
	background: url('images/header.png') repeat; 
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
margin-bottom: 32px;
}

#logo img {
/* opacity:0;
filter:alpha(opacity=0) */
}

#logo:hover {
	height:100%;
	width:900px;
/*	background: url('images/headerhover.png') repeat; */
}

/*MENU COLORS****************/
#menu {
background: #fff; 
width: 901px;
margin-top: 20px;
        margin-left: 5px;
        margin-right: 5px;

}

#menu li a {
	font:13.5px Verdana, sans-serif; /*MENU FONT STYLES*/
	color:#333;	/*MENU FONT COLOR*/
font-weight: 400;
        border-bottom: 2px solid #fff;
width: auto;
}

#menu li a:hover {
	color:#000; /*MENU FONT COLOR WHEN HOVERING*/
        border-bottom: 2px solid #38a2f1;
        width: auto;
} 

#menu li:hover {
} 


/*BANNER COLORS*************/
#banner {
height: 0px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
}


/*TWITTER / SEARCH / RSS***/
.holder {
height: 0px;
width: 0px;
	background:#fff;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
}
.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:20px;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#4875a1;
}
h2 {
	margin:0;
	font-size:20px;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#4875a1;	
}
h3 {
	margin:0;
	font-size:20px;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	line-height:25px;
	color:#2b2b2b;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#4875A1;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}


/* NEXT / PREVIOUS PAGE navigation*/
.navigation {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
	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;

background: #000;
	margin:0 auto;
	width: auto;


}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #b2b2b2;
} */


#taggedetc h2 {
font-size: 15px;
	margin-left: auto;
	margin-right: auto;
margin-bottom: -25px;
margin-top: -15px;
}


.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}

.clearfix {
        margin-top: 15px;
}


body {
	margin:0;		
}
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: 900px;
	padding:33px 0 20px;
}
/*header*/
#header img {display:block;
overflow: visible;
z-index: 200;
}
#menu {
	list-style:none;
	margin:-10px 0 0 0;
	padding:0px 0 0px 0px;	
	height:1%;
z-index: 100;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 25px 0px 25px;
	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;
        z-index: 100;
}
#menu ul {
	padding:5px 0px 6px 0px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 10px;
	top: 100%;
	background:#ebebeb;
        z-index: 100;
width: auto;
}
#menu ul li {
	padding:0 10px 0 5px;
	width:147px;
}

#menu li ul {
border-top: 3px solid #38a2f1;
}



#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#333;
	line-height:18px;
	height:auto;
	display:block;
        z-index: 100;
        border-bottom: 2px dotted #ebebeb;
}
#menu ul li a:hover {color:#000;}
.holder {
	padding:10px 15px 10px;
	width:870px;
	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 -30px 0 70px;
	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: 0px 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:870px;
        background: #fff;
	padding:24px 15px 10px 15px;
	border-left: 1px solid #2b2b2b;
	border-right: 1px solid #2b2b2b;
margin-top: 2px;
min-height: 800px;
}
.entry {	
width: 864px;
margin-left: auto;
margin-right: auto;
}


.entry p {
	line-height:25px;
	margin:0 0 22px;
}

#span-1 {
width: 100px !important;
	line-height:25px;
	margin:0 0 22px;
}


.title a {
	text-decoration: none;
}
.post {
        margin-top: 10px;
}



.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;}

.domroll {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}
.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: 830px;}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
.comments {
	padding-bottom: 15px;
}
.breaker {height: 20px; width: 100%;}


/*IMAGES*/
.shadow {
padding: 10px; background: url('wp-content/themes/base/images/shadow.jpg') no-repeat bottom right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
}

#featured {
        margin-top:-24px;
        margin-left:-8px;
        margin-bottom:30px;
z-index: -300;
border-top: none !important;
}

#myGallery {
background-color: #fff;
border-top: none !important;
}

/* Header New */
#header_wrap {
	display: block;
	background: #2b2b2b;
	min-width: 1002px;
	position: relative;
height: 70px;
/* border-bottom:2px solid #38a2f1; */
border-bottom: 22px groove #38a2f1;
z-index: 1;
}

#menu_wrapper {
	display: block;

	min-width: 1002px;
	position: relative;
height: 90px;
/* border-bottom:2px solid #38a2f1; */
border-bottom: 40px solid #fff;
z-index: 0;
}

#menu_bottom {
	display: block;

	min-width: 1002px;
	position: relative;
height: 127px;
/* border-bottom:2px solid #38a2f1; */
border-bottom: 2px solid #38a2f1;
z-index: 0;
}

/* Footer */
#footer_wrap {
margin-top: -20px;
        border-top: 22px ridge #4875A1;
	min-width: 1002px;
	position: relative;
}
#footer {
	position: relative;
        width: 972px;
	padding: 0px 0 20px 50px;
	font-size: 12px;
	line-height: 1.6em;
	color: #BDBDBD;
	margin: 0 auto;
}
#footer span {
	position: absolute;
	top: 9px;
	left: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	text-transform: uppercase;
	color: #BDBDBD;
}
#footer span a {
	color: #897a61;
	text-decoration: none;
}
#footer span a:hover {
	color: #fffffe;
	text-decoration: none;
}
#footer p {
	padding-bottom: 20px;
}
#footer .footer_img {
	margin-bottom: 20px;
}
#footer_wrap {
	display: block;
	background: #2b2b2b;
}
#footer .logo {
	position: absolute;
	left: 50px;
	top: -10px;
}
#footer .spoon {
	position: absolute;
	left: 930px;
	top: 8px;
}




.box {
	width: 250px;
	float: left;
	margin-right: 23px;
	z-index: 99;
        line-height: 25px;
}

.box h1 {
	color: #4875A1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;

}
.box li {
	padding-bottom: 0px;
margin-left: -20px;

}
.box a:link, .box a:visited {
	color: #fffffe;

	padding-bottom: 4px;
	text-decoration:none;
}
.box a:hover {
	color: #38a2f1;
	text-decoration: none;
}
.box a:active {
	color: #fff;
	text-decoration:none;
}
#footer .icons {
}
#footer img {
	margin-right: 15px;
}
#footer .last {
	margin-left: 497px;
	margin-right: 0px;
}

#content table {
	border-top: 1px solid #CCCCCC; 
	border-right: 1px solid #CCCCCC; 
	width: 100%;
	margin: 20px 0;
}
#content table td {
	padding: 4px; 
	border-left: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC;
}
#content table thead td {
	font-weight: bold;
}

/* Sub-Menu */
#submenu {
margin-left: -40px;
text-align: right; 
margin-top: -17px;
margin-bottom: 25px;
}
#submenu li {
display: inline;
list-style-type: none;
padding-right: 10px;
padding-left: 10px;

border-right: 1px dotted #2b2b2b;
}

#submenu li:hover {
    border-bottom: 1px solid #38a2f1;
    border-top: 0px solid #38a2f1;

}
#submenu a {
text-decoration: none;
font-weight: 400;
}
#submenu a:hover {
color: #2b2b2b;
}

.pageimg {
margin-left: -15px; margin-top: -24px;
margin-bottom: 25px; height: 300px; width: 900px; border-bottom: 1px solid #2b2b2b;
background: #000;
}

#pageimg img {
opacity: 0.95;
}

#pageimg img:hover {
opacity: 1;
}

.entry .wp-caption img {
border: 2px outset #4875A1 !important;
}

.imgfooterwrap {
	background: url('images/imgfoot.png') bottom center no-repeat; 
	padding:5px 0px 71px 0px;	
        margin-top: 5px;
        margin-bottom: 5px;
}

.postthumb img{
	margin-left: 34px;	
margin-bottom: 10px;

        float: right;
	z-index: 1;
width: 150px;
height: 150px;
border: 2px outset #4875A1;
}

.thumbex, thumbex a, thumbex a:visited{
  font-style: normal;
  width: 100%;    
}

.thumbextitle {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 15px;
}

.post2{
  position: static;
  margin-top: 5px;
  margin-bottom: 15px;
  height: 160px;
  padding: 4px;
  background: #F9F9F9;
  border: 1px solid #E4E4E4;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

.post1{
  position: static;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 120px;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
width: 850px;
}

hr {
width: 850px;

}

.postinfo {
        margin-top: 15px;
}

.wp_tag_cloud {
width: 100px;
}

.postmetadata1 {
	font-size: 10px;

margin: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.postmetadata1 a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.postmetadata1 a:hover {text-decoration:underline}
.postmetadata1 ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* Images in posts */
.entry img aligncenter {
border: 2px outset #4875A1;
}

.wp-caption {
padding-bottom: 0px;

margin-bottom: 20px;

}

.wp-caption-text {
margin-top: 0px !important;
margin-bottom: 5px !important;
margin-left: auto;
margin-right: auto;
font-size: 12px;
font-weight: bold;
text-align: center;
}
