﻿/************************************
 * Base Theme Styles
 ***********************************/
html { background: #f8fbfc url(sitebg.gif) repeat; }
body { color: #323232; font: 12px/19px Arial, Helvetica, Sans-Serif; }

#container { background: #fff url(tophead.gif) no-repeat; margin: 0 auto; padding: 100px 0 0 0; width: 850px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
#header { height: 190px; margin-bottom: 10px; }
#contents { float: right; padding-right: 10px; width: 630px; }

#sidebar { float: left; padding-left: 5px; width: 200px; }
#sidebar .title { color: #036; font: bold 16px/20px Georgia, "Times New Roman", Times, Serif; }
#sidebar li { margin: 5px 0 0 5px; padding-left: 20px; background: url(page.gif) no-repeat; }
#sidebar li.home { background-image: url(house.gif); }
#sidebar li.calendar { background-image: url(calendar.gif); }
#sidebar li.link { background-image: url(link.gif); }

#footer {
    clear: both;
    text-align: center;
    padding-bottom: 15px;
    color: #000;
    margin-top: -40px;
    height: 60px;
    width: 990px;
    padding-top: 20px;
}

/************************************
 * Editor Overrides
 ***********************************/
body#edit-contents { background:#fff; height: 100%; }

/************************************
 * Color-Specific Styles
 ***********************************/
html { background: #f8fbfc url(sitebg-purple.gif) repeat; }
#container { background-image: url(tophead-purple.gif); }
