/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* clearfix */
.clearfix:before, .clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1; /* For IE 6/7 (trigger hasLayout) */}

body {
	background-color: #f8f9fa;
	color: #111;
	font: 15px/1.8em Lora, Palatino, Papyrus, sans-serif;
	padding: 3em 0;
}

::selection {background:#adb2bd; color:#fff;}
::-moz-selection {background:#adb2bd; color:#fff;}

a:link, a:visited {color: #6c7587; font-weight: bold; text-decoration: none;}
a:hover, a:active, a:focus {outline: none; border-bottom: 1px dotted #adb2bd;}

a.flink {
	color: #3f444e;
	font-family: 'Myriad Pro', Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

a.flink:hover, a.flink:active, a.flink:focus {
	border-bottom: 1px dotted #adb2bd;
	text-shadow: #c9cdd4 0px 0px 1px;
}


strong {font-weight: bold;}
em {font-style: italic;}

ul li {list-style-type: square; margin: 0 1em 0.5em 2em;}

blockquote {font-size: 85%; font-style: italic; margin: 0 2em;}

.wrapper {
	margin: 0 auto;
	max-width: 600px;
	width: 80%;
}

h1,h2 {
	color: #3f444e;
	font-family: 'Myriad Pro', Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 250%;
}

h2 {
	font-size: 155%;
	margin-top: 1.5em;
}

p, ol, ul {
	margin-bottom: 1.5em;
}

.logo {
	border: 1px solid #d3d5db;
	border-radius: 30px;
	box-shadow: 0px 0px 50px #dcdee3;
	-moz-box-shadow: 0px 0px 50px #dcdee3;
	display: inline;
	float: left;
	margin-bottom: 7%;
	max-width: 160px;
	padding: 2%;
	width: 30%;
}

.logo img {
	border: 1px solid #888;
	border-radius: 30px;
	display: block;
	width: 100%;
}

.topnav {
	color: #3f444e;
	font-family: 'Myriad Pro', Helvetica, sans-serif;
	line-height: 1.3em;
	margin-left: 38%;
	padding-top: 7%;
}

.label {
	display: block;
	font-size: 80%;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.topnav li {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
}

.topnav a {
	font-size: 130%;
	font-weight: bold;
	text-transform: none;
}

@media screen and (max-width: 450px) {
	body {font-size: 13px}
	h1 {font-size: 180%;}
	.topnav {line-height: 1em;}
	.topnav .label {font-size: 60%;}
	.topnav a {font-size: 100%;}
}

.previously {
	border-top: 1px dotted #adb2bd;
	border-bottom: 1px dotted #adb2bd;
	margin: 2em 0;
	padding: 2em 0 1em 0;
}

.previously h1 {
	font-size: x-large;
}

.previously li {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.previously a {
	font-weight: normal;
}

.footer {
	background-color: #e5e7ea;
	border: 1px solid #c9cdd4;
	border-radius: 3px;
	padding: 1em;
}

.content img {
	border: 1px solid #d3d5db;
	border-radius: 30px;
	box-shadow: 0px 0px 50px #dcdee3;
	-moz-box-shadow: 0px 0px 50px #dcdee3;
	max-width: 95%;
	padding: 2%;
}

.post {
	color: #3f444e;
	font: 85% 'Myriad Pro', Helvetica, sans-serif;
	text-transform: uppercase;
}

.nextprev {
	border-top: 1px dotted #adb2bd;
	font-family: 'Myriad Pro', Helvetica, sans-serif;
	margin: 2em 0 0 0;
	padding-top: 2em;
}

.nextprev p {
	margin-bottom: 0;
}

.prev, .next {
	float: left;
	width: 45%;
}

.next {
	float: right;
	text-align: right;
}

.like {
	padding-top: 1em;
}

.video-container {
	margin-bottom: 1.5em;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}