/*
Theme Name: Spivey Blog
Theme URI: http://matthewspivey.com
Version: 1.0
Author: Matthew Spivey
*/

@font-face { font-family: League-Gothic; src: url('League-Gothic.otf'); } 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, dl, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
body {
	color: #121318;
	font: 17px/27px Helvetica, Arial, sans-serif;
	text-shadow: white 0px 1px 0px;
	background-color: #F7F7F7;
	background: url('images/bg.gif') repeat;
}
p { padding-bottom: 15px }
table { border-collapse: separate; border-spacing: 0; }
strong { font-weight: bold; }
table, th, td, tr { padding: 7px 11px; border: 1px solid #D8D8D8; border-collapse: collapse }
th { background: #464646; color: white; text-transform: uppercase; }
td a { display: block; }
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: block; }
.left { float: left }
.right { float: right }

a { text-decoration: none } 
a:link, a:visited, a:active { color: #00A1C9 }
a:hover { color: #121318 }
h1 a:link, h1 a:visited, h1 a:active, h2 a:link, h2 a:visited, h2 a:active { color: #121318 }
h1 a:hover, h2 a:hover { color: #00A1C9 }
a img { border: none; }
h1 { font-family: Palatino, Georgia; font-size: 32px/48px; font-weight: bold; }
h2, h3, h4, h5, h6 { margin: 0.5em 0 0.8em 0 }
h2 { font-size: 2.4em; font-family: League-Gothic; margin-top: 1em;}
h3 { font-size: 1.3em }
h4 { font-size: 1.2em; margin: 1.2em 0px; }
h5 { font-size: 1.1em }
h6 { font-size: 1.0em }

.attachment-post-thumbnail { float: left; }
#content_wrap { position: relative }
#content {
        width: 960px;
        padding-top: 10px;
        margin: 0 auto;
        position: relative;
}

#page {
    margin-left: 20px;
    width: 700px;
    float: left;
    position: relative;
}

#sidebar h1 { float: left; font: 2em/1em League-Gothic;}
#sidebar {
    padding: 10px;
    clear: both;
    width: 110px;
    float: left;
    position: relative;
}

.social {
    padding-top: 1em;
    clear: both;
}
.social a {
	margin-right: 14px;
	height: 32px;
	width: 32px;
	background-repeat: no-repeat;
	display: inline-block;
	text-indent: -9999px;
}

a.facebook { background: url('images/facebook.png') 0 0 }
a.facebook:hover { background-position: 0 32px }
a.linkedin { background: url('images/linkedin.png') 0 0 }
a.linkedin:hover { background-position: 0 32px }

.mugshot {
    padding: 4px;
    border: solid;
    border-color: #ddd #aaa #aaa #ddd;
    border-width: 1px 2px 2px 1px;
    background-color: white;
}

.creativecommons { margin-top: 1em; float:right; opacity:0.5 }
.copyright { display: none }
.entry { padding-left: 155px; }
.entry p { padding-bottom: 0; }

blockquote {
	margin: 0.5em;
	display: block;
	padding-left: 75px;
	padding-right: 1em;
	min-height: 64px;
	background: url('images/quote.png') no-repeat;
	font-style: italic;
}
blockquote cite { float: right; margin-top: 0.5em; }

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;	
}
ul {
	margin-bottom: 1em;
}
.wp-caption {
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-caption a {
	color: #888;
	text-decoration: underline;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
