/* TYPOGRAPHY */
/* ----------------------------------------- */

/* Typography (basic) */
body, h4, h5, h6, p, li, label, input { font:11px/18px  Arial, Verdana, Helvetica, sans-serif;  }
h1, h2, h3 {font-family: georgia, serif;font-weight: normal;}
h1, h3 {margin:0 0 10px 0}

h1 { font-size: 185%; }
h2 { font-size: 200%; line-height:26px}
h3 { font-size: 165%; }
h4 { font-size: 137%; }


p{ font-size:13px; line-height:20px }
p, .post ul, .post ol { margin:0 0 20px 0 }
a { color:#91bcb9; text-decoration:none; cursor:pointer !important }
input { color:#000 }

/* Typography (advanced) */
div.logo a{	display:block; width:238px;	height:65px; background:url(images/logo.png) no-repeat;	position:absolute; top:30px; left:15px; text-indent:-9999px;}

