﻿/* 
Name:			wire.css
Author:			Kevin Mauer
Created:		06/07/2007
Description:	Contains styles for The Union Wire that add a masthead 
                and change the background and border of the page. This style sheet
                gets loaded into every Union Wire page.
*/

body {
    background: #FF6600;
    font-family: Verdana, Arial, Sans-Serif;
}

#pageContainer {
    background: #FF6600 url(images/wire/page_background.gif) repeat-y;
}

/* adjust main content top border to allow for banner */
#main_content {
    margin: 160px 0px 250px 0px;
}

#bottomBorder {
	background-image: url(images/wire/bottom_border.gif);
	background-repeat: no-repeat;
	background-color: #FF6600;
}

#banner {
    display: block;
    background: #FFFFFF url(images/wire/banner_background.gif) repeat-x;
}

#bannerPadding {
    width: 780px
}

#left_col {
    border: none;
}

#unionWireTitle {
    float: left;
    margin: 120px 0px 0px 20px;
    font-size: 20px;
    font-weight: bold;
}

#unionWireTagLine {
    float: right;
    margin: 125px 0px 0px 0px;
    font-size: 13px;
}

#banner a:link, #banner a:visited, #banner a:active, #banner a:hover, #banner a:focus {
    text-decoration: none;
    color: #FFFFFF;
}

#midCol #masthead a:link, #midCol #masthead a:visited {
    text-decoration: none;
    color: #DE0202;
}

#midCol #masthead a:active, #midCol #masthead a:hover, #midCol #masthead a:focus {
    text-decoration: none;
    color: #990000;
}


