/* change default html styles */
* {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
}


a img {
  border-style: none;
}

/* clearfix, the ie part is in the ie css */


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 

general styling */
body {
  background: white;
  font: normal 76%  Arial, Verdana, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0em;
  margin-bottom: .25em;
  font-weight: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
}

h1 { font-size: 1.8em; }

h2 { font-size: 1.6em; }
 
h3 { font-size: 1.5em; font-weight: bold;}

h4 { font-size: 1.2em; }

h5 { font-size: 0.9em; font-weight: bold;}

h6 { font-size: 0.8em; }


blockquote {
  margin-left: 0em;
  margin-right: 0em;
 border-left: 0px solid #61ac00;
padding-left: 0em;
}


p {
  font-size: 0.8em; margin-bottom: 1em;
  line-height: 1.3em;
}


del, del a {
  color: #999;
}
a {
  color: #61ac00;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul.list, ol.list {
  margin-left: 0em;
  margin-bottom: 1em;
}


.list li {
  margin-bottom: 0em;
  color: #1b1b1b;
}


ul.list li {
  list-style-type: disc;
}


ol.list li {
  list-style-type: decimal;
}




/* layout */
#wrapper {
  position: relative;
  width: 920px;
  margin: 0 auto;
  padding-right: 0px;
  border-left: solid 1px #9a9a9a;
 font-size: 1.11em;
}
#header {
  padding: 0px 0 0px 0px;
  border-bottom: solid 1px #343434;
  background: #1c1c1c;}
#header h1 {
  float: left;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: normal;
}
#header h1 a {
  display: block;
  padding-top: 1em;
  color: #bababa;
}
#header h1 a:hover {
  text-decoration: none;
}
#menu {
  clear: both;
  float: right;
  display: inline;
  margin-top: -1em;
  margin-right: 0px;
  text-align: right;
}
#menu li {
  display: inline;
  margin-right: 10px;
  color: #868686;
}
#menu a {
  color: #868686;
  font-weight: bold;
  text-transform: lowercase;
}
#menu a:hover {
}
#menu li.selected a {
  color: #fff;
}

#content {padding: 10px 0px 0px 0px;
}
h3.content {
  margin-top: 0em;
  margin-bottom: 1em;
  color: #61ac00;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
}

#footer {
  padding: 0px 0px 0px 0px;
  border-top: solid 1px #343434;
  background: #272727; color: #bababa;
  font-size: .8em;
  text-align: center;
}
#footer a {
  color: #bababa;
  text-decoration: underline;
}
#footer a:hover {
  color: #eaeaea;
}

/* article styles */
.article {
  margin-bottom: 20px;
}
.article h2.title {
  clear: both;
  font-size: 1.5em;
}
.article h2.title a {
  color: #61ac00;
}
.article h2.title a:hover {
}
.article .meta {
  margin-bottom: 1em;
  color: #838383;
  font-size: .8em;
}
.article a {
  color: #61ac00;
}
.article a:hover {
}
.article .body {
  margin-bottom: 1em;
}

.article .footer p, .article .footer li, .article .footer h4.meta {
  font-size: .8em;
}
.article .footer ul, .article .footer h4.meta, .article .footer p {
  display: inline;
  font-weight: normal;
}
.article .footer p {
  margin-right: 1em;
  padding-right: 1em;
}
.article .footer, .article .footer a {
  color: #838383;
}
.article .footer li {
  padding-left: 5px;
  border-left: dotted 1px #838383;
}
.article .footer li.first {
  border-left-style: none;
}

/* article and comment body */
.body ul, .article .body ol {
  margin-left: 0em;
  margin-bottom: 1em;
}
.body li {
  margin-bottom: .5em;
  color: #1b1b1b;
}
.body ul li {
  list-style-type: disc;
}
.body ol li {
  list-style-type: decimal;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
  color: #1b1b1b;
  text-transform: none;
  clear: left;
}
.body pre {
  color: #61ac00;
  background-color: #000;
  overflow: auto;
  margin-bottom: 1.5em;
  padding: 0em;
}

/* chelu customizations */
body.che #header h1 a {
  padding-left: 0px;
  line-height: .8;
}
body.che #header h1 a:hover {
  background-position: -2000px 100%;
}

#wrapper {
  width: 920px;
  margin: 0 auto;
}

/* skittlish color: green */
body .article h2 a   { color:            #61ac00; }
body .boxy           { background-color: #61ac00; }

div.image {
  float: left;
  margin-right: 0em;
  font-size: .8em;
}

div.image img {
  display: block;
}

div.image a p {
  color: #838383;
  font-weight: normal;
}
div.image a:hover {
}

#example {
  margin: 0px;
  padding: 20px;
  border: 0px dotted #61ac00;
}