/*
Theme Name:   Food And Cook Child
Theme URI:    http://dahz.daffyhazan.com/food-cook/
Description:  Food & Cook Child Theme.
Author:       Dahz
Author URI:   http://www.dahztheme.com/
Template:     food-cook
Version:      1.0.0
License:      GNU General Public License v3.0
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, theme-options
Text Domain:  woothemes

Copyright: (c) 2012-2013 DahzTheme.
*/
 
@import url(https://fonts.googleapis.com/css?family=Marck+Script);


.fancy-title {
  font-family: 'Marck Script', cursive;  
}


a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0;
  outline: 0 !important;
  outline-style:none;
}
button, object, embed { 
  outline: 0;
}

/* All Input elements */
input::-moz-focus-inner { 
 outline: 0; 
}

/* Or more specifically*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner{
  outline: 0;
}


/*body {
    font-family: 'Marck Script', cursive !important;
}*/

#navigation {
    border-top: 1px solid #dbdbdb !important;
}

.home_recent_posts 
{
  margin: 15px 0;
  padding: 25px 0;
}

.home_recent_posts li
{
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
 
 .home_recent_posts li .content
{
  padding: 15px;
}
 
.home_recent_posts li a
{
  font-size: 14px;
   color: #bf9764;
   text-transform: uppercase;
}

#footer-widgets {
    padding: 0 !important;
}

