/*
Theme Name: AG
Theme URI: http://aarongodin.com
Description: Theme for aarongodin.com
Version: 1.0
Author: Aaron Godin
Author URI: http://aarongodin.com
*/

@import "css/reset.css";
@import "css/typography.css";

body {
  text-rendering: optimizeLegibility;
  font-family: 'Vollkorn';
  font-size: 14px;
  line-height: 20px;
  color: #111;
}

#posts a, footer a, header a, #tip-links a {
  text-shadow: -2px 2px 0px #dbf2fe;
  color: #0ca2f2;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
}

#posts a:hover, footer a:hover, header a:hover, #tip-links a:hover {
  color: #04679d;
}

#container {
  position: relative;
  width: 850px;
  margin: 0px auto;
}

header {
  margin: 0px 0px 16px 0px;
}

nav {
  margin: 0px 0px 16px 0px;
}

nav ul li {
  display: inline-block;
  font-size: 16px;
  margin-right: 18px;
}

nav a {
  margin: 0px 16px 0px 0px;
}

h1, h2, h3, h4 {
  font-family: 'Nobile';
}

h1 {
  font-size: 20px;
  margin: 10px 0px;
}

h2 {
  font-size: 28px;
  margin: 12px 0px;
}

h3 {
  font-size: 19px;
  margin: 12px 0px;
}

h4 {
  font-size: 14px;
  margin: 8px 0px;
}

p.footer {
  text-align: center;
}

#post-links a {
  text-shadow: -2px 2px 0px #f1f1f1;
  color: #4ea429;
  -webkit-transition: all .3s ease-out;
}

#post-links a:hover {
  color: #41db00;
}

article {
  margin: 35px 0px;
}

#tip-links {
  position: absolute;
  right: 0px;
  top: 10px;
  text-align: right;
}

span.the-date:after {
  content: " | ";
}

/******* content *******/
.content p {
  margin: 10px 0px;
}

.content blockquote {
  margin: 10px 20px;
  background: #f1f1f1;
  padding: 2px 8px;
  font-style: italic;
}

.content blockquote span {
  background: rgba(65,219,0,0.4);
  display: block;
  padding: 3px 0px 0px 10px;
}

.columns {
  height: 450px;
  column-count: 3;
  column-gap: 30px;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-count: 3;
  -moz-column-gap: 30px;
}

.content ul li, .content ol li {
  margin: 6px;
}

.content ul li {
  list-style-type: disc;
}

.content ol li {
  list-style-type: decimal;
}

.content a img {
  border: 0px;
}

/****** comments ********/
#comments-list {
  width: 700px;
  margin: 0px auto;
}

#comments-list ol li {
  padding: 10px;
}

#comments-list ol li.even {
  background: #D5E9ED;
}

#comments-list ol li.odd {
  background: #ededed;
}

#comments-list ol li.depth-2, #comments-list ol li.depth-3, #comments-list ol li.depth-4 {
  margin-left: 10px;
}

/***** comments form *****/

#respond form {
  margin-top: 10px;
}

#respond label {
  margin: 8px 0px;
  display: block;
}

#respond span.required {
  display: none;
}

#respond input, #respond textarea {
  font-family: Verdana;
  line-height: 16px;
  font-size: 12px;
  background: #fff;
  color: #111;
  padding: 4px;
  border: 0px;
  border-top: 1px solid rgba(0,0,0, .2);
  border-left: 1px solid rgba(0,0,0, .2);
  border-right: 1px solid rgba(0,0,0, .1);
  border-bottom: 1px solid rgba(0,0,0, .1);
}

#respond textarea, #respond input {
  -webkit-transition: border-color 1s ease-out;
}

#respond textarea:focus, #respond input:focus {
  border-color: rgba(0,0,0, .5);
}

#respond input:focus, #respond textarea:focus {
  outline: 0px;
}

#respond textarea {
  width: 80%;
  height: 260px;
}

#respond input[type=submit] {
  cursor: pointer;
}
