body, input, select, textarea {
    color:#733333;
}
p {
    font-size: .9em;
    line-height: 1.3em;
    margin-bottom: 1em;
}
a { border-bottom:none; }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Julius Sans One', sans-serif;
    color: #641919;
}
.content h3,
.sidebar h3 {
    font-weight:bold;
    margin-bottom:4px;
}
header.abc-empty-header {
    padding:40px;
    height:100px;
}
#header h1.abc-header-logotype {
    font-size:2.5em;
    text-align:center;
    margin-bottom:0;
    line-height:1em;
}
#header { padding:0;}
#header.skel-layers-fixed { background:none; }
#header.abc-header {
    position:relative; 
}
#header nav { display:table; margin: 0 auto; position:relative; }
#header nav#nav ul { margin-bottom:10px;}
#header nav#nav ul li a {
    color:#641919;
    font-size: 1.1em;
    font-weight: 400;
}
#header .abc-inner-wrap {
    background: url("images/glow.png") center center no-repeat;
    background-size:cover;
    padding:10px;
}

header.abc-content-nav { margin-bottom:60px; padding-top:10px;}
header.abc-content-nav ul { list-style-type:none; margin:0 0 30px 0; padding:0; }
header.abc-content-nav ul li { dsiplay:block; float:left; border-right:1px solid white; padding: 0 10px;}
header.abc-content-nav ul li:last-child {border-right:none;}
header.abc-content-nav ul li a { color:#fff; border-bottom:none; 
    text-shadow: 1px 1px 2px #1b1212; }

header.special {
    padding-top:5em;
    color:#fff;
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: 1px 1px 3px #1b1212; 
}
header.special h2 {
    color:#fff;
}
header.special:before, header.special:after {
    border-bottom: none;
    border-top: none;
}
/*
#header.abc-header .abc-bottom-shadow {
    height:200px;
    background: url('images/home-shadows-lower.png') top center no-repeat;
    background-size:cover;
}
*/
body.left-sidebar article#main {
    padding-top:0;
    background: url('images/home-shadows-lower.png') top center no-repeat;
}

#footer {
    background: #333;
}

/* home page banner and nav */
nav#abc-homenav {
    display:table;
    margin:0 auto;
    padding-top:10px;
}
nav#abc-homenav ul.abc-home-links {
    list-style-type:none; padding:0; margin:0; color:#fff;
}
nav#abc-homenav ul.abc-home-links li {
    display:block; float:left; padding:0px 10px;
    border-right:1px solid #fff;
}
nav#abc-homenav ul.abc-home-links li:last-child {
    border-right:none;
}
nav#abc-homenav ul.abc-home-links li a {
    text-decoration: none;
    color:#fff;
    border-bottom:none;
    text-shadow: 1px 1px 2px #1b1212;
}
body.index header#header {
    display:none;
}
body.index #main {
    padding-top: 1em;
}
#banner.abc-wrapper {
    padding:0;
}
#banner.abc-wrapper .abc-logo {
    margin-bottom:15px;
}
#banner .inner {padding:2em 0 1em 0;}
#banner h2.abc-home-title {margin-bottom:0; line-height: .5em;}
#banner .inner p.abc-home-subtitle {margin:0px 0px 10px 0px; padding:0; font-size:.7em;}
#banner .inner p {
    font-size: .9em;
    font-weight: 400;
    line-height: 1.2em;
}
.content .image:before,
.sidebar .image:before { background: none; }
#main .sidebar section {
    border-top: none;
    padding-top: 0;
} 
.abc-quote {
    font-size:.9em; line-height:1.3em; margin: 0px 40px;
}
.abc-content-separator {
    border-top:1px dotted #999; border-bottom:1px dotted #999;  height:10px; width:30%; margin:20px auto;
}
/* containers */
.container {
    width: 1100px;
}