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

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

#top_bar {
background: #9a9e47 url(..//images/blog/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/happy_birthday.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_bday.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: 150px;
float: right;
padding: 0 25px 0 0;
}

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

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

#content_entry h1 {
font-size: 14px;
color: #6babc8;
line-height: 15px;
font-weight: normal;
}

p {
color: #666;
font-size: 11px;
line-height: 17px;
padding: 0 0 10px 0;
}

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

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

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

img {
border: none;
}

img.posted {
border: #b3dbe6 1px solid;
padding: 5px;
background-color: #d0edf5;
}

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

a {
text-decoration: none;
}

a.viewcomments {
font-weight: normal;
font-size: 11px;
color: #666;
}

a.viewcomments:link, a.viewcomments:visited {
color: #666;
text-decoration: none;
}

a.viewcomments:hover, a.viewcomments:active  {
color: #6babc8;
text-decoration: underline;
}

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

#right_nav li {
color: #666;
font-weight: bold;
margin: 0;
font-size: 14px
}
#right_nav ul li ul{
list-style: none;
/*line-height: 21px;*/
margin: 0;
padding: 0 0 0 8px;
overflow: hidden;
}

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

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

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