/* background color */
body {
    background-color: #f0f0f0;
}

/* link colors */
a {
    color: #3a6dc4;
}
a:hover {
    color: #000000;
}

/* border color for menu and columns */
.nav, .c1, .c2, .c3 {
    border-color: #f08f00;
}

/* background color for selected page in the menu - same color as above */
.nav li.current_page_item > a, .nav li.current_page_parent > a { 
    background: #b0cef7;
}

/* background color for widgets */
.widget {
    background: #ffffff;
}

/* wiget titles */
.widget h2 {
    background: #ffffff;
    color: #000000;
}

