/* Colours */

body
{
  background: #ebe4db;
  color: #565c61;
}
h1
{
  color: #82a2c2;
}
h2
{
}

#top
{
  margin: 0px auto;
  width: 700px;
  height: 370px;
  background: #efecec;
}



#parallax
{
  position: relative;
  overflow: hidden;
  width: 700px;
  height: 370px;
}

#container {
    width: 700px;
    color: #161412;
    padding: 0;
    margin:0 auto;
    position:relative;

}

#cl {clear:both}



#contents {
    position:absolute;
    width: 700px;
    top: 370px;
    left: 0px;
    background: url("./images/back.gif") repeat-y ;
}

#content {
    padding:0px 35px 50px 225px;
    margin:0px 0px 20px 0px;
    text-align:left;
    background: url("./images/footer.gif") no-repeat bottom ;
}




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

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

.entry-header a:hover {
     color: #D96925;
    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: #D96925;
    text-decoration: none;
}
.entry-body a:hover,
.archive-content a:hover
{
     color: #D96925;
    text-decoration: none;
}

.entry-body img {
  padding: 1px;

}
.entry-footer{
    border-top: 1px solid #6E8729;
    text-align: right;
    padding:10px 0px;
}

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

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

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

.content-nav a,.content-nav2 a{
    background: #6E8729;
    color: #B6CE91;
    text-decoration: none;
    padding: 3px;
}
.content-nav a:hover,.content-nav2 a:hover {
    background:  #D96925;
    text-decoration: none;
    padding: 3px;
}

.entry-footer .rsslink{
    font-size: 10px;
}
.entry-footer .rsslink a{
    background: #6E8729;
    color: #B6CE91;
    text-decoration: none;
    padding: 3px;
}
.entry-footer .rsslink a:hover {
    color: #B6CE91;
    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;  
}  


#link {
    position:absolute;
    display: block;
    width: 185px;height:190px ;
    top:400px;left:0px;
}

#link a {
    cursor: pointer;
}

#link .web{
    display:block; 
    width:185px; 
    height:190px;
    background-image:url("./images/629_link.gif");
    background-position: 0px 0px;
    position:absolute;

}

#link .web:hover{
    background-position: 0px -190px;
}

#link2 {
    position:absolute;
    display: block;
    width: 150px;height:150px ;
    top:600px;left:25px;

}
#link2 a {
    cursor: pointer;
}

#foot1 {
}
#foot1 .wb {
    padding:20px 30px 0px 40px;
    color: #3A4A0B;
    font-size: 10px;
    text-align:left;
}
#foot1 .wb p{
     line-height: 14px;
}
.wb a, .wb a:link, .wb a:visited
{
    color: #D96925;
    text-decoration: none;
}

