/*
Theme Name: Open Thread
Theme URI: http://openthread.com/
Description: Custom theme for Open Thread project.
Version: 1
Author: Peter Zavoruev
Author URI: http://plan5.net/
Tags: open, modern, web 2.0
*/

/* STYLE RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; }
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}
q:before,q:after{content:''}
abbr,acronym,fieldset,img{border:0}

/* FONTS */
@font-face {
  font-family: "Typewriter Regular";
  src: url("type/typewriter_regular.eot");
  src: local("Typewriter Condensed"), local("Typewriter_Condensed"), local("Typewritercondensed"),
    url("type/typewriter_regular.woff") format("woff"),
    url("type/typewriter_regular.otf") format("opentype"),
    url("type/typewriter_regular.svg#filename") format("svg");
  }

/* GLOBAL */
body { font-size: 62.5%; font-family: 'Typewriter Regular', 'Lucida Grande', Verdana, Arial, Sans-Serif; background: white; color: #231f20; }
a { color: white; text-decoration: none; }
a { outline: none; }
#logo { position: absolute; right: 0; top: 0; }
.clear { clear: both; height: 1px; overflow: hidden; }
.hide { display: none; }
.left { float: left; }