@charset "UTF-8";

/*
Theme Name:  Atomized2
Theme URI:   http://atomized.org
Description: Theme for Atomized.org, v2.
Version:     2.0
Author:      Ian Eure
Tags:        red, one column, minimal
 */

/**
 * Palette:
 * Maroon:           #AB0000; (Backgrounds, hovered links)
 * Black:            #000000; (text)
 * Red:              #FF0000; (links)
 * Extra-light gray: #F4F4F4; (background stipple)
 * Light gray:       #EEEEEE; (Background)
 * Dark-light gray:  #E3E3E3; (Stipple)
 * Mid gray:         #777777;
 * Dark gray:        #333333; (Titles, text)
 */

body
{
    font-size: 62.5%;
    margin: 0em;
    background: url(images/Stipple.png) white;
    background-attachment: fixed;
}

::selection,
::-moz-selection
{
    background: #AB0000;
}

#head h1
{
    font-family: "Futura", "Trebuchet", "Trebuchet MS", sans-serif;
    font-size: 50pt;
    letter-spacing: .5em;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 .5em;
}

#head h1 a,
#head h1 a:visited
{
    color: #AB0000;
    text-decoration: none;
}

#head h1 a:hover
{
    color: red;
}

#head p
{
    font-family: "Futura", "Trebuchet", "Trebuchet MS", sans-serif;
    font-size: 9pt;
    letter-spacing: .25em;
    color: #aaa;
    text-transform: uppercase;
    text-align: center;
}

#head p a
{
    text-decoration: none;
}

#head
{
    margin: 2em auto 0em auto;
    width: auto;
}

#head p
{
    margin: 0 20% 0 20%;
}

#body,
#comments,
#new-comment
{
    margin: 2em 20% 30px 20%;
    padding: 0px;
}

#foot-wrapper
{
    margin: 0 20%;
}

#body.error
{
    text-align: center;
}

em
{
    font-style: italic;
    font-weight: normal;
}

em em
{
    font-weight: bold;
}

em em em
{
    text-decoration: underline;
}

strong
{
    font-weight: bold;
}

strong strong
{
    font-style: italic;
}

strong strong strong
{
    text-decoration: underline;
}

h1,
h2,
h3,
#archival-posts
{
    font-family: "Futura", "Trebuchet", "Trebuchet MS", sans-serif;
    letter-spacing: -0.03em;

    line-height: 1em;
    font-weight: normal;
    text-shadow: 2px 2px 5px #bbb;
    text-align: center;
    text-transform: uppercase;
}

h1
{
    font-size: 18pt;
}

h2
{
    font-size: 14pt;
}

h3
{
    font-size: 12pt;
}

h1 a,
h2 a,
h3 a,
h1 a:visited,
h2 a:visited,
h3 a:visited
{
    text-decoration: none;
    color: black;
}

#comments h2,
#new-comment h2
body#archives #body h1
{
    text-transform: uppercase;
    letter-spacing: .15em;
}

#comments
{
    clear: both;
}

#body,
#comments,
#new-comment
{
    font-family: "Lucida Grande", "Verdana", "Helvetica", sans-serif;
    font-weight: light;
    font-size: 12pt;
    text-align: left;
    letter-spacing: -0.01em;
    word-spacing: .08em;
}

