* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    vertical-align: top;
    font: 62.5% / 1.5 Tahoma, Arial, Helvetica, sans-serif;
    background: #303030;
    color: #fff;
}

input, select {
    font-size: 1.1em
}

h1, h3, h3, h4, h5, h6 {
    font-size: 2em;
    font-family: Arial, Verdana, "Trebuchet MS", "Lucida Grande", Sans-Serif;
}

h2.heading, h2.heading_special {
    font: bold 2em Arial, Helvetica, sans-serif;
}

a {
    text-decoration: underline;
    color: #35898D;
}

a:hover {
    color: #459835;
    text-decoration: none;
}

a img {
    border: 0;
}

: focus {
    outline: none;
}

small {
    font-size: .9em;
}

blockquote {
    margin-top: 12px;
    padding: 2px 20px 6px;
    background: #fff url(images/blockquote.jpg) left top no-repeat;
}

blockquote blockquote {
    margin: 0 0 0 20px;
    padding: 0 0 0 44px;
    background: #fff url(images/blockquote_sub.gif) 0 50% no-repeat;
}

code {
    background: #f3f3f3;
}

cite {
    font-weight: bold;
}

h1 {
    font-size: 4em;
    font-weight: normal;
}

h1 a {
    text-decoration: none;
    color: #fff;
}

h1 a:active {
    color: gold
}
/*style for images*/
.left {
    float: left;
    margin: .2em 1em 1em 0;
}

#logo {
    margin-top: 20px;
}

#topmenu ul {
    margin-top: 10px;
}

#topmenu ul, #topmenu ul li {
    list-style-type: none;
    display: none;
}

#topmenu ul li {
    float: left;
    margin-right: 5px;
    font:bold 10px Arial, "Lucida Grande", Sans-Serif;
    text-transform: uppercase;
    background: #5da82a url(images/tab_right.gif) right top no-repeat;
}

#topmenu ul li a {
    display: block;
    padding: 9px 20px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    background: transparent url(images/tab_left.gif) left top no-repeat;
    color: #fff;
}

#topmenu ul li a:hover {
    background: transparent url(images/tab_hover_left.gif) left top no-repeat;
}

#topmenu ul li:hover {
    background: #9e3535 url(images/tab_hover_right.gif) right top no-repeat;
}

#topmenu ul li#current {
    background: #002030 url(images/tab_current_right.gif) right top no-repeat;
}

#topmenu ul li#current a {
    background: transparent url(images/tab_current_left.gif) left top no-repeat;
    color: #5DA82A;
}

#container {
    margin: 0 auto;
    width: 800px;
    font-size: 1.2em;
    text-align: left;
}

#page {
    float: left;
    width: 800px;
    text-align: left;
}
/*side*/
#sidebar {
    float: right;
    width: 200px;
    margin: 20px 0 0 20px;
    text-align: left;
    color: #fff;
}

#sidebar h3, #sidebar h2 {
    padding: 10px 14px;
    font: bold 1.4em / 1 Arial, Verdana, "Lucida Grande", Sans-Serif;
    color: #fff;
}

#sidebar ul {
    color: #fff;
}

#sidebar ul, #sidebar ul li {
    list-style-type: none;
}

#sidebar ul li {
    padding: 0 0 18px;
}

#sidebar ul ul li a {
    padding: 0 0 0 20px;
    color: #fff;
    background: url(images/bullet.gif) 0 4px no-repeat;
}

#sidebar ul ul li table a {
    padding: 0;
    background: transparent;
}

#sidebar ul ul li .authimage {
    width: 156px;
    height: 137px;
    overflow: hidden;
}

#sidebar ul ul li p {
    padding: 16px 0 0 0;
}

#sidebar ul ul li p a {
    padding: 0;
    background-image: none;
}

#sidebar ul ul ul {
    border: 0;
    font-size: 12px;
    padding: 0;
}

#sidebar ul ul ul li {
    padding: 11px 0 0 20px;
}

#sidebar ul ul ul li a {
    color: #000;
    background: url(images/bullet_sub.gif) 0 3px no-repeat;
}

#sidebar ul ul ul ul li a {
    padding: 0;
    background-image: none;
    color: #DC0808;
}

#searchform fieldset {
    border: transparent none;
    padding: 1em 0;
}

#searchform input {
    margin-bottom: .2em;
    vertical-align: middle;
}

#searchform input#s {
    padding: .1em;
    border: 2px solid #014E60;
    font: 1em / 1.2 Arial, Helvetica, sans-serif;
    width: 128px;
}

#searchform input#searchsubmit {
    background: #B80101;
    border: 1px solid #000;
    color: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font: 1em / 1.2 Verdana, Arial, Helvetica, sans-serif;
}
/*center column*/
.widecolumn {
    float: left;
    width: 800px;
    text-align: left;
    color: #000;
}

