/*
 * Created by the Simple Custom CSS Plugin
 * http://wordpress.org/plugins/simple-custom-css/
 */

/* TOP RED BANNER NAVIGATION--sets font to initial caps instead of ALL CAPS */ 

 nav#main-nav > ul > li > a { 
        padding:0 12px; 
        color: #ffffff; 
        display:block; 
        font-size:12px; 
        font-weight:600; 
        text-transform:capitalize; 
        text-align:center; 
        text-decoration:none;
    }

/* TOP &amp; BOTTOM RED BANNERS--Ola&#039;s code to prevent small triangles from flipping out at bottom of both banners */
#header:before, #footer:before {
left: 0;
border-width: 15px 0 0 26px;
}

#header:after, #footer:after {
right: 0;
border-width: 15px 26px 0 0;
}

/* PROJECT IMAGES ON HOMEPAGE--Ola&#039;s fix for gray lines under images that Victor sees on his MAC--we don&#039;t see them. Can&#039;t verify if this makes any difference. */

.proj-thumb {
background: #fff;
}

/* PREFOOTER IN BOTTOM RED BANNER--Sets font color to white */

#footer .widget {
    color: #fff;
}