/*
	Theme Name: Tabletop Pixel
	Theme URI: http://www.tabletop-pixel.com
	Description: Tabletop Pixel theme based on "HTML5 Blank"
	Version: 1.0
	Author: dTb
	Author URI: http://www.tabletop-pixel.com
	Tags: Tabletop, Pixel
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background-color: #E5E5E5;
	background-image: url(img/bggradient.png);
	background-repeat: repeat no-repeat;
	background-position: top left;
	text-align: center;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #5555E4 /*#77A*/;
	text-decoration:none;
}
a:hover {
	color:#AAD;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h2 a {
	color: #333;
	font-size: 32px;
	font-weight: bold;
}
h2 a:hover {
	color: #333;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	width: 970px;
	position:relative;
	display: inline-block;
	text-align: left;
	margin: 10px 0 0 0;
}

.header {
	height: 180px;
}

.header .logo {
	position: absolute;
	top: 16px;
	left: 15px;
	width: 220px;
	height: 133px;
	background-image: url('img/logo.png');
	background-size: 220px 133px;
	-webkit-background-size: 220px 133px;
	background-position: center;
}

.header a:hover {
	opacity: 0.8;
}

.header .headerNav {
	position: absolute;
	top: 75px;
	right: 14px;
	font-size: 20px;
	font-family: mplus-1c-regular;
}

.header .headerNav a {
	margin-left: 30px;
	color:#333;
}

.header .headerNav a:hover {
	color: #888;
}

.nav {
	
}

.section {
	font-family: arial, verdana;
	font-size: 14px;
	padding: 30px 26px;
}

.section h1 {
	font-family: mplus-1c-regular;
	font-size: 24px;
	font-weight: bold;
}

.section.page,
.section.blog {
	min-height: 380px;
}

.section.blog {
	width: 800px;
	float: right;
}

article {
	text-align: justify;
	font-family: verdana, arial;
	color: #333;
	margin-bottom: 75px;
}

.footer {
	
}

