﻿.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/*-----------------------------------
theme:GerLin Addons
based on "GerLin"
created:04/04/2008 Gerald S Freeman
updated: 04/28/2008 GER
-----------------------------------*/
/*-----------------------------------
Additional styles for import to
main style sheet
-----------------------------------*/
/*======== BEGIN ADDED ==========*/
/*---- Typeface Modifications ----*/
.validrequired, .redEm
{
    color: Red;
    font-weight: bold;
}
.copyrightText /* ADDED */
{
    font-size: 0.75em;
    font-style: italic;
    color: #777777;
}
.quotation
{
    font-style: italic;
    font-size: 95% !important;
    line-height: 1.25em;
}
.quotationSmall
{
    font-style: italic;
    font-size: 85% !important;
    line-height: 1.1em;
}
.quoteAuthor
{
    font-style: italic;
    color: #999999 !important;
    font-size: 85% !important;
}
/*---- Columns and Clearance ----*/
.leftColumn
{
    float: left;
    width: 45%;
    display: inline;
}
.rightColumn
{
    float: right;
    width: 45%;
    display: inline;
}
#copy .clearSpace
{
    clear: both;
}
#copy .clearLeft
{
    clear: left;
}
/*========= END ADDED ===========*/