/* change default html styles */
/* * {
  margin: 0;
  padding: 0;
} */


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

/* general styling */

del, del a {
  color: #999;
}
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;
}


/* layout */

h3.content {
  margin-top: 2em;
  margin-bottom: 1em;
  color: #61ac00;
  font-size: 1.6em;
  font-weight: normal;
  text-transform: uppercase;
}

#footer {
  padding: 14px 80px 40px 80px;
  border-top: solid 1px #343434;
  background: #272727 url(/images/footer_bg.gif) left bottom repeat-x;
  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: 2.6em;
}
.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: 3em;
  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: 1em;
}

/* chelu customizations */
body.che #header h1 a {
  padding-left: 53px;
  background: url(/images/logo.gif) left bottom no-repeat;
  line-height: .8;
}
body.che #header h1 a:hover {
  background-position: -2000px 100%;
}

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

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

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

div.image img {
  display: block;
}

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

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