/* CSS Document */

.blogBox { 
background-color: #26070b;
background-image: url("../blog/blogbox_bg.jpg");
padding: 0;
margin: 0;
width: 417px;
font-family: Georgia, times;
}

.blogBack {
background-image: url("../blog/blog_background_top.jpg");
background-repeat: no-repeat;
padding: 0px;
font-family: Georgia, times;
}

.textCell {
width: 390px;
padding-top: 20px;
padding-left: 13px;
padding-right: 14px;
padding-bottom: 10px;
font-family: Georgia, times;
margin: 0;
text-align: left;
}


body { 
background-color: #ccc;
padding: 0;
margin: 0;
font-family: Georgia, times;
font-size: 13px;
line-height: 18px;
color: #d5cfc1;
}

.date-header {
font-family: Georgia, times;
font-size: 11px;
font-weight: normal;
line-height: 15px;
padding-left: 15px;
padding-right: 15px;
}

.post-title {
font-family: Georgia, times;
font-size: 25px;
line-height: 28px;
font-weight: bold;
padding-left: 15px;
padding-right: 15px;
}

.post-body {
padding-left: 15px;
padding-right: 15px;
font-family: Georgia, times;
font-size: 13px;
line-height: 18px;
color: #d5cfc1;
}

.post-footer {
padding-left: 15px;
padding-right: 15px;
font-family: Georgia, times;
font-size: 13px;
line-height: 18px;
color: #d5cfc1;
}