/*  
Theme Name: FunderBudget
Theme URI: http://www.funderbudget.com
Description: Theme for Funderbudget web site.
Version: 1.0
Author: Jason and Darcy Bunn
Author URI: http://www.funderbudget.com

*/
body  {
	font-family: sans-serif;
    font-size: 13px;
/*	background: #C0C0C0;*/
	background: #C2E092;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.main-style #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.main-style #title-bar p, h1 {
	display:inline;
font-size:14px;
font-weight:normal;	
padding: 2px 2px 2px 2px;
}
.main-style #header { 
	background: #3F760A; 
width: 970px;
 height: 99px;
 margin-bottom:0;
 padding-bottom:0;
 padding-left:10px;
 padding-top:5px;
 position:relative;
} 
.main-style #hline1 {
color:#CCFF99;
font-size:24px;
margin:0;
padding:0;
padding-bottom:5px;
font-weight:bold;
}
.main-style #hline2 {
color:#99CC66;
font-size:16px;
margin:0;
padding:0;
}
.main-style #header img { 
position:absolute;
left:175px;
top:30px;
z-index:+2;	
}
.main-style #main-nav {
clear:both;
	background: url(images/top-nav-background.jpg) repeat-x;
	height:33px;
	padding-bottom:10px;
}
.main-style #main-nav ul {
 margin: 0px;
 padding: 0px;
 line-height: 33px;
 white-space: nowrap;
}
.main-style #main-nav li {
 list-style-type: none;
 display: inline;
 font-size:14px;
}
.main-style #main-nav li a {
 text-decoration: none;
 padding: 17px 20px;
}
.main-style #main-nav li a:link {
}
.main-style #main-nav li a:visited {
}
.main-style #main-nav li a:hover {
 text-decoration:underline;
}


.main-style #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main-style #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 0 10px;
	border-left:#336600 2px solid;
	/*background: #cccccc;*/
}
.main-style #sidebar1 li {
 list-style-type: none;
 }
 
.main-style #mainContent { 
	margin: 0 370px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	/*border:#336600 3px solid; */
} 
.main-style #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.main-style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#social {
	position: relative;
	margin: 10px 0 0 0;
	width: 300px;
	height: 52px;
}
#social ul {
	margin:0;
	padding:0 0 0 65px;
	}
#social li {
	list-style-type: none;
	float: left;
	text-indent: -9999em;
}
.facebook a {
	position: relative; display: block;width: 30px; height: 30px; background-image: url(images/facebook.jpg); background-repeat: no-repeat;
}

.twitter_icon a {
	position: relative; display: block; width: 30px; height: 30px; background-image: url(images/twitter.jpg); background-repeat: no-repeat;
}

.rss a {
	position: relative; display: block; width: 30px; height: 30px; background-image: url(images/rss.jpg); background-repeat: no-repeat;
}

.flickr a {
	position: relative; display: block; width: 30px; height: 30px; background-image: url(images/flickr.jpg); background-repeat: no-repeat;
}

.spacer {
	display: block;
	width: 26px;
}

.main-style #main-category {
	background: url(images/recipe-card-tab.jpg) no-repeat;
	height:24px;
	width:151px;
	float:right;
	margin:0 10px 0 0;
	padding:0;
	padding-left:10px;
}
.main-style #main-category p {
	padding:5px 0 0 9px;
	margin:0 0 0 0;
}
.main-style #main-category-contents {
	background: url(images/recipe-card-bottom.jpg) no-repeat;
	height:197px;
	width:352px;
	float:right;
	margin:0;
	padding:0;
	margin-bottom:20px;
	/*border:1px solid #000000;*/
}
.main-style #main-category-contents li {
	padding:10px 0 0 9px;
	margin:0 0 0 0;
	list-style: none;
	font-size:12px;
}

.yui-navset { 
    background: #F4F3E8; 
    padding: 5px 5px 3px 5px; 
    margin-bottom: 35px; 
	margin-top:35px;
}
.yui-nav li 
{ 
    list-style: none; 
    float: left; 
    text-align: center; 
    font-size: 90%; 
    font-weight: bold; 
} 
 
.yui-nav li a 
{ 
    text-decoration:none; 
    color: #666633; 
    display: block; 
    padding: 8px; 
	background: #E5E5D7;
} 
 
.yui-nav li.selected a { 
    background: #FFFFFF; 
} 
 
.yui-nav li a:hover 
{ 
    background: #FFFFFF; 
}
.yui-content { 
    background: #FFFFFF; 
    clear: both; 
}
.yui-content li 
{ 
    list-style: none; 
	line-height:24px;
}
.yui-content li a 
{ 
    text-decoration:none; 
	color: #000000;
} 
.yui-content li a:hover 
{ 
    color: #0000FF;
}
.main-style h2 {
font-weight:bold;
font-size:19px;
}
.main-style h2 a {
 text-decoration: none;
 color:#000000;
}
.main-style h2 a:link {
}
.main-style h2 a:visited {
}
.main-style h2 a:hover {
 text-decoration:underline;
}
.entry {
margin-bottom:75px;
}
.entry p {
line-height:18px;
}