/*
Theme Name: unperson.com
Description: Unperson's theme. Based on the <a href="http://html5boilerplate.com">HTML5 Boilerplate</a> and Bruce Lawson's <a href="http://html5doctor.com/designing-a-blog-with-html5/">Designing a Blog with HTML5</a>. 
Version: 0.3
Author: Stanley Gruber
Author URI: http://unperson.com/
Tags: black, white, black and white, grey, minimalist
*/


/* ~~~ TYPOGRAPHY ~~~ */

@font-face {
	font-family: 'VollkornRegular';
	src: url('fonts/Vollkorn/Vollkorn-Regular.ttf') format('truetype');
	/* src: local('π'); */
}

@font-face {
	font-family: 'VollkornItalic';
	src: url('fonts/Vollkorn/Vollkorn-Italic.ttf') format('truetype');
	/* src: local('π'); */
}

@font-face {
	font-family: 'VollkornBold';
	src: url('fonts/Vollkorn/Vollkorn-Bold.ttf') format('truetype');
	font-weight: bold;
	/* src: local('π'); */
}

@font-face {
	font-family: 'VollkornBoldItalic';
	src: url('fonts/Vollkorn/Vollkorn-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	/* src: local('π'); */
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype');
	/* src: local('π'); */
}

@font-face {
	font-family: 'OpenSansSemiBold';
	src: url('fonts/Open_Sans/OpenSans-Semibold.ttf') format('truetype');
	font-weight: bold;
	/* src: local('π'); */
}

@font-face {
	font-family: 'OpenSansExtraBold';
	src: url('fonts/Open_Sans/OpenSans-ExtraBold.ttf') format('truetype');
	font-weight: bold;
	/* src: local('π'); */
}


/* ~~~ LINKS ~~~ */

a, a:link {
	color: #005996; /*#1F79BE;*/
	text-decoration: none;
}

a:visited {
	color: #005996;
}

a:hover {
	color: #498FCD;
	text-decoration: underline;
}


/* ~~~ HTML / BODY ~~~ */

html, body { 

	height: 100%; 
	font-family: 'VollkornRegular', Times, serif; 
	font-size: 1.3em;
}


b, strong {
	font-family: 'VollkornBold', Times, serif;
	font-style: normal;
}

i, em {
	font-family: 'VollkornItalic', Times, serif;
	font-style: normal;
}

b>i, b>em, strong>i, strong>em, i>b, i>strong, em>b, em>strong {
	font-family: 'VollkornBoldItalic', Times, serif;
	font-style: normal;
}

blockquote {
	background-color: #f9f9f9;
	padding: 2.5em 3em;
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.4em;
}

blockquote p {
	margin-bottom: 1em;
}

form {
	display: block;
	clear: both;
}


/* ~~~ HEADINGS ~~~ */

h1, h2, h3, h4, h5, h6, b {
	font-family: 'VollkornBold', Times, serif;
	font-style: normal;
	color: #000;
}

h1 {font-size: 2.0em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;} 
h4 {font-size: 1.3em;} 
h5 {font-size: 1.2em;} 
h6 {font-size: 1.0em;} 

h2>a, h2>a:link, h2>a:visited, h3>a, h3>a:link, h3>a:visited {
	color: black;
	text-decoration: none;
}

h2>a:hover, h3>a:hover {
	color: #498FCD;
	text-decoration: none;
}

h6.category {

	font-family: 'OpenSansSemiBold', Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: .5em;
	margin-bottom: .6em;
}


/* ~~~ LISTS ~~~ */

ul {
	margin-bottom: 1em;
}

li {
	margin-bottom: .5em;
}


/* ~~~ BODY HEADER ~~~ */

body>header {
	
	min-height: 300px;
	margin-bottom: 1.8em;
	background-color: #000000; 
	display: block;
	position: relative;
	clear: both;
	color: #E6E6E6;
}

body>header>div
{
	width: 960px;
	display: block;
	margin: 0px auto;
	background-color: #000;
}

hgroup.big {
	width: 575px;
	float: left;
	display: block;
	background-color: #000;
}

hgroup.small {
	background-color: #000;
	position: absolute;
	bottom: 1em;	
	width: 320px;
	clear: both;
	margin-left: 580px;
	padding-left: 60px;
}

hgroup.small>h1, hgroup.small>p
{ 
	 visibility: hidden;
}


/* ~~~ CONTAINER  ~~~ */

#container { 
	height: 100%; 
	width: 960px;
	margin: 0 auto;
	clear: both;
}


/* ~~~ MAIN ~~~ */

#main {
	margin: 0 auto; 
	display: block;
	clear: both;
}


/* -- INDEX (TWO COLUMNS) -- */

#main.index {
	width: 580px;
	float: left;
	clear: both;	
	font-size: .8em;
}

#container>aside {
	width: 320px;
	padding-left: 60px;
	float: right;
	font-family: OpenSansRegular;
	font-size: .6em;
	display: block;
}


/* -- SINGLE (ONE COLUMN) -- */

#main.single {
	width: 960px;
	display: block;
	clear: both;
	float: left;
}

