/*
Theme Name: Time for Food
Theme URI: http://www.themeforest.net/
Version: 1.0
Author: Keith Donegan
Author URI: http://www.eirestudio.net/
*/




/* --------------- ( Reset ) --------------------------------------------- */

/*
 * Reset Styles
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,abbr,acronym,address,cite,del,dfn,font,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,.reset{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}:focus{ outline:0}img{ outline:0; border:none}ol,ul{ list-style:inherit !important}table{ border-collapse:separate; border-spacing:0}caption,th,td{ text-align:left; font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{ content:""}blockquote,q{ quotes:""""; border-left:3px solid #ccc; padding:0 0 0 7px; margin-left:10px}a,a:hover{ text-decoration:none}h1{ font-size:18pt}h2{ font-size:16pt}h3{ font-size:14pt}h4{ font-size:12pt}h5{ font-size:10pt}h6{ font-size:8pt}.textleft{ text-align:left}.textright{ text-align:right}.textcenter{ text-align:center}.textjustify{ text-align:justify}.hidden{ display:none; visibility:hidden}small{ font-size:90%}b,strong{ font-weight:bold}code{ font-family:"Courier New",Courier,monospace}.clearfix:after{ clear:both; display:block; content:""; height:0; visibility:hidden}.clearfix{ display:inline-block}* html .clearfix{ height:1%}.clearfix{ display:block}li.clearfix{ display:list-item}.aligncenter{ display:block; margin-left:auto; margin-right:auto}img.alignright{ margin:10px 0 10px 10px}.floatleft{ float:left}.floatright{ float:right}.clear{ clear:both; display:block; height:0; visibility:hidden}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;

}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
} 

/* --------------- ( General ) --------------------------------------------- */
body {
    background: url(elements/images/bg.jpg);
    font: 12px Arial, Helvetica, sans-serif;
    position: relative;
    overflow-x: hidden;
}
#top-bg {
    background: url(elements/images/bg-header.png);
    height: 464px;
    width: 100%;
}
#pans {
    background: url(elements/images/pans.jpg);
    height: 199px;
    position: absolute;
    right: 10%;
    top: -89px;
    width: 108px;
}
#wrapper-outer {
    margin-top: -417px;
    position: relative;
}
#wrapper-inner {
    margin: 0px auto;
    position: relative;
    width: 960px;
}
#tea-towel {
    position: absolute;
    background: url(elements/images/bg-tea-towel.png);
    width: 859px;
    height: 720px;
    bottom: -15px;
    right: 0px;
}
a { color: #BA0B0A; }
a:active { color: red; }
.top { display: block; }
.curve-bottom { *margin-top: -12px; }




/* --------------- ( Top Nav ) --------------------------------------------- */
#top-nav {
    background: url(elements/images/bg-top-nav.jpg) no-repeat;
    height: 84px;
    left: 0px;
    position: absolute;
    top: -89px;
    width: 960px;
}
#top-nav ul {
    margin: 42px 12px 0px 15px;
}
#top-nav ul li {
    display: inline;
}
#top-nav ul li a {
    color: #000000;
    height: 28px;
    line-height: 28px;
    padding: 0px 22px 0px 22px;
    text-decoration: none;
    background: url(elements/images/top-nav-divider.jpg) right no-repeat;
}
#top-nav ul li a:hover {
    text-decoration: underline;
}
.socialmedia{
    text-align:right;
    background:none;;
}
.socialmedia li a{
    background:none !important;
    padding:0 4px 0 4px !important;
}



/* --------------- ( Header ) --------------------------------------------- */
#header {
   height:160px;
   background:url(elements/images/headerbg.png) no-repeat;
   margin:60px 0 0 0;
}
#header h1 a {
    background: url(elements/images/logo.png) no-repeat;
    display: block;
    height: 116px;
    margin-left: 0;
    text-indent: -9999px;
    width: 195px;
    margin:0 10px 0 10px;
}
.headerad{
    padding:15px 0 0 0px;
}

