body {
    //background:url(/media/images/body-bg-light.png) repeat;
    font-family: Verdana,sans-serif;
}

.mceContentBody {
    background-image: none;
}

p,ul,ol,li,h1,h2,a,div,table {
    margin: 0;
    padding: 0;
    font-size-adjust:none;
    font-stretch:normal;
    font-variant:normal;
    font-weight:normal;
    /*color: #484034;*/
}

a img {
    border: 0;
}
a {
    color: #c06934;
}
a:hover {
    color: #e3ac1d;
}

.clear {
    clear: both;
}


h1 {
    color: #4b4439;
    border-bottom: 1px dashed #aca382;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: Tahoma;
    font-weight: normal;
    padding-bottom: 0.75em;
    margin: 0.5em 0 1em;
}

h2 {
    color: #4b4439;
    border-bottom: 1px dashed #aca382;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family:Tahoma;
    font-weight: normal;
    padding-bottom: 0.75em;
    margin: 0.5em 0 1em;
}

h2.button {
    color: white;
    background-color: #e8b639;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family:Tahoma;
    font-weight: bold;
    padding: 5px;
    margin: 0 0 0.75em 0;
}

h3 {
    color: #3c3429;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    font-family:Tahoma;
    font-weight: bold;
    margin: 0em 0 0.5em;
    line-height: 1.5em;
}

h3 a {
    color: #EE8834;
    font-family:Tahoma;
    font-weight: bold;
}


div.hr {
    border-bottom: 1px dashed #aca382;
    height: 1px;
    width: 100%;
    margin: 2em 0 1em;
}

.c-green {
    color: #539371
}
.c-yellow {
    color: #e8b83c;
}
.c-red {
    color: #db773c;
}


.mt05 {
    margin-top: 0.5em;
}
.mt1 {
    margin-top: 1em;
}
.mt {
    margin-top: 2em;
}
.mb07 {
    margin-bottom: 0.7em;
}
.mb1 {
    margin-bottom: 1em;
}

p {
    font-size: 12.5px;
    line-height: 1.54em;
    margin-bottom: 0.83em;
    color: black;
}


ul {
    list-style-type: square;
    margin-bottom: 0.83em;
    list-style-image:url(/media/images/bullet.png);
    line-height: 1.3em;
}
ul li {
    margin-left: 2em;
    font-size: 12.5px;
    //margin-bottom: 0.3em;
}


ul.list1 {
    list-style-type: none;
    list-style-image: none;
}
ul.list1 li {
    font-style: normal;
    margin-bottom: 0.5em;
    margin-left: 0px;
    font-size: 12px;
}
ul.list1 li a {
    color: #c06934;
}
ul.list1 li a:hover {
    color: #e3ac1d;
}


ul.list2 {
    list-style-type: none;
    list-style-image: none;
}
ul.list2 li {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 1.7em;
    margin-left: 0;
    color: #484034;
}
ul.list2 li ul {
    margin-top: 0.1em;
    list-style-type: none;
    list-style-image: none;
}
ul.list2 li ul li {
    font-style: normal;
    margin-bottom: 0.2em;
    margin-left: 16px;
}
ul.list2 li ul li a {
    color: #c06934;
}
ul.list2 li ul li a:hover {
    color: #e3ac1d;
}

ul.decimal {
    list-style-type: decimal;
    margin-left: 20px;
}
ul.decimal li {
    font-style: normal;
    margin-bottom: 0.5em;
    margin-left: 20px;
    font-size: 12px;
    color: black;
}


a.has-recipe {
    padding-right: 11px;
    background: transparent url(/media/images/has-recipe.png) no-repeat right top;
}

.date {
    font-size: 11px;
    font-style: italic;
    text-align: right;
}
.art-list .date {
}
.art-inside .date {
}
.art-inside h1 {
    color: #4b4439;
    border-bottom: 1px dashed #aca382;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    font-family: Tahoma;
    font-weight: normal;
    padding-bottom: 0.75em;
    margin: 0.5em 0 1em; 
}
.lead {
}

div.ib {
    border: 1px solid #d5cba7;
    float:left;   
    margin-right: 10px;
    margin-left: -1px;
}
div.ib img {
    border: 4px solid white;
}
.art-list div.ib {
    margin-bottom: 8px;
}
.art-inside div.ib {
    margin-bottom: 1em;
}


/* paginator */

/* paginator */

div.paginator {
    text-align:center;
    margin: 10px;
    font-size: 12.5px;
}
div.paginator .prevnext {
    margin-bottom: 10px;
}
div.paginator span.grey {
    color: #666666;
}
div.paginator a, div.paginator span {
    margin:0 0px;
}
div.paginator span.page a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D5CBA7;
    color: #C06934;
    text-decoration: none;
    padding: 2px 6px;
    background-color: #FFFFFF;
}
div.paginator span.page a:hover {
    background-color: #EE8834;
    color: #FFFFFF;
}
div.paginator span.active a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #D5CBA7;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #EE8834;
    text-decoration: none;
    cursor: default;
}
