/*
Theme Name: MW Spoonfuls
Theme URI: http://manoloweb.com/
Description: Lovin' Spoonfuls Theme, Developed by MW Consulting for NADA Advertising
Author: MW Consutling: miguelin, manoloweb.
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* special stuff */
@import url("ui/start.css"); 
@import url("ui/special.css"); 

/*  === // LAYOUT: GENERAL // ===  */

body{
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia, Times, "Times New Roman", serif;
    background-image: url(ui/img/main_bg.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: #e8e4dd;
    /*background-color: #ECE8E2;*/
    
    color: #666666;
    font-size: 11px;
}

.bgimage{
    background-position: center 187px;
    background-repeat: no-repeat;
}

.wrapper{
    width: 960px;
    margin: 0px auto;
}

#main{
    clear: both;
    position: relative;
    z-index: 10;
    height: 1%;
}

/*   ========// HEADER //========   */
/*   ========// ------ //========   */

#header{
    height: 235px;
    overflow: visible;
    position: relative;
    z-index: 12;
}

/*HEADER LEFT*/
#header_left{
    width: 260px;
    float: left;
}

#site-title{
    margin: 0px;
    height: 187px;
}

#site-title, #site-title a{
    width: 260px;
    overflow: hidden;
}

#site-title a{
    background-image: url(ui/img/logo.jpg);
    background-repeat: no-repeat;
    display: block;
    height: 175px;
}

#site-title a span{
    display: block;
    padding-top: 300px;
}

#main_donate_button{
    margin: 0px;
}

#main_donate_button, #main_donate_button a{
    height: 48px;
    width: 200px;
}

#main_donate_button a{
    background-image: url(ui/img/donate_now.png);
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
}

#main_donate_button a:hover{
    background-position: 0px -48px;
}

#main_donate_button a span{
    display: block;
    padding-top: 75px;
}

/*HEADER RIGHT*/
#header_right{
    width: 680px;
    float: right;
}

#top_links{
    height: 111px;
    width: 680px;
    overflow: hidden;
    font-size: 16px;
}

#top_links ul{
    list-style: none;
    margin: 70px 0px 0px 0px;
    padding: 0px;
    float: right;
}

#top_links ul li{
    display: inline;
    float: left;
    padding-left: 20px;
}

#top_links ul li a{
    display: inline;
    float: left;
    text-decoration: none;
    color: #6c6c6c;
    text-transform: lowercase;
    background-repeat: no-repeat;
    height: 28px;
    line-height: 26px;
}

#top_links ul li a:hover{
    color: #d80c0c;
}

#top_links ul li .twitter_link{
    background-image: url(ui/img/ticon.jpg);
    padding-left: 30px;
}

#top_links ul li .facebook_link{
    background-image: url(ui/img/ficon.jpg);
    padding-left: 30px;
}

/* MAIN NAVIGATION */

.main_nav_area{
    clear: both;
    height: 70px;
    overflow: visible;
    position: relative;
    z-index: 16;
}

.main_nav_area ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
    text-transform: lowercase;
    overflow: visible;
}

.main_nav_area ul li{
    display: inline;
    float: left;
    font-size: 20px;
    position: relative;
    background-image: url(ui/img/separator.gif);
    background-position: left 0px;
    background-repeat: no-repeat;
    z-index:19;
}

.main_nav_area ul .current-menu-item a, .main_nav_area ul .current-menu-ancestor a{
    background-image: url(ui/img/active_menu.gif);
    background-repeat: no-repeat;
    background-position: center 0px;
}

.main_nav_area ul #menu-item-20.current-menu-item a, .main_nav_area ul #menu-item-20.current-menu-ancestor a{color: #b80303;}
.main_nav_area ul #menu-item-19.current-menu-item a, .main_nav_area ul #menu-item-19.current-menu-ancestor a{color: #f16400;}
.main_nav_area ul #menu-item-18.current-menu-item a, .main_nav_area ul #menu-item-18.current-menu-ancestor a{color: #df8300;}
.main_nav_area ul #menu-item-17.current-menu-item a, .main_nav_area ul #menu-item-17.current-menu-ancestor a{color: #5f9208;}
.main_nav_area ul #menu-item-16.current-menu-item a, .main_nav_area ul #menu-item-16.current-menu-ancestor a{color: #487de2;}