/* --------------- ( Footer2 ) --------------------------------------------- */
#footer2 {
   height:135px;
   background:url(elements/images/headerbg.png) no-repeat;
   margin:20px 0 0 0;
}
#footer2 h1 a {
    background: url(elements/images/logo2.png) no-repeat;
    display: block;
    height: 90px;
    margin-right: 0;
    text-indent: -9999px;
    width: 135px;
    margin:25px 10px 0 10px;
}

/* --------------- ( Search ) --------------------------------------------- */
#search {
    background: url(elements/images/bg-search.png);
    *background: url(elements/images/bg-search.jpg);
    height: 51px;
    position: absolute;
    right: 0px;
    top: 22px;
    width: 353px;
}
#search input#s {
    border: none;
    *border: 1px solid none;
    background: none;
    float: left;
    font-size: 14px;
    margin: 24px 0px 0px 34px;
    width: 210px;
}
#search input#searchsubmit {
    background: none;
    border: none;
    cursor: pointer;
    float: left;
    height: 37px;
    margin: 14px 0px 0px 10px;
    width: 81px;
}




/* --------------- ( Content ) --------------------------------------------- */
#content {
    margin-top: -15px;
    width: 500px;
}
#inner-content {
    background: white;
    padding: 18px 25px 25px 25px;
    min-height: 750px;
    _height: 750px;
}
#inner-content #page {

}
#inner-content #page {

}
#inner-content .blog .post {
    padding-bottom: 12px;
    margin-bottom: 20px !important;
}
.border { border-bottom: 1px solid #ccc; }
.post {
    margin-bottom: 20px;
    padding-bottom: 26px;
    *padding-bottom: 16px;
}
.post-single {
    margin-bottom: 0px;
    padding-bottom: 6px;
    *padding-bottom: 16px;
}
.post h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 14px;
}
.post-single h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 14px;
}
.post h1, .post-single h1 { font-size: 22px; color:#BA0B0A }
.post h2, .post-single h2 { font-size: 20px; }
.post h3, .post-single h3 { font-size: 18px; }
.post h4, .post-single h4 { font-size: 15px; font-weight: bold; }
.post h5, .post-single h5 { font-size: 13px; font-weight: bold; }
.post h6, .post-single h6 { font-size: 11px; font-weight: bold; }

.post table {
    width: 100%;
    margin-bottom: 12px;
    border-right: 1px solid #ccc;
    *border-collapse: collapse;
}
.post table tr {

}
.post table tr th {
    font-weight: bold;
    padding: 6px;
    border-left: 1px solid #BA0A0A;
    border-right: 1px solid #BA0A0A;
    background: #BA0A0A;
    color: #fff;
}
.post table tr td {
    border-left: 1px solid #ccc;
    padding: 6px;
    border-bottom: 1px solid #ccc;
    line-height: 17px;
}

.post ul {
    margin: 0px 0px 14px 16px;
}
.post ul li {
    margin-bottom: 8px;
    line-height: 17px;
    padding-left: 12px;
    background: url(elements/images/red-bullet.gif) 0px 7px no-repeat;
}
.post ol {
    margin: 0px 0px 14px 16px;
    list-style: decimal inside;
}
.post ol li {
    margin-bottom: 8px;
    line-height: 17px;
    padding-left: 12px;
}
.post blockquote {
    border-left: 3px solid #ccc;
    padding-left: 8px;
    margin-left: 16px;
    color: #666;
}

.post .author {
    color: rgb(102, 102, 102);
    font-size: 12px;
    font-style: italic;
    margin: 3px 0px 12px 0px;
}
.post .recipe-text .thumbnail-large {
    margin-bottom: 14px;
}
.post .thumbnail-large {
    background: url(elements/images/thumbbg.jpg) no-repeat;
    float:left;
    height:108px;
    padding-top: 5px;
    margin-right:10px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}
.single-recipie-content{
    width:450px;
}
.post .text p, .post .entry p, .post-single .entry p {
    line-height: 20px;
}
.post p, .post-single p {
    margin-bottom: 15px;
}
.post .meta {
    color: rgb(102, 102, 102);
    float: left;
    font-size: 12px;
    margin: 14px 0px 0px 0px;
}
.meta-non {
    font-size: 11px;
    margin-bottom: 10px;
    color: #666;
}
.post .meta a {
    background: rgb(186, 11, 10);
    color: white;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 7px 7px 0px;
    padding: 4px 6px;
    text-decoration: none;
}
.post .meta a:hover {
    background: red;
}
.post .serves {
    width: 65px;
    height: 23px;
    margin: 18px 0px 0px 0px;
    float: left;
    clear: both;
    text-indent: -9999px;
}
.serves-1 { background: url(elements/images/serves-grid.png) 0px 115px; }
.serves-2 { background: url(elements/images/serves-grid.png) 0px 92px; }
.serves-3 { background: url(elements/images/serves-grid.png) 0px 69px; }
.serves-4 { background: url(elements/images/serves-grid.png) 0px 46px; }
.serves-5 { background: url(elements/images/serves-grid.png) 0px 23px; }
.timer {
    background: url(elements/images/timer.png) no-repeat left;
    height: 29px;
    float: right;
    padding-left: 38px;
    width: 198px;
    margin-top: 15px;
    line-height: 29px;
}
.post .recipe-text {
    float: left;
    width: 326px;
}
.post .recipe-meta {
    float: left;
    width: 322px;
}
.post .recipe-meta .ingredients {
    background: #FFF5BE;
    padding: 14px 14px 2px 0px;
}
.ingredients ul li{
    list-style-type:none;
}
.post .recipe-meta h2 {
    margin-left: 14px;
}
.post .recipe-meta .meta {
    margin-top: 26px;
}




/* --------------- ( Sidebar ) --------------------------------------------- */
#sidebar {
    color: white;
    float: left;
    margin-top: 0px;
    width: 160px;
}
#sidebar a {
    color: #fff;
}
#sidebar h2 {
    font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}
