/* @override http://0.0.0.0:4331/media/css/site-positive.css */

/* @group Colors */
body {
    background: url(/media/images/positive/grid.png) no-repeat fixed top left;
    background-color: rgb(250,250,250);
    color: rgb(0,0,0);
}

h1, h2 {
    color: rgb(255,26,0);
}

a {
    color: rgb(2,122,187);
}

#backdrop {
    background: url(/media/images/positive/gradient.png) repeat-x top left;
}

#topbar {
	border-style: none;
	border-top: .8em solid rgb(156,156,156);
}

#footer {
    color: rgb(156,156,156)
}

#logo {
	background: url(/media/images/positive/ozero.png) no-repeat top left;
}

.page {
    border: .1em solid rgb(206,206,206);
    background: url(/media/images/positive/transparent-20.png) repeat top left;
}

.menu a {
    color: rgb(2,122,187);
}

.menu a:hover {
    color: rgb(255,26,0);
}

.menu li {
    border-bottom: .3em solid rgb(2,122,187);
}

.menu li.active {
    border-color: rgb(255,26,0);
}

.menu li.divider {
    border-bottom: .3em solid rgb(176,176,176);
}

.menu li.spacer {
    border-bottom: 0px;
}

/* @end */
