

/*
Template name: Grunge Superstar
Template URI: http://templates.arcsin.se/grunge-superstar-website-template/
Release date: 2008-06-15
Description: A dirty, monochrome single-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* --------------------------------
   General
----------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300|Roboto:300");

html {
    font-size: 16px; /* reset 1em to 10px */
    height: 100%;
}

body {
    background: #444 url('../img/body.jpg');
    color: #444;
    font-family: "Segoe UI", "Open Sans", Roboto, Verdana, "Trebuchet MS", Arial, sans-serif;
    line-height: 1.4em;
    height: 100%;
    padding-bottom: 1px; /* force scrollbars */
    padding-top: 1em;
}

b {
    font-weight: 600;
}

small, .small {
    font-size: 0.9em;
}

a {
    color: #fc9a9a;
    text-decoration: none;
}

a:hover {
    color: #FFA;
    text-decoration: underline;
}

p, table {
    padding: 4px 0 4px 0;
    margin: 0;
}

table td {
    padding: 2px 6px 2px 6px;
    vertical-align: top;
}

blockquote, code {
    background-color: #3E3E3E;
    border: 1px solid #505050;
    display: block;
    margin-bottom: 12px;
}

code {
    font: normal 0.9em Verdana, sans-serif;
    line-height: 1.5em;
    padding: 8px 14px;
}

/* --------------------------------
   Headings, titles
----------------------------------- */

h1 {
    color: #FFF;
    font-size: 2em;
    font-weight: bold;
    padding: 1em 0 0.5em 0;
    letter-spacing: 1px;
    margin: 0;
}

h2 {
    color: #EEE;
    font-weight: normal;
    font-size: 1.4em;
    padding: 0.5em 0;
    margin: 0;
}

h3 {
    color: #C3C3C3;
    font-weight: normal;
    font-size: 18px;
    padding: 25px 0 10px 0;
    margin: 0;
}

h4 {
    color: #C3C3C3;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 0 5px 0;
    margin: 0;
}

h5 {
    color: #C3C3C3;
    font-weight: normal;
    font-size: 18px;
    padding: 5px 0 5px 0;
    margin: 0;
}

/* --------------------------------
   Site title
----------------------------------- */

#site_title {
    background: #222;
    padding: 12px 20px;
    text-align: center;
}
#site_title p {
    color: #aaa;
}

/* --------------------------------
   Main layout
----------------------------------- */

#paper_left {
    background: url('../img/paper_left.gif') no-repeat left top;
    margin: 0 auto;
    padding-bottom: 34px;
    max-width: 778px;
}

#paper_right {
    background: url('../img/paper_right.gif') no-repeat right bottom;
}

#layout_wrapper {
    background: #50504A url('../img/grain_dark.gif');
    margin: 0 auto;
    max-width: 736px;
}

#layout_container {
    padding: 8px;
}

#layout_content {
    border: 1px solid #333;
}

#header_image {
    height: 160px;
    border-bottom: 1px solid #222;
    border-top: 1px solid #111;
    background: #222;
    background-image: url('../img/stability-in-motion.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 320px;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
    background: #353535 url('../img/navigation.jpg') repeat-x;
    border-bottom: 1px solid #222;
    border-top: 1px solid #555;
}

.navigation ul {
    display: inline;
    margin: 0;
    float: right;
}

.navigation ul li {
    border-left: 1px solid #303030;
    float: left;
    list-style: none;
}

.navigation a {
    color: #AAA;
    display: block;
    font: bold 1em Verdana, "Trebuchet MS", Arial, sans-serif;
    padding: 12px 14px;
    text-decoration: none;
}

.navigation a:hover {
    background: #444;
    color: #E5E5D5;
    text-decoration: none;
}

.navigation li.current_page_item a {
    background: none;
    color: #EEE;
}

/* Sub navigation */
#subnav a {
    padding: 10px;
    font-size: 0.9em;
}


/* --------------------------------
   Main
----------------------------------- */

#main {
    background: #4A4A4A;
    color: #AAA;
}


/* --------------------------------
   Bottom
----------------------------------- */

#bottom {
    background: #222;
    border-bottom: 1px solid #1A1A1A;
    border-top: 1px solid #2A2A2A;
    color: #AAA;
    padding: 16px;
}

#bottom ul li {
    border-bottom: 1px solid #303030;
}

#bottom ul li a {
    color: #777;
    display: block;
    padding: 4px 6px;
}

