/*
Theme Name: buttercream-df
Description: Child theme for Buttercream modified for deliciouslyfictitious site
Author: Sam B
Template: buttercream
*/

/** This child is based on mods to epicuriously.com.au, with extra mods for df to resolve navbar issue, as per comments below, values at lines 80 (left) and 81 (bottom) and 45-48 (whole segment). IE Note, these only solve probs for IE 7 and above */

@import url("../buttercream/style.css");

body {
    color: #8B4513;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Stint Ultra Condensed",serif;
}
p {
    margin: 0 0 21px;
}
#page {
    margin: 0 auto;
    padding: 30px 0 0;
}
#masthead hgroup {
    background-color: transparent;
    border: 0 none;
}
#main {
    background-color: #FFFFFF;
    border-left: 4px solid #F4E9D7;
    border-right: 4px solid #F4E9D7;
    border-top: 4px solid #F4E9D7;
}
#header-menu ul.menu > li {
    line-height: 1.7em;
}
#header-menu ul.menu li > ul {
    margin: -1.5px 0 0;
}
#header-menu ul.menu ul ul {
    bottom: auto !important;
    top: 1px !important;
}
#header-menu ul.menu ul {
	bottom: auto !important;
	top: 100% !important;
} /*added this whole segment to fix sub-menu appearing above parent menu items instead of below */
#sidebar-right {
    font-size: 85%;
}
#sidebar-right h2.widget-title {
    background-color: #7DC9BE;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    min-height: 30px;
    padding: 5px 8px;
}
#sidebar-right h2.widget-title a, #sidebar-right h2.widget-title a:visited {
    color: #FFFFFF;
    line-height: 10px;
}
#sidebar-right h2.widget-title a:first-of-type {
    display: block;
    float: left;
    margin: 5px 0 0;
    min-height: 25px;
}
#sidebar-right h2.widget-title a:last-of-type {
    text-indent: 5px;
}
#sidebar-1, #sidebar-2 {
    border: 0 none;
}
a.comment-edit-link {
    margin: 0 0 0 -35px;
}
.entry-title {
    font-family: Norican,sans-serif;
}
.navbar {
    border-bottom: 2px solid #422619;
    border-top: 0 none;
	left: 0; /* Added for df child theme to resolve issue of navbar not going all the way across to left of screen */
	bottom: auto !important; /* Added for df child theme to resolve issue of navbar blacking out whole screen in IE 9 and IE7 */
}
.wp-caption-text {
    font-family: "Stint Ultra Condensed",serif;
    font-size: 140%;
}