html, body{
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    background: #000000 repeat-x left top;
    font-size: 13px;
    color: #949A9D;
}

h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #4444ff;
}

h1 { 
    color: #ccc;
    font-size: 26px;
}

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
    margin-top: 0;
    line-height: 240%;
    text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #bbbbbb; }

a:hover { text-decoration: none; }

a img {
    border: none;
}

.entry{
    /*min-height: 200px;*/
}
.entry h1,.entry h2,.entry h3{
    
}
.entry p{
    padding: 5px;
    /*margin-bottom: 75px;*/
}

.entry p a{
    float: left;
    padding: 10px;
}

hr { display: none; }

.small_text{
    font-size: x-small;
    display: inline;
}

.list1 li {
    float: left;
    line-height: normal;
}

.list1 li img {
    margin: 0 30px 30px 0;
}

.list1 li.alt img {
    margin-right: 0;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    background: #000000;

    min-height: 100%;
    position: relative;
}

/* Header */

#header {
    width: 820px;
    height: 65px;
    margin: 0 auto;
    background: url('/img/bgs/header.png') no-repeat top;
    display: block;
}
#header h1,
#header h1 a{
    color: #aaa;
    text-align: right;
    margin: 0 15px;
}

/* Menu */

#menu {
    float: left;
    height: 44px;
}

#menu ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    line-height: normal;
}

#menu li {
    height: 44px;
    display: block;
    float: left;
    padding: 12px 25px 0 25px;
    background: url(/img/bgs/img04.jpg) no-repeat right;
}

#menu a {
    display: block;
    float: left;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item {
    margin: 0px;
    color: #FFFFFF;
}

#page {
    width: 900px;
    min-height: 150px;
    background: url(/img/bgs/header.jpg) no-repeat top center;
    margin: 0 auto;
    padding: 0 0 90px 0;
}

#content {
    margin: -35px auto;
    width: 550px;
}
#content p{
    margin: 15px auto;
}

/* Post */
.post {
    margin-bottom: 25px;
}

.post .title {
    height: 30px;
    margin-bottom: 3px;
    color: #FFFFFF;
}

.post .date {
    float: right;
    margin-top: -45px;
    padding-right: 20px;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-weight: normal;
    font-size: 12px;
    color: #C2C8CC;
}

.post .meta {
    margin: -30px  0 3px 25px;
    padding: 2px 30px 2px 0px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: normal;
    font-size: 10px;
    color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
    color: #aaa;
    padding: 20px 0px;
    border-bottom: #222222 1px dashed;
}
.post .entry p{
}
.post .entry p a{
    margin-left: 275px;
}

.post .links {
    margin: 0 250px 0 0;
    padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
    padding-left: 17px;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 250px;
    min-height: 250px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#sidebar li {
    margin-bottom: 30px;
    padding: 0 0 20px 0;
    background: url(/img/bgs/img07.jpg) repeat-x left top;
}

#sidebar li ul {
    line-height: 200%;
    background: none;
}

#sidebar li li {
    margin: 0;
    padding: 0 50px;
    background: none;
}

#sidebar p {
    margin: 0;
    padding: 0 5px 5px 5px;
    line-height: 200%;
    font-size: smaller;
}

#sidebar h2 {
    height: 33px;
    margin: 0 0 0 0;
    padding: 15px 0px 0px 20px;
    background: url('/img/bgs/sub_header.png') no-repeat center;
    /*background: url('/img/bgs/img06.jpg') repeat-x left top;*/
    /*text-transform: uppercase;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}


#sidebar p {
}

#sidebar a {
}

/* Footer */
#footer {
    width: 100%;

    /*footer at bottom*/
    position: absolute;
    bottom: 0;
}

#footer p {
    text-align: center;
    line-height: normal;
    color: #333;
    font-size: smaller;
}

#footer a {
    color: #666;
}

