/* ------------------------------------------------------ Base Elements ------------------------------------------------------ */
body {
	background: #ffffff url(../img/base/bg-banner.jpg) repeat-x;
  margin: 0;
  padding: 0;
  color: #006633;
  font-family: verdana;
}

/* ----------------------- H ----------------------- */
h1 {
  color: #fa5b0c;
  font: 1.4em times;
  display: none;
}

h2 {
  color: #fa5b0c;
  font: 1.1em times;
  /*text-transform: uppercase;*/
}

h2.bigh2 {
  color: #fa5b0c;
  font: 1.3em times;
  text-transform: uppercase;
}

h3 {
  color: #fa5b0c;
  font: 1.1em times;
  text-transform: uppercase;
}

/* ----------------------- A ----------------------- */
a {
  color: #fa5b0c;
  /*color: #01954b;*/
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.green {
  color: #01954b;
  text-decoration: none;
}

/* ----------------------- P ----------------------- */
p {
  color: #362205;
  font-size: 0.9em;
}

p.yellow {
  color: #face1c;
  font-size: 0.9em;
}

p.smallCenter {
  font-size: 0.7em;
  text-align: center;
}

p.small {
  font-size: 0.8em;
}

p.ask {
  color: #990000;
  font-style: italic;
  font-size: 0.8em;
}

p.smallRight {
  font-size: 0.8em;
  text-align: right;
}

p.p70 {
	width: 70%;
}

/* ----------------------- Various ----------------------- */
ul {
  color: #362205;
  font-size: 0.9em;
}

li.menu {
  background: #000000 url(../img/base/bg-menu.jpg) repeat-x bottom;
  margin-left: -40px;
  padding-left: 15px;
  color: #01954b;
  font-size: 0.9em;
  line-height: 1.8em;
  list-style: none;
}

li.subMenu {
  color: #01954b;
  font-size: 0.9em;
  line-height: 1.8em;
  list-style: none;
}

li.subSubMenu {
  margin-left: 20px;
  padding-left: 5px;
  color: #01954b;
  font-size: 0.9em;
  line-height: 1.8em;
}

ul.top-10 {
  margin-top: -15px;
  margin-bottom: -10px;
}

li.subMenuPhp {
  color: #01954b;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.8em;
  list-style: none;
}

/* ------------------------------------------------------ Banner ------------------------------------------------------ */
.banner {
  position: relative;
  background: url(../img/base/banner.jpg) no-repeat;
	height: 226px;
	z-index: 3;
}

/* ------------------------------------------------------ Menu ------------------------------------------------------ */
.menu-backgrounde {
  position: fixed;
  background: #000000;
  top: 0px;
  width: 200px;
  height: 100%;
  z-index: 2;
}

.bg-menu {
  position: absolute;
  background: #000000;
  width: 200px;
  z-index: 5;
}

/* ------------------------------------------------------ Right Column ------------------------------------------------------ */
.rightColumn {
  position: relative;
  background: #000000;
  float: right;
  width: 140px;
  padding-left: 10px;
  padding-right: 6px;
  z-index: 6;
}

/* ------------------------------------------------------ Center Column ------------------------------------------------------ */
.centerColumn {
  position: relative;
  padding-left: 215px;
  padding-right: 165px;
  z-index: 4;
}

/* ------------------------------------------------------ Content ------------------------------------------------------ */
.content {
  position: relative;
  padding-left: 215px;
  padding-right: 10px;
  z-index: 4;
}

/* ------------------------------------------------------ Footer ------------------------------------------------------ */
.footer {
  font-size: 0.7em;
  text-align: center;
  padding-bottom: 5px;
}

/* ------------------------------------------------------ Various ------------------------------------------------------ */
.imgCenter {
  text-align: center;
}

.linkImg {
  border: 0px;
}

.imgLeft {
  float: left;
  padding-right: 10px;
}

.imgRight {
  float: right;
}

.imgRightNoBerder {
  float: right;
  border: 0px;
}

/* ------------------------------------------------------ Dotclear ------------------------------------------------------ */
h2.post-title {
  font: 1.3em times;
  text-transform: uppercase;
}

.post-info {
  font-size: 0.7em;
}
