* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	background-color: #f6f6f6;

	font-size: 15px;
	font-size: 1.5em;

	line-height: 24px;
	line-height: 1.8em;
	text-align: left;
}

input, select, textarea, body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	color: #333333;
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span {
	font-weight: 400;
}
h2 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 45px;
	line-height: 4.5rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 39px;
	line-height: 3.9rem;
}
h4 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 33px;
	line-height: 3.3rem;
}
h5 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 26px;
	line-height: 2.6rem;
}
a {
	color: #1E9FE2;
	text-decoration: none;
}

/* GLOBAL CLASSES */
.site-width {
	width: 100%;
	margin: 0 auto;
	min-width: 320px;
	max-width: 728px;
}
.small { font-size: 13px; font-size: 1.3rem; }
.left { float: left !important; }
.right { float: right !important; }
.auto { overflow: auto !important; }
.hid { display: none !important; }
span.code, span.mono {
	background-color: #f4f4f4;
	border: 1px solid #e0e0e0;
	padding: 3px 5px;
	font-family: Consolas, monaco, monospace;
	font-size: 13px;
}
.wrapper {
	min-height: 100%;
	min-width: 320px;
	margin-bottom: -50px;
}
.wrapper:after {
	content: "";
	display: block;
	height: 50px;
}

#header, #content, #footer {
	padding: 0px 10px;
	min-width: 320px;
}

/* HEADER */
#header {
	background-color: #3F4D64;
	margin-bottom: 20px;
	overflow: hidden;
}
	#header .logo {
		color: #ffffff;
	}
	#header .logo h1 {
		line-height: 80px;
	}
	#header .logo a {
		color: inherit;
	}
	#header .navigation {
		color: #ffffff;
	}
	#header .navigation ul {
		list-style-type: none;
	}
		#header .navigation ul li {
			display: inline;
			margin: 0 5px;
			line-height: 80px;
		}
			#header .navigation ul li > a {
				color: inherit;
				-webkit-transition: color 0.25s;
				-moz-transition: color 0.25s;
				-ms-transition: color 0.25s;
				-o-transition: color 0.25s;
				transition: color 0.25s;
			}
			#header .navigation ul li > a:hover {
				color: #7C8BA5;
			}

/* FOOTER */
#footer {
	overflow: auto;
	background-color: #3F4D64;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7C8BA5;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
	line-height: 2rem;
}
	#footer .right {
		text-align: right;
	}
	#footer a {
		color: #7C8BA5;
		-webkit-transition: color 0.3s;
		-moz-transition: color 0.3s;
		-ms-transition: color 0.3s;
		-o-transition: color 0.3s;
		transition: color 0.3s;
	}
	#footer a:hover {
		color: #B2C0D7;
	}

/* POST */
.post {
	margin-bottom: 20px;
	background-color: #ffffff;
	border-radius: 3px;
	border: 1px solid #dddddd;
	padding: 10px;
}
	.post > h2 {
		margin-bottom: 10px;
	}
	.post > h2 > a {
		color: inherit;
	}
	.post > .content {
		text-align: justify;
	}
	.post > .content > * {
		margin-bottom: 20px;
	}
		.post > .content > *:last-child {
			margin-bottom: 0px;
		}
	.post > .content > .box {
		border-radius: 5px;
		background-color: #f4f4f4;
		padding: 10px;
		color: #555555;
	}
	.post > .content > .box img {
		width: 100%;
		display: block;
	}
	.post > .content ul, .post > .content ol {
		margin-left: 60px;
	}
		.post > .content ul li, .post > .content ol li {
			font-weight: 700;
		}
		.post > .content ul li > span, .post > .content ol > li > span {
			font-weight: 400;
		}

	.post > .content > hr {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		border: 0px;
		height: 4px;
		background-color: #dddddd;
	}

	.post > .content > .image {
		float: left;
		max-width: 40%;
		margin: 10px 20px 10px 0;
	}
		.post > .content > .image img {
			display: block;
			border-radius: 5px;
			width: 100%;
		}

	.post > .content > h3,
	.post > .content > h4,
	.post > .content > h5 {
		margin-bottom: 5px;
		border-bottom: 1px solid #dddddd;
		padding-bottom: 5px;
	}
	.post > .content > h3 {
		font-size:
	}

