/*  
Theme Name: Superior Tofu
Description: Template for Superior Tofu.
Version: 1.0
Author: Adam Abrams
Author URI: http://www.adamabrams.com/

*/


body {
	margin: 0; padding: 0;
	background: white url("images/bgshad.gif") top center repeat-y;
	font-family: Helvetica, Tahoma, Geneva, 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

img {
	border:none;
}	

body p {
	margin: 0; padding: 0;
	margin-bottom: 7px;
}	

/*  GENERAL TEXT STYLES */

h1,h2,h3,h4 {margin:0;padding:0;color: #990000}

h1 {font-size: 16px;color: #990000; margin-bottom: 7px;}
h2 {font-size: 14px;margin-bottom: 7px;}
h3 {font-size: 12px;}
h4 {font-size: 11px; text-transform: uppercase;}

a:link {color:  #3399FF;}
a:visited {color: #0066CC;}
a:hover {color: #990000;}
a:active {color: blue;}

.small {
	font-size: 9px;
}

.clear {
	clear: both;
}	

.tip {
	font-weight: bold;
	font-size: 10px;
	width: auto;
	background-color: #CCFFFF;
	padding: 3px;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	position: relative;
	height: 192px;
	background: url(images/topbarhome.jpg) no-repeat top center;
}

body#home #header {
	background: url(images/topbarhome.jpg) no-repeat top center;
}

body#recipes #header {
	background: url(images/topbarrecipes.jpg) no-repeat top center;
}

body#products #header {
	background: url(images/topbarproducts.jpg) no-repeat top center;
}

body#about #header {
	background: url(images/topbarabout.jpg) no-repeat top center;
}

body#soycentral #header {
	background: url(images/topbarsoycentral.jpg) no-repeat top center;
}

body#news #header {
	background: url(images/topbarnews.jpg) no-repeat top center;
}

body#blog #header {
	background: url(images/topbarblog.jpg) no-repeat top center;
}

body#contact #header {
	background: url(images/topbarcontact.jpg) no-repeat top center;
}


#header img.homelink {
	margin: 50px 0 0 20px;
}

#header img.othersite {
	position: absolute;
	top: 0; right: 0;
}

/* MENU STYLES  */

#menu {
	border-top: 1px solid #CCC;
	background: #CCCCCC;
	height: 40px;
	background: url(http://www.superiortofu.com/wordpress/wp-content/themes/superior/images/mainmenubg.gif) repeat-x;
}

ul.nav {
	text-align: center;
	list-style: none; /*No bullets!*/
	margin-left: 0; /*Just remove the left margin*/
	padding-top: 9px;
	padding-bottom: 9px;
	font-family: helvetica, arial light, arial, sans-serif;
	font-weight: bold;
	padding: 0;
}

* html ul.nav {
	padding-top: 15px;
	padding-bottom: 0;
}	

ul.nav li {
	display:inline;
}

ul.nav a {
	text-decoration: none;
	margin: 2px;
	padding: 5px 13px;
}

ul.nav a:hover {
	margin: 0;
	border: 2px solid red;
}

ul.nav a:link {color: black;}
ul.nav a:visited {color: black;}
ul.nav a:hover {color: red;}
ul.nav a:active {color: blue;}

body#home ul.nav  li#home a,
body#recipes ul.nav  li#recipes a,
body#products ul.nav  li#products a,
body#about ul.nav  li#about a,
body#soycentral ul.nav  li#soycentral a,
body#news ul.nav  li#news a,
body#blog ul.nav  li#blog a,
body#contact ul.nav  li#contact a {
	margin: 0;
	border: 2px solid red;
}


/*  MAIN LAYOUT AREAS  */

#contentHome {  /*homepage only */
	float: left;
	padding: 15px 30px 10px 30px;
}

#content {  /*interior pages*/
	float: left;
	width: 415px;
	margin: 15px 0 10px 130px;
	display: inline;  /* for IE */
}

#sidebar {
	background: #D5E1EC;
	float: left;
	width: 120px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: -545px;
}

#rightcolumn {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	width: 190px;
	display: inline;
}



/*  SUBMENU STYLES */

ul.subnav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: helvetica, arial light, arial, sans-serif;
	border-top: 1px solid #2FACFE;
}

ul.subnav a {
	padding: 7px 8px;
	padding-left: 13px;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #2FACFE;
}

/* This style adds a top border to main menu items on a menu with sub-subs  */
/* (needed for interior menu items with sub-subs )  */

ul.subnav a.doubleborder {
	border-top: 1px solid #2FACFE;
	margin-top: 10px;
}


