/*
Theme Name: Skytrace_100
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: skytrace_100
*/

@charset "UTF-8";
/* CSS Document */

<!-- Julian -->
<!-- reset -->
aside, article, section, header, nav, div {
	display: block;	
}

html,body, div, h1, h2,h3, p, ul, li {
	margin: 0;
	padding: 0;
}

<!-- Type -->

.screen-reader-text {
	font-size: 1em;
	color: #000000;
	font-family: "freight-sans-pro", sans-serif;
	
}


<!-- Layout -->

img {
  border-width: 0;
}

<!-- header -->
 
.site-branding {
	position: relative;
	 width: 100%;
 }
 .main_logo {
	display: block;
  margin: auto;
  width: 50%;
	 
 }
  menu {
	color: #fff; 
	 
 }

<!-- main  (Don't separate .page and .content-area or layout won't work for some reason )-->
body, .home {
	width: 1400px;
}

.page {
	position: relative;	
	width: 1400px;
}

.intro {	
		color: #000000;
		font-size: 1.3em;
		font-family: "freight-sans-pro", sans-serif;
		position: relative;
		margin-bottom: 2em;	
		text-align: center;
	
}

.content-area {
	max-width: 1350px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10em;
}

.section_o_posts {
clear: both;
width:  1350px;

}

.section_o_posts ul {
	width:  100%;
}
.section_o_posts ul li {
	float: left;
	width: 450px;
	margin: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 2em;
	
}
.section_o_posts ul li img {
	height: 275px;
	width: 400px;
}

.section_o_posts ul li h2 {
	text-align: center;
}

.section_o_posts ul li iframe{
	width: 100%;
	height: auto;
}

li:nth-of-type(4) {
	margin-right: 0;
}


<!-- original sidebar menu -->
#main_sidebar {
	width: 200px;
	margin-top: 200px;
	float: right;
}

#main_sidebar ul {
	list-style: none;
}
#main_sidebar h2 {
	font-size: 1.3em;
	color: #000000;
	font-family: "freight-sans-pro", sans-serif;
	font-weight: normal;
}

#main_sidebar h2:first-of-type{
	margin-bottom: 1em;
}

#main_sidebar li {
	margin-top: 1.5em;
}

#main_sidebar li a {
	background-color: #000000;
	font-family: "freight-sans-pro", sans-serif;
	font-size: 1em;
	color: #fff;
	padding: .3em 1em;
	border-radius: 10px;
	text-decoration: none;
}


<!-- Flyout -->

#main_sidebar2 {
	margin-top: 200px;
	margin-left: 2em;
	width: 250px;
	
}

#main_sidebar2 ul {
	list-style: none;
	margin-left: 2em;
	width: 250px;
	float: left;
}

#main_sidebar2 h2 {
		font-size: 1.3em;
		color: #000000;
		font-family: "freight-sans-pro", sans-serif;
		font-weight: normal;
}

#main_sidebar2 h2:first-of-type{
	margin-bottom: 1em;
}

#main_sidebar2 li {
	margin-top: 1.5em;
	
}

#main_sidebar2 li a {
	background-color: #000000;
	font-family: "freight-sans-pro", sans-serif;
	font-size: 1em;
	color: #fff;
	padding: .3em 1em;
	border-radius: 10px;
	text-decoration: none;
	margin-right: 50px;
}

footer {
	margin-top: 5em;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	width: 100%;
	color: #000000; 	
}

.site-info p {
	font-family: "freight-sans-pro", sans-serif;
	font-size: 1.3em;
	margin-bottom: 3em;
}