@charset "UTF-8";
/* CSS Document 
Theme Name: Itsy Bitsy Gourmet
Description: Custom template created for Itsy Bitsy Gourmet.
Version: 1
Author: Heather Smith
Author URI: http://www.clockworkbird.com
Tags: fixed width, two columns, widgets
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 0; margin: 0; }
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }

body 
	{ 
	font: 12px/18px Arial, Geneva, sans-serif; 
	color: #333; 
	background: #86c2e1 url(images/bkgd.png) repeat-x; 
	}


#wrapper
	{
	width: 1020px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;	
	}

#container
	{
	width: 981px;
	padding-top: 3px;
	}

#logo
	{
	background-image: url(images/logo1.gif);
	background-repeat:no-repeat;
	height: 228px;
	width: 323px;
	float: left;
	}

	
#top_nav
	{
	float: right;
	color:#366;
	}
	
#top_nav a
	{ 
	text-decoration: none;
	color: #c0ddf7; 
	font-size: 10px;
	}

#top_nav a:hover
	{ 
	text-decoration: underline;
	color: #FFFFFF; 
	font-size: 10px;
	}	
	
#tag_line
	{
	padding: 110px 0px 0px 0px;
	height: 40px;
	width: 657px;
	float:right;
	}

/* Search
-------------------------------------------------------------------*/
#search {
	position: relative;
	margin-top: 20px;
	float: right;
}

#search input { border: 0; }

#search #s { 
	width: 148px;
	padding: 4px 0 4px 22px;
	line-height: 0;
	font: normal 12px Verdana;
	color: #333;
	background: url(images/search-text.gif) no-repeat;
}
#search #searchsubmit { 
	width: 35px; 
	height: 22px;
	background: url(images/search-submit.gif) no-repeat;
}


/* Navigation
-------------------------------------------------------------------*/
#nav { 
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	width: 658px;
	height:33px;
	float: left; 
	position: relative; 
	top: 3px;
	float:right; 
}
#nav ul { 
	position: absolute; 
}
#nav ul li { 
	float: left; 
	padding-right: 4px; 
	padding-left: 8px; 
}
#nav ul li.current_page_item { background: url(images/nav-tab-left.gif) no-repeat; }
#nav ul li a { 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 33px; 
	padding-right: 10px;
}
#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { background: url(images/nav-tab-right.gif) no-repeat top right; }
#nav #feed { 
	position: absolute; 
	right: 20px; 
	top: 12px; 
	height: 19px; 
	padding-left: 37px; 
	color: #544626; 
	display: block; 
	background: url(images/feed.gif) no-repeat; 
	text-decoration: none; 
}

	
	/* Sidebar and Content
-------------------------------------------------------------------*/
	
#content_holder
	{
	background-image: url(images/content_holder.gif);
	background-repeat:repeat-y;	
	height: 100%;
	float:left;
	}

#sidebar
	{
	background-image: url(images/logo2.gif);
	background-repeat:no-repeat;
	height: 124px;
	width: 323px;
	float: left;
	}

#sidebar_contact
	{
	padding: 75px 0px 0px 20px;
	text-align: center;
	}
	

#sidebar_nav ul li a { 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 20px; 
	width: 179px;
	padding: 0 5px 0 8px; 
	border-bottom: #9ebc8f thin solid;
}

#sidebar_nav ul li a:hover { color: #555; }

#sidebar_inner
	{
	
	padding-left: 75px;
	margin-top: 15px;
	}


#content
	{
	width: 658px;
	min-height: 420px;
	float: right;	
	}
	
#content_wrapper
	{
	margin:20px 40px 0px 5px;
	}
	
#content_bottom
	{
	background-image: url(images/content_bottom.gif);
	background-repeat:no-repeat;
	width: 981px;
	height: 19px;
	float: left;		
	}
	
/* Footer
-------------------------------------------------------------------*/
#footer_holder
	{
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	width: 981px;
	height: 45px;
	float: left;		
	}
	
#footer_inner
	{
	margin: 10px 0px 0px 80px;	
	color: #999;
	}
	
#footer_inner a
	{ 
	text-decoration: none;
	color: #FFFFFF; 
	font-size: 10px;
	}

