/* CSS Document */
/********************
Favors Styles for Bella-Festa.net

version 1.0
June 28, 2006

Copyright 2006 Product 9 DESIGN
http://www.product9.com
All rights reserved.
********************/

/*********TAGS*********/
	 /*##### same as main ######*/

/*********LAYOUT*********/
	 /*##### same as main ######*/

	/*------header-------*/
	 /*##### same as main ######*/

	/*------content-------*/
	#content_wrapper {min-height:375px; background:#F95463;}		
	
		/*------sidebar left-------*/
		#content_left {float:left; width:265px;}
			#sidebar {text-align:center; }
		
		/*------sidebar right-------*/
		#content_right {margin-left:265px; background-color:#FFFFFF;}
			#content {border-left:solid 8px #FFFFFF; background-color:#FFFFFF;}
			
/*------ NAVIGATION -------*/
/* ####################### */
	
	 /*##### same as main ######*/

/* ####################### */

	/*------footer-------*/
	#footer_wrapper {clear:both; margin:0 auto 15px auto; width:770px;}
		#footer {}

		
/*********ELEMENTS*********/

	/*------1 Favors-------*/
	#header_wrapper_01 {height:90px; background-color:#FEA640; border-bottom:solid 8px #FFFFFF;}
	#sidebar_01 {height:375px; background:#F95463; color:#ffffff;}
		.title {margin:25px auto 0 auto; text-align:center;}
		#sidebar_01 p {padding:5px 20px; line-height:1.35em;}
		
	#content_01 {height:345px; background:#FFFFFF; text-align:left; }
		#content_01 h1 {padding:25px 0 3px 0; margin:0; font-size:1.15em; font-weight:bold; text-transform:uppercase; color:#B7D217;}
		#content_01 p {padding:0 0 10px 0; margin:0; font-size:0.86em; line-height:1.25em;}
		#content_01 h2 {color:#B8CD27; padding:30px 0 3px 0; margin:0; font-size:0.86em; line-height:1.25em;}
			#f_img {text-align:center; margin:15px auto;}
		
		
		/* ++++++++++++favors section nav+++++++++++++
		position the ul (don't add padding, use only margin. auto to center) */
		#f_nav_wrapper {text-align:center; margin:20px 7px 7px 7px; font-size:0.86em; font-stretch:expanded;}
		#f_nav {height:60px; width:100px; padding:0; margin:0;
		position:relative;}
			#f_nav li {margin:2px; padding:0; list-style:disc; position:absolute; left:0; text-align:left;}
			#f_nav li, #f_nav a {height:20px; width:100px; display:block; }
			
			/*-- position each li item --*/
			#f_nav_01 {top:0; width:100px; margin:2px;}
			#f_nav_02 {top:20px; width:100px;}
			#f_nav_03 {top:40px; width:100px;}
			
			
			/* current page values */
			#f_nav_01_on {}
			#f_nav_02_on {}	
			#f_nav_03_on {}		
			