body {
    font-family: "Open Sans",Tahoma,sans-serif;
}

a:link {
    color: #08e;
}

a:visited {
    color: #05a;
}

a:hover {
    background: transparent;
    color: #09f;
    text-decoration: underline;
}

a.action, a.file {
    text-transform: none;
}

#header h1 {
    background: #2f93d1;
    color: #fff;
    font-family: Garamond,Georgia,serif;
}

#navbar {
    border-bottom-color: #fa3;
}

#content {
    font-size: 1em;
    border-top-color: #fa3;
}

#main h2, #content h2, #content h3, #content h4 {
    font-family: Garamond,Georgia,serif;
    text-transform: none;
}


#main {
    margin: 2px 0 0 2%;
    width: 80%;
    border-top: 4px solid #fa3;
}

#rightSidebar {
    margin-right: 2%;
}

#layout {
    margin-top: 4em;
}

input.button {
    background: #eaeeef; /* Old browsers */
    background: -moz-linear-gradient(top,  #eaeeef 0%, #bdc7cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeeef), color-stop(100%,#bdc7cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eaeeef 0%,#bdc7cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eaeeef 0%,#bdc7cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eaeeef 0%,#bdc7cc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eaeeef 0%,#bdc7cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeeef', endColorstr='#bdc7cc',GradientType=0 ); /* IE6-9 */
}

input.defaultButton {
    background: #24a5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #24a5e5 0%, #186e99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24a5e5), color-stop(100%,#186e99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #24a5e5 0%,#186e99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #24a5e5 0%,#186e99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #24a5e5 0%,#186e99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #24a5e5 0%,#186e99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24a5e5', endColorstr='#186e99',GradientType=0 ); /* IE6-9 */
}


