﻿/**
 * MASTER STYLES - all sites
 */

/* Generic Elements */

html, body, form, table, li
{
    margin: 0;
    padding: 0;
}
h1, h2  {
    margin: 0 0 0.5em 0;
}

h1
{
    padding: 0;	
}

h3, h4, h5, h6, p, ul {
    margin: 1.0em 0;
    padding: 0;	
}
body {
    text-align: center;
}
img {
    border: 0;
}
h1,h2 
{
    font-size: 170%;
    font-weight: bold;
}
h3 
{
    font-size: 140%;
    font-weight: normal;
}
h4
{
    font-size: 130%;
    font-weight: normal;
}
h5
{
    font-size: 120%;
    font-weight: normal;
}
h6
{
    font-size: 110%;
    font-weight: normal;
}

/* Generic Classes */

div.floatClearer
{
    clear: both;
}
div.floatLeft
{
    float: left;
}
div.floatRight
{
    float: right;
}
span.ms-rteCustom-ArticleHeadLine {
    color: #000;
}
span.ms-rteCustom-ArticleTitle {
    color: #000;
}


/* MOSS Elements */

div.mossElements
{
    background-color: #FFF;
    float: left;
    width: 100%;
    text-align: left;
}
div.mossElements a
{
    font-weight: normal;
}
div.login {
    float: left;
}
div.siteActions
{
    float: right;
}
div.authoringControls {
    clear: both;
}
div.ms-MenuUIPopupBody {
    text-align: left;
}

/* Positions, layout */

div.pageContainerOuter
{
    width: 760px;
    margin: 0 auto;
    text-align: left;
}
div.leftColumn
{
    width: 149px;
    float: left;
}
div.pageContentArea
{
    width: 610px;
    float: right;
}
div.mastHeadOuter
{
    clear: both;
}

/* Logo */

ul.logo
{
    list-style-type: none;
}

/* Navigation */

ul.leftNav,
ul.leftNav ul,
ul.leftNav li
{
    list-style-type: none;
}

/* RSS Links */

p.rssLink 
{
    clear: both;
}
p.rssLink a.rssLink
{
    background-image: url('images/rss.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    padding-bottom: 5px;
    font-style: normal;
    font-weight: bold;

}
p.rssLink a
{
    font-style: italic;
    font-weight: normal;
}

/* AddThis Button */

div.addThisButton
{
    margin-top: 15px;
}