/* COMMENTS */
.comments {
	margin-top: 20px;
	border-top: 1px solid #dddddd;
	padding-top: 20px;
}
	.comments > .comment {
		margin-bottom: 20px;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 10px;
		background-color: #ffffff;
		border: 1px solid #dddddd;
		border-radius: 5px;
		color: #555555;
	}
	.comments > .comment.write {
		padding: 5px;
	}
	.comments > .comment.reply {
		margin-left: 30px;
		margin-top: -10px;
	}
	.comments > .comment > .info {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #eee;
		height: 32px;
		line-height: 16px;
	}
	.comments > .comment .info > .details {
		float: left;
		width: 75%;
	}
	.comments > .comment > .info .avatar {
		width: 32px;
		height: 32px;
		float: left;
		margin-right: 10px;
	}
		.comments > .comment > .info .avatar > img {
			width: 100%;
			border-radius: 3px;
			display: block;
		}

	.comments > .comment > .info .actions {
		float: right;
		font-size: 13px;
		font-size: 1.3rem;
		text-align: right;
		width: 25%;
	}
		.comments > .comment > .info .actions a {
			color: inherit;
		}
	.comments > .comment > .text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 22px;
		line-height: 2.2rem;
	}
		.comments > .comment > .text p {
			margin-bottom: 10px;
		}
		.comments > .comment > .text p:last-child {
			margin-bottom: 0px;
		}

/* PAGE */
.page {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 20px;
}
	.page > h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #dddddd;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 22px;
		line-height: 2.2rem;
		font-weight: 400;
	}

/* SIZING */
.aspect {
	position: relative;
	width: 100%;
}
	.aspect.aspect16x9 {
		padding-bottom: 56.25%;
	}
	.aspect > * {
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
	}

/* ERROR PAGE */
.error-page {
	text-align: center;
	padding: 100px 0px 120px 0px;
}
	.error-page h2 {
		font-size: 134px;
		line-height: 100px;
	}
	.error-page h3 {
		font-size: 48px;
		line-height: 48px;
	}
	.error-page h4 {
		font-size: 18px;
		line-height: 44px;
		font-weight: 400;
	}
		.error-page h4 a {
			color: inherit;
		}

