/*
THEME NAME: FBC Benton
THEME URI: http://diekretzschmars.de/wordpress/themes/dkret-theme/
VERSION: 1.0
DESCRIPTION: A simple child theme for the dkret3 framework - use it as a starting point for your modifications
TAGS: child theme, dkret3
AUTHOR: Joern Kretzschmar
AUTHOR URI: http://diekretzschmars.de/
TEMPLATE: dkret3
*/

/* Import the style.css of the dkret3 base theme */
@import url('../dkret3/style.css');

/* Header - You can still change the header image in the Settings panel*/
#header {
    background:#FFFFFF url(library/images/bg_header.jpg) repeat-x scroll 0 0;
}

/* Make your changes to the default layout below */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
color:#910301;
}

body {
   padding-top:10px; /* this lowers the header so there is space at the top */
   background-color: #dfd6b7;
}

div#wrapper {
   width: 982px; /* increases the overall page width */
   border-left: 30px solid #7e6b5a;
   border-right: 30px solid #7e6b5a;
}

#access {
background: #6a0000 url(library/images/bg_red.png) repeat-x scroll 0 0;
}

#access a {
color:#dcd3b6;
}

#access a:hover {
/* this color is not exactly matching */
background: #ae2f2f url(library/images/hover-red-bar.png) repeat-x scroll 0 0;
}

.entry-header {
background-image: url(library/images/gradient.png);
background-repeat:repeat-y;
background-position:top left;
margin-left: -20px;
}

#content .entry-title {
margin: 2px 5px 4px 20px;
color:#dcd3b6;
text-transform:uppercase;
}

.sf-menu li {
border-right:thin solid #000000; /* this adds black line between buttons */
}

.sf-menu .current_page_ancestor, .current_page_parent, .current_page_item {
background: #ae2f2f url(library/images/hover-red-bar.png) repeat-x scroll 0 0;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
.sf-menu #current, .sf-menu #current a:hover { /* this is background color for hovered parent menu */
background: #7e6b5a;
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active { /* this is background color for hovered child (level 2)*/
    background: #7e6b5a;
}

.sf-menu ul li {
   background:#580000; /* this fixes the color of the submenu (level 2) */
}

.sf-menu ul li ul li {
   background:#580000; /* this fixes the color of the submenu (level 3) */
}

.breadcrumb {
   font-size:.9em;
   color: #c3bab3;
   padding-left:10px;
   padding-top:5px;
}

.breadcrumb a {
   color: #c3bab3;
   text-decoration:underline;
}

div#leaderboard {
margin: 10px 20px -10px;
}

div#content {
   margin:10px 250px 0px 0px;
}

.entry-date {
padding: 0 0 0 22px;
color: #c3bab3;
}

table.awana {
   border-width: 2px;
   border-spacing: 0px;
   border-style: solid;
   border-color: white;
   border-collapse: collapse;
   background-color: white;
}

table.awana td {
   border-width: 1px;
   padding: 0px 10px;
   border-color: #680000;
   -moz-border-radius: 3px 3px 3px 3px;
   vertical-align: middle;
}

table.no-border {
   border-spacing: 0px;
   border-style: none;
   border-collapse: collapse;
   background-color: white;
}

table.no-border td {
   padding: 0px 10px;
   -moz-border-radius: 3px 3px 3px 3px;
   vertical-align: middle;
}

div.main-sidebar {
   width:215px;
   margin: 10px 0;
   font-size: 12px;
}

.widgettitle {
font-size: 14px;
}

ul.sermon-widget li {
padding: -1em 0;
}

#primary {
line-height: 1.1;
}

#footer {
background-color: #7e6b5a;
}
