/* CSS Document */

body {
background: url(images/bg.jpg) #000000 repeat-x; 
margin: 0;
padding: 0;
}

#container {
background: url(images/footer.jpg) repeat-x bottom;
}

#sidebar {
background: #404040;
width: 134px;
padding-left: 35px;
padding-right: 15px;
padding-top: 0px;
}

#sidebar ul, li {
color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
line-height: 32px;
}

#sidebar ul, li a:link {
color: #FFFFFF;
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
}

#sidebar ul, li a:visited {
color: #FFFFFF;
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
}

#sidebar ul, li a:hover {
color: #FFFFFF;
margin: 0;
padding: 0;
text-decoration: none;
list-style-type: none;
}

#post {
background: #404040;
width: 599px;
}

.post {
color: #333333;
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 8px;
}

.entry {
background: #FFFFFF;
line-height: 22px;
}

h1 {
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 28px;
font-weight: 500;
padding-bottom: 15px;
}

h1 a:link {
color: #333333;
text-decoration: none;
}

h1 a:visited {
color: #333333;
text-decoration: none;
}

h1 a:hover {
color: #333333;
text-decoration: none;
}

h2 {
color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
letter-spacing: 2px;
}

#footer {
background: #de0000;
height: 49px;
}

.footertext {
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

.footertext a:link {
color: #FFFFFF;
text-decoration: none;
}

.footertext a:visited {
color: #FFFFFF;
text-decoration: none;
}

.footertext a:hover {
border-bottom: 1px #FFFFFF dotted;
color: #FFFFFF;
text-decoration: none;
}

.postmetadata {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: center;
padding-top: 20px;
}

.postmetadata a:link {
color: #333333;
text-decoration: none;
}

.postmetadata a:visited {
color: #333333;
text-decoration: none;
}

.postmetadata a:hover {
color: #333333;
text-decoration: none;
}

.post-bottom {
background-color: #404040;
height: 30px;
width: 599px;
}