.main_nav_area ul li a{
    display: inline;
    float: left;
    text-decoration: none;
    color: #2856b0;
    padding: 0px 20px;
    height: 76px;
    line-height: 75px;
}

.main_nav_area ul li a:hover, .main_nav_area ul .nav-hover a{
    color: #fff !important;
    background-repeat: repeat-x;
    background-position: 0px 0px;   
}

#menu-item-20.nav-hover a, #menu-item-20  a:hover{
    background-image: url(ui/img/nav1_bg.gif);
}

#menu-item-19.nav-hover a, #menu-item-19  a:hover{
    background-image: url(ui/img/nav2_bg.gif);
}

#menu-item-18.nav-hover a, #menu-item-18  a:hover{
    background-image: url(ui/img/nav3_bg.gif);
}

#menu-item-17.nav-hover a, #menu-item-17  a:hover{
    background-image: url(ui/img/nav4_bg.gif);
}

#menu-item-16.nav-hover a, #menu-item-16  a:hover{
    background-image: url(ui/img/nav5_bg.gif);
}

#menu-item-20 ul{background-color: #b80303;}
#menu-item-19 ul{background-color: #f16400;}
#menu-item-18 ul{background-color: #f4b720;}
#menu-item-17 ul{background-color: #5f9208;}
#menu-item-16 ul{background-color: #335dae;}

#menu-item-20 ul li a{border-bottom: 1px solid #d70808;}
#menu-item-19 ul li a{border-bottom: 1px solid #fe7717;}
#menu-item-18 ul li a{border-bottom: 1px solid #fec63d;}
#menu-item-17 ul li a{border-bottom: 1px solid #80bb1a;}
#menu-item-16 ul li a{border-bottom: 1px solid #4178e1;}

#menu-item-20 ul li a:hover{background-color: #d20404;}
#menu-item-19 ul li a:hover{background-color: #fd6e09;}
#menu-item-18 ul li a:hover{background-color: #fbbf2a;}
#menu-item-17 ul li a:hover{background-color: #72a914;}
#menu-item-16 ul li a:hover{background-color: #3c6cc7;}

.main_nav_area ul li ul{
    position: absolute;
    top: 76px;
    left: 0px;
    background-color: #ababab;
    overflow: hidden;
    z-index:20;
    display: none;
}

.main_nav_area ul li ul li{
    background-image: none;
    font-size: 13px;
    float: none !important;
}

.main_nav_area ul li ul li a{
    line-height: normal;
    background-image: none !important;
    padding: 12px 20px;
    height: auto;
    display: block;
    color: #fff !important;
}

/*   ========// HOME //========   */
/*   ========// ---- //========   */

#home_top{
    height: 350px;
    width: 960px;
	 overflow: hidden;
}

#taglink{
    display: block;
    height: 36px;
    margin: 62px 0 0 199px;
    overflow: hidden;
    width: 97px;
}

#taglink_video{
	 display: block;
    height: 36px;
    margin: 0px 0px 0px 112px;
    overflow: hidden;
    width: 67px;
}

#taglink span, #taglink_video span{
    padding-top: 200px;
    display: block;
}

#home_widgets{
    clear: both;
    padding-bottom: 30px;
    overflow: hidden;
}

/*   ========// WIDGETS //========   */
/*   ========// ------- //========   */
.widget_area{
    width: 320px;
    padding-bottom: 35px;
}

.wdgt_content{
    width: 298px;
}

.widget_title{
    margin: 0px 0px 18px 0px;
}

.widget_title, .widget_title a{
    display: block;
    overflow: hidden;
    height: 60px;
}

