/* You can put your custom font code here here*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);

/* Chose background color of Top Header here */
header {background-color: #292929}

/* Chose background color of Navigation here */
nav, nav li, nav li li, nav li li:hover, #sidebar {
    /*background-color: #454545*/
    background-color: rgb(117, 117, 117);
}

/* Chose background color of Page Title here */
#titlediv {
    background-color: #FFFFFF;
    margin-bottom: -2px;
}

/* Chose background pattern of Page Title here */
#pattern {background-image: header_blueprint.png;}

/* Chose background pattern of body, and color, and fonts! here */
body {
    /*background-color: #e5e5e5;*/
    /*background-color: #f1f1f1;*/
    /*background-color: rgb(231, 231, 231);*/
    background-color: rgb(238, 238, 238);
    background-image: none
}
body, input, select, textarea {
    font-family: "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif;
}

/* Chose Font used in headings */
h1, h2 {font-family: "Open Sans", Arial, sans-serif; font-weight: 600 }

