﻿
/* general content */

#general_content{

} * html #general_content { height: 1px; } #general_content:after {content: "."; height:0; visibility: hidden; clear: both; display: block; }

/* Sidebar */

#sidebar {
    display: none;
}

/* content */

#content {
	float: left;
	min-height: 600px;
	padding: 1em 0 0 20px;
	width: 620px;
	}

/* secondary content */

#secondary-content{
    width: 230px;
    padding: 10px;
    float: right;
    font-size: .75em;
    line-height: 1.6em;
}

#secondary-content h2{
    font-size: 1.25em;
}

/* sidebar recipe styles - eg. similar recipes, featured recipes */

#secondary-content .recipe{
    background: #fff;
    border-bottom: solid 1px #bfbfbf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
    margin: 0 0 5px;
    line-height: 1.3em;
    min-height: 1px;
    font-size: 12px;
    color: #616265;    
} * html #secondary-content .recipe { height: 1px; } #secondary-content .recipe:after {content: "."; height:0; visibility: hidden; clear: both; display: block; }

#secondary-content .recipe img{
    float: left;
    margin: -5px 10px -5px -5px;
}

#secondary-content .recipe strong{
    font-size: 1em;
    padding: 5px 0 0;
    font-weight: normal;
}
