body {
font-family: times new roman, georgia, serif;
font-size: 12px;
color: #000;
background: #fff url(..//images/blog/linen_pattern.jpg) repeat top center;
margin: 0px;
}

/* structure -----------------------------*/

#top_bar {
background: #9a9e47 url(..//images/top_bar_bg.jpg) repeat top center;
display: block;
width: 100%;
height: 30px;
}

#container {
display: block;
width: 670px;
margin: 0 auto 0 auto;
}

#header {
display: block;
width: 670px;
height: 245px;
background: #fff url(..//images/blog/header1.jpg) no-repeat top center;
text-align: center;
padding: 140px 0 0 0;
letter-spacing: 1px;
}

#main_body {
display: block;
width: 670px;
background: #fff url(..//images/blog/body_bg.jpg) repeat;
text-align: left;
}

#left_column {
margin: 0 0 0 60px;
}

#content_entry {
display: block;
width: 360px;
float: left;
padding: 0;
margin: 10px 0;
border-bottom: #ccc 1px solid;
}

#right_nav {
display: block;
width: 180px;
float: right;
padding: 0 25px 0 0;
}

#footer {
display: block;
height: 55px;
background: #fff url(..//images/blog/footer.jpg) no-repeat;
clear: both;
}

/* text -----------------------------------*/

#header h1 {
font-size: 27px;
color: #64292d;
line-height: 0px;
}

#header h2 {
font-size: 12px;
color: #db5a83;
line-height: 18px;
}

#content_entry h1 {
font-size: 14px;
color: #9a9e47;
line-height: 15px;
}

p {
color: #666;
font-size: 12px;
line-height: 16px;
padding: 0 0 20px 0
}

span.date {
font-size: 10px;
font-style: italic;
color: #9a9e47;
line-height: 22px;
}

span.postedby {
color: #9a9e47;
font-size: 9px;
font-weight: bold;
line-height: 18px;
}

/* images -----------------------------*/

img {
border: none;
}

img.posted {
border-top: #9a9e47 3px solid;
border-right: #9a9e47 3px solid;
border-bottom: #9a9e47 6px solid;
border-left: #9a9e47 3px solid;
margin: 5px auto 5px auto;
}

/* anchors ----------------------------*/

a {
text-decoration: none;
}

#right_nav ul {
list-style: none;
line-height: 21px;
margin: 0;
padding: 20px 0 0 0;
}

#right_nav li {
color: #666;
margin: 0;
font-size: 14px
}

#right_nav a {
font-size: 11px;
color: #666;
}

#right_nav a:link {
color: #666;
text-decoration: none;
}

#right_nav a:hover, #right_nav a:active  {
color: #e39bb3;
text-decoration: underline;
}

#right_nav a:visited {
color: #9a9e47;
text-decoration: none;
}
