@charset "UTF-8";
/* CSS Document */
/* Filename: default.css */



/* -------------------------<web fonts>------------------------- */
@import url(http://fonts.googleapis.com/css?family=Roboto:700|Alegreya);
/* -------------------------</web fonts>------------------------- */



/* -------------------------<default>------------------------- */
html {
	height: 100%;
}

body {
	font-family: 'Alegreya';
	font-size: 1rem;
	line-height: 1.875;
	-ms-text-size-adjust:		100%;
	-moz-text-size-adjust:		100%;
	-webkit-text-size-adjust:	100%;
	text-rendering: optimizeLegibility;
	/* using kerning and ligatures http://www.aestheticallyloyal.com/public/optimize-legibility/ */
	color: #000000;
	height: 100%;
	font-feature-settings:			"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-o-font-feature-settings:		"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-ms-font-feature-settings:		"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-moz-font-feature-settings:		"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
	-webkit-font-feature-settings:	"kern" on, "liga" on, "calt" on, "onum", "pnum", "zero";
}

p {
	margin-bottom: /*1.5em*/ /*30px*/ 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto';
	text-transform: none;
	margin-bottom: /*30px*/ 15px;
}

a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #000000;
}

a:hover {
	color: #000000;
	border-bottom: 3px solid #000000;
}

img {
	display: block;
	height: auto;
}

::-moz-selection {
	background: #f3f3f3;
	color: #000000;
	text-shadow: none;
}

::selection {
	background: #f3f3f3;
	color: #000000;
	text-shadow: none;
}
/* -------------------------</default>------------------------- */



/* -------------------------<semi-default>------------------------- */
.nodisplay {
	display: none;	
}
/* -------------------------</semi-default>------------------------- */



/* -------------------------<header>------------------------- */
#header {
	background: #000000;
	color: #ffffff;
	padding: 15px 30px;
}

#header div {
	max-width: 660px;	
}

#header h1 {
	margin: 0 0 15px;
	letter-spacing: .025rem;
	display: inline;	
}

#header a {
	color: #ffffff;
}

#header h1 a {
	border-bottom: none;	
}

#header p a {
	border-color: #ffffff;
}

#header .slogan {
	display: inline;
	max-width: 660px;
}

#header .video {
	display: none;
	margin: 0;	
}

#header .tweet {
	border: none;
	background: #ffffff;
	color: #000000;
	padding: 2px 5px;
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-size: .8rem;
	letter-spacing: .05rem;
}

@media screen and (min-width: 1120px) {
#header {
	width: 320px;
	position: fixed;
	top: 0;
	bottom: 0;
}

#header h1 {
	display: block;
}

#header .divider {
	display: none;
}

#header .video {
	display: block;	
}

#header span:nth-of-type(3) {
	display: none;	
}

#header .tweet {
	display: inline-block;
	margin: 15px 0 0;
	float: right;
}
}
/* -------------------------</header>------------------------- */



/* -------------------------<wrapper>------------------------- */
#wrapper {
	max-width: 720px;
}

@media screen and (min-width: 1120px) {
#wrapper {
	margin-left: 380px;
}
}
/* -------------------------</wrapper>------------------------- */



/* -------------------------<content>------------------------- */
.post {
	max-width: 660px;
	margin-bottom: 30px;
	padding: 0 30px;
}

.single {
	margin-top: 60px;	
}

iframe {
	width: 100% !important;
}

#pager {
	max-width: 660px;
	padding: 15px 30px;
}

#pager:last-of-type {
	padding: 0 30px;
}

#pager .newer {
	float: right;
}

@media screen and (min-width: 1120px) {


}
/* -------------------------</content>------------------------- */



/* -------------------------<footer>------------------------- */
#footer {
	max-width: 660px;
	padding: 15px 30px;
}

#footer p {
	margin: 0;
}

@media screen and (min-width: 1120px) {

}
/* -------------------------</footer>------------------------- */



/* -------------------------<transitions>------------------------- */

/* -------------------------</transitions>------------------------- */