h2 {
    margin-top: 0;
}
h2 {
    font-size: 1.8em;
}
.recipe .recipeImage {
    background: url("/themes/recipe/images/recipe/image-bord2.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin-right: 2em;
    padding: 11px 10px 17px;
}
.recipe .recipeImage .wrap {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
.recipe .ingr {
    float: left;
}
.recipe .ingr p {
margin-bottom: .2em;
}
.recipe .ingr ul {
margin-bottom: .7em;
}

/************** galley ******************/

.galley {
    background: #eee;
    height: 200px;
    margin-top: 3em;
    min-width: 1060px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.galley:after
{
    content: '';
    display: block;
    clear: both;
}

.galley a {
    margin-right: 7px;
}

.galley a img {
margin-bottom: 10px;
}

h1 {
    font-size: 1.1em;
}