/* ================================================================================================
   THIS FILE DEFINES THE BASE RULES FOR COLOR AND TYPE
================================================================================================ */

/* COLOR
================================================ */
body {background:#fff; color:#625238;}
a {color:#F26156;}
a:link, a:visited {border-bottom:1px dotted #900;}
a:hover, a:active {border-bottom:0;}
  
/* TYPE
================================================ */
body {font-size:13px; font-family: Helvetica, Arial, sans-serif;}

a {text-decoration:none;}
a:link, a:visited {}
a:hover, a:active {}
h1 {}
h2 {font-size:2.4em; font-weight:bold; line-height:1.2em; text-transform:lowercase; letter-spacing:-1px; margin-bottom:.5em;}
h3 {font-family:Georgia, serif; text-transform:uppercase; letter-spacing:.15em; font-size:1.2em; text-align:right; line-height:1.5em;}
h4 {font-size:1.429em; font-family:Georgia, serif;}
h5 {font-family:Georgia, serif; text-transform:uppercase; letter-spacing:.1em; font-size:.846em; line-height:1.3em; margin:.3em 0;}
h6 {font-size:.94em; line-height:1.3em;}
p {line-height:1.5em; margin:1em 0;}
blockquote {}
pre {}
abbr {}
acronym {}
address {}
big {}
cite {}
code {}
del {}
dfn {}
em {}
ins {}
kbd {}
q {}
samp {}
small {font-size:.917em;}
strike {}
strong {font-weight:bold;}
sub {}
sup {}
tt {}
var {}
dd {}
dl {}
dt {}
li {line-height:1.5em;}
ol {}
ul {}
fieldset {}
form {}
label {}
legend {}
table {}
caption {}
tbody {}
tfoot {}
thead {} 
tr {}
th {}
td {}

.smallcaps {font-size:.857em; font-family:Arial; text-transform:uppercase;}