/****************************
axoline v. 7 (or so)
Tony Carrera (tony@axoline.com)
February 16, 2009 (One day... 11:59pm)
****************************/

@import "reset.css";

/***************
Style
***************/
html{background-color: #fff;}

body{ color: #222; font-family: georgia, helvetica, arial, sans-serif; font-size: 100%; }

h1,h2,h3,h4{letter-spacing: -0.5px;}
h1{font-size: 260%;letter-spacing: -1.5px;line-height: 1em;margin-bottom: 0.7em;}
h2{font-size: 182%;line-height: 1em;font-weight: normal;}
h3{font-size: 138.5%;line-height: 1.2em;margin-bottom: 1.3em;}
h4{font-size: 108%;line-height: 1.2em;margin-bottom: 1.3em;}

strong, b{font-weight: bold;}
p{line-height: 1.6em;font-size: 85%;margin-bottom: 2.5em;}

a:link, a:visited{ color:#fff; background-color:#66d9e7; padding:3px; text-decoration:none; }
a:hover{ color:#fff; opacity:.7;/*background-color:#9ccd39;*/ text-decoration:none; }

/***************
Page Layout
***************/

#wrapper{ width:550px; margin:0 auto; }

#header{ margin:2em 0 2em 0; text-align:center;}

.seperator{ background-color:#f9f9f9; border-top: 1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; padding:5px; text-shadow: #fff 0 2px 0; }

#footer{ margin-bottom:20px;}
#footer p{ font-size:77%; text-align:center;}

