/*
Theme Name: Red Tomato
Theme URI: 
Description: The Red Tomato blog theme, modified from Retro Book
Version: 1.1
Author: Elevacion, Alissa Miller
*/


/** 
 * Basic Layout
 * 
 * @section			layout 
 * @lastmodified	2009-04-03
 */ 
*{
	padding:0px;
	margin:0px;
	outline:none;
}

body {
	background-image:url(../../../../img/Background.jpg);
	color:#43473b;
	font: 14px/17.6px "Times New Roman", Times, serif;	
}

#container{
	width:929px;
	margin:0 auto;
	margin-top:20px;
}

#content{background-image:url(../../../../img/background-content.gif);}


/** 
 * Header
 * 
 * @section			header 
 * @lastmodified	2009-04-03
 */ 


	/** 
	 * Menu
	 * 
	 * @subsection		menu
	 * @section			header 
	 * @lastmodified	2009-04-03
	 */ 
	#menutop{
		font-family: 'Geneva',Arial,Helvetica,sans-serif;
		font-size:12px;
		font-stretch:condensed;
		letter-spacing:-0.02em;
	}

	#menutop-right, #menutop-center, #menutop-left{ float:left; text-align:right; }
	#menutop-center{ padding-top:12px; height:28px; }
	#menutop-right{
		padding-top:10px;
		height:30px;
		font-size:10px;
	}
	#menutop-left{
		background-image:url(../../../../img/top-tomato.gif);
		display:block;
		height:40px;
		text-indent:-9999px;
		width:232px;
	}
	#menutop-center{ width:455px; }
	#menutop-right{ padding-right:10px; width:228px; }

	#menutop #searchbutton{
		background:none;
		border:none;
		vertical-align:middle;
		font-size:10px;
	}

	#menutop #searchbox{
		width:100px;
		height:21px;
		border:none;
		vertical-align:middle;
	}


	/** 
	 * Main Navigation
	 * 
	 * @subsection		navigation
	 * @section			header 
	 * @lastmodified	2009-04-03
	 */ 
	#navigator{}

	#navigator-right, #navigator-left{height:51px; float:left;}
	#navigator-left{width:244px;}
	#navigator-right{width:685px;}

	#produce a,
	#thinking a,
	#people a{
		float:left;
		height:51px;
		background-repeat:no-repeat;
		text-indent:-9999px;
		display:block;
	}

	#produce a{
		background-image:url(../../../../img/produce.gif);
		width:228px;
	}

	#thinking a{
		background-image:url(../../../../img/thinking.gif);
		width:228px;
	}

	#people a{
		background-image:url(../../../../img/people.gif);
		width:226px;
	}

	#produce a:hover,
	#thinking a:hover,
	#people a:hover{
		background-position:0 -51px;
	}


/** 
 * Main Content
 * 
 * @section			content
 * @lastmodified	2009-04-03
 */ 
#center-inside{
	float:left;
	width:600px;
	padding:10px 20px 50px 50px;
}

