/**
 * halac.css
 *
 * Copyright (c) 2010 Bruno Beghelli, all rights reserved
 *
 * Halac theme.
 *
 * $Id$
 */
 
h2 {
  color:#263a1b;
  font-family:Trebuchet MS !important;
  font-weight:bold !important;
  font-size:26px;
  letter-spacing:-0.6px;
  padding-top:30px !important;
  margin-bottom:0px !important;
}

body {
  background-color:#ffffff;
  background-image:url(bg-body.jpg);	
}
a {
  color:#5dab30 !important;	
}
a:hover {
  color:#263A1B !important;
  background-color:transparent !important;
}
#header {
  background-color:#263a1b;
}
#headerTitle {
  background:url(header-bg.png) no-repeat right;
  width:81%;
}
#headerTitle h1 {
  padding-left:0px;
  padding-bottom:15px;
}
#navbar {
  background-color:#70b846;
  border-bottom: none;
  padding-top:2px;
  height:38px;
  background:url(menu-bg.png) repeat-x;
}
#navbar .menu {
  width:80%;
  margin:auto;
  padding-top:5px;
}
#navbar .menu a {
  color:#263a1b !important;
  font-weight:bold;
}
#navbar .menu a:hover {
  background-color:#5dab30 !important;
  color:#FFFFFF !important;
}
#sidebar div.block {
  background-color:#263a1b;
  margin-bottom:20px;
  padding:5px;
  color:#ffffff;	
}
#sidebar div.block select {
  width:120px;	
}
#sidebar div.block a {
  color:#ffffff !important;
}
#sidebar div.block a:hover {
  background-color:#5dab30 !important;
}
#content {
  border-top: 0px;
}