#sidebar .sidebar-inner {
    background: url(elements/images/sidebar-mid.png) repeat-y;
    padding: 0px 12px 0px 12px;
}
#sidebar .box {
    padding-bottom: 12px;
}
#sidebar .box ul {

}
#sidebar .sidebar-inner .box ul li {
    display: inline;
}
#sidebar .sidebar-inner .box ul li a {
    display: block;
    border-bottom: 1px solid #DB8585;
    padding-bottom: 2px;
    margin-bottom: 2px;
    text-decoration: none;
    line-height: 17px;
}
#sidebar .sidebar-inner .box ul li a:hover {
    text-decoration: underline;
}
#sidebar .bottom {
    margin-bottom: 15px;
}
#sidebar #rss-pane {
    background: url(elements/images/bg-rss.png);
    height: 270px;
    margin-top: 12px;
    padding: 12px 12px 0px 14px;
    *padding: 12px 12px 0px 12px;
    color: #000;
}
#sidebar #rss-pane h2 {
    font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
}
#sidebar #rss-pane a#rss-icon {
    background: url(elements/images/rss-icon.png);
    width: 39px;
    height: 39px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin: 0px 15px 6px 0px;
}
#sidebar #rss-pane p {
    font-size: 11px;
    line-height: 17px;
}
#sidebar #rss-pane p.margin {
    margin-bottom: 12px;
}
#sidebar .feedburner {
    margin-bottom: 0px;
}
#sidebar .feedburner input#feed-email {
    border: 2px solid #C2CDE7;
    padding: 4px;
    width: 120px;
    *width: 142px;
    margin-bottom: 4px;
}
#sidebar .feedburner input#feed-submit {
    background: url(elements/images/button-save.png);
    width: 69px;
    height: 33px;
    border: none;
    margin-right: 3px;
    float: right;
    cursor: pointer;
    cursor: hand;
}
/**********Sidebar one Styles******/
#sidebarone{
    width:300px;
}
.widget{
    margin:0 0 16px 0;
}
.widgetcontent{
    background:#b80b0b;
    padding:0 12px 0 12px;
}
.widgetcontent ul li{
    list-style-type:none;
}
.widgetcontent ul li a{
    display: block;
    border-bottom: 1px solid #DB8585;
    padding-bottom: 2px;
    padding-top:2px;
    text-decoration: none;
    line-height: 17px;
}
.widgetcontent ul li a:hover{
    text-decoration:underline;
}
.widgetcontent h2{
    font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 8px;
    color:#FFFFFF;
}
.widgetcontent ul li a{
    color:#FFFFFF;
}
.widgettop{
    background:url(elements/images/rightsidebar-top.png) no-repeat;
    height:11px;
}
.widgetbottom{
    background:url(elements/images/rightsidebar-bot.png) no-repeat;
    height:11px;
}
.textwidget{
    color:#FFFFFF;
}
.widget_tag_cloud a{
    color:#FFFFFF !important;
}
/*********Calendar Widget Styles**********/
#wp-calendar{
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    color:#FFFFFF;
}
#wp-calendar caption{
    text-align:center;
    font-size:9pt;
    text-transform:uppercase;
    font-weight:bold;
    padding:0 0 5px 0;
}
#wp-calendar th {
    text-align:center;
    font-weight:bold;
}
#wp-calendar tr td{
    text-align:center;
    padding:3px;
}
#wp-calendar a{
    font-weight:bold;
    color:#000000;
}
/*************Search Styles*********/
.searchbox{
    background:url(elements/images/searchbg.png) no-repeat;
    height:60px;
    margin:0 0px 15px 0px;
}
#searchform1{
    padding:20px 0 0 15px;
}
#s1{
    width:192px;
}
#searchsubmit1{
    background:#b80b0b;
    color:#FFFFFF;
    border:solid 1px #CCCCCC;
    padding:0 8px 2px 8px;
    height:22px;

}
/* --------------- ( Footer ) --------------------------------------------- */
#footer {
    position:relative;
    float: left;
    width: 500px;
    height:100px;
    margin:0 auto;
    margin:-45px 0 0 180px;
    background:url(elements/images/footerbg.png) no-repeat;
    *margin: 10px 0px 15px 0px;
    text-align: right;
    font-size: 11px;
    color: #fff;
}
.footerleft{
    position:absolute;
    left:18px;
    top:43px;
}
.previous a{
    color:#000000 !important;
}
#footer p {
    float: left;
    padding: 3px 5px;
    margin:0 0 0 0px;
    font-weight: bold;
}
#footer a {
    color: #fff;
}
.footermid{
    position:absolute;
    left:170px;
    top:53px;
    color:#000000;
}
.footermid a{
    color:#000000 !important;
}
.footerright{
    position:absolute;
    right:70px;
    top:43px;
}
.next a{
    color:#000000 !important;
}




