/**
 * gn0.me CSS Theme
 * @author Guillaume VanderEst <code@gn0.me>
 */

body { 
    background: #fff url(/images/head-background.jpg) top left repeat-x; 
    font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif; 
    font-size: 13px; 
    line-height: 1.5em; 
}

a { color: #005ba8; }
   
#head { height: 75px; background: transparent url(/images/head-logo.jpg) bottom left no-repeat; }
#head h1 { display: none; }

#body { margin: 20px; width: 750px; }

#foot { color: #888; margin: 20px; }

/** Fairly Custom Styling **/
#body h1 { margin-bottom: 20px; }
.project_title { font-size: 14px; margin-bottom: 0px !important; }