body {
    font-size:18px;
    line-height:1.5em;
}
.header {
    width:750px;
    padding:0;
}
.container {
    width:auto;
    background-color:#fff;
}
a, a:hover { 
    color: #556b83;
    text-decoration: none; 
    font-weight:inherit;
}
h1 {
    font-size:24px;
    font-weight:bold;
    margin-bottom:5px;
}
h2, h3 {
    margin-top:10px;
    margin-bottom:10px;
    font-size:18px;
    font-weight:bold;
}
#masthead {
    display:block;
    background: url(/images/site_header_bg.jpg) top left no-repeat;
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    border-bottom:1px solid #808080;
    height:91px;
}
#logo {
    text-align:center;
    margin:auto;
    float:none;
}
#logo img {
    margin-top:10px;
    max-width:330px;
}
#mobile_search {
    display:none;
}
#search {
    width:550px;
    font-size:18px;
    float:none;
    clear:all;
    color:#fff;
    margin:auto;
    margin-top:10px;
}
#search a, #search a:hover {
    color:#fff;
}
#search_choice, #search_form {
    float:none;
    margin:auto;
    text-align:center;
    display:block;
    width:100%:
}
#search_form {
    top:-3px;
    position:relative;
    margin-left:7px;
    float:right;
    width:221px;
    border:1px solid #c2c2c2;
    background-color:#fff;
    padding:2px;
}
#search_form input[type=text] {
    width:195px;
    font:inherit;
    top:-2px;
}
#search_form input[type=image] {
    position:absolute;
    right:3px;
    bottom:7px;
}
#show_search {
    display:none;
}
#recipe_image {
    float:none;
    margin:0;
    text-align:center;
    margin:auto;
    width:200px;
}
#recipe_title {
    float:none;
    width:100%;
    padding-top:10px;
}
.subname {
    text-transform:uppercase;
}
.recipe_divider {
    margin-top:10px;
    margin-bottom:10px;
    border-bottom:1px solid #b3b3b3;
}
#ingredients {
    padding-left:0;
    margin-right:0;
    width:240px;
    float:none;
}
#preparation {
    float:none;
    padding-top:20px;
    width:100%;
}
#music {
    line-height:1.0em;
    padding:0;
    padding-top:20px;
    padding-bottom:50px;
}
#footer {
    font-size:14px;
    background-color:#fff;
    text-align:center;
    background: url(/images/footer_pot.png) top center no-repeat;
    padding-top:80px;
    padding-bottom:20px;
    background-color:#fff;
}