#center-inside a{ color:#009900; }
#center-inside h2 a {color:#812526;}


	/** 
	 * Main Content
	 * 
	 * @subsection		post
	 * @section			content
	 * @lastmodified	2009-04-03
	 */ 

	.post{ clear:left; padding-bottom:40px; }
	.postdate, .prefix { color: #666; font-style: italic;}

	/* We don't want to see all this junk */
	.post .postmetadatasingle {display:none;}

	/** 
	 * Authors
	 * 
	 * @subsection		authors
	 * @section			content
	 * @lastmodified	2009-08-07
	 */ 

	.authorinfo, .authorprofile {
		padding-bottom: 18px;
		width: 600px;
	}
	.authorinfo .avatar {float: left; width: 50px;}
	.authorinfo .author {margin: 5px 0 6px 65px;}
	.authorinfo .postdate {font-size: 18px; margin: 0 0 0 65px;}
	
	.authorinfo h3 a:link {color: #090 !important;}

	.authorprofile {
		background-color: #f2f2cd;
		border: solid 1px #ddd;
		-webkit-border-radius: 7px;  
	    -moz-border-radius: 7px;  
	    -khtml-border-radius: 7px;  
	    border-radius: 7px;
		float: left;
		margin: 20px 0;
		padding: 5px 20px;
		width: 560px;
	}

	.authorprofile .avatar {float: left; width: 100px;}
	.authorprofile p {margin: 0 0 12px 115px;}


/** 
 * Comments
 * 
 * @section			comments
 * @lastmodified	2009-04-03
 */ 
.alt {margin: 0;padding: 10px;}
.commentlist {padding: 0;}
.commentlist li {
	clear: left;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentavatar {
	float: left; 
	width: 75px;
}
.commenttext {
	margin-left: 90px;
}
.commentlist h4 {margin: 0;}
.commentlist p {margin: 0 5px 10px 0;}
#commentform p {margin: 5px 0;}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
.commentmetadata {
	font-size: 12px;
	margin: 0;
	display: block;
	}


	/** 
	 * Comment Form
	 * 
	 * @subsection		comment-form
	 * @section			comments
	 * @lastmodified	2009-04-03
	 */ 

/* Knocking this out becuse it makes Subscribe2 forms in posts look like crap (AKM: 5/30/09)
	.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 textarea { padding: 2px; width: 100%; }
	#commentform #submit { float: right; margin: 0;}


/** 
 * Sidebar
 * 
 * @section			sidebar
 * @lastmodified	2009-04-03
 */ 
#right{ float:right; width:251px; }

#right1{
	background-image:none; /* Added by AKM 03-23-09 to get rid of inline style in sidebar.php */
	font-size:14px;
	line-height: 16px;
	padding-right:46px !important;
	padding-right:16px;
	padding-left:29px;
	padding-bottom: 50px;
	width:174px;
}

#right h2 {
	color:#812526;
	font-size: 16px;
	line-height: 22px;
	margin:15px 0px 5px 10px;
}

#right img {border: none;}										/* Added by AKM 03-23-09 */
#right a img {border: none;}

/** 
 * Subscribe2 Sidebar
 * 
 * @subsection		subscribe2
 * @section			sidebar
 * @lastmodified	2009-05-30
 */ 
#right1 .subscribe2, #right1 .email-alert {
	padding-left: 10px;
}


/** 
 * Footer
 * 
 * @section			footer
 * @lastmodified	2009-04-03
 */ 
#footer-inside{
	text-align:center;
	margin-bottom:30px;
}
#footer{
	font-size:10px;
	font-family: 'Geneva', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	line-height: 14px;
	margin: 0 auto;
	padding-top:5px;
	padding-left:300px;
	width:600px;
}

#footer_bk{
	background-image:url(../../../../img/footer.gif) center no-repeat;
	height:65px;
	margin:0 auto;
	width:910px;
}

#footer_bk img{ margin-top:20px;}

#footer ul{ list-style:none; }
#footer ul li{ float:left; }

#copyright{ float:left; }
#sitemap{ 
	float:right;
	padding-right:15px;
	width:190px;
}



/** 
 * Typography
 * 
 * @section			typography 
 * @lastmodified	2009-04-03
 * @note		H1: 
 * @note		H2: 
 * @note		H3: 
 */ 

