body 
{
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: #000;
    color: blue;
    font-size: 12px;
}
Body a {color:black}
h1
{
    font-size: 28px;
}
h2
{
    font-size: 24px
}
h3
{
    font-size: 20px;

}
h4
{
    font-size: 16px;

}
h4
{
    font-size: 14px;

}
h5
{
    font-size: 12px;

}
h6
{
    font-size: 10px;

}
a
{
    color: #7EAC28;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
a.no-link, a.no-link:hover
{
    color: #CCC;
    text-decoration: none;
}
#header 
{
    margin: 0px;
    padding: 0px;
    border-bottom: 3px dashed #343434;
    background: #a0a0a0;
    Border:2px double silver;   
}
#header .heading
{
    font-size: 28px;
    margin:0 3px;
    padding: 0px 3px;
    text-decoration: none;
    font-weight: bold;
    Text-shadow:1px 1px 9px red;
}
#header .heading a
{
    text-decoration: none;
    color: #fff;
}
#header .description
{
    color: #343434;
    margin: 0px;
    font-size: 10px;
    padding-bottom: 2px;
    font-weight: bold;
    Text-shadow:1px 1px 9px red;
}
#navigation 
{
    background:transparent;
    margin:4px 0px;
    color: #fff;
    border-top: 1px dotted #EE7C33;
    padding: 3px;
    Text-align:center;
         
}

#navigation span
{
    margin:2px 3px 2px 2px; 
    padding:2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background:black;
    Border: 5px groove silver;
}
#navigation span+span    
{
    margin:6px 3px 2px 2px;
    padding: 4px2px 4px 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background:black;
    border:5px groove silver;

}
#navigation span+span+span
{    
    margin:2px 2px 2px 3px;
    padding: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background:black;
    border:4px groove silver;
}
#navigation span a
{
    color: lime;
    padding: 1px ;
    margin: 0px;
    display: inline-block;
    text-decoration: none;
}

#content
{
    padding: 0px;
}
.post, .post-single 
{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 10px 0px; 
    font-size: 12px;
    border-bottom: 1px dashed #333;
    Background: #a8a8a8;
}

.post-meta
{
    Margin:2px 0px;
    background:orange;
    font-size: 10px;
    border: 6px groove black;
    Text-align:center;
}
.post-meta .title
{
    Background:#000;
    color: #EE7C33;
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 3px 0px;
    Border:1px solid silver;
    Text-align:center;
    Text-shadow:1px 1px 9px yellow;
}
.post-meta .title a
{
    text-decoration: none;
    color: blue;
}
.post-meta .categories
{

    border:2px groove red;
    font-size: 12px;
    margin: 0px 8px;
    padding: 3px;
   
}
.post-meta .categories
{
        background:black;
        Color:white;
         List-style:none;
}
.post-meta2
{
    font-size: 10px;
}
.post-content
{
    margin: 4px 0px 0px 8px;
    Padding:3px;
    font-size: 12px;
}

#comments
{
    Text-align:center;
    margin: 10px 0px 0px 0px
}
#comments h3, #comments h4, #comments h5
{
    margin: 0px;
    padding: 0px;
    Color:orange;
}


#comments .comment
{
    background-color: #f5f3e4;
    padding: 4px;
    margin: 0px 0px 4px 0px;
    font-size: 12px;
    color: #7EAC28;
}
#comments .comment .comment-header
{
    font-size: 10px;
    border: 1px dashed #red;
}
#comments .comment .comment-header .title
{
    Background:lime;
    color: #EE7C33;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid silver;
}
#comments .comment .comment-header .title a
{
    text-decoration: none;
    color: #EE7C33;
    font-weight: bold;
}

#footer
{
    font-size: 12px;
    margin: 0px 3px;;
    color: #fff;
    padding: 4px;
    background: #EE7C33;
    Border-top:2px solid silver;
    Text-align:center;
}
#footer a
{
    color: #fff;
}
#footer #powered-by
{
    font-size: 8px;
    padding: 0px;
    margin: 0px;
    line-height: 8px;
}
#footer #powered-by a
{
    color: #fff;
    font-weight: bold;
}

#pagination-links
{
    font-size: 18px;
    text-align: left;
    color: navy;
}
#pagination-links span
{
    margin:2px 8px;
    padding:0 5px;
    display: inline-block;
    background: silver;
}
#pagination-links a
{
    padding:0px 5px;
    background: transparent;
    color: #fff;
    display: inline-block;
    margin-top: 2px;
    text-decoration: none;
}
#pagination-links a:hover
{
    text-decoration: none;
}
#bottom-content
{
    padding: 0px 4px 0px 4px;
    margin-top: 10px;
    background: #6A7527;
    font-size: 14px;
    color: #fff;
}
#bottom-content a
{
  color: #orange;
}
#bottom-content a.no-link, #bottom-content a.no-link:hover
{
  color: gray;
  text-decoration: none;
}
#bottom-content a:hover
{
    text-decoration: none;
}
#bottom-content h3
{
    Background:snow;
    Border:3px groove black;
    margin: 0px;
    padding:0px;
    Text-shadow:1px 1px 9px red;
    Color: gray;
    Font-size: 24px;
}
#bottom-content
{
     Text-align:center;
     Color: 333300;
}
#bottom-content ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;    
}
#bottom-content ul li
{
    Background:snow;
    margin: 0px;
    padding: 4px 0px 4px 0px;
    border-bottom: 1px solid silver;
    Color: navy;
    Text-align: left;
}
#bottom-content ul li.last
{
    border: 0px;
    padding;2px;
}

#search-form
{
  Background:#000;
  text-align: center;
  margin-top: 2px;
}
#search-form .inp-text
{
    width: 70%;
}
#search-form .inp-btn
{
    width: 20%;
}
.highlight
{
    background: #7EAC28;
    text-align: center;
    margin: 5px 0px 0px 0px;
    border: 1px dashed #343434;
    color: #fff;
}
#comments .messages, #comments .highlight
{
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 15px;
}
#comments .messages
{
  color: #D8000C;
  border-color: #D8000C;
  background-color: #FFBABA;
  list-style: none;
}
#comments .highlight
{
  color: #9F6000;
  border-color: #9F6000;
  background-color: #FEEFB3;
  text-align: center;
}
#comment_form small
{
Color:orange;
}
.inp-text, .inp-textarea, .inp-btn
{
  color: orange;
  background: #fff;
  font-weight: bold;
  border: 1px solid #343434;
}
.clear
{
  clear: both;
}
#next_previous 
{
  margin: 6px 0;
  font-size: 18px;
}
#next_previous .previous, #next_previous .next
{
  display: inline-block;
  background: #fff;
  padding: 6px 8px;
  color: #000;
  margin-top: 4px;
  Border: 6px groove black;
}
#next_previous .previous
{
  float: left;
}
#next_previous .next
{
  float: right;
  margin-left: 4px;
}
#next_previous .next
{
Content:"Salajengna»"}
#next_previous .previous
{
Content:"«sateuacana"
}