@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-align: center;
    background: #fff;
}



a:link, a:visited {
    color:#000;
    text-decoration: underline;
}

a:hover, a:active {
    color: #000;
    text-decoration: none;
}

h1 {
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}

#page {
    width:940px;
    background: url(page_bg.jpg) top left;
    text-align:left;
}

#header {
    width:940px;
    height:184px;
    background: url(header.jpg) no-repeat top left;
}

#header a {
    width:940px;
    height:184px;
    display:block;
    text-decoration: none;
}

#content {
    margin: 0 0 0 40px;
    width: 580px;
    float:left;
}

.post {
    margin-bottom:20px;
}

.post p.postdate {
    font-size:10px;
}

.post p {
    margin-top:10px;
}


.post ul {
    margin-left:30px;
    list-style-type:circle;
}

.post p.tags {
    color: #666;
}

.post .tags a {
    color: #666;
}

.post div.linkcenter {
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    padding: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.post div.linkcenter ul {
    list-style-type: square;
}

#menu {
    margin: 0 0 0 50px;
    width: 225px;
    float:left;
}

#menu li {
    list-style-type:none;
    line-height:18px;
}

#menu h2,
#menu h3 {
    font-size:14px;
    margin-top:10px;
}

#menu li ul {
    margin-left:10px;
}

#menu li ul.children {
    margin-left:15px;
}

#tagcloud {
  padding: 0!important;
  margin-bottom: 1em;
  overflow: hidden;
}
#tagcloud ul li {
  display: inline;
  margin-right: 0.15em;
  line-height: 1.8em;
}


#footer {
    clear:left;
    width:940px;
    height:70px;
    background: url(footer.jpg) no-repeat bottom left;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions & aligment */

.entry p { margin-bottom: 1em; }