html
{
}

body
{
    position        : relative;
    background-color: #f0f0e0;   
    color           : #444444;
    font-family     : "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, Sans-Serif;
    font-size       : 14px;
    margin          : 0;
    padding         : 0;
}

h1, h2, h3, h4, h5
{
    font-family     : Georgia, Times, Serif; 
    padding         : 0;
    margin          : 0 0 0.5em 0;
}

h3
{
    text-align      : center;
}

ul
{
    position        : relative;
    margin          : 0;
    padding         : 0;
    list-style-type : none;   
}

li
{
    margin          : 0 0 1em 0;
    padding         : 0;    
}

a
{
    color           : #8DBB2B;   
    font-weight     : bold;
}

a:visited
{
    color           : #C16639;
}

a:hover
{
    color           : #2B8DBB;
}

div#branding
{
    position        : relative;
    height          : 200px;
    background      : transparent url(branding.jpg) repeat-x left top;   
    margin          : 0;
    padding         : 0;
    text-align      : center;
    width           : 100%;
    overflow        : hidden;
}

div#content
{
    position        : relative;
    overflow        : hidden;   
    padding         : 1em 0 1em 0;
    min-width       : 900px;
}

div#site_info
{
    text-align      : center;   
}

div.column
{
    position        : relative;
    float           : left;
    width           : 22%;
    margin          : 0 1.5%;
}

div.g
{
    background-color: #9FD238;  
}

span#logo
{
    display         : block;
    width           : 140px;
    height          : 163px;
    position        : absolute;
    top             : 60px;
    right           : 20px;
    background      : transparent url(/wp-content/themes/cssquirrel/version2/images/squirrelLogo.png) no-repeat left top;  
}

div.flickr_badge_image
{
    position        : relative;
    margin          : 0 0 1em 0;   
}

div.flickr_badge_image img
{
    display         : block;
    margin          : 0 auto;   
}

div.g a
{
    color           : #C16639   
}

