/*
Theme Name: Stack
Description: Paper-like Theme for WordPress heavily inspired by the popular 'Stationary' theme for Tumblr
Author: Stinkyink
Version: 1.0.3
Tags: white, light, two-columns, fixed-width, right-sidebar, custom-background, threaded-comments 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-------------------------------------------------------
Stack WordPress Theme, Copyright 2012 Stinkyink.com
Stack is distributed under the terms of the GNU GPL
-------------------------------------------------------
*/

html {
 font-family: Constantia, 'Lucida Bright', Lucidabright, 'Lucida Serif', Lucida, 'DejaVu Serif', 'Bitstream Vera Serif', 'Liberation Serif', Georgia, serif;
 color: #444;
}

body {
  width: 900px;
  padding: 50px 0 100px 0;
  margin: 0 auto;
}


#wrapper {
 background-color: #fff;
 box-shadow: 0 0 10px rgba(0,0,0,0.3);
 width: 900px;
 padding: 0px 20px; 
 font-size: 67.5%;
 display: block;
 position: relative;
}


#wrapper:before, #wrapper:after {
  content: ' ';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 900px;
  height: 1200px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transform:rotate(-2deg);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);  
}

#wrapper:after {
  -webkit-transform:rotate(3deg);
}




hr {
 clear: both; 
 visibility: hidden;
}

mark {
 background-color: transparent;
 font-weight: bold; 
}


body.has_sidebar .content {
  width: 70%;
  float: left;
}

#sidebar {
 width: 25%;
 float: right;
 border-left: 2px solid #eee;
 padding-left: 20px;
 padding-top: 20px; 
}

#sidebar ul {
 margin: 0 0 0 0;
 padding: 0 0 0 0; 
 list-style: none;
}

#sidebar .widget {
 font-size: 1.3em; 
}

#sidebar .widget ul  {
 margin: 0 0 20px 0;
 padding: 0 0 0 20px;
 line-height: 1.8em;
 list-style: square;
 color: #ccc;
}

#sidebar .widget h3 {
 font-size: 1.4em; 
 margin: 0 0 0.8em 0;
}

#sidebar .widget a {
 color: #666;
 text-decoration: none;
 border-bottom: 1px dotted #666; 
}

#sidebar .widget a:hover {
  color: #333;
}



.content {
 min-height: 990px;
 padding-top: 20px;
}

article.post, article.page {
  font-size: 1.4em;
   line-height: 1.6em;
  
}

.post, .page {
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post h1, .post h1 {
 color: #333;
 text-decoration: none; 
 margin: 0 0 0.8em 0;
 line-height: 1.4em;
 font-size: 2.4em;
}


.post h2 time, .post h1 time {
 color: #999; 
 display: block;
 font-size: 0.6em;
}


.post header a {
 color: inherit;
 text-decoration: none; 
}

.post header a:hover {
  color: #666;
}


.post_categories a, .post_tags a {
 color: #999;
 text-decoration: none;
 border-bottom: 1px dotted #999; 
}



.sticky {
 background-color: #eee;
 border: 1px solid #ccc;
 padding: 10px;
  
}









.commentlist {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  font-size: 1.4em;
  
}

.children {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 20px 20px;
  clear: both;
}

li.comment, li.trackback, li.pingback {
 margin: 0 0 0 0; 
 clear: both;
 position: relative;
 border-top: 2px solid #eee;
}

li.comment .comment-body, li.trackback .comment-body, li.pingback .comment-body {
 margin-left: 100px; 
 padding: 10px 0; 
 min-height: 100px;
 
}

li.comment .vcard {
 width: 80px;
 text-align: center;
 position: absolute;
 top: 10px;
 left: 0;
 overflow: hidden;
}

li.comment .avatar {
  border: 1px solid #ccc;
  padding: 2px;
  margin: 0 0 10px 0;
}

li.comment .says, li.trackback .says {
  display: none;
}

.commentlist .bypostauthor {
  background-color: #f9f9f9;
}

.commentlist .bypostauthor .vcard {
  font-weight: bold;
}



#respond {
 clear: both; 
}

#respond label {
 display: inline-block;
 width: 100px;
 font-size: 1.4em; 
}

#respond p {
  display: block;
  position: relative; 
}

#respond .required {
 display: inline-block;
 color: red; 
 position: absolute;
 top: 0px;
 left: 85px;
}

#respond .comment-notes .required {
  position: relative;
  left: auto;
  display: inline;
}

.post img {
  border: 1px solid #ccc;
  padding: 5px; 
  max-width: 100%;
  max-height: 100%;
}

table {
  border: 1px solid #ccc;
  width: 100%;
  border-spacing: 0;
  box-sizing: border-box; 
  border-collapse: collapse;
  margin: 10px 0;
}

table td, table th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  border-spacing: 0;
  padding: 3px; 
  text-align: left;
}

table th {
 background-color: #eee; 
}

dl {
 list-style: none; 
}

dt {
 margin: 0 0 0 0;
 font-weight: bold; 
}

dd {
  margin: 0 0 10px 10px;
}

blockquote {
 font-style: italic;
 margin: 10px 0;
 padding: 0px 30px 0px 30px;
 position: relative; 
}

blockquote:before {
 content: '“'; 
 font-size: 50px;
 color: #999;
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 30px;
 height: 30px;
 text-align: left;
}

blockquote:after {
 content: '”'; 
 font-size: 50px;
 color: #999;
 position: absolute;
 bottom: 0;
 right: 0;
 display: block;
 width: 30px;
 height: 30px;
 text-align: right;
}

blockquote cite {
  font-weight: bold;
  display: block;
  text-align: right;
}

blockquote cite:before {
 content: '– ';
}


.aligncenter {
 margin: 10px auto;
 clear: both; 
 display: block;
}

.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}

.alignright {
 float: right; 
 margin: 10px 0 10px 10px;
}

.wp-caption {
  border: 1px solid #ccc;
  padding: 5px 0 5px 0;
  text-align: center;
}

.wp-caption img {
 border: none;
 padding: 0; 
}

.wp-caption-text, .gallery-caption {
 margin: 5px 0 0 0; 
 padding: 0 0 0 0;
 font-size: 0.8em;
}



.prevnext, .navigation {
 font-size: 1.6em;
 text-align: center;
 list-style: none; 
 padding: 20px 0;
 width: 70%;
 margin: 0 auto;
}

.prevnext li, .navigation div {
  width: 47%;
  display: inline-block;
}

.prevnext a {
 color: #999; 
 text-decoration: none;
}

.prevnext a:hover {
  color: #444;
}


.header {
 text-align: center;
 padding: 50px 0;
 margin: 0 0 0 0;
 border-bottom: 2px solid #eee; 
}

.header h1 {
 font-size: 7em; 
 margin: 0 0 20px 0;
 font-weight: normal;
}

.header h1 a {
 color: #333;
 text-decoration: none;
 letter-spacing: -0.05em; 
}

.header p {
 color: #999;
 font-size: 1.3em;
 text-transform: uppercase;
 letter-spacing: 0.2em; 
 margin: 0 0 0 0;
}


footer {
 text-align: center;
 padding: 0;
 margin: 0;
 position: absolute;
 bottom: -100px;
 left: 0;
 width: 100%;
 color: #999;
 font-size: 1.3em;
 line-height: 1.9em;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  color: #333;
}


#wrapper {
 margin: 0 30px; 
}
    