/* --------------- ( Contact ) --------------------------------------------- */
.wpcf7 {

}
.wpcf7 br {
    display: none;
}
.wpcf7 p {

}
.wpcf7 label {
    margin-bottom: 6px;
    display: block;
}
.wpcf7 p input {
    border: 2px solid #C2CDE7;
    margin: 0px 0px 0px 0px;
    width: 303px;
    padding: 7px;
    font: 11px Verdana, Geneva, sans-serif;
    color: #595959;
}
.wpcf7 p textarea {
    border: 2px solid #C2CDE7;
    margin: 0px 0px 0px 0px;
    width: 443px;
    height: 131px;
    font: 11px Verdana, Geneva, sans-serif;
    color: #595959;
    padding: 7px;
}
.wpcf7 p.button {
    background: none;
    height: 27px;
}
.wpcf7 p.button input {
    background: url(elements/images/btn-submit.png);
    margin: 0px 0px 0px 0px;
    width: 77px;
    height: 33px;
    border: none;
    cursor: pointer;
    cursor: hand;
}




/* --------------- ( WP Page Navi ) --------------------------------------------- */
.wp-pagenavi {
    position: relative;
}
.wp-pagenavi .span.pages {
    color: #666 !important;
}
.wp-pagenavi span.current {
    background: #4967B6 !important;
    color: #fff !important;
}
.wp-pagenavi span {
    border: 1px solid #4967B6 !important;
}
.wp-pagenavi a {
    background: #DFE4F2 !important;
}
.wp-pagenavi a:hover {
    background: #4967B6 !important;
    color: #fff !important;
}