.footer .copyright {
	text-align: center;
	color: #999;
	margin: 30px 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.blogWrapper {
	position: relative;
	display: inline-block;
	right: 0;
	width: 100%;
	background-color: white;
}

.date {
	width: 50px;
	height: 50px;
	color: white;
	display: inline-block;
	background-color: #415BAA;
	text-align: center;
	position: absolute;
	font-family: arial, verdana;
}

.date .entry-month {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	left: 0;
	top: 2px;
	width: 100%;
}

.date .entry-date {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	left: 0;
	top: 13px;
	width: 100%;
	font-weight: bold;
}

.date .entry-year {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
}

.entry-title-wrapper {
	display: inline-block;
	margin-left: 67px;
}

.entry-title-wrapper h2 {
	line-height: 21px;
	margin-top: 4px;
}

.entry-title-wrapper .entry-title {
	font-size: 21px;
	font-weight: normal;
}

.entry-title-wrapper .entry-author {
	
}

.entry-author-comments {
	font-size: 11px;
	line-height: 25px;
}

.article-featured-picture {
	width: 748px;
	height: 290px;
	margin-top: 18px;
	margin-bottom: 30px;
	background-size: 100% auto;
	background-position: center;
	overflow: hidden;
}

img {
	margin: 0;
}

.pagination {
	text-align: center;
}

.article-categories {
	font-size: 10px;
	font-style: italic;
}

.article-share {
	font-size: 10px;
	font-style: italic;
}

.sidebar {
	width: 170px;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 30px 0 0 27px;
}

.sidebar .current-cat,
.sidebar .current-cat a {
	color: #333;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
	font-weight: bold;
}

.sidebar ul {
	margin: 0;
	padding: 0 0 0 20px;
	/*list-style-type: none;*/
	font-size: 16px;
	font-family: mplus-1c-regular;
}

.home-featured {
	width: 970px;
	height: 361px;
	background-size: 100% auto;
	background-position: center;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.home-featured-post-boxes {
	text-align: center;
	margin-top: 27px;
	width: 100%;
	position: relative;
	display: inline-block;
}

.home-featured-post-box {
	width: 300px;
	height: 300px;
	display: inline-block;
	text-align: left;
}


.home-featured-post-boxes a {
	color:#333 !important;
}

.home-featured-post-boxes a:hover div {
	opacity: 0.8;
}

.home-featured-post-box1 {
	float: left;
	position: absolute;
	left: 0;
}

.home-featured-post-box2 {
	
}

.home-featured-post-box3 {
	float: right;
	position: absolute;
	right: 0;
}

.home-featured-post-bg {
	width: 300px;
	height: 116px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.home-featured-post-title {
	font-size: 16px;
	font-family: mplus-1c-regular;
	margin-top: 15px;
	text-transform: uppercase;
}

.home-featured-post-summary {
	font-size: 12px;
	font-family: verdana, arial;
	margin-top: 5px;
}

.headerSocial {
	position: absolute;
	right: 14px;
	top: 0;
	text-align: right;
}

.headerSocial a:hover {
	opacity: 0.8;
}

.headerSocial .socialIcon {
	display: inline-block;
	margin: 0 0 0 7px;
	width: 27px;
	height: 27px;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-position: center;
}

.simpleTable {
	border: 1px solid white;
}

.simpleTable td {
	border: 1px dotted #DDD;
	padding: 3px;
}

.comment-form textarea {
	resize: none;
}

.comments .onePxline {
	display: inline-block;
	margin: 20px 0;
	width: 59%;
	height: 1px;
	border: 0;
	background-color: rgb(201, 201, 201);
	position: relative;
}

.comment-reply-title {
	text-align: center;
}

.replyToTitle {
	font-size: 12px;
}
.replyToTitle a {
	text-transform: uppercase;
}
.replyToCancel {
	font-size: 12px;
	margin-bottom: 12px;
}

.comments form {
	position: relative;
}

.comments form,
.commentContent {
 	height: 170px;
}

.commentAuthor,
.commentEmail,
.commentContent,
.commentHuman {
	position: absolute;
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	outline: none;
	padding: 7px;
	border-radius: 3px;
}

.commentAuthor {
	top: 0;
	right: 0;
	width: 200px;
	margin: 0 14px 0 0;
}

.commentEmail {
	top: 40px;
	right: 0;
	width: 200px;
	margin: 0 14px 0 0;
}

.commentHuman {
	top: 80px;
	right: 0;
	width: 200px;
	margin: 0 14px 0 0;
}

.commentContent {
	top: 0;
	left: 0px;
	width: 517px;
	margin: 0 0 0 0;
}

.comments .form-submit {
	position: absolute;
	bottom: 0px;
	right: 0;
	margin: 0 14px 0 0;
}

.comments .form-submit input {
	width: 200px;
	border: 0px;
	background: #F5F5F5;
	padding: 5px 15px;
	border-radius: 3px;
	padding: 9px;
	color: #999;
}

.comments .form-submit input:hover {
	color: #000;
	background: #EEE;
}

.comments input[type=text]:focus,
.comments textarea:focus {
	background-color: white;
	outline-offset: 0;
	border: 1px solid #999;
	outline: none;
}

.humanCheckHelp {
	position: absolute;
	right: 0;
	top: 116px;
	font-size: 10px;
	width: 200px;
	font-style: italic;
	margin: 0 14px 0 0;
	text-align: center;
	color: #999;
}

.comments ul {
	list-style-type: none;
	padding: 0;
	font-size: 10px;
	padding: 0 100px 0 10px;
}

.comments ul ul {
	list-style-type: none;
	padding: 0 0 0 40px;
}

.comments .respond h3 {
	
}

.comment .comment-body {
	margin-bottom: 36px;
}

.comment .comment-body .comment-author.vcard {
	 position: relative;
	 height: 35px;
}

.comment .comment-body .comment-author.vcard .avatar {
	 position: absolute;
	 left: 0;
	 top: 0;
}

.comment .comment-body .comment-author.vcard .fn {
	 position: absolute;
	 left: 43px;
	 top: 0;
	 font-weight: bold;
	 font-size: 16px;
	 font-family: mplus-1c-regular;
	 font-style: normal;
	 text-transform: uppercase;
}

.comment .comment-body .comment-author.vcard .comment-meta {
	 position: absolute;
	 left: 43px;
	 top: 20px;
	 font-size: 11px;
}

.comment .comment-body .comment-awaiting-moderation {
	 font-size: 11px;
	 color: #F3951D;
}

.comment .comment-body p {
	margin: 11px 0;
}

.comment .comment-body {
	font-size: 11px;
}

.logged-in-as {
	position: absolute;
	right: 0;
	margin: 0 14px 0 0;
	top: 0;
	width: 200px;
	text-align: center;
}

.contactPage form {
	margin: 1em 0;
}

.contactPage .contact-field label {
	width: 280px;
	display: inline-block;
	text-align: right;
	padding-right: 7px;
}

.contactPage .contact-field input,
.contactPage .contact-field textarea {
	border: 1px solid #ccc;
	background-color: #F5F5F5;
	outline: none;
	padding: 7px;
	border-radius: 3px;
	width: 500px;
	margin: 5px 0;
}

.contactPage .contact-field input[type=text]:focus,
.contactPage .contact-field textarea:focus {
	background-color: white;
	outline-offset: 0;
	border: 1px solid #999;
	outline: none;
}

.contactPage .contact-field textarea {
	resize: vertical;
	height: 200px;
}

.contactPage .contact-form input:hover {
	color: #000;
	background: #EEE;
}

.contactPage .contact-field .submit-contact {
	width: 200px;
	margin-top: 20px;
	border: 0px;
	background: #F5F5F5;
	padding: 5px 15px;
	border-radius: 3px;
	padding: 9px;
	color: #999;
}

.contactPage .contact-field .submit-contact-wrapper {
	display: inline-block;
	width: 500px;
	text-align: center;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

@font-face {
	font-family:'mplus-1c-regular';
	src:url('fonts/mplus-1c-regular.ttf');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	/*margin:5px 20px 20px 0;*/
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	/*margin:5px 20px 20px 0;*/
	margin: 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.single-post-footer {
	margin-top: 30px;
}