body {
    margin:0;
    padding:0;
    font-family:tahoma, verdana, arial;
    font-size:0.8em;
    background:#eee;
    background:#fff;
}

#header {
    background: #000;
    padding:8px;
    text-align:right;
}

#header a {
    color:#ccc;
    text-decoration:none;
    font-weight:bold;
    margin:10px 5px;
}
#header a:hover {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    margin:10px 5px;
}

#logo {
    float:left;
    font-size:1.2em;
    letter-spacing:4px;
}
#logo a, #logo a:hover {
    color:#5DA8E6;
}
#logo a span {
    color:#FF9400;
}

#wrapper{
    float: left;
    width: 100%;
    background:#fff;
    padding-top:5px;
    padding-bottom:10px;
}

#main{
margin-right: 210px;
padding:0 10px;
text-align:center;
}
#main img {
    padding:2px;
    border:1px solid #999;
    margin-top:5px;
}
#main table img {
    padding:0;
    border:0;
}
#main p {
    color:#999;
    font-size:0.8em;
    margin-top:20px;
}

#main a {
    color:#666;
    text-decoration:none;
}
#main a:hover {
    color:#333;
    text-decoration:underline;
}

#side{
    float: left;
    width: 200px;
    margin-left: -210px;
    margin-top:10px;
    font-size:0.8em;
}
#side div.box, #side div.firstbox {
    text-align:center;
    border:1px solid #ccc;
    margin-bottom:10px;
    padding:5px;
    background:#fcfcfc;
}

#side div.box h1 {
    font-size:1em;
    font-weight:normal;
    margin:0;
    padding-bottom:5px;
    line-height:1em;
    text-transform:uppercase;
    color:#666;
}

#side div.box a {
    text-decoration:none;
    color:#666;
}
#side div.box a:hover {
    text-decoration:underline;
    color:#333;
}

#side div.firstbox a {
    text-decoration:none;
    color:#000;
}

#side div.box a.tag:hover {
    text-decoration:underline;
    color:#000;
}

#side div.firstbox a.tag_notice {
    text-decoration:none;
    color:#666;
    font-style:italic;
    padding-top:10px;
}

#side div.firstbox a.tag_notice:hover {
    text-decoration:underline;
    color:#333;
}

#side div.firstbox a img {
    border:1px solid #000;
    padding:2px;
}
#side div.firstbox a:hover img {
    border:2px solid #000;
    padding:1px;
}

#side div.box a img {
    border:0;
    padding:0;
}

#list {
    text-align:center;
}
#list table {
    margin:0 auto;
    border:1px solid #ccc;
    background:#f0f0f0;
    padding:5px;
}

#list table td {
    padding:5px;
}

#list table a img {
    padding:2px;
    border:1px solid #000;
}

#list table a:hover img {
    padding:1px;
    border:2px solid #000;
}

#tags {
    text-align:left;
    padding:0 20px;
}
#tags a {
    color:#666;
    text-decoration:none;
}
#tags a:hover {
    color:#000;
    text-decoration:underline;
}

#pagenav {
    margin-bottom:20px;
}

#pagenav span, #pagenav a {
    padding:5px 10px;
    margin:5px;
    border:1px solid #ccc;
    background:#f0f0f0;
}

#pagenav span {
    color:#666;
    font-style:italic;
}

#pagenav a {
    color: #0000cc;
    text-decoration:none;
}

#pagenav a:hover {
    color: #FF9400;
    background:#fcfcfc;
    text-decoration:underline;
}

#footer{
    clear: both;
    text-align: left;
    margin-top:15px;
    padding:5px 10px;
    background:#eee;
    border-top:1px solid #ccc;
    font-size:0.8em;
    color:#666;
}

#footer a {
    color: #666;
    text-decoration:none;
}
#footer a:hover {
    color: #333;
    text-decoration:none;
}


#slideshow {
    width:300px;
    margin: 0 auto;
    line-height:2em;
}

#slideshow h2 {
    text-align:center;
}
#slideshow small {
    padding-left:30px;
    line-height:1em;
    padding-bottom:10px;
}

#cnt {
    width:50 px;
    float:left;
}
#pause {
    width:50px;
    text-align:right;
    float:right;
}

#timer {
    padding:0 10px 30px 10px;
}

div.box label {
    color: #666;
    position: relative;
    top:-3px;
}

div.box p {
    margin:5px 0;
}

#updates {
    background:#FFFFE1;
    border:1px solid #999;
    width:600px;
    padding:10px;
    margin:0 auto 20px auto;
    font-size:1.2em;
    text-align:center;
    line-height:1.5;
}

#updates a {
    text-decoration:none;
    color:#00f;
}

#updates a:hover {
    text-decoration:underline;
    color:#00f;
}

#updates img {
    border:0;
    position:relative;
    top:2px;
}

#side #squares img {
    margin:2px;
    padding: 1px;
    border:1px solid #ccc;
}

a.is_fav {
    padding-left:16px;
    background: url('star.png') no-repeat left;
}
a.is_fav:hover {
    background: url('emstar.png') no-repeat left;
}
a.not_fav {
    padding-left:16px;
    background: url('emstar.png') no-repeat left;
}
a.not_fav:hover {
    background: url('star.png') no-repeat left;
}

#main div.middlebox {
    text-align:middle;
    border:1px solid #ccc;
    background:#f3f3f3;
    width:460px;
    margin:0 auto;
    padding:5px;
}
#main div.middlebox a.current {
    font-weight:bold;
    color:#333;
}
#main div.middlebox p {
    font-size:x-small;
    color:#333;
    margin:0 0 3px 0;
    text-align:left;
}
#main div.middlebox a img {
    padding:2px;
    border: 1px solid #999;
    margin:5px;
}
#main div.middlebox a:hover img {
    border: 1px solid #333;
}