.widecolumn .wrapper {
    margin: 8px 0 20px 0;
    padding: 8px 0 8px 0;
    background: url(images/top_narrow.gif) no-repeat 0 0;
}

.narrowcolumn {
    float: left;
    margin: 20px 0;
    padding-top: 8px;
    width: 580px;
    background: #fff url(images/top_narrow.gif) no-repeat 0 0;
    text-align: left;
    color: #000;
}

.narrowcolumn h2, h2.single-head {
    border-bottom: 2px solid #004E60;
    padding: .2em 0;
    color: #A83838;
    font: bold 1.8em / 1.2 Arial, Helvetica, sans-serif; 
    text-shadow:3px 2px #ddd; 
}

.narrowcolumn h2 a {
    color: #A83838;
    text-decoration: none;
}

.narrowcolumn h2 a:hover {
    color: #459835;
}

.wrapper {
    padding: 0 0 8px 0;
    background: url(images/footer_narrow.gif) no-repeat 0 100%;
    color: #000;
}

.post, .navigation, .arh-head, h2.single-head {
    border: solid #004E60;
    border-width: 0 2px;
    padding: 0 20px 12px;
}

.arh-head {
    font: bold 2em Geneva, Arial, Helvetica, sans-serif;
    color: #dedede;
    text-transform: lowercase;
}

.navigation a {
    color: #999;
    white-space: nowrap;
    text-decoration: none;
}

.navigation a:hover {
    text-decoration: underline;
}

.navigation span {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1em;
}
/**/
.post h3, .post h3 a {
    font-family: Arial, Verdana, "Lucida Grande", Sans-Serif;
    font-weight: normal;
    color: #1D8309;
}

.post p {
    padding: 12px 0 0 0;
}

.post img {
    border: 1px solid #ccc;
    padding: 4px;
    background: #eee;
}

.post img.alignleft {
    float: left;
    margin: 5px 10px 0 0;
}

.post img.alignright {
    float: right;
    margin: 5px 0 0 10px;
}

.post img.wp-smiley {
    border: 0;
    padding: 0;
    background: transparent;
}

.post p.top-metadata {
    border-top: 1px solid #eee;
    padding: .3em 0 .4em 0;
    color: #ccc;
    font-size: .9em;
}

.post p.postmetadata {
    margin: 10px 0 0 0;
    border-top: 1px solid #eee;
    text-align: right;
    padding: .3em;
    margin-bottom: 1em;
    font-size: .9em;
}

.post p.nocomments {
    margin: 10px 0 0 0;
    padding: 10px;
    background: #eee;
}

.post ul, .post ol {
    margin: 0 0 0 20px;
}

.post ul, .post ul li {
    list-style-type: none;
}

.post ul li {
    margin: 12px 0 0 0;
    padding: 0 0 0 14px;
    background: url(images/bullet_post.gif) 0 7px no-repeat;
}

.post ul ul li {
    background: url(images/bullet_post_sub.gif) 0 7px no-repeat;
}

.post ul ol li {
    margin: 12px 0 0 0;
    padding: 0 0 0 14px;
}

.post ol li {
    margin: 12px 0 0 10px;
}

.post ol ul li {
    margin: 12px 0 0 0;
}

.entry h2 {
    border: 0;
    color: #000;
}

.comment_link {
    padding: 0 0 0 18px;
    background: url(images/icon_comment.gif) 0 3px no-repeat;
}

h3#comments, h3#respond {
    color: #000;
}

h3#respond {
    padding: .5em 20px 0 0;
    font-size: 1.6em;
}

.red {
    color: red;
}

ol.commentlist, ol.commentlist li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.commentlist li {
    margin: 20px 0 0 0;
    padding: 5px 0 0 0;
    background: url(images/comment_top.gif) no-repeat;
}

ol.commentlist li .commentwrapper {
    padding: 9px 20px 17px;
    background: #eee url(images/comment_bottom.gif) left bottom no-repeat;
}

ol.commentlist ul li {
    padding: 0 0 0 14px;
    background: url(images/bullet_post.gif) 0 8px no-repeat;
}

ol.commentlist blockquote {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    background: url(images/comment_blockquote.gif) 0 12px no-repeat;
}

form#commentform {
    margin: 12px 0 0 0;
    padding: 0 20px 14px;
    background: #EBFFDE;
}

form#commentform input, textarea {
    font-family: Arial, Verdana, "Lucida Grande", Sans-Serif;
    font-size: 12px;
}

#footer {
    margin-bottom: 20px;
    font-size: .9em;
    clear: both;
    padding: 0 0 0 20px;
}