#bottom ul li a:hover {
    background: #2A2A2A;
    color: #FFC;
    text-decoration: none;
}

/* Tag cloud */
#tag_cloud a {
    color: #777;
}

#tag_cloud a:hover {
    color: #FFC;
}

/* --------------------------------
   Footer
----------------------------------- */

#footer {
    background: #2A2A2A;
    border-bottom: 1px solid #1A1A1A;
    border-top: 1px solid #333;
    color: #666;
    font-size: 0.9em;
    padding: 6px 12px;
}

#footer a {
    color: #666;
}

#footer .right, #footer .right a {
    color: #666;
}

#footer a:hover {
    color: #BBB;
}

/* --------------------------------
   Floats
----------------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.clear, .clearer {
    clear: both;
}

.clearer, .block {
    display: block;
    line-height: 0;
    font-size: 0;
}

.clearer {
    height: 0;
}


/* --------------------------------
   Misc
----------------------------------- */

/* Columns */
.col3, .col3last {
    width: 31%;
    margin-right: 3%;
}

.col3last {
    margin-right: 0;
}

/* Images */
img.bordered {
    padding: 3px;
    background: #666;
    margin: 5px 10px 5px 0;
    float: left;
    display: inline;
}

/* Text */
.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.vtop {
    vertical-align: top;
}


/* Label */
.label {
    background: #222 url('../img/post_top.gif') repeat-x left top;
    border-bottom: 2px solid #555;
    color: #BBB;
    margin: 0;
    padding: 0.5em 0.8em 0.6em;
}

/* Margin, padding, width, height */
.ptb10 {
    padding: 10px 0;
}

/* --------------------------------
   Posts
----------------------------------- */

.post {
    background: #363636;
    /* border-bottom: 1px solid #111; */
}

.post_top {
    background: #222 url('../img/post_top.gif') repeat-x left top;
    border-bottom: 4px solid #777;
    border-top: 1px solid #3A3A3A;
    padding: 10px 16px 13px;
}

.post_body {
    background: url('../img/post_body.jpg') no-repeat center top;
    border-top: 1px solid #333;
    padding: 1em 1em 1.2em 1em;
    text-align: center;
}

.post_top_bar {
    border-bottom: 4px solid #777;
}

.post_body_bar {
    border-bottom: 1px solid #777;
    margin: 12px 0;
}

.post_body ul, .post_body ol, ul, ol {
    margin: 0;
    padding: 0 0 0 14px;
}

/* ----------------------------------------
  Forms
------------------------------------------- */

form {
    margin: 0;
    padding: 0;
}

/* Inputs */
input#s, textarea, input.styled {
    background: #DDD;
    border: 3px solid #555;
    font: normal 1em Verdana, "Trebuchet MS", Arial, sans-serif;
    padding: 3px;
    width: 160px;
}

textarea {
    width: 440px;
}

/* Seachform */
table.search {
    border-collapse: collapse;
    width: 250px;
}

table.search td {
    vertical-align: top;
}


/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar {
    width: 48px;
}

.comment_gravatar img {
    background: #666;
    border: 1px solid #444;
    padding: 2px;
}

.comment_author {
    color: #EEE;
    padding-top: 2px;
}

/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist {
    padding: 0;
}

.nicelist ol {
    margin: 0;
}

.nicelist ol li {
    border-bottom: 1px solid #333;
    border-top: 1px solid #505050;
    list-style: none;
    padding: 8px 10px 1px;
}

.nicelist ol li:first-child {
    border-top: none;
}

.nicelist li.alt {
    background: #444;
}

.nicelist .body {
    padding-top: 5px;
}

.nicelist .date {
    color: #999;
    font-size: 0.9em;
    padding-top: 4px;
}

.nicelist .date a {
    color: #BBB;
    text-decoration: none;
}

.nicelist .date a:hover {
    text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title {
    font: normal 1.4em Verdana, "Trebuchet MS", Arial, sans-serif;
}

.archive_title a {
    text-decoration: none;
}

.archive_title a:hover {
    text-decoration: underline;
}

.archive_postinfo {
    padding-bottom: 6px;
}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation {
    background: #555;
    border-top: 1px solid #444;
    font-size: 0.9em;
    padding: 7px 8px 9px;
}

.pagenavigation a {
    color: #CCC;
    text-decoration: none;
}

.pagenavigation a:hover {
    color: #FFF;
    text-decoration: underline;
}