
@import url('sdc.css');

body {
    background-color: white;
    background-image: none;
}

#layout {
    background-image: none;
}

#page {
    width: 100%;
    background-image: none;
}

#header {
    height: 120px;
    background-image: none;
}

#menu,
#side,
#links {
    display: none;
}

#header #home {
    position: relative;
    height: 40px;
    padding: 0;
}

#header #helping,
#header #with_sarah {
    background-image: none;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    margin: 5px 0 0 20px;
    color: black;
    text-decoration: none;
}


#header #with_sarah {
    background-image: none;
    position: relative;
    top: 0;
    left: 0;
    margin: 10px 20px;
}

#main,
#main div.foot,
#side,
#side div.foot {
    background-image: none;
}

#main {
    width: 100%;
}

.text {
    display: inline;
}

#title {
    font-size: 26px; 
    line-height: 34px ;
    display: block;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin: 10px 20px;
}

div.recipe div.icons a {
    background-image: none;
    width: auto;
    display: inline;
    text-decoration: none;
    margin: 0 2px 5px 8px;
    border: 0;
    height: 20px;
    width: 30px;
}

div.recipe div.icons a span.key {
    width: 30px;
    top: 52px;
}


