/*
Theme Name: Polycorp
Theme URI: http://polytroncoporation.com/
Description: The ACTUAL FUCKING WEBSITE
Version: 1.0
Author: Renaud Bédard
Author URI: http://www.polytroncorporation.com
Tags: awesome
*/

/*.debugBorder {
    border: solid black 1px;
}*/

img#wpstats{display:none}

/* Generic stuff */

body {
    margin: 0;
    padding: 0 0 0 260px;
    font-family: 'Verdana', Helvetica, sans-serif;
    color: #000;
    background-color: #fff;
}

* html body {
    margin: 0;
    overflow: hidden;
} 

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: gray;
}

h2 {
    margin: 0;
    font-size: 2em;
    font-weight: normal;
    letter-spacing: -1px;
}

h3 {
    font-size: 0.8em;
}

small {
    font-size: 0.75em;
    line-height: 0.8em;
    letter-spacing: -1px;
}

p {
    font-size: 10pt;
}

code {
    font: 1.1em 'Courier New', Courier, fixed;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
    letter-spacing: .07em;
}

acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

img.wide {
    margin: 10px -180px;
    border: 3px solid #000;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post img.alignright {
    margin: 10px -180px 10px 0;
}

.post img.alignleft {
    margin: 10px 0 10px -180px;
}

img {
    border: none;
}

/* Sidebar */

#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
}

@media screen {
    body > #sidebar {
        position: fixed;
    }
}

#sidebar div {
    margin: 15px;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

img#figurehead {
    padding-left: 50px;
    margin-top: 30px;
}
img#firstlink {
    padding-left: 37px;
}
#header img {
    padding-top: 0;
}

#sections {
    position: absolute;
    top: 309px;
    left: 115px;
    padding-right: 5px;
    
    font-size: 18pt;
    font-weight: normal;    
    text-transform: uppercase;    
    line-height: 0.9em;
    letter-spacing: -2px;
}

#links {
    position: absolute;
    top: 305px;
    
    font-size: 9pt;
    font-weight: normal;    
    text-transform: uppercase;    
    line-height: 1em;
    letter-spacing: -0.5px;
    width: 115px;
}

#links li h2 {
    font-weight: bold;
    font-size: 9pt;
    line-height: 14pt;
    letter-spacing: 1px;
}

#categories {
    position: absolute;
    right: 0;
    bottom: 0;
}

#tags a:hover {
    color: #ffff01;
}

#blogroll a:hover {
    color: #ff6d00;
}

.greyed {
    color: grey;
}

/* Content */

* html #content {
    height: 100%;
    overflow: auto;
}

#content {
    padding: 60px 15px 50px 0;
}

.post {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 0 0 190px;
    width: 540px;
}

h2.pagetitle {
    text-transform: uppercase;
    font-size: 22pt;
    margin-bottom: 25px;
    margin-left: 225px;
}

.post h2 {
    font-weight: bold;
    font-size: 13pt;
}

.postmetadata {
    font-size: 10pt;
    margin-top: 10px;
    color: gray;
}

.entry {
    margin: 0;
}

.entry {
    font-size: 11pt;
}

.entry p {
    padding-bottom: 7px;
    padding-top: 7px;
    margin: 0;
}

.entry a, .navigation a {
    text-decoration: underline;
}

.entry ul {
    list-style-type: square;
}

.alignright {
    float: right;
}

.navigation {
    margin-left: 225px;
    width: 475px;
    font-size: 11pt;
}

#footer {
    padding-left: 225px;
    padding-bottom: 50px;
}

#footer .title {
    font-size: 16pt;
    text-transform: uppercase;
}

/* Comments */

h3 {
    font-size: 16pt;
    font-weight: normal;    
    text-transform: uppercase;    
    line-height: 0.9em;
    letter-spacing: -2px;    
}

#commentWrap {
    width: 475px;
    margin-left: 225px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 475px;
    padding: 2px;
}

#commentform #submit {
    margin: 0;
    float: right;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}

.commentlist li, #commentform input, #commentform textarea {
    font-size: 0.9em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

.commentmetadata {
    font-weight: normal;
}