/*
   Lambda1.be stylesheet
   (C) 2005 Ruben Vermeersch
 */
body {
    font-family: sans-serif;
    background-color: #333333;
    margin: 0px;
    padding: 0px;
    color: #CCCCCC;
}

#body {
    margin: 230px 250px 10px 30px;
    padding: 20px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 10px;
    color: #000000;
}

h1 {
    font-size: 20px;
    margin-left: 50px;
}

#urltitle {
    position: absolute;
    top: 0px;
    right: 30px;
    height: 30px;
    width: 100%;
    text-align: right;
    font-size: 20px;
    padding-top: 5px;
}


#imgbar {
    background-color: #545c61;
    background-image: url(lambda1.png);
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    height: 170px;
    position: absolute;
    top: 35px;
    width: 100%;
}

#menu {
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: 207px;
    width: 200px;
    background-color: #545c61;
    padding: 15px;
    border-left: 1px dotted #CCCCCC;
}

a.menu {
    color: #CCCCCC;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
}

a.menu:hover {
    border-bottom: 1px dotted #f6b427;
}

#topimg {
    background-image: url(top.jpg);
    background-repeat: no-repeat;
    height: 170px;
}

.copyright {
    text-align: center;
    color: #545c61;
    text-decoration: none;
}

a.copyright:hover {
    color: #CCCCCC;
    border-bottom: 1px dotted #f6b427;
}

.weblog_day {
    font-weight: bold;
    margin-bottom: 20px;
}

hr {
    border: 1px solid #dddddd;
}

.weblog_date {
    font-weight: normal;
    color: #444444;
    font-size: small;
}

.weblog_posttitle {
    padding: 5px;
}

.weblog_post {
    font-weight: normal;
    padding-left: 10px;
}

.pics_album {
    padding-bottom: 10px;
}

.pics_thumb {
    border: 1px solid #545c61;
    -moz-border-radius: 3px;
}

.pics_pic {
    border: 1px solid #545c61;
    -moz-border-radius: 5px;
}

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