/* typography */
body
{
    font-size: 75%;
    font-family: 'Open Sans' , sans-serif;
}
html > body
{
    font-size: 12px;
}

p
{
    margin-bottom: 18px;
}

a:link, a:hover, a:visited, a:active
{
    text-decoration: none;
    color: inherit;
}
a:hover
{
    /*color:#ef4300; */
    text-decoration: underline;
}

h1
{
    font-size: 38px;
    line-height: 36px;
    margin: 18px 0;
}

ul, ol
{
    margin-bottom: 18px;
}

/* fluid.gs site design */

div.section div.column
{
    border-left: 1px solid #2a689c;
    border-bottom: 1px solid #2a689c;
    background: #f8f9f4;
}
div.section div.column:last-child
{
    border-right: 1px solid #2a689c;
}
div.section div.column_content
{
    padding: 5px;
   margin: 5px;
}



#clockbox
{
    font-size: 1.3em;
    padding-top: 10px; float: left;
}
h1
{
    font-weight: lighter;
     letter-spacing: -2px;  
}


#weather
{
    font-size: 1.3em;
    padding-top: 10px;float: right;
}

a.logoBox
{
    width:200px;
    height:200px;
}

