/*
Project:    Jamesmakeseyes.com
Variant:    Screen
Author:     James Butts
Date:       16 February 2010

----------------------------------------*/

@import url("../css/resets.css");

/* Base styles */

a:link, a:visited { border-bottom: 1px dotted #333; color: #BE3C14; padding: 0 2px; text-decoration: none; text-transform: lowercase; font-variant: small-caps;s }
a:focus, a:hover { background-color: #FFFFFF; border-bottom:1px dotted #333; color: #BE3C14; }

/*
Headers =h
----------------------------------------*/

p { margin-bottom: 1.5em; }

/*
Globals =g
----------------------------------------*/

body { background-color: #f1f1f1; border-top: 0.313em solid #212121; color: #212121; font-size: 1em; line-height: 1.5em; font-family: 'Georgia', Times New Roman, sans-serif; }
html > body { font-size: 100%; }

/*
Site Title =st
----------------------------------------*/
#siteTitle { background-color: #212121; overflow: hidden; padding: 20px 0 20px 20px; width: 100%; }
#siteTitle h1 { letter-spacing: -0.045em; font-size: 2em; color: #f1f1f1; }

#contact { margin-top: .3em; }
#contact li { display: inline; float: left; margin-right: 5px; }
#contact em, #contact span, #contact a { font-size: .75em; color: #D1D1D1; font-variant: normal; border: 0 none; text-transform: none; }
#contact em { font-size: .85em; }
#contact a:hover { background-color: #212121; border-bottom: 0 none; color: #fff; }

#projects { width: 100%; border-top: 0.313em solid #212121; margin: 0.063em auto 0; padding: 1.678em 0 1.678em 20px; }
#projects h2 { letter-spacing: -0.045em; padding-bottom: .5em; }
#projects li { padding-left: 1em; margin-bottom: .2em;  }

#professionalWork, #other { margin-bottom: 1.5em; }
#currently { font-size: .85em; }

/*
Footer =f
----------------------------------------*/
#footer { width: 100%; margin: 0.083em auto 1em; padding: 1.8em 0 1.8em 20px; font-size: .75em; border-top: 0.083em solid #212121; }