.bug
{
    font-size: 50pt;
    height: 1em;
    color: #aaa;
    text-align: center;
    user-select: none;
    position: relative;
    top: -1em;
    z-index: -1;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#body pre,
#body code
{
    font-family: "Monaco", monospace;
    font-size: 10pt;
}

#body pre,
#body table
{
    border: 1px solid #aaa;
    width: 95%;
    margin: 1em auto 1.25em auto;
    overflow: auto;
    box-shadow: 2px 2px 5px #aaa;
    -webkit-box-shadow: 2px 2px 5px #aaa;
    -moz-box-shadow: 2px 2px 5px #aaa;
}

#body pre
{
    padding: .5em;
    background: #eee url(images/Stipple.png) fixed;
}

#body table
{
    border-collapse: collapse;
    font-size: 10pt;
}

#body table tr,
#body table td,
#body table th
{
    border: 1px solid #aaa;
    width: auto;
    padding: .3em;
}

q,
blockquote
{
    font-weight: normal;
    font-style: italic;
}

#body blockquote
{
    width: 95%;
    margin: auto;
}

p
{
    margin-top: 0px;
    clear: left;
}

p q
{
    margin: auto;
}

blockquote p
{
    margin-bottom: 0px;
}

q cite:before,
blockquote cite:before
{
    content: "– ";
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

blockquote cite,
q cite
{
    display: block;
    text-align: right;
}

q:before,
blockquote p:before
{
    content: "“";
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

q:after,
blockquote p:after
{
    content: "”";
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
}

a,
a:visited,
#new-comment input#url
{
    text-decoration: underline;
    color: #ab0000;
}

h1 a:hover,
a:hover
{
    color: red;
}

.meta
{
    font-family: "Futura", "Trebuchet", "Trebuchet MS", sans-serif;
    color: #aaa;
    font-size: 7pt;
    margin-top: 3em;
    text-align: right;
    width: 45%;
    margin-left: 55%;
    text-transform: uppercase;
}

blockquote .meta
{
    margin-top: 0;
}

.meta a,
.meta a:visited
{
    color: #ab0000;
    text-decoration: none;
}

.meta a:hover
{
    color: red;
}

.meta .time a,
.meta .time a:visited
{
    color: #aaa;
    text-decoration: underline;
}


#comments .comment
{
    margin-bottom: 1em;
}

#comments blockquote
{
    width: 100%;
    margin: auto;
}

#new-comment input
{
    border: 0px;
    border-bottom: 1px dotted #aaa;
    width: 100%;
}

#new-comment input:disabled
{
    background: transparent;
    color: #aaa;
}

#new-comment *:focus
{
    border-color: black;
    border-style: solid;
}

#new-comment textarea,
#new-comment #submit
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0;
    border: 1px solid black;
    padding: 0;
}

#new-comment #submit
{
    background: #eee;
    border-top-style: dashed;
    border-top-color: #aaa;
    font-family: "Futura", "Trebuchet", "Trebuchet MS", sans-serif;
    font-size: 10pt;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: .25em;
}

#new-comment #submit:hover
{
    color: red;
}

#new-comment textarea
{
    font-family: "Lucida Grande", "Verdana", "Helvetica", sans-serif;
    font-size: 12pt;
    font-style: italic;
    text-align: left;
    letter-spacing: -0.01em;
    word-spacing: .08em;
    border-bottom: 0px;
    height: 6em;
}

#new-comment label
{
    display: block;
    text-align: center;
}

#new-comment p.horizontal
{
    width: 30%;
    margin: 1em 1.5% 0 1.5%;
    float: left;
    clear: none;
}

#foot
{
    border-top: 1px solid #ccc;
    background: url(images/Stipple.png) #eee fixed;
    width: 100%;
    font-family: "Futura", "Trebuchet", "Trebuchet MS", sans-serif;
    font-size: 8pt;
    text-align: center;
    text-transform: uppercase;
}

#foot ul li .title
{
    font-family: "Futura", "Trebuchet", "Trebuchet MS", sans-serif;
}

#foot a
{
    text-decoration: none;
    color: red;
    display: block;
}

#foot a:hover
{
    text-decoration: underline;
    color: #ab0000;
}

#foot ul,
#foot ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
}

#foot ul
{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1em;
    margin-bottom: 1em;
}

#foot > ul:first
{
    margin-left: 0;
}

#foot ul.group:first-child
{
    margin-left: 0;
}

#foot ul li
{
    border-bottom: 1px solid #ccc;
}

#foot ul ul
{
    width: 100%;
    margin: 0;
}

#foot ul ul li:last-child
{
    border-bottom: 0px;
}

#foot .title
{
    text-transform: uppercase;
    letter-spacing: .25em;
    font: 9pt inherit;
    border-bottom: 1px solid black;
}

.keyword
{
    background: #F8F66D;
    border: 1px solid #aaa;
    border-radius: .5em .5em;
    -moz-border-radius: .5em .5em;
    -webkit-border-radius: .5em .5em;
    padding: 0em .25em;
    white-space: nowrap;
}


/* Archives */
#archival-posts
{
    text-align: left;
    width: 100%;
    font-size: 12pt;
}

table td.time
{
    vertical-align: top;
    color: #aaa;
}

table a,
table a:visited
{
    color: black;
    text-decoration: none;
}

table a:hover
{
    color: red;
}