.widget_title a{
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.widget_title a span{
    display: block;
    padding-top: 80px;
}

.post_date{
    letter-spacing: -0.5px;
}

.widget_area .post_title{
    margin: 0px;
    font-size: 16px;
}

.widget_area .post_title a{
    color: #3b3b3b;
    text-decoration: none;
}

.widget_area .post_title a:hover{
    color: #1c1c1c;
}

.widget_area .wdgt_content .entry-content p{
    margin: 20px 0px;
}

.lmore{
    text-decoration: none;
    text-transform: lowercase;
    color: #d70909;
    font-size: 12px;
}

.lmore:hover{
    color: #c10303;
    text-decoration: underline;
}

/* - NEWS - */
.latest_news_wdgt{
    float: left;
}

.latest_news_wdgt .widget_title a{
    background-image: url(ui/img/spoon-fed_title.gif);
}

/* - FACEBOOK - */

.facebook_wdgt .widget_title a{
    background-image: url(ui/img/spoon-facebook_title.gif);
}

/* - TWITTER - */
.twitter_wdgt{
    float: right;
}

.twitter_wdgt .widget_title a{
    background-image: url(ui/img/twitter_feed_title.gif);   
}

/* - VOLUNTEERS - */
.volunteer_wdgt .widget_title a{
    background-image: url(ui/img/volunteers_title.gif);   
}

/* - PROFILES - */

.profiles_home{
    float: left;
    width: 300px;
    border-left: 1px solid #d4d1c9;
    border-right: 1px solid #d4d1c9;
}

.profiles_wdgt .widget_title a{background-image: url(ui/img/profiles_title.gif);}
.profiles_home .widget_title a{background-position: center 0px;}
.profiles_footer .widget_title{
    height: 50px !important;
    border-bottom: 1px solid #93a8cf;
}
.profiles_footer .widget_title a{
    background-position: 0px 0px;
    height: 50px !important;
}

.profiles_content{position: relative;}
.profiles_home .profiles_content{width: 300px;}
.profiles_footer .profiles_content{width: 960px;}

.pcontrol{
    height: 40px;
    width: 40px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 70px;
    z-index: 8;
}

.pcontrol span{
    padding-top: 80px;
    display: block;
}

.pcontrol_prev{
    background-image: url(ui/img/controlLeft.png);
    left: 14px;
}

.pcontrol_next{
    background-image: url(ui/img/controlRight.png);
    right: 14px;
}

.profiles_holder{
    overflow: hidden;
    margin: 0px auto;
}

.profiles_home .profiles_holder{
    width: 200px;
    height: 250px;
}

.profiles_footer .profiles_holder{
    width: 850px;
    height: 230px;
}

.profiles_ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.profiles_ul li{
    display: inline;
    float: left;
    overflow: hidden;
    width: 200px;
}

.profiles_home .profiles_ul li{width: 200px;}
.profiles_footer .profiles_ul li{width: 170px;}

.profiles_ul li a{
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}

.profiles_home .profiles_ul li a{
    height: 194px;
    width: 200px;
}

.profiles_footer .profiles_ul li a{
    width: 158px;
    height: 160px;
    padding: 0px 6px;
}

.profiles_ul li a img{
    position: absolute;
    z-index: 4;
}

.profiles_home .profiles_ul li a img{
    top: 18px;
    left: 27px;
}

.profiles_footer .profiles_ul li a img{
    top: 8px;
    left: 3px;
}

.mask{
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.profiles_home .profiles_ul li a .mask{
    background-image: url(ui/img/profile_picture_mask_home.gif);
    height: 194px;
    width: 200px;
}

.profiles_footer .profiles_ul li a .mask{
    background-image: url(ui/img/profile_picture_mask_internal.gif);
    height: 158px;
    width: 160px;
}

.profiles_wdgt .post_title{
    margin: 0px;
    text-align: center;
    font-size: 16px;
    height: 60px;
}

.profiles_wdgt .post_title a{
    color: #3b3b3b;
}

.profiles_wdgt .post_title a strong{
    font-weight: normal;
    font-size: 12px;
}

/* */

/*   ========// PAGES AND POSTS GENERAL //========   */
/*   ========// ----- --- ----- ------- //========   */

.internal{
    overflow: hidden;
    clear: both;
    margin-top: 380px;
    margin-bottom: 50px;
    background-image: url(ui/img/separator_internal.gif);
    background-repeat: repeat-y;
    background-position: 610px 0px;
}

#content{
    float: left;
    width: 580px;
}

.news_box{
	 overflow:hidden;
}

.entry-title{
    margin: 0px;
    font-size: 28px;
    text-transform: lowercase;
    color: #3C73BD;
    border-bottom: 1px solid #93a8cf;
    padding: 9px 0px 10px;
}

.entry-title a{
    color: #3C73BD;
    text-decoration: none;
}

.wp-pagenavi{
    clear: both;
    padding: 10px;
    margin: 30px 0px 0px 0px;
    color: #3C73BD;
}

.wp-pagenavi a{
    color: #D70909;
}

/*   ========// CONTENT //========   */
/*   ========// ------- //========   */

.entry-content p, .entry-content ol, .entry-content ul{
    letter-spacing: -0.5px;
}

.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6{color: #3B3B3B; margin: 12px 0px;}

.entry-content h1{font-size: 24px;}
.entry-content h2{font-size: 20px;}
.entry-content h3{font-size: 16px;}
.entry-content h4{font-size: 13px;}
.entry-content h5{font-size: 11px;}

.entry-content p{
    line-height: 16px;
}

.entry-content a{
    text-decoration: none;
    color: #d70909;
}

.entry-content blockquote{
    padding: 10px;
}

.entry-content blockquote p{
    font-style: italic;
    letter-spacing: 0px;
}

/*   ========// PROFILES DETAIL //========   */
/*   ========// -------- ------ //========   */
.profile_image{
    float: right;
    width: 170px;
    margin: 30px 0px 10px 15px;
    text-align: center;
}

.profile_image .image_holder{
    width: 160px;
    height: 158px;
    position: relative;
    margin: 0px auto;
}

.profile_image .image_holder img{
    position: absolute;
    top: 8px;
    left: 3px;
}

.profile_image .image_holder .mask{
    background-image: url(ui/img/profile_picture_mask_internal.gif);
    height: 158px;
    width: 160px;
}

.profile_image .chef_title{
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

.profile_image .chef_rol{
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
}

/*   ========// SIDEBAR //========   */
/*   ========// ------- //========   */

#sidebar_area{
    float: right;
    width: 325px;
}

#sidebar_area .widget_area{
    float: right !important;
}


#facebook{
    background-color:#FFF;
}


