/* blog style */

body
{
background-image:  url(site/bg.jpg); 
background-repeat: repeat-x;
background-color: #eeeeee;
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}

#table
{
margin: 0 auto 0 auto;
width: 755px;
}

#title
{
text-align: center;
width: 755px;
height: 77px;
}

#title-bottom
{
text-align: center;
width: 755px;
height: 32px;
}

#content
{
width: 490px;
color: #555555;
line-height: 20px;
padding-top: 20px;
text-align: justify;
font-family: georgia, times new roman, serif;
font-size: 13px;
}

#copyright
{
clear: right;
font-family: 'lucida grande', verdana, arial, sans-serif;
font-size: 10px;
line-height: 22px;
text-align: right;
color: #777777;
margin: 20px 0px 40px 0px;
}

#copyright a:link, #copyright a:visited
{
color: #777777;
font-weight: bold;
text-decoration: none;
}

#copyright a:hover
{
background-color: #ffffff;
}



/* menu style */

#menu
{
float: right;
font-family: 'lucida grande', verdana, arial, sans-serif;
font-size: 10px;
color: #555555;
line-height: 18px;
text-align: left;
margin: 20px 0px 40px 19px;
}

#menu .heading
{
font-family: arial, sans-serif;
font-size: 18px;
color: #E3B300;
}

#menu .info
{
width: 229px;
padding: 5px;
background-color: #ffffff;
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
}

#menu .info a:link, #menu .info a:visited
{
color: #555555;
font-weight: bold;
text-decoration: none;
}

#menu .info a:hover
{
color: #ffffff;
background-color: #E3B300;
}

#menu .film
{
width: 229px;
padding: 5px;
margin-top: 20px;
background-color: #F0FFF0;
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
}

#menu .film a:link, #menu .film a:visited
{
color: #555555;
font-weight: bold;
text-decoration: none;
}

#menu .film a:hover
{
color: #ffffff;
background-color: #E3B300;
}

#menu .film .stars
{
vertical-align: middle;
}

#menu .film .thoughts
{
margin-left: 10px;
font-style: italic;
}

#menu .music
{
width: 229px;
padding: 5px;
margin-top: 20px;
background-color: #F0FFF0;
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
}

#menu .music a:link, #menu .music a:visited
{
color: #555555;
font-weight: bold;
text-decoration: none;
}

#menu .music a:hover
{
color: #ffffff;
background-color: #E3B300;
}

#menu .links
{
width: 229px;
padding: 5px;
margin-top: 20px;
background-color: #F0FFF0;
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
}

#menu .links a:link, #menu .links a:visited
{
color: #555555;
font-weight: normal;
font-weight: bold;
text-decoration: none;
}

#menu .links a:hover
{
color: #ffffff;
background-color: #E3B300;
}

#menu .archive
{
width: 229px;
padding: 5px;
margin-top: 20px;
background-color: #F0FFF0;
border-left: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
}

#menu .archive a:link, #menu .archive a:visited
{
color: #555555;
font-weight: normal;
font-weight: bold;
text-decoration: none;
}

#menu .archive a:hover
{
color: #ffffff;
background-color: #E3B300;
}

#menu .archive .search
{
font-family: arial, sans-serif;
font-size: 12px;
color: #555555;
width: 160px;
padding: 1px;
background-color: #ffffff;
border: 1px solid #dddddd;
}

#menu .archive .button
{
font-family: arial, sans-serif;
font-size: 12px;
color: #ffffff;
font-weight:bold;
background-color: #E3B300;
border: none;
}



/* entry style */

.title
{
font-family: arial, sans-serif;
font-size: 20px;
text-align: left;
text-transform: lowercase;
color: #E3B300;
}

.title a:link, .title a:visited
{
color: #E3B300;
text-decoration: none;
}

.title a:hover
{
color: #E3B300;
text-decoration: none;
background-color: #F0FFF0;
}

.entry a:link, .entry a:visited
{
color: #555555;
text-decoration: underline;
}

.entry a:hover
{
color: #ffffff;
background-color: #E3B300;
text-decoration: none;
}

.entry ol
{
padding: 0px;
margin: 10px 0px 0px 18px;
}

.entry ol li
{
margin: 0px 0px 10px 0px;
}

.entry ul
{
list-style-image: url('site/li.gif');
padding: 0px;
margin: 10px 0px 0px 18px;
}

.entry ul li
{
margin: 0px 0px 10px 0px;
}

.entry img
{
padding: 5px;
background-color: #ffffff;
border-left: 1px solid #DBDBDB;
border-top: 1px solid #DBDBDB;
}

.entry .left
{
float: left;
margin-right: 10px;
}

.entry .right
{
float: right;
margin-left: 10px;
}

blockquote
{
font-size: 12px;
line-height: 18px;
text-align: left;
padding-left: 10px;
border-left: 5px solid #ffffff;
}