#main p {width: 800px;}

#main .wp-caption-text {
	margin:0;
	margin-bottom:.6em;
	width:100%;
	font-size: .6em;
	font-family: 'OpenSansSemiBold', Helvetica, sans-serif;
	
}

#main .gallery-caption {
	font-size: .5em;
	font-family: 'OpenSansSemiBold', Helvetica, sans-serif;
}

#main.single article>header>img.wp-post-image{
	margin-top: 1em;
}



/* -- ARCHIVE (ONE COLUMN) -- */

#main.archive {
	width: 960px;
	display: block;
	clear: both;
	float: left;
}

#main.archive h2.pagetitle
{
	font-family: 'OpenSansSemiBold', Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: .8em;
}


/* ~~~ ARTICLE ~~~ */

article {
	display: block;
	width: inherit;
	clear: both;
}

#main>article, section>article {
	margin-bottom: 4em;
}

article>header {
	margin-bottom: 1em;
}

span.author {text-transform: uppercase;}

.byline {
	font-family: OpenSansRegular;
	font-size: .6em;
	color: #777;
	margin-top: .4em;
}

article>footer{
	margin-top: 1em;
	font-family: OpenSansRegular;
	font-size: .6em;
	color: #777;
}

article>p {
	margin-bottom:  1em;
	line-height: 1.5em;
}

nav.blogbottom {
	font-family: 'OpenSansSemibold';
	width: 100%;
	margin-bottom: 2em;
	font-size: 1.3em;
}

nav.blogbottom div {
	display: inline;
}

nav.blogbottom div span {
	font-family: OpenSansExtraBold;
}

nav.blogbottom>div.right {
margin-left: 200px;
float: right;
}

/* ~~~ Index Sidebar ~~~ */

ul#sidebar>li, ul#sidebar>ul>li, ul.sidebar>ul>li .sidebar>ul>li{
	margin: 0;
	padding: 0;
	list-style: none;

	
}


/* ~~~ FOOTER(S) ~~~ */

footer {
	display: block;
	clear: both;
}

body>footer {
	height: 960px;
	background-color: black;
	color: #999;
	position: relative;
	font-family: OpenSansRegular;
	font-size: 1em;
	clear: both;
}

body>footer h2 {
	font-family: OpenSansExtraBold;
	color: #eee;
	font-size: 1.2em;
	margin-bottom: .6em;
}

body>footer>div {
	width: 960px;
	margin: 0px auto;
	padding-top: 2em;
	display: block;
}

body>footer>div>div.left {
	width: 580px;
	float: left;
}

footer>div>div.left>aside>ul, footer>div>div.right>aside>ul {
	margin: 0;
	padding: 0;
}

footer>div>div.left>aside>ul>li, footer>div>div.right>aside>ul>li {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		margin-bottom: .5em;
}

body>footer>div>div.right {
	width: 320px;
	overflow: hidden;
	padding-left: 60px;
	margin-left: 580px;
}

aside#linkcat-8>h2 {
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
}

body>footer>div>footer{
	margin-left: 640px;
	position: absolute;
	bottom: 1em;
	clear: both;
}


/* Ads */

.a-codes { 
	margin-bottom: 3em;
}

.artwork {
	/*width: 316px;
	height: 316px;*/
	border: 1px solid #E6E6E6;
	
	box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-o-box-shadow: 2px 2px 4px #999;
	-ms-box-shadow: 2px 2px 4px #999;
}


/*~~~ Social Media ~~~*/
.sm {
	width: 100px;
	margin-left: 230px;
}

a.rollover {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	float: left;
	margin-right: 3px;
	background-size: cover;
}

.rss { background: url("images/icon-rollover-rss.png");}

.facebook { background: url("images/icon-rollover-facebook.png");}

.twitter { background: url("images/icon-rollover-twitter.png"); }

a.rollover:hover { background-position: -30px 0px; }
	
a.rollover:active { background-position: -60px 0px; }
	
.displace {
	position: absolute;
	left: -5000px;
}


/* ~~~ Buttons ~~~ */

button::-moz-focus-inner {
  border: 0; }

button.minimal {
	background: #E6E6E6;
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
	-o-box-shadow: inset 0 0 1px 1px #f6f6f6;
	box-shadow: inset 0 0 1px 1px #f6f6f6;
	color: #005996;
	font-family: 'OpenSansSemiBold';
	font-size: 1em;
	line-height: 1;
	padding: 8px 0 9px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 320px; 
	margin-bottom: 2em;
}
  
button.minimal:hover {
	background: #F5F5F5;
	-webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
	-moz-box-shadow: inset 0 0 1px 1px #eaeaea;
	-ms-box-shadow: inset 0 0 1px 1px #eaeaea;
	-o-box-shadow: inset 0 0 1px 1px #eaeaea;
	box-shadow: inset 0 0 1px 1px #eaeaea;
	color: #498FCD;
	cursor: pointer; 
}

button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -ms-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -o-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; 
}


/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}


/*
HTML Boilerplate styles can be found in the html5-boilerplate/css directory.
*/





