/************************************************
*
*           style for index.html
*
*************************************************/

/* --------------- divs ---------------------*/

#top {
    width: 100%;
}

#top h1 {
    float: left;
    width: 100px;
    margin-top: 0;
}

#tagphrase {
    float: left;
    width: 350px;
    padding-top: 0px;
}

#search {
    float: right;
    width: 195px;
}

#adsense {
    clear: both;
    float: left;
}

#indexcontent {
    clear: both;
    float: left;
    width: 540px;
    padding-bottom: 10px;
    background-color: #222;
    text-align: left;
}

#rightcol {
    float: right;
    width: 200px;
    padding-bottom: 10px;
    text-align: right;
}

#picture {
    height: 330px;
}

/* --------------- news ---------------------*/

#news {
    margin: 0 10px 0 10px;
}

.month {
    font: bold 14px Verdana, Sans-serif;
    margin: 5px 0 0 0;
    padding-right: 5px;
    text-align: right;
    clear: both;
}

dl.date {
    width: 100%;
    float: left;
}

.date dt {
    width: 50px;
    float: left;
    margin: 0;
    font: bold 12px Arial; 
}

.date dt { clear: both; }

.date dd {
    float: left;
    width: 650px;
    margin: 0 0 5px 0;
}
