/***************** 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;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
  
}
abbr,acronym { border:0;
}


/***************** End of reset *********************/


/* Blueprintcss typography | www.blueprintcss.org*/

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover     { color: #444; }
a           { color: #888; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th    { background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Self-clearing floats */

  .cls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  
/* Site spec style */

  body  {
    background: #f7f7f7 url('http://stefanfalkelind.com/_design/107718/bak16.jpg');
    font-family: verdana, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 20px 0;
  }
    
  a {
    color: #666;
  }
  
/* Struct */

  #border-top {
    background: url(http://stefanfalkelind.com/designs/Grayscale/top_border.png) center no-repeat;
    width: 972px;
    margin: 0 auto;
    height: 6px;
  }
  
  #border-bottom {
    background: url(http://stefanfalkelind.com/designs/Grayscale/bottom_border.png) center no-repeat;
    width: 972px;
    margin: 0 auto;
    height: 6px;
  }
  
  #main_wrapper {
    width: 972px;
    background: url(http://stefanfalkelind.com/designs/Grayscale/main.png) center repeat-y;
    margin: 0 auto;
    padding-top: 1px;
  }
  
    #head {
      background: url('http://stefanfalkelind.com/_design/62551/nya_falkoga_header.jpg') center no-repeat;
      height: 230px;
      position: relative;
    }
    
      #head > h1 {
        font-size: 70px;
        color: #fff;
        position: absolute;
        top: 3px0;
        left: 20px;
        text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
                                left: -999999px;
      }
      
    #nav {
      display: block;
      height: 54px;
      background: url(http://stefanfalkelind.com/designs/Grayscale/menu.png) 1px 0 no-repeat;
      padding: 0 20px;
      list-style: none;
      margin: 0;
      position: relative;
    }
    
      #nav .rss {
        display: block;
        background: url(http://stefanfalkelind.com/designs/Grayscale/rss.png);
        text-indent: -100000000px;
        width: 28px;
        height: 28px;
        position: absolute;
        right: 10px;
        top: 10px;
      }
    
      #nav > li {
        display: block;
        float: left;
        margin: 0 15px;
      }
      
        #nav > li a {
          display: block;
          color: #000;
          text-decoration:  none;
          font-size: 20px;
          padding-top: 9px;
          height: 37px;
          text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
        } #nav > li a:hover { color: #eee; }
  
  
    #content {
      padding: 0 9px;
      padding-right: 0;
  
    }
    
    #main-content {
      float: left;
      width: 664px;
      padding: 20px;
    }
    
    #aside {
      float: left;
      width: 230px;
      padding: 20px 10px;
      font-family: georgia;
      font-size: 15px;
    }
    
      #aside h1 {
        font-size: 2em;
      }

/* Messy, clean up... sometime */
    
      .url-list {
        list-style: none;
        padding: 0;
        margin-bottom: 2em;
      }
      
        .url-list li {
          padding: 3px 10px;
          margin: 3px 0;
          border-bottom: 1px solid #eee;
        } .url-list li:last-child { border: 0; }
        
          .url-list li a { text-decoration: none; }
    

  .article {
    font-family: georgia;
    font-size: 15px;
    position: relative;
    padding-left: 80px;
    margin-bottom: 50px;
  }
  
  .article h1 a { color: #000; text-decoration: none;}
  .article.page {
    padding-left: 0;
  }

.comments h2 {color: #000;}
  
    .article .article-date {
      width: 84px;
      height: 84px;
      background: url(http://stefanfalkelind.com/designs/Grayscale/date.png) no-repeat;
      position: absolute;
      top: 0;
      left: -28px;
    }
    
      .article-date span.day, .article-date span.month {
        display: block;
        height: 35px;
        text-align: center;
        font-family: verdana;
        font-size: 26px;
        text-indent: -5px;
        padding-top: 3px;
        color: black;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
      }
    
      .article-date span.month {
        padding-top: 0;
      }
      
    
    .article .info {
      color: #999;
      font-size: 11px;
      margin: -10px 0 20px 0;
      font-family: verdana;
    }
    
    .article p {
      margin: 10px 0;
    }
    
    .comments {
      margin-top: 70px;
    }
    
    .comments-list {
      list-style:  none;
      padding: 0;
      margin: 0;
    }
    
      .comments-list li {
        padding: 3px;
        border: 1px solid #fff;
        margin: 5px 0;
        position: relative;
        
      }
      
        .comments-list li:nth-child(2n) {
          background: #f7f7f7;
          border: 1px solid #f7f7f7;
        }
        
        .comments-list li:hover {
          border: 1px solid #eee;
        }
        
          .comments-list li img {
            position: absolute;
            left: 3px;
            width: 48px;
            margin-right: 10px;
          }
          
          .comments-list li .name {
            font-size: 18px;
            display: block;
          }
          
          .comments-list li .date {
            font-size: 10px;
            display: block;
            font-family: verdana;
            color: #777;
          }
          
          .comments-list li .body {
            display: block;
            margin-top: 10px;
          }
          
          
    .comments form {
      margin-top: 50px;
    }
    
      .comments form label {
        display: block;
        margin: 3px 0;
      }
      
      .comments form input[type=text], .comments form textarea {
        display: block;
        width: 100%;
        border: 2px solid #eee;
        padding: 6px;
        margin-bottom: 10px;
        font-family: verdana;
        font-size: 14px;
      }
      
        .comments form input[type=text]:focus, .comments form input[type=text]:hover, .comments form textarea:focus, .comments form textarea:hover{
          border-color: #b6b6b6;
        }
        
      .comments form input[type=submit] {
        margin: 0;
        border: 0;
        outline: none;
        padding: 5px 10px;
        background: #b6b6b6;
        color: #fff;
        font-size: 16px;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.1);
      }
      
  .paging {
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
  }
  
    .paging li {
      display: block;
      float: left;
      padding: 3px 8px;
      border: 2px solid #eee;
      margin: 0 3px;
    }
    
    .paging li:hover, .paging li.active:hover {
      border-color: #b6b6b6;
    }
    
      .paging li a {
        text-decoration: none;
      }