﻿/* 
Name:			bulletin.css
Author:			Kevin Mauer
Created:		02/25/2007
Description:	Contains styles for The Bulletin that add a masthead 
                and change the background and border of the page. This style sheet
                gets loaded into every Bulletin page.
*/

#masthead {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

#cover_img {
    display: block;
    margin: 0px 20px 0px 0px;
    float: left;
}

#bulletinTitle1, #bulletinTitle2, #issueData, #monthYear {
    position: relative;
    top: 30px;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    color: #666666;
}

#bulletinTitle1 {
    left: 100px;
    font-size: 16px;   
}

#bulletinTitleFirstLetter {
    font-size: 42px;
}

#bulletinTitle2 {
    left: 30px;
    font-size: 30px;
}

#issueData {
    left: 70px;
}

#monthYear {
    left: 115px;
}



#quote 
{
    width: 200px;
    height: 150px;
    float: right;
    color: #666666;
}

#quote td {
    padding: 0px 0px 0px 30px;
    vertical-align: middle;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}

#quote td #quote_source {
    margin: 5px 0px 0px 0px;
    font-size: 13px;
    font-style: italic;
}
