/*
 * Elements.CSS
 * Start with a clean slate and then some.
 * @copyright brendan metzger <brendan.metzger@gmail.com>
 *
 */

 html,body { min-height:100%;height:auto }
 body,
 textarea { color:#555;font-size:62.5%;font-family:Helvetica}
 table    { border-collapse:collapse;border-spacing:0;display:table }
 ins      { text-decoration:none;}
 del      { text-decoration:line-through;}
 ol,ul    { list-style:none; }
 address  { font-style:normal }
 code,pre { font-family:'Osaka-Mono',Courier;white-space:pre;background:#333;padding:1em;color:#FFF }
 a:active { outline:none } :focus { -moz-outline-style:none }

 ol,ul,div,body,dl,dt,dd,p,img,hr,
 fieldset,form,label,legend,span,object,
 h1,h2,h3,h4,h5,h6 {margin:0;padding:0;border:0;}
 h1,h2,h3,h4,h5,h6 {font-weight:400;font-size:100%;}

 blockquote:before,
 blockquote:after {content:'';content:none;}
 blockquote {margin:0 1em;border-top:3px double #999;}

/*
 * TYPOGRAPHY RULES
 * h1:title; h2:pullquote; h3:subhead; h4:kicker; h5:date; h6:author;
 */

 h1{font-size:2.2em;line-height:1.4em;}
 h2{font-size:2em;line-height:1.4em;font-weight:600;}
 h3{font-weight:600;font-size:1.4em;line-height:1.4em;}
 h4{font-size:1.2em;line-height:1.4em;text-transform:uppercase;}
 h5,h6{font-size:1.2em;line-height:1.8em;}
 h6{font-family:Georgia;font-style:italic;}
 p {font-size:1.2em;line-height:1.5em;margin:0.75em 0;}
 a {font-size:inherit;margin:0 0 1em 0;text-decoration:none;color:#949C77}
 p a {text-decoration:underline}
 li a{font-size:1.2em}
 a:hover{color:#333}
 a[href^='mailto:'] {font-size:1.6em;line-height:1.6em}
 hr{border-top:2px solid #444;margin:1em 0;padding:.1em 0;border-bottom:1px solid #333;clear:both}
 em, *.emphasis {font-style:italic;font-family:Georgia}
 em * {font-style:normal}
 strong{font-weight:600}
 
 body{overflow-y:scroll;background:#FFF url(assets/RAD.png) no-repeat scroll -220px 105%;}
 noscript img{margin:1em;border:1px solid #DDD;padding:1px;}

 img + h6{color:#949C77;width:75%;padding:0 0 0 1em;border-left:1px solid #EAEAEA;border-bottom:1px solid #EAEAEA;}

