* {
        margin: 0;
        padding: 0;
}

body {
        background: url(images/img01.jpg) repeat-x left top;
        font-family: Verdana, Times, serif;
        text-align: justify;
        font-size: 13px;
        color: #8A7F7F;
}

h1, h2, h3 {
        margin-bottom: 1em;
        font-weight: normal;
        color: #549DC7;
}

h1 a, h2 a, h3 a {
        text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
        text-decoration: underline;
}

h1 {
        letter-spacing: 0px;
        font-size: 34px;
        font-weight: bold;
}

h1.title {
        margin-top: 25px;
        text-align: center;
}

h2 {
        letter-spacing: 0px;
        font-size: 12px;
        font-weight: bold;
}

h3 {
        letter-spacing: 0px;
        font-size: 2em;
}

p, ul, ol {
        margin-bottom: 1.5em;
        line-height: 180%;
}

ul, ol {
        margin-left: 3em;
}

blockquote {
        margin-left: 3em;
        margin-right: 3em;
}

a {
        text-decoration: none;
        color: #E58C43;
}

a.cover {
        text-decoration: none;
        color: #8A7F7F;
}

a.side {
        font-size: 12px;
        font-weight: bold;
}

a.sidelink {
        font-size: 12px;
        font-weight: bold;
        color: #549DC7;
}

a.sidelink1 {
        font-size: 12px;
        font-weight: bold;
        color: #549DC7;
        text-decoration: underline;
}

a.subsidelink {
        font-size: 12px;
        color: #C1C1C1;
        font-weight: bold;
}

a.subsidelink1 {
        font-size: 12px;
        color: #C1C1C1;
        font-weight: bold;
        text-decoration: underline;
}

a:hover {
        background: #CEE7F5;
        text-decoration: underline;
        color: #549DC7;
}

a.cover:hover {
        text-decoration: none;
        background: none;
        color: #8A7F7F;
}

/* Logo */

#logo {
        width: 960px;
        height: 80px;
        margin: 0 auto;
        text-align: center;
}

#logo h1, #logo h2 {
        float: left;
        margin: 0;
        padding-top: 5px;
}

#logo h1 a {
        padding: 0px 0 0 310px;
        color: #004085;
}

#logo h1 a:hover {
        text-decoration: none;
        background: none;

}

#logo h2 {
        padding: 18px 0 40px 7px;
        letter-spacing: normal;
        font-size: 1.4em;
}

/* Page */

#page {
        width: 960px;
        margin: 0 auto;
        background: url(images/img02.gif) repeat-y;
}

/* Sidebars */

.sidebar {
        float: left;
        width: 200px;
        margin-top: 180px;
        padding-top: 20px;
}

.sidebar ul {
        margin: 0;
        padding: 0;
}

.sidebar li {
        padding-bottom: 10px;
        list-style: none;
}


.sidebar li ul {
}

.sidebar li li {
        padding: 0;
}

.sidebar h3 {
        height: 40px;
        margin: 0;
        letter-spacing: normal;
        font-size: 1.4em;
}

/* Sidebar1 */

#sidebar1 {
}

#sidebar1 h3 {
        text-align: left;
        background: url(images/img06.jpg) no-repeat left top;
        padding: 5px 0 0 40px;
        font-size: 22px;
}

#sidebar1 li li {
        padding-left: 20px;
        text-align: left;
        font-size: 12px;
}

/* Sidebar2 */

#sidebar2 {
        background: url(images/img04.gif) no-repeat;
}

#sidebar2 h3 {
        background: url(images/img06.gif) no-repeat;
}

/* Search */

#search {
}

#search form {
        text-align: center;
}

#search #s {
        width: 95%;
        margin-bottom: 10px;
}

#search h2 {
        background-image: url(images/img07.gif);
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
        background: url(images/img06.jpg) no-repeat left top;
        padding: 5px 0 0 40px;
        font-size: 22px;
}

.sidebar #recent-posts ul {
        padding-left: 20px;
        font-size: 12px;
}

.sidebar #recent-posts li {
        border-bottom: 1px dashed #D9EBFF;
        margin-top: 20px;
}

/* Content */

#content {
        float: left;
        width: 542px;
        background: url(images/img03.jpg) repeat-y left top;
}

#content .bgtop {
        background: url(images/img02.jpg) no-repeat left top;
}

#content .bgbtm {
        background: url(images/img04.jpg) no-repeat left bottom;
}

.post {
        padding: 200px 25px 10px 25px;
}

.post . {
        margin: 0;
        padding: 0 20px;
}

.post h2 {
}

.post .meta {
        margin: 0;
        padding: 0 20px 20px 20px;
        line-height: normal;
}

.post .entry {
        padding: 20px;
        background: url(images/img10.gif) repeat-x;
}

.post .tags, .post .links {
        margin: 0;
        line-height: normal;
        font-size: smaller;
        text-align: center;
}

.post .tags {
        padding-top: 10px;
        border-top: 1px dashed #D9EBFF;
}

/* Footer */

#footer {
        width: 562px;
        height: 60px;
        margin: 0 auto;
        padding: 15px 0;
        text-align: center;
        background: url(images/img05.jpg) no-repeat;
}

#footer p {
        margin: 0;
        padding: 0;
        font-size: 13px;
        line-height: normal;
}

p.sideinfo {
        font-size: 10px;
}