/* index DEFAULT CSS */

body {
    background-color: white;
}

#menu_wrapper {
    background-color: #fff;
}

#menu_wrapper a {
    color: #333;
}

#main_wrapper {
    background-color: white;
}

#footer_wrapper {
    color: #333;
}

#footer_wrapper .author a {
    color: #333;
}

.login_form {
    box-shadow: 0px 0px 20px 5px #888;
    background-color: #eee;
}

input[type="text"], input[type="password"] {
    border: 2px solid gray;
}





