article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* General Elements */

* {
	margin: 0;
	padding: 0;
	outline: 0 none;
}

html {
	height: 100%;
}

@font-face {
	font-family: 'ocrf_lightregular';
	src: url('../type/ocrf-light-webfont.eot');
	src: url('../type/ocrf-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../type/ocrf-light-webfont.woff') format('woff'),
		 url('../type/ocrf-light-webfont.ttf') format('truetype'),
		 url('../type/ocrf-light-webfont.svg#ocrf_lightregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

body {
	font-family: 'ocrf_lightregular';
	/*background: transparent url("img/grid-960.png") repeat-y top center;*/
	background: #43d2b0; /* Old browsers */
	background: -moz-linear-gradient(top, #44cad6 0%, #43d2b0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#44cad6), color-stop(100%,#43d2b0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #44cad6 0%,#43d2b0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #44cad6 0%,#43d2b0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #44cad6 0%,#43d2b0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #44cad6 0%,#43d2b0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44cad6', endColorstr='#43d2b0',GradientType=0 ); /* IE6-9 */
	color: #fff;

	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

img {
	vertical-align: middle;
	border: 0 none;
}

a {
	padding-bottom: 5px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 2px dotted rgba(255,255,255,.5);
}

a:hover {
	border-bottom: 2px dotted rgba(255,255,255,1);
}

p {
	margin-bottom: 24px;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.6;

	-webkit-font-smoothing: antialiased;
}

p:last-child {
	margin-bottom: 0;
}

p.intro {
	font-size: 24px;
}

.wrapper {
	margin-top: 60px;
	margin-left: 60px;
	margin-right: 60px;
}

.posts-wrapper {
	max-width: 714px;
}

.post {
}

@media screen and (max-width: 500px) {

	p {
		font-size: 24px;
	}

}

@media screen and (max-width: 320px) {

	.wrapper {
		margin: 20px;
	}

}