#footer_inner a:hover
	{ 
	text-decoration: underline;
	color: #c0ddf7; 
	font-size: 10px;
	}
	
/* Boxes
-------------------------------------------------------------------*/	



.box_left
	{
		float: left;
	}
	
.box_mid
	{
		float: left;
		padding-left: 10px;
	}
	
.box_right
	{
		float: right;
		padding-right: 40px;
	}
	
.box_blank
	{
	background-image:url(images/box_blank.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 109px;
	}
	
#conv
	{
		background-image:url(images/box_conv.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 52px;
	}
	
#nutr
	{
		background-image:url(images/box_nutr.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 53px;
	}	
	
#flav
	{
		background-image:url(images/box_flav.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 53px;
	}	
	
#faq
	{
		background-image:url(images/box_faq.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 59px;
	}		
	
#step1
	{
		background-image:url(images/box_step1.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 45px;
	}		
	
#step2
	{
		background-image:url(images/box_step2.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 45px;
	}		

#step3
	{
		background-image:url(images/box_step3.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 45px;
	}		
	
#step4
	{
		background-image:url(images/box_step4.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 45px;
	}		
	
#step5
	{
		background-image:url(images/box_step5.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 45px;
	}		
	
#step6
	{
		background-image:url(images/box_step6.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 45px;
	}			
	
#fruit
	{
		background-image:url(images/box_fru.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 54px;
	}		
	
#veg
	{
		background-image:url(images/box_veg.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 54px;
	}			
	
#meal
	{
		background-image:url(images/box_meal.gif);
		background-repeat: no-repeat;
		width: 199px;
		height: 54px;
	}		

	
.box_inner
	{
	background-image:url(images/box_inner.gif);
	background-repeat: repeat-y;
	width: 199px;
	min-height: 235px;
	}
	
.box_inner_small
	{
	background-image:url(images/box_inner.gif);
	background-repeat: repeat-y;
	width: 199px;
	min-height: 100px;
	}	
	
.box_inner_large
	{
	background-image:url(images/box_inner.gif);
	background-repeat: repeat-y;
	width: 199px;
	min-height: 235px;
	}
		
	
.box_bottom
	{
	background-image:url(images/box_bottom.gif);
	background-repeat: no-repeat;
	width: 199px;
	height: 16px;
	}	
	
.box_text
	{
		font-size: 11px;
		padding: 0px 10px 0px 10px;
	}
	
.box_text_small
	{
		font-size: 11px;
		padding: 5px 10px 0px 12px;
	}	
.box_text_contact
	{
	padding: 20px 0px 0px 20px;
	}	
	
/* Links
-------------------------------------------------------------------*/		
	
a:link
	{ 
	text-decoration: none;
	color: #6c725b; 
	}

a:visited
	{ 
	text-decoration: none;
	color: #939d7e; 
	}

a:hover
	{ 
	text-decoration: underline;
	color: #224c6b; 
	}		
	
	
/* Global
-------------------------------------------------------------------*/	
h1
	{
	color: #645b43;
	text-align: right; 
	padding: 25px 40px 15px 0px; 
	line-height: 25px;
	}
	
h4
	{
	color: #204a68;
	text-align: left; 
	padding: 10px 40px 5px 0px; 
	line-height: 15px;
	}	

.floatLeft
	{
		float: left;
	}
	
.floatRight
	{
		float: right;
	}	
	
.floatClear
	{
		clear: both;
	}	
	
.padding_large
	{
	padding: 15px;
	}
	
.padding_small
	{
	padding: 5px;
	}
		
	
.bullet
	{
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	width: 4px;
	height: 5px;
	float: left;
	margin: 8px;
	}

#widget
	{
		padding: 20px 0px 10px 0px;


	}
	
.baby_pic
	{
	padding: 0px 15px 5px 15px;
	}	
	
.baby_name
	{
	font-weight: bold;
	text-align: center;
	}
	
#spacer
	{
	background-image:url(images/space.gif);
	height: 1px;
	width: 400px;
	float: right;
	}
	
#spacer2
	{
	background-image:url(images/space.gif);
	height: 2px;
	width: 400px;
	float: right;
	}	