/*
custom.css
*/

.bk-classic-header-top .sf-menu > li:before, .bk-fixed-header-top .sf-menu > li:before {
    background: url("") repeat-y scroll left top transparent;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.bk-classic-header-top .sf-menu > li:last-child:after, .bk-fixed-header-top .sf-menu > li:last-child:after, .bk-classic-header-top .sf-menu > li.last-child:after, .bk-fixed-header-top .sf-menu > li.last-child:after {
    background: url("") repeat-y scroll left top transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

h1.post-entry-title, h1.page-entry-title {
    background: url("") repeat-x scroll left bottom transparent;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 15px 30px;
    text-transform: uppercase;
	border-bottom: 1px #CCCCCC solid;
}

.bk-stacked-menu > li:first-child > a:before, .bk-fixed-header-left .sf-menu > li:first-child > a:before {
    background: url("") repeat-x scroll left top transparent;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	border-bottom: 1px #CCCCCC solid;
}

.bk-stacked-menu > li > a, .bk-fixed-header-left .sf-menu > li > a {
    background: url("") repeat-x scroll left bottom transparent;
		border-bottom: 1px #CCCCCC solid;
}

#bk-header.bk-classic-header-top #bk-header-inner-wrap, #bk-header.bk-fixed-header-top #bk-header-inner-wrap {
    padding: 0 15px;
}

span.bk-post-entry-meta, span.right {
	display: none;
}
#bk-logo-wrap {
	width:200px;
}