﻿/* START RESET //////////////////////////////////////////////////////////////// */

body, html, form, fieldset, legend, input, button, textarea, label, select,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, div, p, span, a, blockquote, address, th, td, tfoot, abbr {
color: #000;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

fieldset, img, table, hr, button, abbr, textarea { border: 0; }

.cf:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.cf{display: inline-block;}
html[xmlns] .cf{display: block;}
* html .cf{height: 1%;}


/* SLUT RESET ///////////////////////////////////////////////////////////////// */
/* START GRID ///////////////////////////////////////////////////////////////// */

body {
background-color: #white;

}
html{
font-size:62.5%;
}
div.head {
    background-color: #61a100;
    padding: 2em 0 0 0em;
}

div.head .logo
{
    margin-left:1em;
}
.content {
    padding: 1em;
    max-width:60em;
    margin:auto;
}
.head .content {padding:0;}
/*div.column { width: 100%; }*/

.module {
margin-bottom: 1em !important;
overflow: hidden; 
}


div.enclosing { clear: both; }

/* SLUT GRID ////////////////////////////////////////////////////////////////// */
/* START SELECTORER /////////////////////////////////////////////////////////// */

h1 { font: bold 1.9em Arial, Helvetica, sans-serif; }
h2 { font: bold 1.7em Arial, Helvetica, sans-serif; }
h3 { font: bold 1.5em Arial, Helvetica, sans-serif; } 

h4 {
    font: bold 1.4em Arial, Helvetica, sans-serif; 
    margin: 1em 0 0.35em 0;
}

a {
    color: #61a100;
    display: block;
    text-decoration: none;
    font-size:1.5em;
}

p {
    font-size:1.5em;
    margin-bottom: 1.1em;
}

/* SLUT SELEKTORER //////////////////////////////////////////////////////////// */
/* START SÖK RECEPT /////////////////////////////////////////////////////////// */


.recipelist a{
     font-size:1.5em;
     padding: 7px 0;
}
.searchHit{
     border-top:1px solid #F0F0F0;
     border-bottom:1px solid #E5E5E5;
}
.searchHit:first-child{
     border-top:none;
}
.searchHit:last-child{
     border-bottom:none;
}

.button{
    -webkit-appearance:button;
    color:#61A100;
    text-transform:uppercase;
    background-color:#f6f6f6;
}

.searchBox label {
    font: bold 1.5em Arial, Helvetica, sans-serif;
    margin: 0.85em 1em 0 0;
    display:block;
}
p.warning{
    padding:0.5em;
    border:1px solid red;
    font-size:1em;
}
input.search {
    border: 1px solid #ccc;
    font-size: 1.4em;
    padding: 0.5em;
    float:left;
}
@media all and (max-width: 320px) {
    input.search {
        width:110px;
        margin:0;
        padding:0.5em;
    }
}
@media all and (max-width: 240px) {
    div input.search {
        width:90%;
        margin:0;
        padding:0.5em;
    }
    .searchBox .coopButton{ margin-left:0px !important; }
}
@media all and (min-width: 320px) {
    input.search {
        width:180px;
    }
}

.textField
{
float:left;
clear:left;
}

div.browsing {
margin-top: 1em;
text-align: center;
}
div.browsing img{
    margin-bottom:-5px;
}
div.browsing span {
    color: white;
    padding: 0 0.5em;
    background-color:#61A100;
    font-size:1.6em;
}
div.browsing a  {
    display: inline;
    font-size:1.6em;
    padding: 0 0.5em;
}

.recipelist .thumbnail{
    display:none;
}
a.thumbnail {display:none !important;}
@media only screen and (min-width: 375px) {
    .recipelist .searchHit{
        width:32%;
        float:left;
        margin-left:1%;
        margin-bottom:5px;
    }
    .recipelist .thumbnail{
        width:100%;
        display:block;
    }
    .recipelist .searchHit:nth-child(3n+1){
        margin-left:0px;
        clear:left;
    }
    .searchHit{
        border-top:none;
        border-bottom:none;
    }
}
.searchBox .coopButton{ margin-left:5px; }
.coopButton {
    /*-moz-box-shadow: 3px 3px 2px rgba(27, 34, 35, 0.3);
    -webkit-box-shadow: 3px 3px 2px rgba(27, 34, 35, 0.3);
    box-shadow: 3px 3px 2px rgba(27, 34, 35, 0.3);*/
    border: 0.2em solid #fff;
    background-color: #8fd960;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8fd960), to(#57a227)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #8fd960, #57a227); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image:    -moz-linear-gradient(top, #8fd960, #57a227); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #8fd960, #57a227); /* IE10 */
    background-image:      -o-linear-gradient(top, #8fd960, #57a227); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #8fd960, #57a227);
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    border-radius: 0.8em;
    color: #fff;
    float: left;
    font: bold 1.4em Arial, Helvetica, sans-serif;
    height: 2.4em;
    margin: 0;
    padding: 0 2em;
    text-transform: uppercase;
    vertical-align: middle;
}



/* SLUT SÖK RECEPT //////////////////////////////////////////////////////////// */
/* START VISA RECEPT ////////////////////////////////////////////////////////// */

span.time {
color: #666;
font-size: 1em;
margin: 0 1.8em 0.9em 0;
padding: 2px 0 1px 0 !important;
}

div.ingredient ul li {
    font-size: 1.4em;
    list-style: none;
    padding: 0.22em 1em 0.3em 0;
}

div.ecoInfo {
    background-color: #61a100;
    -moz-border-radius: 0.9em;
    -webkit-border-radius: 0.9em;
    overflow: auto;
    padding: 1em;
}

div.ecoInfo div,
div.ecoInfo img {
    float: left;
    margin-left: 2em;
}

div.ecoInfo h3,
div.ecoInfo p {
color: #fff;
margin-bottom: 0;
}

.recipes{
    background-color: #e6e6e6;
    -moz-border-radius: 0.9em;
    -webkit-border-radius: 0.9em;
    overflow: auto;
    padding: 1em;
    margin: 1em 0 1em 0;
}

.item.first{
    margin-right:5%;
    width:50%;
    float:right;
}
.item{
    width:45%;
    float:left;
}
.recipeImage {
    width:100%;
    max-height:340px;
    max-width:340px;
}
.servings{margin-top:0;}
.cooktime{margin: 0.5em 0;}
.cooktime img{margin-bottom:-0.2em;}
/* Smart Phones */
@media only screen and (max-width: 25em) {
    .item.first{
        margin-right:0;
        width:100%;
    }
    .item{
        width:100%;
        float:left !important;
    }   
    .recipeImage {max-width:240px;max-height:240px;}
}
a.back {
    background:url(/Images/browseBack.png) no-repeat;
    padding-left:20px;
}

/* SLUT VISA RECEPT /////////////////////////////////////////////////////////// */
.coupons {
    margin-bottom:1em;
}
.coupons li {
    list-style:none;
    margin-top:0.5em;
}




.coupons li strong {
    color:#C60C30;
    display:inline;
    font-size:100%;
}

.largeCoupons {
    margin-bottom:1em;
}

.largeCoupons li {
    list-style:none;
    margin-top:0.5em;
    overflow:auto;
    width:100%;
    font-size:80%;
    background-color:#F6F2FB;
    border: 1px solid #e6e2eB;
    padding:0.5em 0.2em 0.5em 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}
.largeCoupons li span {
    display:block;
}
.largeCoupons li strong {
    color:#C60C30;
    display:inline;
    font-size:120%;
}
.largeCoupons div.img {
    width:9em;
    float:left;
    text-align:center;
}

.head ul {
    overflow:hidden;
    margin:0.6em 0 0 0.5em;
}
.head ul li 
{
    margin-top:0.2em;
    float:left;
    background-color:#b6e079;
    padding:0.5em 1em;
    list-style:none;
    margin-left:0.3em;
    -webkit-border-radius: 0.3em 0.3em 0 0;
    -moz-border-radius: 0.3em 0.3em 0 0;
    
}
.head ul li.current
{
    background-color:White;   
}
.head li.current a {
    color:#333;
}
.head li a {
    font-size:1.4em;
    color:#61a100;
    text-shadow:0.1em 0.1em 0.1em white;
    font-weight:bold;
}

ul.shoppinglist {
    overflow:hidden;
    margin-top:1em;
}
ul.shoppinglist li
{
    list-style:none;
    line-height:140%;
}

input.logout
{
    float:none;
    padding:0.3em;
}

hr.bottom {
    border-top:0.1em solid #ccc;
}

.login { font-size:1.5em;}
.login input{
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 0.5em;
}