h1{
	font-size:25px;
	color:#990000;
	margin-bottom:8px;
}
h2{
	color:#812526;
	font-size:22px;
	line-height: 30px; 
	margin: 5px 0 17.6px 0;
}
h3 { 
	font-size:18px;
	line-height: 22px;
	margin: 10px 0 10px 0;
}
h3 a { color:#812526 !important; }
h4 { 
	font-size:15px;
	line-height: 18px; 
	margin: 10px 0 5px 0;
}
h5 { font-size:14px; line-height: 17.6px; }
h6 { font-size:12px; line-height: 14px; }

p {margin-bottom: 12px;}
ol li { margin-left:15px; }


/** 
 * Misc Styles
 * 
 * @section			misc
 * @lastmodified	2009-04-03
 */ 

.clearboth{clear:both; font-size:1px;}
img{padding:0px; margin:0px;}
#spacer{ width:227px; height:81px; }

a:link, a:visited {color:#43473B; text-decoration:none;}
a:hover, a:active {color:#009933;}

ul{list-style:inside;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 600px;
	/* @hack	For IE max width */
	width: expression(this.width > 600 ? 600: true);
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter, div.aligncenter  {
	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; }
.aligncenter {text-align: center;}
/* End Images */

acronym, abbr, span.caps {cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}
blockquote {margin: 15px 30px 0 10px;padding-left: 20px;border-left: 5px solid #ddd;}
blockquote cite {margin: 5px 0 0;display: block;}
.center {text-align: center;}
hr {display: none;}
a img {border: none;}
.navigation {
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
	}
	
.clearfix {position: static; clear: both;}


/********
* UNSORTED */


/*
h2.center{ color:#812526 !important; font-size:22px; }
#center{ clear:both;}
#center1, #center2, #center3, #center4, #center5{
	float:left;
	height:448px;
	font-size:1px;
}
#center1{
	background-image:url(../../../../img/left.gif);
	width:24px;
}
#center2{ width:209px; }
#center3{ width:239px; }
#center4{ width:229px; }
#center5{ background-image:url(../../../../img/right.gif); width:227px; }
#bottom{
	background-image:url(../../../../img/bottom.gif);
	width:926px;
	height:14px;
	font-size:1px;
}
.lmore{ font-size:9px; }
.learnmore{ 
	width:207px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.learntext{
	float:left;
	width:68px;
	padding-left:7px;
}
.learntext2{
	float:left;
	padding-left:5px;
	padding-right:20px;
	line-height:15px;
	color:#003300;
	font-size:11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.learntext2 img{ margin-bottom:5px; }
.learntext a{
	color:#006600;
	font-weight:bold;
}
.learntext a:hover{ color:#00CC00; }
.spanlearn{ padding-left:6px; }
.learnimg{
	width:105px;
	height:73px;
	margin-right:16px !important;
	margin-right:12px;
	float:right;
}
#left{
	width:197px;
	display:block;
	padding-left:25px;
	padding-right:10px;
	float:left;
	font-size:9px;
}
#left ul{ list-style:none; }
#left ul li{
	list-style-type:disc;
	padding-bottom:3px;
}
#left ul li a{ color:#43473b; }
#left ul li a:hover{ color:#009900;}
#left ul li ul li a{ color:#666666; }
#left ul li ul li#current-page a{
	color:#990000;
	list-style-type:disc;
}

ul li#current-page{ list-style-image:url(../../../../img/red-arrow.gif); }
ul li#current-page a{
	color:#990000;
	font-size:14px;
}
ul li#current-page a:hover{ color:#990000; }
ul li#current-page ul li a{
	color:#666666;
	font-size:12px;
}
ul li#current-page ul li a:hover{ color:#009900; }
#center-learn-more{
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:678px;
	font-size:12px;
}
#center-learn-more img{ margin:0px 10px 0px 0px; }
#center-learn-more a{ color:#006600; }
.arrow{ vertical-align:middle; }
#center-inside p img{
	margin-right:5px;
	float:left;
}

.inthissection{
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	margin-left:50px;
}

.inthissection a{
	text-decoration:none;
	list-style:none;
}

.inthissection ul li{
	font-size:14px;
}

.inthissection li a{
	margin-left:-7px;
}

.inthissection li ul{
	margin-left:20px;
}

.lefttitle{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#993300;
	font-weight:normal;
	background:url(../../../../images/tomatotitle.jpg) left no-repeat ;	
	padding-left:20px;
	margin-left:25px;
}

.red{
	color:#993300;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
}

.green{
	color:#43473b;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	list-style:none;
	margin-top:6px;
}

.green li{
	list-style:circle;
	list-style-position:inside;
}

.reditalic{
	font-style:italic;
	font-size:15px;
	color:#990000;
}

.imgleft{
	margin-top:40px;
	margin-left:40px;
	margin-bottom:40px;
}

.imgcenter{
	float:left;
	margin-right:12px;
}

.imgcenterright{
	float:right;
	margin-left:12px;
}

.tomatocenter{
	float:left;
}

.minitomato{
	background-image:url(../../../../images/tomatotitle.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:5px;
	padding:0px;
	height:30px;
}

#whogrowsit{
	margin-top:35px;
	height:120px;
}

#wherefindit{
	padding-left:10px;
	margin-top:35px;
	height:160px;
}

#season{
	margin-top:32px;
	height:50px;
}

#center-6{
	float:left;
	width:678px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#product-profile{
	float:left;
	width:172px;
	margin-left:30px;
}

#profile-text{
	float:right;
	width:466px;
	padding:0px 0px 0px 10px;
}

#profile-text span{
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#425B43;
}

#product-profile ul{
	list-style:url(../../../../img/red-arrow.gif);
	list-style-position:inside;
	margin-top:10px;
}

#product-profile ul li{
	font-weight:bold;
}

#product-profile ul li ul li{
	text-indent:20px;
	font-weight:normal;
}

.credit{
	font-size:9px;
}

#season-table{
	clear:both;
	text-align:center;
	padding:20px 0px 0px 20px;
}

#prevnext{
	width:150px;
	height:14px;
	border:3px solid #c8d7e5;
	margin:20px 5px 0px 5px;
	padding:6px 0px 0px 0pxpx;
	text-align:center;
	font-size:10px;
}

#prevnext a:hover{
	color:#c8d7e5;
}

#left-temp-7{
	width:209px;
	height:471px;
	float:left;
	background-image:url(../../../../img/left-bar-bk.gif);
	margin:0px 0px 20px 30px;
}

#square{
	background-image:url(../../../../images/square.jpg);
	width:155px;
	height:104px;
	float:right;
	margin:0px 0px 10px 10px;
	padding:60px 0px 0px 40px;
}

#square ul li ul li{
	list-style-image:url(../../../../img/red-arrow.gif);
	margin-left:10px;
}

#temp-7-center{
	padding:0px 20px 10px 10px;
}

#temp-7-prevnext{
	float:right;
	margin-top:30px;
}

#temp-7-left{
	font-size:9px;
	font-weight:bold;
	padding-left:30px;
}

#temp-7-center p.green{
	font-size:12px;
}

#temp-7-left-title{
	width:150px;
	height:18px;
	background-color:#c5de87;
	margin-bottom:15px;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	font-family:"Courier New", Courier, monospace;
	padding:2px 0px 0px 10px;
}

#temp-7-left-title img{
	margin:0px 5px 1px 0px;
}

#temp-7-left ul{
	list-style-image:url(../../../../img/red-arrow.gif);
	list-style-position:inside;
	margin-top:10px;
}

#temp-7-flash{
	width:160px;
	height:261px;
	margin-bottom:10px;
}

.separator{
	margin-bottom:10px;
}

#temp-6-right{
	height:600px;
}

#products{
	margin-bottom:10px;
	line-height:12px;
}

#products img{
	margin-left:10px;
}

#products ul{
	list-style:disc;
	list-style-position:inside;
	margin-left:5px;
}

#products ul li ul li{
	margin-left:10px;
}


#main_news{
	padding:0px 10px 20px 30px;
	width:655px;
	margin:0 auto;
}

#main_news h1{
	text-align:center;
}

#notice{
	padding:0px 0px 20px 30px;
	text-align:center;
}


#notice h3{
	color:#003300;
	font-size:16px;	
}
*/

