/* Overview */

div.overview {
    float: right;
    width: 130px;
    background-color: white;
    margin-left: 12px;
    margin-bottom: 12px;
} 

div.overview_article {
    margin-bottom: 5px;
    margin-top: 5px;
}

div.overview_article h2 {
    font-family:arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    margin-left: 10px;
    margin-top: 1px;
    margin-bottom: 0px;
}

div.overview_article h2 span {
    font-weight: normal;
}

/* Articles */

div.article {
    text-align: right;
    height: 254px;
    padding-top: 40px;
    padding-left: 10px;
}

div.article h1 span {
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}

div.frame_large {
    width: 180px;
    background-image: url(/images/frames/large.png);
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-left: 20px;
    margin-right: 14px;
}

div.content div.frame_large {
    float: right;
}

/* Small */

div.small_article {
    width: 285px;
    float: left;
    margin-bottom: 15px;
    margin-right: 10px;
    height: 120px;
}

div.small_article h2 {
    font-family:arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
    margin: 0px;
}

div.small_article h2 span {
    font-weight: normal;
}

div.frame_small {
    width: 75px;
    background-image: url(/images/frames/small.png);
    background-repeat: no-repeat;
    padding: 8px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

div.small_article div.frame_small {
    float: left;
}

/* Square */

div.frame_square {
    width: 200px;
    background-image: url(/images/frames/square.png);
    background-repeat: no-repeat;
    padding: 18px;
    text-align: left;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 20px;
}

.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
