@import "base.css";
@import "header.css";
@import "footer.css";

#contents {
    width: 560px;
    background: url("./image/top2.gif") no-repeat left top;
    float:left;
}
#content {
    color: #666666;
    padding:0px 0px 0px 200px;
    text-align:left;
}

.archive-content{
    font-size: 12px;
    margin: 60px 0px;
}
.entry{
    font-size: 12px;
}

.entry-header{
    text-align: left;
    color: #E87BDF;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 0px;
}
.entry-header a, .entry-header a:link, .entry-header a:visited {
    color: #E87BDF;
    text-decoration: none;
}

.entry-header a:hover {
     color: #E87BDF;
    text-decoration: none;
}

.entry-body,.archive-content{
    padding: 2px 0px 10px 0px;
    text-align: left;
}
.entry-body p
 {
     margin:20px 0px;
     line-height: 1.4;
}
.archive-content li
 {
     margin: 0px 0px 0px 20px;
     line-height: 1.4;
}

.entry-body a, .entry-body a:link, .entry-body a:visited,
.archive-content a, .archive-content a:link, .archive-content a:visited
{
    color: #E87BDF;
    text-decoration: none;
}
.entry-body a:hover,
.archive-content a:hover
{
     color: #E87BDF;
    text-decoration: none;
}

.entry-body img {
  padding: 1px;
  background: white;
}
.entry-footer{
    border-top: 1px solid #6F8EB0;
    text-align: right;
    padding:10px 0px;
}

.entry-footer a, .entry-footer a:link, .entry-footer a:visited {
    color: #E87BDF;
    text-decoration: none;
}
.entry-footer a:hover {
    color: #E87BDF;
    text-decoration: none;
}

#archive-title{
    text-align: left;
    color: #E87BDF;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 0px;
}

.content-nav{
    font-size: 10px;
    margin: 10px 5px 10px 0px;
    text-align: right;
    line-height: 2.4;
}
.content-nav2{
    font-size: 10px;
    margin: 10px 0px 0px 0px;
    text-align: right;
    line-height: 2.4;
}

.content-nav a,.content-nav2 a{
    background: #6F8EB0;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px;
}
.content-nav a:hover,.content-nav2 a:hover {
    background:  #E87BDF;
    text-decoration: none;
    padding: 3px;
}

.entry-footer .rsslink{
    font-size: 10px;
}
.entry-footer .rsslink a{
    background: #6F8EB0;
    color: #FFFFFF;
    text-decoration: none;
    padding: 3px;
}
.entry-footer .rsslink a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


.highslide {  
    cursor: url(highslide/graphics/zoomin.cur), pointer;  
    outline: none;  
}  
.highslide img {  
    border: 1px solid white;  
}  
.highslide:hover img {  
    border: 1px solid gray;  
}  

.highslide-image {  
    border: 10px solid white;  
    cursor: pointer; /* opera */  
    cursor: url(highslide/graphics/zoomout.cur), pointer;  
}  
.highslide-image-blur {  
    cursor: pointer;  
    cursor: hand;  
}  
.highslide-caption {  
    display: none;
    border: 5px solid white;  
    border-top: none;  
    padding: 5px;  
    background-color: white;  
}  
.highslide-display-block {  
    display: block;  
}  
.highslide-display-none {  
    display: none;  
}  
.highslide-loading {  
    display: block;  
    color: white;  
    font-style: 'MS Sans Serif';  
    font-size: 9px;  
    font-weight: bold;  
    text-transform: uppercase;  
    text-decoration: none;  
    padding: 3px;  
    opacity: 0.60; /* w3c */  
    filter: alpha(opacity=60); /* ie */  
    border-top: 1px solid white;  
    border-bottom: 1px solid white;  
    background-color: black;  

    padding-left: 22px;  
    background-image: url(highslide/graphics/loader.gif);  
    background-repeat: no-repeat;  
    background-position: 3px 1px;  

}  
a.highslide-credits,  
a.highslide-credits i {  
    padding: 2px;  
    color: silver;  
    text-decoration: none;  
    font-size: 10px;  
}  
a.highslide-credits:hover,  
a.highslide-credits:hover i {  
    color: white;  
    background-color: gray;  
}  


