/*
 Contains style rules for elements situated in the header section of the theme
 
*/


#header{
    float:left;
    position:relative;
    height:200px;
    width: 850px;
    background:#000000;
    margin:0 0 51px 0;
    
}


/*#header span{*/
/*    padding: 2px 0 5px 0;*/
/*    margin: 0 0 0 0;*/
/*}*/

#header h1 a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 38px;
    font-weight: bold;
    color: #9E9E9E;
    text-decoration: none;
    /*padding: 5px 5px 5px 5px;*/
}


#header h2.tagline {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #9E9E9E;
    padding: 0px 5px 5px 0px;
}


#navbar{
    position: absolute;
    border: 1px solid #ccc;
    background: #555A61;
    top:210px;
    width:850px;
    margin: 0;
    padding: 0;

}


/* RSS icon container div in the header */

#rssfeedicon {
    position:absolute;
    width: 32px;
    height:32px;
    top: 6px;
    left:812px;
}


/* RSS icon container image link in the header */
#rssfeedicon a img {
    text-decoration: none;
    border:none;
}

/* Twitter icon container div the header */
#twitterfmicon {
    position:absolute;
    width: 32px;
    height:32px;
    top: 6px;
    left:770px;
}


/* Twitter icon image link in the header */
#twitterfmicon a img {
    text-decoration: none;
    border:none;
}


