﻿

/* Breadcrumb */

#breadcrumb {
	color: #143d8d;
	font-size: .6875em;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin: 0 0 1em;
	line-height: 1.5em;
    width: 680px;
}

#breadcrumb a {	color: #143d8d;	}
#breadcrumb .separator	{ position: relative; top: -1px; }
#breadcrumb .current	{ color: #0072cf;}


/* general content */

#general_content{

} * html #general_content { height: 1px; } #general_content:after {content: "."; height:0; visibility: hidden; clear: both; display: block; }

/* Sidebar */

#sidebar {
	width: 231px;
	float: left;
	min-height: 500px;
	padding: 0 0 0 10px;
	/* background: url(sidebar.png) no-repeat 0 0; */ 
	}
	
.msie6 #sidebar 
{
    display: block;
    height: 500px;
    overflow: visible;
    }


#sidebar h2{
    font-size: 1.25em;
    
}

#content {
	float: right;
	min-height: 600px;
	padding: 1em 155px 0 20px;
	width: 550px;
	font-size: .88em;
    line-height: 1.6em;
	}
.msie6 #content 
{
    padding: 1em 12px 0px 12px;
    }

ul{
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}

ul li{
    margin: 0;
    padding: 0 0 0 25px;
    background: url(li.gif) no-repeat 10px 5px;
    list-style: none;
    min-height: 1px;
}

/* sidebar recipe styles - eg. similar recipes, featured recipes */

#sidebar .recipe{
    background: #fff;
    min-height: 50px;
    border-bottom: solid 1px #bfbfbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    margin: 0 20px 5px 0;
    line-height: 1.3em;
    font-size: 12px;
    color: #616265;    
} * html #sidebar .recipe { height: 1px; } #secondary-content .recipe:after {content: "."; height:0; visibility: hidden; clear: both; display: block; }

#sidebar .recipe img{
    float: left;
    margin: -5px 10px 5px -5px;
}

#sidebar .recipe strong{
    font-size: 1em;
    padding: 5px 0 0;
    font-weight: normal;
}
ul.news-summary-list li 
{
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
    padding-top: 20px;
    background-image: none;
}
a.news-btn 
{
    margin: 15px 0px 20px;
    background-color: #1D99FD;
    border: 1px solid #294E97;
    color: white;
    color: white;
    font-size: 0.75em;
    line-height: 2.8em;
    padding: 4px 10px;
    text-shadow: #777 0px 1px 0px;
    text-transform: uppercase;
}
a.news-btn:hover 
{
    background-color: #0072CF;
    border: 1px solid #294E97;
    color: white;
}
