/*
bcc.css
*/

.feed, body .feed, #theme-info { display: none; }
#title, #navigation, #footer, h1, h2, h3 { border: none !important; }
h3 { 
    font-size: 1.4em; 
    text-transform: none; 
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    padding: 0;
}
a.noborder, a.noborder:visited, a.noborder:hover, a.noborder:active {
    border: none !important;
}

