/*
 * Cakes Deserts Brownies Theme
 */
div#headSpacer {
    border-bottom: 1px solid #fff;
}
#nav ul li {
    background-image: url(../images/tab_header.png);
}
#nav ul li a:hover {
    color: #27180D;
}
#nav ul li.current a {
    color: #27180D;
}
#nav ul li.hasSub a {
    background-image: url(../images/sub_ind.gif);
}
#nav ul li.on ul li {
    background-image: url(../images/tab_backgrounds.png);
}
#nav ul li ul li {
    background-image: url(../images/tab_backgrounds.png);
}
body .background {
    background-color: #27180d;
}
body #col1 #search, body div#col1 {
    background-image: url(../images/search_shadow.gif);
}
body #search button {
    background-image: url(../images/go.gif);
}
#header {
    background-image: url(../images/logo_shade.gif);
}
body h1#logo a {
    background-image: url(../images/logo.gif);
    background-color: #fff;
}
/* Sidebar 
 * Not the best wat since we didn't start with them
 */
div#contentWrap.sidebar {
    background: #27180d url(../images/sidebar_bg.gif) right top repeat-x;
    
}
#sidebarWrap {
    float: left;
    padding: 26px 15px;
    width: 141px;
    font-family: Georgia;
    font-size: 11px;
    line-height: 16px;
}
#sidebarWrap, #sidebarWrap a {
    color: #cccc99;
}
#sidebarWrap h3{
    color: #fff;
    font-family: Georgia;
    font-size: 15px;
    font-style: italic;
    padding-bottom: 8px;
    border-bottom: 1px solid #d6cb9e;
    
}
#sidebarWrap ul{
    list-style-image: url(../images/sidebar_shadow.gif);
    list-style-position: outside;
    line-height: 16px;
    font-size: 11px;
    margin: 0 0 0 1.5em;
}

div#contentWrap.sidebar div#content {
    background: #fff url(/assets/fs_global/images/content_shadow.gif) repeat-y scroll 0 0;
    /* 369 - 80 = 389 */
    width: 319px;
    width: 313px;
    overflow: hidden;
    float: left;
    height: 100%;
    padding-bottom: 700px;
    margin-bottom: -700px;
}

div#contentWrap.sidebar div#content h5 {
    line-height: 1em;
    margin-bottom: .5em;
}

div#content {
		padding: 28px;
	}

