/*
Theme Name: ludosity
Theme URI: 
Author: reallyjoel
Author URI: www.ludosity.com
Description: My first Wordpress theme
Version: 0.1
License: Not licensed at all
License URI: 
Tags: 
Text Domain: ludosity
*/

@import url('https://fonts.googleapis.com/css?family=Didact-Gothic|Open+Sans');

* {
	margin: 0px;
	padding: 0px;
	color: #444;
}

/* My WP tweaks */
#sidebar-primary {
	width: 230px; }
#entrybody {
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
}
#comments {
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
}
.comment-form-comment {
	width: 337px; 
}
.navigationarrows {
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
}
.comments-title {
	padding: 10px; 
}

/* Ludosity theme styling */
html {
	overflow-y: auto;  
}
body {
	border: 0px;
	margin: 0px;
	padding: 0px; 
}
#container {
	width: 100%;
	margin-left:auto;
	margin-right:auto; 
}
#header {
	font-size: 25pt;
	font-family: 'Didact Gothic', sans-serif;
	
	max-width: 680px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	margin-top: 15px;
	margin-bottom: 20px; 
}
#header a {
	margin: 4px;
}
#header a:hover { color: #de7227; }
#main {
	margin-bottom: 30px; 
}	
#news {
	width: 800px;
	margin-left: auto;
	margin-right: auto; 
}
#news_content {
	vertical-align: top; 
}
#news_sidebar {
	vertical-align: top;  
}
.entry_title {
	padding: 10px; 
}
#footer {
	text-align: center; 
	margin-bottom: 30px; 
}
#copyright {
	font-size: 12pt;
	color: #888888;	
}
.container_stack {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	padding: 28px;
}
.container_stack_inner {
	background-color: #fff;
	padding: 16px;
	min-width: 838px;
	box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 894px) {
	.container_stack_inner { min-width: 100%; }
}
.container_row {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	padding: 10px;
}
.container_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 10px; 
}
.container_item {
	text-align: center;
	margin: 10px;
}
.container_post {
	text-align: left;
	max-width: 838px;
}
.container_post p {
	margin: 20px 0px;
}
#humbleFrame {
	height: 267px;
}
@media only screen and (max-width: 548px) {
	#humbleFrame {
		height: 160px;
	}
}
#sendinblueFrame {
	height: 500px;
}
@media only screen and (max-width: 626px) {
	#sendinblueFrame {
		height: 600px;
	}
}
@media only screen and (max-width: 530px) {
	#sendinblueFrame {
		height: 700px;
	}
}
@media only screen and (max-width: 430px) {
	#sendinblueFrame {
		height: 800px;
	}
}
.iframeResponsive {
	width: 100%;
    border: 0;
}
.games_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.games_container img {
	margin-top: 16px;
	box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid white;
	max-width: 380px;
}
@media only screen and (max-width: 400px) {
	.games_container img {
		width: 100%;
	}
}
.nextprev {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	max-width: 768px;
	width: 100%;
	margin-top: 36px;
}
.nextprev a { 
	font-family: 'Didact Gothic', sans-serif; 
}
.ost {
	box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid white;
	margin: 8px;
}
.divider {
	height: 40px;
	background: #fff; 
}
@media only screen and (max-width: 768px) {
	.divider { height: 30px; }
}
@media only screen and (max-width: 560px) {
	.divider { height: 20px; }
}
.archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.archive li {
	list-style-type: none;
	margin: 8px;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px; 
}
h1 {
	display: table;
	font-size: 25pt;
	font-family: 'Didact Gothic', sans-serif;
	font-weight: 100;
	margin: 0 auto;
	padding: 0px; 
	/*text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.67);*/
}
h2 {
	font-size: 18pt;
	font-family: "Didact Gothic", sans-serif;	
	font-weight: 200;
	margin: 0px; 
	padding: 0px;
}
.jobs h2 {
	text-align: left;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 4px;
	font-size: 18pt;
}
.jobs bl {
	text-align: left;
	font-size: 18pt;
	padding: 0px 50px;
	margin: 0 auto;
	margin-top: 4px;
}
.jobs h1 {
	margin-top: 24px;
	text-align: left;
	max-width: 800px;
}
.jobs img {
}
@media only screen and (max-width: 1080px) {
	.jobs img { width: 100%; max-width: 1000px; }
}
h3 {
	font-size: 14pt;
	font-family: "Didact Gothic", sans-serif;	
	font-weight: 300;
	margin-top: 8px; 
	padding: 0px; 
	color: #999;
}
p {
	font-size: 12pt;
	font-family:  "Open Sans";	
	font-weight: 250; 
}
small {
	font-size: 10pt;
	font-family: "Didact Gothic", sans-serif;	
	font-weight: 200;
	margin: 2px, 2px, 2px, 2px; 
	padding: 0px; 
}
table, tr, td {
	margin: 0px;
	padding: 0px; 
}

a:link { color:#000; text-decoration: none; }
a:visited { color:#000; }
a:hover { color:#666; }
a:active { color:#aaa; }

.color1 { background: #c8ebed; }
.color2 { background: #c8edce; }
.color3 { background: #edc8e5; }
.color4 { background: #ecedc8; }

.pageDivider { 
	background-color: #dbdbdb;
	height: 2px;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}

/* fixed some centering stuff */
.aligncenter iframe,
.aligncenter img {
    display: block;
    margin: 5px auto 5px auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 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;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 21px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
    /* Above WP toolbar. */
}