/**
 * stylesheet.css
 *
 * Copyright (c) 2012 METID - Politecnico di Milano
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Global OCS site theme.
 *
 * $Id$
 */

body {
	background-color: #F6F0E1;
}

#headerSpacer {
	height: 6px;
	background: url('img/bk_header_separator.png') center top repeat-x #E4A002;
}

#body {
	border-color: #C9C9CA;
	background-color: #F4F1E6;
}

#header {
	background: url('img/bk_header.png') center top no-repeat #E4A002;
}

#navbar {
	height: 104px;
}

#navbar,
#headerTitle {
	width: auto;
	border-width: 0px;
}

.eko-body #navbar,
.eko-body #headerTitle {
	width: 982px;
}

#footer {
	border: 1px solid #C9C9CA;
	background-color: #F4B70C;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #666666;
}


#navbar ul.menu {
	position: absolute;
	left: 0px;
	top: 25px;
#	width: auto;
	border-width: 0px;
}

.eko-body #navbar ul.menu {
	left: 170px;
	right: 180px;
}

#navbar ul.menu li a {
	display: block;
	padding: 25px 12px 10px 12px;
	background-color: transparent;
	color: #000000;
	font-weight: bold;
}

#navbar ul.menu li a:hover {
	color: #CA3701;
}

#navbar ul.menu li.active-button a {
	background-color: #CA3701;
	color: #FFFFFF
}