/*   ========// FOOTER //========   */
/*   ========// ------- //========   */

#footer{
    clear: both;
}

#footer_home_top{
    clear: both;
    background-image: url(ui/img/home_footer_top.gif);
    background-repeat: repeat-x;
    background-position: 0px bottom;
    height: 40px;
}

#footer_top{
    background-image: url(ui/img/footer_main_pattern.gif);
    background-repeat: repeat-x;
    background-position: 0px bottom;
    height: 340px;
}

/* PROFILES FOOTEr */


#footer_wood{
    background-image: url(ui/img/footer_wood.jpg);
    background-repeat: repeat-x;
    background-position: center 0px;
    height: 126px;
}

#footer_navs{
    background-image: url(ui/img/footer_hearts.gif);
    background-repeat: no-repeat;
    background-position: center 35px;
    overflow: hidden;
    height: 1%;
}

.footer_lmenu, .footer_rmenu{
    padding: 35px 0px 25px 0px;
}

.footer_lmenu{
    float: left;
    width: 425px;
}

.footer_rmenu{
    float: left;
    width: 300px;
    margin-left: 100px;
}

.footer_lmenu .menu{
    text-align: right;
}

.footer_rmenu .menu{
    text-align: left;
}

#footer_navs .menu{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#footer_navs .menu li{
    display: inline;
    text-transform: uppercase;
    font-weight: bold;
}

#footer_navs .menu li a{
    text-decoration: none;
    color:#696969;
    padding: 0px 10px;
    border-left: 1px solid #696969;
}

#footer_navs .menu #menu-item-47 a, #footer_navs .menu #menu-item-56 a{
    border: none !important;
}

#footer_navs .menu li a:hover{
    color:#3d3d3d;
}

#footer_sm{
    float: left;
    padding: 30px 0px 25px 0px;
}

#footer_sm a{
    display: block;
    height: 28px;
    width: 28px;
    overflow: hidden;
    float: left;
    margin: 0px 0px 0px 4px;
}

#footer_sm a span{
    display: block;
    padding-top: 35px;
}

.tw_link{
    background-image: url(ui/img/footer_twitter.gif);
}

.fb_link{
    background-image: url(ui/img/footer_facebook.gif);
}

#footer_down{
    height: 80px;
    text-align: center;
}

#designedby{
    color: #a09f9f;
    font-style: italic;
}

#designedby a{color: #a09f9f;}
#designedby a:hover{color: #797979;}


.fan_box .page_stream, .fan_box .page_stream_short{
    overflow-x:hidden!important; 
    overflow-y:auto!important;
}