ul.subnav li {
	display: inline;
}

/* Sub-Subs */  

ul.subnav ul {
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 13px;
}

ul.subnav li li {
	font-size: 11px;
}

ul.subnav li li a {
	font-size: 11px;
	border: none;
	margin-left: 0;
	margin-top: 3px;
	padding: 0;
}	



* html ul.subnav a {
	height: 1px;
}

/* rollover styling  */

ul.subnav a:link {
	color: #3333CC;
}

ul.subnav a:visited {
	
}

ul.subnav a:hover {
	background: white;
	border-left: 5px solid #2FACFE;
	padding-left: 8px;
}

ul.subnav a:active {
	
}

/* sub-sub rollovers */

ul.subnav li li a:hover {
	background: white;
	border-left: 5px solid white;
	padding-left: 0;
	margin-left: -5px;
}



/* VARIOUS CONTENT STYLES  */

.readmore {
	margin: 0; padding: 0;
	color: #3300CC;
	font-size: 80%;
	text-decoration: none;
}

body#home .column1 {
	float: left;	
	width: 340px;
}

body#home .column2 {
	margin-left: 10px;
	width: 345px;
	float: left;
}

#intro p {
	font-size: 15px;
	font-color: #666666;
}

#intro {
	margin-bottom: 20px;
}

#quicklinks {
	padding: 7px 0 0 7px;
	background: #FFFDD9;
	border-top: 2px dotted #666;
	border-bottom: 2px dotted #666;
	margin-bottom: 10px;
}

#quicklinks h2 {
	margin:0; padding:0;
	color: #990000;
	font-size: 14px;
}	
	
ul.quicklist {
	list-style-type: none;
	margin-left: 0;padding-left: 0;
}

ul.quicklist li {
	background-image: url(images/beanicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
	margin-bottom: 6px
}

ul.quicklist a {
	color: #3399FF;
	font-size: 10pt;
	font-weight: bold;
}

/*  FEATURED RECIPES  */

#featuredRecipes {
	margin: 3px 0 20px 0;
	background: url(images/featredRecipesBgTL.gif) no-repeat top left;
	padding: 37px 0 0 15px;
}	

#featuredRecipes img {
	float: right;
	margin-right: 35px;
	display: inline;
}

#featuredRecipesList, #featuredRecipesFooter {
}


/*------------------------------------------*/


.bannerad {
	margin-bottom: 12px;
	border: none;
}

#banners img {
	margin-bottom: 12px;
	border: 1px solid red;
}


#subscribe, #subscribe2 {
	border: 1px solid green;
	background: #F0F0F0;
	padding: 10px;
}


#footer {
	clear: both;
	padding: 7px 30px 10px 30px;
	height: 20px;
	border-top: 2px dotted #3399FF;
}

#footer p {
	font-size: 10px;
	float:left;
}	

#footer p.sitecredit {
	float: right;
}

#footer a {
	text-decoration: none;
}

/* VARIOUS CONTENT STYLES  */

.navigation {
	margin-top: 20px;
}

.boxred {
	width: 360px;
	border: 2px solid red;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	float: left;
}

.boxblue {
	width: 360px;
	border: 2px solid blue;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	float: left;
}

.imgleft {
	float: left;
	margin-right: 5px;
}	

.imgright {
	float: right;
	margin-left: 5px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

body#recipes div.post ul  {
	list-style: none;
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
	padding: 5px;
}

body#recipes div.post li  {
	margin-bottom: 4px;
}

object {
	margin-left: -20px;
}

.productfamily {
	float: left;
	display: block;
	text-align: center;
	width: 160px;
	margin: 0 7px; 7px 0;
}

.productClaimProtein {
	float: left;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #CC0000;
	color: white;
	font-weight: bold;
}	

.productClaimFat {
	float: left;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #6600CC;
	color: white;
	font-weight: bold;
}	

.productClaimCalcium {
	float: left;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #3366CC;
	color: white;
	font-weight: bold;
}	

.productClaimCarbs {
	float: left;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #FF6600;
	color: white;
	font-weight: bold;
}	

.productClaimIron {
	float: left;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #336633;
	color: white;
	font-weight: bold;
}	

.productClaimFibre {
	float: left;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #663300;
	color: white;
	font-weight: bold;
}	

.productClaimNote {
	float: left;
	padding: 3px;
	margin: 3px 3px 0 0;
	background-color: #FFFFCC;
	color: black;
}	

.video {
	margin-left: 20px;
	}
	
/*  OTHER STYLES  */

