/*
Theme Name: Glider
Description: A minimal, quasi-responsive, text-focused theme for Wordpress
Author: Tom Creighton
Author URI: http://tomcreighton.com
Version: 1.5
*/


body {
	/*font-family: "Open Sans", serif;*/
	font-family: 'PT Serif Caption', serif;
	margin: 0px;
	padding: 0px;
	color: #222;
	background: #fefefe;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

a {
	color: #00ABDE;
	text-decoration: none;
	cursor: pointer;
}


.content a:hover {
	text-decoration: underline;
	color: #00ABDE;
}

.loader {
	background: url(loader.gif) no-repeat right center;	
}

#logo{
	background: url(logo.png) no-repeat right center;
	display: block;
	width:131px;
	height:131px;
	text-align: center;
}

ul#content {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#content > li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.content {
	width: 70%;
	max-width: 720px;
	padding: 50px 0;
	margin: 0 auto;
}

p {
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 22px 0;
}

.graf--pullquote.pullquote p {
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin-left: -150px;
	margin-right: -150px;
	width: 1020px;
	text-align: center;
	font-style: italic;
	line-height: 150%;
	
}


.markup--strong.markup--pullquote-strong {
	font-size: 20px;
	margin-left: -150px;
	margin-right: -150px;
	margin-bottom: -40px;
	text-align: center;
	display: block;
	font-style: italic;
}

.content blockquote {
	text-align: center;
	border:none;
	margin-top: 60px;
	margin-bottom: 60px

}

#post ol, #post ul {
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 18px;
	margin: 0 0 22px 0;
}

pre {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 22px 0;
	font-family: "Courier New", Courier, monospace;
	white-space: pre-line;	
}


h1 {
	font-family: 'Domine', serif;
	font-weight: 300;
	text-align: center;
	font-size: 66px;
	line-height: 72px;
	padding: 0 20px;
	margin: 0 0 36px 0;
	color: #222;
}

.subtitle {
	padding: 0 20px;
	margin: 0 0 36px 0; 
    text-align: center;
}

nav ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

nav li {
    display: inline;
    padding-left: 14px;
}

nav li + li::before {
    content: " | ";
    padding-right: 8px;
}

nav a {
    color: #000;
}

nav a:hover {
	color: #007e9e;
}

.comments {
	text-align: center;
	color: #222;
	
	font-weight: 300;
}

h2 {
	font-family: 'PT Serif Caption', serif;
	/*font-family: "Open Sans", serif;*/
    font-weight: 100;
	font-size: 26px;
	line-height: 36px;
	padding: 11px 0 0 24px;
	clear: both;

}

h3 {
	font-weight: 100;
	font-size: 22px;
	/*line-height: 24px;*/
	padding: 11px 0 0 0;
	

}

blockquote {
	
	margin: 0 0 0px 0;
}


.post-box {
	background: #121213;
    width: 100%;
    height: 65%;
    margin-top: 8px;
    display: block;
}


.shift {
	color: #222;
	border: none;
	font-size: 48px;
	cursor: pointer;
	position: fixed;
	top: 20px;
	height: 50px;
}

#gopost {
	left: 20px;
	display: none;
}

#goarchive {
	right: 20px;
}

#archive {
	display: none;
}

#archive ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#archive li {
	padding: 12px 4px;
	margin: 0;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#archive li:last-child {
	border: none;
}

#archive li span {
	text-transform: uppercase;
}

#hello {
	font-weight: bold;
	line-height: 24px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 60px;
	padding: 0 12px 12px 12px;
	text-align: center;
}

#footer {
	font-size: 16px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    width: 90%;
}

#footer div ul li a {
	/*text-align: center;*/
	color: #222;
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #222;
}

#footer div ul li {
    background-color: #fbfbfb;
    float: left;
    width: 240px;
    height: 320px;
    margin: 10px 10px;
    display: block;
    padding: 24px;
    font-size: 16px;
    box-shadow: 0px 0px 10px #eaeaea;
}

#footer div ul li a:hover {
	text-decoration: underline;
} 

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {



.content {
	width: 80%;
}

img {
	width:80%;
}
*.graf--pullquote.pullquote p {
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 80%;
	text-align: center;
	font-style: italic;
	line-height: 150%;
	
}

.markup--strong.markup--pullquote-strong {
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 80%;
	text-align: center;
	font-style: italic;
}

p {
	font-size: 36px;
	line-height: 72px;
	padding: 0;
	margin: 0 0 36px 0;
}

h1 {
	font-size: 112px;
	line-height: 112px;
	padding: 0 40px;
	margin: 0 0 72px 0;
}



#archive li {
	font-size: 24px;
}

#hello {
	font-size: 30px;
	line-height: 36px;
}

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.content {
	width: 70%;
}


.markup--strong.markup--pullquote-strong {
	font-size: 20px;
	margin-left: -150px;
	margin-right: -150px;
	margin-bottom: -40px;
	width: 70%;
	text-align: center;
	display: block;
	font-style: italic;
}

.graf--pullquote.pullquote p {
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 70%;
	text-align: center;
	font-style: italic;
	line-height: 150%;
	
}

}

#endsnippet {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 80px;
	    margin-top: 60px;
}

/* NEWSLETTER CODE */

#mc_embed_signup {
	background-color: #fefefe;
	margin-top: 30px;
	padding: 30px;
	border-top: 1px solid #eee;
	text-align: center;
	width:600px;
}

.mc-field-group label {
	font-size: 14px;
	float: left;
}

.mc-field-group input {
	border: 1px solid #00ABDE;
    border-radius: 17px;
    height: 34px;
    padding: 0 20px;
    float: left;
    width: 400px;
    font-size: 14px;
    color: #ccc;
}

.button {

	background-color: #00ABDE;
	border:none;
	padding: 10px 20px;
	border-radius: 18px;
	color:#fff;
}

.button:hover {

	background-color: #81BCE4;
	
}


input:focus {
  outline: none;
  color: #222;
  background-color: #ffe;
}