/* Main Styles */
* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #e3e3e3 url(images/bg.gif) repeat-x;
  font: sans-serif;
  margin: 0px;
  font-size: 60%;
  text-align: justify;
}

li {
  list-style-type: none;
}

a img {
  border-style: none;
}

a {
  color: #1c690a;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0em;
  margin-bottom: .05em;
  font-weight: bold;
  color: #1c690a;
  font-family: sans-serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.8em; }
h6 { font-size: 0.6em; }

p {
  margin-bottom: 1em;
  line-height: 1.3;
}

ul.list, ol.list {
  margin-left: 3em;
  margin-bottom: 1em;
}

.list li {
  margin-bottom: .5em;
  color: #1b1b1b;
}

ul.list li {
  list-style-type: disc;
}

ol.list li {
  list-style-type: decimal;
}

/* Fix the clears */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Main Wrapper */
#wrapper {
  position: relative;
  padding-right: 5px;
  border-left: solid 1px #9a9a9a;
  background: url(images/left_bg.gif) right repeat-y;
  font-size: 1.11em;
}

#wrapper a {
  color: #1c690a;
  text-decoration: none;
  border-bottom: 0px solid;
}

#wrapper a:hover {
  background-color: transparent;
  text-decoration: none;
  border-bottom: 0px solid;
}

#wrapper a:visited {
}

/* header */
#skit_header {
  height: 120px;
  border-bottom: solid 1px #343434;
  background: #000000 url(images/header_bg.gif) no-repeat;
  position: relative;
}

/*
#skit_header h3 {
  float: left;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: normal;
}
*/

#skit_header h3 {
  display: none;
}

#skit_header h3 a {
  display: block;
  padding-top: 0.75em;
  color: #bababa;
}

#skit_header h3 a:hover {
  text-decoration: none;
}

/* main and meta menus */
#skit_menu, #skit_metamenu {
  clear: both;
  float: right;
  display: inline;
  margin-right: 5px;
  text-align: right;
}

#skit_menu li, #skit_metamenu li {
  display: inline;
  margin-right: 5px;
  color: #868686;
}

#skit_metamenu a {
  color: #555555;
  font-weight: lighter;
}

#skit_menu a {
  color: #87b37e;
  font-weight: bold;
}

#skit_menu a:hover {
  color: #ffffff;
  font-weight: bold;
}

#skit_menu selected a, #skit_metamenu li.selected a {
  color: #fff;
}

#skit_menu {
  font-size: 12px;
  color: #809080;
  position: absolute;
  right: 10px; 
  bottom: 10px;
}

#skit_metamenu {
  font-size: 10px;
  color: #809080;
  position: absolute;
  right: 10px; 
  bottom: 100px;
}

/* main content */
#skit_contentwrapper {
  background: #fff url(/images/x_default_sidebar_bg.gif) right top repeat-y;
}

#skit_content {
  background: url(images/content_top_bg.gif) repeat-x;
  color: #555555;
  font: normal 2.0ex/1.5 sans-serif;
  margin: 0px;
  text-align: justify;
  padding: 1ex 2ex 12px;
}

#skit_content em {
  color: #272727;
}

#skit_content a {
  color: #1c690a;
}

#skit_content h2 {
  font-size: 1.5em;
  color: #1c690a;
}

#skit_content pre {
  font-size: 1.2em;
  border: 2px solid #ccc;
  text-align: left;
}

/* footer */
#skit_footer {
  padding: 10px 30px;
  border-top: solid 1px #343434;
  background: #000000 url(images/footer_bg.gif) left bottom no-repeat;
  color: #888888;
  font-size: 0.8em;
  text-align:center;
}

#skit_footer a {
  color: #888888:
  text-decoration: underline;
}

#skit_footer a:hover {
  color: #ffffff;
}

#subscribe a {
  font-weight: normal;
  font-size: 1.4em;
}

.fluid #wrapper {
  width: auto;
  margin: 0 80px;
}

.fixed #wrapper {
  width: 980px;
  margin: 0 auto;
}
