/*
Theme Name: Kink.Media
Theme URI: http://blog.kink.media/
Author: Chris Crews
Author URI: http://psychoticwolf.net/
Description: Basic theme
Version: 0.1
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900');

html,body
{
	height: 100%;
}

body {
	margin: 0px;
	padding: 15px;
	background: #24282d;
	
	color: #5a7790; /* #666; */
	font-size: 16pt;
	font-family: 'Source Sans Pro';
}

@media screen and (min-width: 960px) {
	body.body-borders:before, body.body-borders:after {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		z-index: 99;
		width: 100%;
		height: 15px;
		background: inherit;
	}
	body.body-borders:before {
		top: 0;
	}
	body.body-borders:after {
		bottom: 0;
	}
	body.body-borders.admin-bar:before {
		top: 32px;
	}
}
@media screen and (max-width: 767px) {
	body {
		padding: 0;
	}
}


header
{
	padding: 20px 0px;
	text-align: center;
}

main
{
	background-color: white;
	padding: 10px;
	position:relative;
	min-height:100%;
	padding-bottom: 50px;
}

a, a:visited
{
	text-decoration: none;
	color: #e06d5e;
}

a:hover
{
	color: #5a7790;
	text-decoration: underline;
}

h1,h2,h3,h4,h5
{
	margin: 5px 0px;
	color: black;
}

h1.site-title, h1.site-title a, h1.site-title a:visited, h1.site-title a:hover
{
	margin: 0px;
	font-size: 48pt;
	color: black;
	text-transform: uppercase;
}

article
{
	margin: auto;
	width: 70%;
}

h1.entry-title
{
	padding: 5px;
	display: inline-block;
	border-bottom: 2px solid #666;
	font-size: 18pt;
	text-transform: uppercase;
}

/* Navigation */
nav
{
	font-size: 12pt;
	font-weight: 900;
	text-transform: uppercase;
}

nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li:first-child {
    margin-left: 0;
}
nav ul li {
    display: inline-block;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}

nav ul li.current-menu-item a,
nav ul li.current-menu-item a:hover,
nav ul li.current-menu-item a:visited
{
	color: #e06d5e;
}
nav ul li a,
nav ul li a:visited
{
	color: black;
}
nav ul li a:hover
{
	text-decoration: none;
	color: #e06d5e;
}