﻿/*
    This file will allow overriding WEBS and/or SiteType styles at the client level.  All overriden styles in this
    stylesheet will affect all site pages other then the Confirmation Statement.  To change styles for 
    the confirmation statement modify the overrides-CS.css file.

    To override a style, copy an existing style into this stylesheet and make changes to the style as desired.

    For example if the three styles below were moved into the uncommented area of this stylesheet it would
    override the default site font to be 14 pixels rather then 12 pixels, it would left align the main content 
    area rather then being centered, and would reduce the width of the content area from 980 pixels to 880
    pixels.

    body {font-size:14px}

    .webs-site {text-align:left}
    .webs-sitewrapper, .webs-site-width {width:880px;text-align:left;margin:0 0}

    if overriding an image used in a style, the new image should be placed in the Images folder that is in the 
    same directory as this file.  The path to the image should be specified as "./Images/{imagefilename}"

    The best way to find the styles to override would be to use your browsers developer tools.  With the developer
    tool turned on, click on the element to re-style, which should display the styles affecting the element. Copy 
    the style(s) into this file and modify as required.
*/