/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

.blog-description {
    color: #7D716D;
    display: none;
    font-size: 11px;
}

#nav .sf-menu  { font-size: 14px; text-transform: capitalize; }
#nav .sf-menu a  { font-size: 14px; text-transform: capitalize; }
#nav .sf-menu li li a { font-size: 14px; text-transform: capitalize;}

#nav .sf-sub-indicator {
    background: url("../../images/dropdown.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 0;
    position: relative;
    right: 0px;
    top: 0;
    vertical-align: text-top;
    width: 0px;
}

/* Hyperlinks */
.entry-content a  { color: #000066; font-weight: bold; }
.entry-content a:link, .entry-content a:visited  { color: #000066; font-weight: bold; }
.entry-content a:hover  { color: #000066; font-weight: bold; }

.hidden { display: none; }