﻿/* Special news layout and home pictures */

/* The home paragraph pictures are in portrait mode */
.HomeParagraphPicture
{
    width: 180px !important;
    height: 260px !important;
}

.HomeParagraphPicture img
{
    width: 160px !important;
    height: 240px !important;
}

/* The title for the news section */
h1
{
    margin-top: 40px;
}

/* Header has to be left in order to float the date on the right */
h2
{
    float: left;
}

.Date
{
    float: right;
    color: #CCCCCC;
    font-size: 1em;
}