/* STATUS MESSAGES */
.message {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
	.message.error {
		background-color: #ffeeee;
		border: 1px solid #ffc3c3;
		color: #ff8787;
	}
		.message.error .icon {
			color: #ffc3c3;
		}
	.message.success {
		background-color: #eef6ff;
		border: 1px solid #c3deff;
		color: #87bdff;
	}
		.message.success .icon {
			color: #c3deff;
		}


/* PAGINATION */
.pagination {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
	.pagination > ul {
		list-style-type: none;
	}
	.pagination > ul > li {
		display: inline;
		margin-left: 10px;
		font-weight: 700;
	}
	.pagination > ul > li.active {
		color: #1E9FE2;
	}
	.pagination > ul > li > a {
		color: inherit;
	}

/* CODE */
div.code {
	border-radius: 3px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	font-family: Consolas, monaco, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2rem;
}
	div.code > .head {
		padding: 5px;
		background-color: #f0f0f0;
		overflow: auto;
	}
		div.code > .head > .save {
			cursor: pointer;
		}
	div.code > .body {
		max-height: 20em;
		overflow: auto;
		padding-right: 5px;
	}
	div.code > .body > .linenumbers {
		background-color: #e8e8e8;
		text-align: right;
		float: left;
		width: 30px;
		padding: 0px 3px;
	}
	div.code > .body > .content {

	}
	div.code > .body ul {
		list-style-type: none;
		margin-left: 0px !important;
	}
	div.code > .body ul > li {
		white-space: nowrap;
		font-weight: 400 !important;
	}
	div.code > .body > .content > ul {
		padding-left: 40px;
	}

/* INPUTS */
input,textarea,select {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #dddddd;
	-webkit-transition: border 0.2s;
	-moz-transition: border 0.2s;
	-ms-transition: border 0.2s;
	-o-transition: border 0.2s;
	transition: border 0.2s;
}
input.text, select {
	height: 32px;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
input.button {
	height: 26px;
	padding: 3px 8px;
	background: linear-gradient(#ffffff,#f9f9f9);
}
textarea {
	display: block;
	resize: vertical;
	height: 162px;
	width: 100%;
	box-sizing: border-box;
	max-height: 300px;
}

input:focus,textarea:focus,select:focus {
	outline: none;
	border: 1px solid #5FB6FF;
}
input.error, textarea.error, select.error {
	border: 1px solid #FF8E8E;
}

input:invalid, textarea:invalid, select:invalid {
	outline: none;
}
input.readonly,textarea.readonly,select.readonly,input[readonly],textarea[readonly],select[readonly] {
	background-color: #f8f8f8;
}

/* FORM ELEMENTS */
label {
	line-height: 2rem;
	display: block;
	height: 2rem;
	margin-bottom: 3px;
}

label span.req {
	font-size: 12px;
	font-size: 1.2rem;
	color: red;
	margin-left: 3px;
	vertical-align: top;
}

label > span, label > input {
	 vertical-align: middle;
}

/* SPACING */
.stackable.half {
	width: 50%;
	float: left;
}
.frame {
	padding: 5px;
}
.spacer {
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}
hr.full {
	border: 0px;
	border-bottom: 1px solid #dddddd;
	margin: 10px 0px;
}

/* $$$ */
.advertisement.leaderboard {
	margin: 0px auto 20px auto;
	text-align: center;
	overflow: hidden;
}

.advertisement.leaderboard  {
	width: 728px;
}

/* UNSUBSCRIBE */
.unsubscribe .comment {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 1.4rem;
}
	.unsubscribe .comment a {
		color: inherit;
	}
	.unsubscribe .comment > .head {
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 3px;
		margin-bottom: 3px;

		height: 25px;
		height: 2.5rem;

		line-height: 25px;
		line-height: 2.5rem;
	}
	.unsubscribe .comment > .head > div {
		float: left;
		margin-right: 10px;
	}
	.unsubscribe .comment > .text {
		max-height: 60px;
		overflow: hidden;
	}
	.unsubscribe .comment > .text > p {
		margin-bottom: 10px;
	}
	.unsubscribe .comment > .text > p:last-child {
		margin-bottom: 0px;
	}
	.unsubscribe .comment.full > .text {
		overflow: auto;
		max-height: auto;
	}

/* MEDIA QUERIES */
@media (max-width: 768px) {
	.stackable.half.large {
		width: 100%;
		float: none;
	}
	.advertisement.leaderboard {
		width: 468px;
	}
	h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 39px;
		line-height: 3.9rem;
	}
	h3 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 33px;
		line-height: 3.3rem;
	}
	h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
		line-height: 3rem;
	}
	h5 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 26px;
		line-height: 2.6rem;
	}
	.post > .content ul, .post > .content ol {
		margin-left: 40px;
	}
}

@media (max-width: 508px) {
	.stackable.half {
		width: 100%;
		float: none;
	}
	.advertisement.leaderboard {
		width: 320px;
	}
	.pagination {
		text-align: center;
	}
	#header .left {
		float: none !important;
		text-align: center;
	}
	#header .right {
		float: none !important;
		text-align: center;
		margin-bottom: 15px;
	}
	#header .navigation ul li {
		line-height: 24px;
	}
	#footer .right {
		float: none !important;
		text-align: center;
	}

	.post > .content > .box {
		border-radius: 5px;
		background-color: #f4f4f4;
		padding: 10px;
		color: #555555;
	}
	.post > .content > .box img {
		width: 100%;
		display: block;
	}
	.post > .content > .image {
		float: none;
		max-width: none;
		margin: 0 0 20px 0;
		border-radius: 5px;
		background-color: #f4f4f4;
		padding: 10px;
	}
		.post > .content > .image img {
			border-radius: 0;
		}
}

@media (max-width: 360px) {
	#header, #content, #footer {
		padding: 10px 0px;
	}
	.post, .comments > .comment, .page {
		border-radius: 0px;
		border-left: 0;
		border-right: 0;
	}
		.comments > .comment.reply {
			border-radius: 5px 0px 0px 5px;
			border: 1px solid #dddddd;
			border-right: 0;
			margin-left: 15px;
		}

}
