/*--------------------------------------------------------------

    Site Styles
    
    Author: Charles Choiniere
    Email:  info@binarysushi.com
    URL:    binarysushi.com

--------------------------------------------------------------- */
@import url('reset.css');
@import url('color.css');
@import url('typography.css');

body { margin: 0; }
#page-wrap { width: 960px; margin: 0 auto; }

#masthead { position: relative; margin-bottom: 14px; height: 140px;}
.kanji { position: absolute; bottom: 10px; right: 10px; }
.nav-global { position: absolute; bottom: 5px; left: 520px; margin: 0; float: left; }
.nav-global li { float: left; }

#content { border-top-width: 1px; border-style: solid; }
.content-primary { float: left; width: 620px; margin: 10px 0 10px 10px; padding-top: 72px; border-width: 1px; border-style: solid; }

.content-secondary { float: left; width: 306px; margin: 10px 10px; padding-top: 72px; border-width: 1px; border-style: solid; }
.feeds { margin: 0 30px; }
.feeds ul { float: left; }
.feeds li { float: left; }
.feeds a { padding-left: 24px; display: block; height: 24px; }
.tag-cloud { margin: 0 30px; }
#comment-form label { display: block; }