/* ---------- ( Comments ) ---------------------------------------- */
.logged { background: none !important; }

.comments-template {
    margin-top: 20px;
}
.comments-template h2 {
    font-size: 18px;
}

/* ----- ( Comments ) ----- */
.comments-template p.clearfix {
    margin-bottom: 12px;
}
.comments-template label {
    margin-bottom: 6px;
    display: block;
}

.subscribe-to-comments label, .subscribe-to-comments input{
    float:left;
}

.comments-template p.clearfix input {
    border: 2px solid #C2CDE7;
    margin: 0px 0px 0px 0px;
    width: 303px;
    padding: 7px;
    font: 11px Verdana, Geneva, sans-serif;
    color: #595959;
}
.comments-template p.clearfix textarea {
    border: 2px solid #C2CDE7;
    margin: 0px 0px 0px 0px;
    width: 433px;
    height: 131px;
    font: 11px Verdana, Geneva, sans-serif;
    color: #595959;
    padding: 7px;
}
.comments-template p.button {
    padding: 0;
}
.comments-template p.button input {
    background: url(elements/images/btn-comment.jpg);
    width: 93px;
    height: 33px;
    border: none !important;
    cursor: pointer;
    cursor: hand;
}

/* ----- ( Comments ) ----- */
.comments-template ol {
    padding-left: 0 !important;
    list-style: none !important;
}
.comments-template ol li {
    margin-bottom: 18px !important;
}
.comments-template ol li p {
    margin-bottom: 15px !important;
}
.comments-template ol li .comment-box {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
    padding: 15px 15px 0px 15px;
}
.comments-template ol li .comment-box .avatar {
    float: right;
    width: 50px;
    margin-bottom: 8px;
}
.comments-template ol li .comment-box .comment_text {
    float: left;
    width: 360px;
}
.comments-template .commentmetadata {
    font-size: 11px;
    padding: 8px;
    border-left: 1px solid #BE0807;
    border-right: 1px solid #BE0807;
    border-bottom: 1px solid #BE0807;
    background: #BE0807 url(elements/images/red-bg.jpg) repeat-x;
    color: #fff;
    $margin-top: -3px;
}
.comments-template .commentmetadata a {
    color: #fff;
}

/* Author Comment Style */
.comments-template ol li.author .comment-box {
    border: 1px solid #B20807;
    background: #fff;
    padding: 15px 15px 0px 15px;
}
/*************DropDown Styles*******/
#jsddm{
    margin: 0;
    padding: 0
}
#jsddm li{
    float: left;
    list-style: none;
    font:11px Tahoma;
}
#jsddm li a{
    display: block;
    text-decoration: none;
    color: #000000;
    white-space: nowrap;
}
#jsddm li ul{
    z-index:10000;
    margin: 0;
    padding: 10px 0 0 0;
    background:#FFFFFF;
    position: absolute;
    visibility: hidden;
}
#jsddm li ul li{
    z-index:10000;
    float: none;
    display: inline;
}
#jsddm li ul li a{
    width: auto;
    background:none;
}
#jsddm li ul li a:hover{
    background: #FFFFFF;
}
strong { font-weight: bold; } 






