/*
Theme Name: JV
Theme URI: http://johnvey.com
Author: JV
Author URI: http://johnvey.com
Description: Awesomesauce.
Version: 0.1
Tags: Boss
*/
    
* {
    margin: 0;
    padding: 0;
    border: 0;
	box-sizing: border-box;
}

img {
    box-sizing: content-box;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
}

#wrapper {
    max-width: 900px;
    margin: 0 auto;
}

a {
    color: #1056B3;
    padding: 1px;
}

a:hover {
    color: #fff;
    background: #1056B3;
    text-decoration: none;
}

a:visited {
    color: #666;
}

a:visited:hover {
    color: #fff;
}


p, ul, ol, blockquote, table, pre {
    margin-bottom: 1.5em;
}

ul, ol {
    margin-left: 2em;
}

li {
    margin-bottom: .5em;
}

h1 {
    font: 20px Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #666;
    padding: 4px 0;
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
}

h2 {
    font: 30px "bebas-neue", Helvetica, Arial, sans-serif;
    color: #333;
    padding-bottom: 3px;
	margin-top: 0.4em;
    margin-bottom: 0.8em;
    line-height: 100%;
}

h3 {
    font-size: 15px;
    letter-spacing: -1px;
    margin-bottom: 0.8em;
}

blockquote {
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 10px;
    border-left: 1px solid #ddd;
}

input,textarea {
    border: 1px solid #999;
}

button {
    padding: 4px;
    border: 1px solid #ccc;
}

.pullquote {
    text-align: center;
    font: 18px Georgia, Times New Roman, serif;
    color: #993305;
    padding: 0 10px;
}

table.data {
    border-collapse: separate;
    border-spacing: 4px 0;
    margin: 2.5em 0;
}

table.data th,
table.data td {
    text-align: left;
    padding: 3px 15px 3px 3px;
}

table.data th {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}

table.data caption {
    padding: 4px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #bbb;
    background: #f2f2f2;
}

/*
 * left navigation
 */
 
#nav {
    width: 180px;
    border-top: 6px solid #000;
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
}

#logo {
    background: 0 13px url('http://stash1.johnvey.com/images/j-logo.png') no-repeat;
    height: 90px;
    display: block;
    text-decoration: none;
    padding: 0;
}

#topics {
    list-style-type: none;
    padding: 15px 0;
    border: 1px solid #000;
    border-width: 1px 0;
    margin: 0 0 40px 0;
}

/* asdfa sdf */
#topics li {
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 38px;
    margin: 0;
}

#topics a {
    text-decoration: none;
    color: #444;
}
        
#topics a:hover,
#topics a.active {
    color: #f26322;
    background: none;
}

#archives {
    list-style-type: none;
    font-size: 11px;
    margin: 0;
}

#archives li {
    margin-bottom: 5px;
}


/*
 * main content
 */
#content-wrapper {
    width: 700px;
    float: left;
    padding-top: 90px;
    border-top: 6px solid #000;
}

#content {
    border-top: 1px solid #000;
    position: relative;
    font-size: 13px;
}

#content p,
#content ul,
#content ol {
    max-width: 540px;
    line-height: 160%;
}
    
.post {
    padding: 5px 0 40px;
}

.post.single-mode {
    padding: 5px 0 10px 0;
}

.post .col {
    max-width: 520px;
}

.post h2 a {
    color: #333;
    text-decoration: none;
}
.post h2 a:hover {
    color: #fff;
}

.post .meta {
    float: right;
    font-size: 11px;
    color: #555;
    padding: 8px 0 0 0;
}

.post .body {
    font-size 13px;
    line-height: 150%;
}

.post img {
    padding: 5px;
}

.post img.full {
	padding: 0;
}

.post .flyout {
    margin-right: -180px;
    padding: 0 0 15px 15px;
    float: right;
}

.post .gutter {
    position: absolute;
    left: 600px;
    font-size: 10px;
}

#post-nav {
    padding: 5px 5px 8px 0;
    margin-bottom: 10px;
    font-size: 13px;
}

#post-nav.single-mode {
    border-bottom: 1px solid #000;
}


#overview p,
#overview ul,
#overview ol {
	max-width: 400px;
}

#overview h2 {
    margin-top: 2em;
}

#overview div.hero {
    float: right;
    width: 300px;
	text-align: right;
}
#overview div.hero img {
	border: 1px solid #ccc;
}

#overview p.lede {
    font-family: Georgia, Times New Roman, serif;
    font-size: 20px;
    letter-spacing: -0.8px;
    color: #777;
    max-width: 700px;
    line-height: 140%;
}

#overview .more {
    font-weight: bold;
}

/*
 * disqus
 */
 
#disqus_thread {
    margin-top: 30px;
    font-size: 12px;
}

.dsq-comment-body {
    border-top: 1px solid #000;
}

.dsq-comment .dsq-avatar {
    top: 2px;
}

.dsq-comment-header {
    background: none !important;
    border: 0 !important;
    border-bottom: 1px solid #bbb !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    padding: 11px 10px !important;
}
/*
 * footers
 */
 
#footer {
    clear: both;
    margin: 50px 0 15px 0;
    border-top: 1px solid #000;
    padding: 8px 0;
    font-size: 10px;
    color: #666;
}


