﻿* {
    margin: 0;
    padding: 0;
}
body {
    background: url("images/img01.jpg") repeat-x scroll left top #FFFFFF;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    text-align: justify;
}
h1, h2, h3 {
}
h1 {
}
h2 {
}
h3 {
}
p, blockquote, ul, ol {
    line-height: 2em;
    margin-bottom: 20px;
}
p {
}
blockquote {
}
ul, ol, li {
    color: #FF0000;
    font-weight: bold;
     list-style: square outside none;
    margin: 15px;
    padding: 0;
}
a {
    color: #FF0000;
    text-decoration: underline;
}
a:hover {
    color: #FF0000;
    text-decoration: none;
}
#wrapper {
}
#header {
    height: 105px;
    margin: 0 auto;
    width: 940px;
}
#logo {
    float: left;
    height: 105px;
    margin: 0;
    width: 270px;
}
#logo h1 {
    color: #FFFFFF;
    font: 36px Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 0;
}
#logo h1 a {
    color: #FFFFFF;
}
#logo h2 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: -2px 0 0;
    padding: 0;
    text-transform: uppercase;
}
#logo a {
    color: #FFFFFF;
    text-decoration: none;
}
#menu {
    background: url("images/img02.jpg") repeat-x scroll left top transparent;
    height: 47px;
    margin: 0 auto;
    width: 940px;
}
#menu ul {
    line-height: normal;
    list-style: none outside none;
    margin: 0 0 0 0;
    padding: 0;
}
#menu li {
    display: inline;
    text-align: center;
    float: left;
padding:0 6px;
}
#menu a {
    color: #FF0000;
    display: inline;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 5px;
}
#menu a:hover, #menu .active a {
    color: #FFFFFF;
}
#splash {
    height: 255px;
    margin: 0 auto;
    width: 940px;
}
#page {
    margin: 0 auto;
    padding-top: 30px;
    width: 940px;
}
#page-bgtop {
}
#content {
    float: right;
    width: 640px;
}
.post {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 30px;
}
.post .title {
    color: #515151;
    margin: 0;
    padding: 0 0 5px;
}
.post .title a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px 35px 4px 15px;
    text-decoration: none;
}
.post .entry {
    padding: 20px 0;
}
.post img {
    float: left;
    padding: 30px 15px 30px 0;
}
.post .meta {
    color: #202020;
    font-weight: bold;
    padding: 0 0 20px;
    text-align: right;
}
.post .byline {
    color: #5E5E5E;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-top: -30px;
}
#sidebar {
    float: left;
    margin: 0;
    padding: 0 30px 30px 0;
    width: 240px;
}
#sidebar ul {
    line-height: normal;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#sidebar li {
    margin-bottom: 1px;
}
#sidebar li ul {
    margin: 0;
    padding: 0 0 40px;
}
#sidebar li li {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
    border-style: none none solid;
    border-width: medium medium 1px;
    line-height: 20px;
    margin: 0;
    padding: 9px 0;
}
#sidebar h2 {
    color: #FF0000;
    font-size: 160%;
    font-weight: bold;
    margin: 0;
    padding: 0 0 20px;
}
#sidebar h3 {
    color: #110404;
    font-size: 77%;
}
#sidebar p {
    color: #000000;
    line-height: normal;
    margin: 0;
}
#sidebar a {
    border: medium none;
    color: #6C6C6C;
    font-weight: bolder;
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}
#submenu {
}
#news {
}
#news a {
    font-size: 85%;
}
#footer {
    background: none repeat scroll 0 0 #000000;
    color: #686767;
    margin: 0 auto;
    padding: 20px 0;
}
#footer p {
    font-size: 77%;
    font-weight: bold;
    margin: 0;
    text-align: center;
}
#footer a {
    color: #A1A1A1;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}

