
/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #a7a7a7; text-decoration: none;
transition:         all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition:    all 0.4s ease;
-o-transition:      all 0.4s ease;
}

a:hover {color: #000; text-decoration: none;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

h1 {
font-family: Didact Gothic, sans-serif;
font-size: 2.5em; /* 72 / 16 */
font-weight: normal;
padding-bottom: 15px;
margin: 0px 0px 20px;
color: #333333;
border-bottom: 1px solid #f2f2f2;
}

h2 {
font-family: Didact Gothic, sans-serif;
font-size: 1.125em; /* 18 / 16 */
font-weight: normal;
color: #cccccc;
width: 100%;
border-bottom: 1px solid #222222;
padding-bottom: 15px;
margin-bottom: 15px;
}

h3, h3 a, h3 a:hover {
font-family: Didact Gothic, sans-serif;
font-size: 1.375em; /* 20 / 16 */
font-weight: normal;
font-weight: 400;
padding-bottom: 10px;
color: black;
text-decoration: none;
}

h4 {
font-family: Didact Gothic, sans-serif;
font-size: .75em;
font-weight: bold;
letter-spacing: .15em;
text-transform: uppercase;
color: #d5d5d5;
padding-bottom: 4px;
}

p{
font: 18px skolar, serif;
font-family: 'Didact Gothic','Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.75em;
color: #666666;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

header {
padding:30px 60px;
background:url(../img/subtle-pat7.png) repeat #fafafa;
background-position: 30% 30%;
}

#jesse, #jesse a{
background:#fff;
color: #cccccc;
padding: 7px 7px;
font-family: 'Didact Gothic','Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 100;
font-weight: thin;
font-size: 1.5em;
letter-spacing:.15em;	
text-transform: uppercase;
float: left;
text-decoration: none;
border: 0 0 0 0 solid #f2f2f2;
}
