/*** select current category **/
#Menu li a.menHome{
  background-position:  0px 26px;
}
#Splash{
  background-image: url(../../images/1/pageLayout/splashHome.jpg);
}

hr{
  display: none;
}



/*** HOME::Blog > ***/
#Blog{
  width:            600px;
}
div.blog{
  background:       url(../../images/1/blog/corner_back.gif) repeat-y;
  margin-bottom:    20px;
}
div.blog h2{
  background-image: url(../../images/1/blog/corner_top.gif);
  background-repeat:no-repeat;
  padding:          40px 0px 0px 0px;
  margin:           0px;
}
div.blog h3{
  position:         absolute;
  margin-top:       -40px;
}

div.blog h2, div.blog h3, div.blog p, div.blog ul.links{
  padding-left:     20px;
}

div.blog div.description{
  margin-bottom:    30px;
}

div.blog ul.links{
  list-style:       none;
  margin:           0px;
  padding:          0px 0px 0px 20px;
  overflow:         hidden;
}
div.blog ul.links li{
  float:            left;
  margin:           2px 0px 2px 0px;
}
div.blog ul.links a{
  text-decoration:  none;
  padding:          3px 0px 3px 35px;
  margin-right:     10px;
}
div.blog ul.links a:hover{
  color:            #DA9F00;
}
div.blog ul.links a.image{
  background-image: url(../../images/1/blog/image.gif);
  background-repeat:no-repeat;
}
div.blog ul.links a.comment{
  background-image: url(../../images/1/blog/comment.gif);
  background-repeat:no-repeat;
}
div.blog ul.links a.external, div.blog ul.links a.internal{
  background-image: url(../../images/1/blog/external.gif);
  background-repeat:no-repeat;
}
div.blog div.footer{
  clear:            left;
  background-image: url(../../images/1/blog/corner_bottom.gif);
  background-repeat:no-repeat;
  background-position:left bottom;
  height:           20px;
}
/*** HOME::Blog < ***/



/*** SIDEBAR ***/
div.lastComment{
  text-align:       center;
}
  div.lastComment{
    background-image: url("../../images/1/home/tv.jpg");
    background-repeat:no-repeat;
    background-position:center 26px;
  }
  div.lastComment h4{
    padding-bottom: 10px;
  }
  div.lastComment img.thumbnail{
    height:           97px;
    overflow:		      hidden;
    width:            172px;
    border:           0px;
    padding:          0px;
    margin:           0px 0px 0px 0px;
    display:          block;
    margin:           auto;
    background-image: url("../../images/1/home/rauschen.gif");
  }
  div.lastComment p{
    margin-top:       50px;
    padding-right:    5px;
  }
  div.lastComment em{
    display:          block;
    font-style:       italic;
  }



#Sidebar div.randomPicture{
  border:             0px dotted #C0C0C0;
  margin-top:         30px;
  text-align:         center;
}
#Sidebar div.randomPicture ul{
  list-style:         none;
  margin:             0px;
  padding:            0px;
}
#Sidebar div.randomPicture ul li{
  display:            inline;
  margin:             0px;
  padding:            0px;
}
#Sidebar div.randomPicture img{
  width:              98px;
}



#Sidebar div.topCommentWriter{
  margin-top:         30px;
}
  #Sidebar div.topCommentWriter table{
    width:            220px;
    margin:           auto;
    padding:          10px;
    border:           1px solid #EDEDED;
    background:       #FFFFFF;
  }
  #Sidebar div.topCommentWriter th{
    text-align:         left;
    border-bottom:      1px solid;
    font-style:         italic;
    font-family:        Arial;
  }
  #Sidebar div.topCommentWriter td.position{
    text-align:         center;
  }