@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.symfony-project.org/book"),
url-prefix('http://www.symfony-project.org/jobeet'),
url-prefix('http://www.symfony-project.org/getting-started'),
url-prefix('http://www.symfony-project.org/reference'),
url-prefix('http://www.symfony-project.org/tutorial'),
url-prefix('http://www.symfony-project.org/forms'),
url-prefix('http://www.symfony-project.org/doctrine'),
url-prefix('http://www.symfony-project.org/cookbook'),
url-prefix('http://www.symfony-project.org/more-with-symfony'),
url-prefix('http://www.symfony-project.org/advent_calendar')
{

body{
    background-color: #000 !important;
}

#content1 {
    color:#888 !important;
    background-color:#1A1A1A !important;
    font-size: 18px !important;
}

a:link {
    color:skyblue !important;
}

a:visited {
    color:skyblue !important;
}

.documentation blockquote.sidebar p.title 
{
    background-color: #222 !important;
}

.documentation blockquote.tip, 
.documentation blockquote.note,
.documentation blockquote.sidebar,
.documentation blockquote.caution,
.documentation .doc_table th,
.documentation pre.url{
    background-color:#000 !important;
}
.documentation pre.url{
    color: orange !important;
}

#bar {
    background-color: #222 !important;
}
#bar h2 {
    color: #EEE !important;
}

.feedback {
    background-color:#000 !important;
}

}
