/* Base Typography
*
* Red: #99242A
* Brown: #B37536
---------------------------------------------------------------------------------------------------*/
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, serif; color: #0a0a0a;}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

::-moz-selection { background: #666; color: #fff; text-shadow: none; }
::selection { background: #666; color: #fff; text-shadow: none; }

/* Links
---------------------------------------------------------------------------------------------------*/
a, a:visited, a:link{color: #0a0a0a; text-decoration: none; outline: none;}
a:hover{text-decoration: underline;}
h1 a,h2 a,h3 a,h4 a,h5 a, h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited, h1 a:link,h2 a:link,h3 a:link,h4 a:link,h5 a:link{text-decoration: underline;}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5{font-weight: normal;}
h1{font-style: normal;font-weight: 300; font-size: 36px; margin: 0 0 30px 0;}
h2{font-style: normal;font-weight: 300; font-size: 36px; margin: 0 0 30px 0; line-height: 1.4em;}
h3{font-size: 24px; font-style: normal;font-weight: 500; margin-bottom: 15px;}
h4{font-size: 16px; margin-bottom: 15px;}
h5{font-size: 14px; margin-bottom: 15px;}
h6{font-size: 12px; margin-bottom: 15px;}

p{font-size: 16px; line-height: 28px;}
/* Spacing
----------------------------------------------------------------------------------------------------*/
ol{list-style:decimal}
ul{list-style:disc}
li{margin-left:30px}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,figure{margin-bottom:20px}

/* Code
----------------------------------------------------------------------------------------------------*/
pre,code{font-size:12px;font-family:Menlo,Courier,monospace}
pre,.notice{background:#ffe;border:1px solid;border-color:#eed #ccb #bba #ddc;overflow:auto;padding:10px 0 10px 10px}
* html pre{overflow:hidden;width:97%}
code{background:#ff9;padding:0 2px}