/*---:[ to change the colors of the header and footer... ]:---*/
/*---:[.custom #header { background: #000; border-bottom-color: #fca311; color: #fff; }]:---*/

.custom #header-container {
   height: 212px;
   width: 100%;
   margin: 0;
   padding: 0 20px;
}

.custom #header {
    border-bottom-color: #fca311;
    color: #16218b;
    float: left;
    display: block;
}

.custom #container {
    width: 950px;
    position: relative;
}
.custom #content_box {
    width: 950px;
    padding: 0 6px 0 6px; 
}

.custom #content {
    float: left;
    padding: 0 10px 0 0;
    margin-right: 20px;
    width: 700px;
}

.custom #page-intro {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:bold;
    padding: 12px 0 10px 6px;
}

.custom #sidebar {
    width: 220px;
}
/*---:[ site title (logo) in the header ]:---*/
.custom #logo {
    margin: 0;
    width: 100%;
}
.custom #logo a {
    color: #fff;
    font-family: "American Typewriter", "Trebuchet MS", Verdana, sans-serif;
}

.custom #nav {
    margin: 0;
    width: 950px;
    padding: 0 0 0 10px;
}

/*---:[ navigation links in the header ]:---*/
.custom #nav ul li a,
.custom #nav ul li a:visited {
    color: #16218b;
}
.custom #nav ul li a:hover,
.custom #nav ul li a.current:hover {
    color: #fff !important;
    background: #fca311;
}
 /* leave the !important declaration */
.custom #nav ul li a.current,
.custom #nav ul li a.current:visited {
    color: #16218b;
}

.custom #hdr_rss_icon {
    position: absolute;
    /** original position
     * top: 24px;
     * left: 672px;
     */
    top: 24px;
    left: 672px;
    height: 60px;
    width: 60px;
  
}

.custom #hdr_rss_icon a img {    
    display: block;
    background: transparent;
}

.custom #hdr_rss_icon a:hover img,
.custom #hdr_rss_icon a:focus img {
    padding: 12px 0 0 16px;
}


.custom #nav_icons ul {
    float: left;
}

.custom #nav_icons ul li {
    display: block;
    background: transparent;
    margin-left: 18px;
    margin-right: 10px;
}

.custom #nav_icons ul li p {
    text-align: center;
    color: #16218b;
    font-size: 0.5em;
}
.custom #nav_icons ul li a img {
    display: block;
    border: none;
    background: transparent;
    margin-top: 2px;

}

/*
.custom #nav_icons ul li a,
.custom #nav_icons ul li a:visited {
    padding: 0;
    text-align: center;

}
*/

/*
.custom #rss {
    height: 50px;
    width: 50px;
    margin: 0 0 1.0em 0;
    padding: 0 0 0 20px;
}
*/

ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
    width: 100%;
    margin: 0 0 1.5em 0;
    font-size: 1.2em;
    line-height: 1.6667em;
    float: left;
}
/*
 * 

#header {
    clear: both;
    padding: 0;
    margin: 0 auto;
    background: #000 url(images/worksmart_900x200.jpg) top left no-repeat;
    height: 200px;
    width: 900px;
    border-bottom: 0.8em solid #fca311;
    color: #fff;
    
} #container {
    width: 72.8em;
    margin: 0 auto;
}
 **/