/*
** --
** Redmine Theme :: beem-project.com
** --
*/
@import url(../../../stylesheets/application.css);

body {
    background-color: #444444;
    color: #222222;
    font: normal 80% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

#top-menu {
    background-color: #444444;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 0 0 6px;
    border-bottom: 1px solid #888888;
    font: 85% Verdana,Tahoma,Arial,sans-serif;
    letter-spacing: 0.1em;
}

#top-menu a {
    font-weight: bold;
}

#top-menu a:hover {
}

#header {
    background-color: #222222;
    height: auto;
    min-height: 60px;
    padding: 10px 6px;
}

#header h1 {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

#header h1:first-letter {
    color: #CCFF00;
}

#quick-search {
    font-style: italic;
}

#quick-search input {
    border: 1px solid #222222;
}

#main-menu {
}

#main-menu li {
}

#main-menu li a {
}

#main-menu li a:hover {
}

#main-menu li a.selected, #main-menu li a.selected:hover {
}

#footer {
    letter-spacing: 0.2em;
    background-color: #222222;
    color: white;
    border-bottom: 1px solid #CCFF00;
}

#footer a {
    color: #CCFF00;
}

#main {
    letter-spacing: 0.10em;
    text-align: justify;
}

#main a {
    color: #222222;
    font-weight: bold;
}

#main a:hover {
    color: #666666;
}

#content {
    background-color: white;
}

h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 {
    border-bottom: 0px;
    color: #555555;
    font-family: Trebuchet MS, Georgia, "Times New Roman", serif;
}

h2 {
    font-size: 1.8em;
}

h2:first-letter {
    color: black;
}

h3 {
    font-size: 1.4em;
}

h3:first-letter {
    color: black;
}

h4 {
    font-size: 1.2em;
}

h4:first-letter {
    color: black;
}

p {
    margin-bottom: 20px;
}

.box {
    background-color: white;
    border: 1px solid #EEEEEE;
}
