/*	CSS	*/
body{
	padding-top: 60px !important;
	background-image: url(http://i.imgur.com/EH8SKUJ.jpg);
	background-repeat: none;
	background-attachment: fixed;
	background-position: center top;
	color: #444;
}
.blog-container,.blog-footer,.blog-header{
	background-color: white;
	margin-bottom: 20px;
	border-radius: 5px;
}
.blog-header{
}
.blog-content .post-body.entry-content h2, .blog-content .post-body.entry-content h3, .blog-content .post-body.entry-content h4{
	font-weight: bold;
	font-family: 'Nova Square', cursive;
	padding: 5px;
	border-bottom: 1px solid red;
	margin-bottom: 3px;
}
.blog-content .post-body.entry-content h2{
	font-size: 1.5em;
}
.blog-content .post-body.entry-content h3{
	font-size: 1.2em;
}
.blog-content .post-body.entry-content h4{
	font-size: 1em;
}
.blog-content .post-body.entry-content ul li, .blog-content .post-body.entry-content ol li{
	color: #666;
	font-size: .9em;
	border-bottom: 1px solid #EEE;
}
.blog-content .post-body.entry-content img{
	max-width: 99%;
	height: auto;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	box-shadow: 3px 3px 5px rgba( 150,150,150,.3 );
}
h2.date-header{
	font-size:.9em;
	margin: 3px 0;
}
.navbar-inverse.navbar-ota7{
	background-image:none;
	background-color: rgba( 0,0,0, .8 );
}
.blog-sidebar{
	font-size: .9em;
}
.sidebar.section{
	padding:0px;
	margin: 0px;
}
.blog-sidebar h2{
	font-size: 1.5em;
	font-weight: bold;
	font-family: 'Nova Square', cursive;
	padding: 5px;
}
.blog-sidebar h2:first-letter{
	color:red;
}
.blog-sidebar .item-title{
	font-weight: bold;
}
.blog-sidebar ol, .blog-sidebar ul{
	list-style: none;
	padding-left: 0;
}
.blog-sidebar .item-thumbnail{
	display: block;
	height: auto;
	width: 100%;
}
.blog-sidebar .item-thumbnail img{
	display: block;
	height: auto;
	width: 100%;
}
h3.post-title.entry-title{
	font-family: 'Nova Square', cursive;
	padding: 5px;
	margin: 5px 0;
	color: black;
	border-bottom: 3px solid red;
	font-weight: bold;
}
h3.post-title.entry-title a{
	color: black;
}
h3.post-title.entry-title::first-letter { 
	color: red;
}
.navbar{
	font-family: 'Nova Square', cursive;
}
.layover_video {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	left: 0px;
	background-image: url(http://metropolis.rocks/wp-content/themes/metropolisone/img/dots_006.png);
	z-index: -90;
}
.video {
	display: block;
	float: left;
	height: 0;
	margin: 10px 0;
	overflow: visible;
	padding-bottom: 55.25%;
	position: relative;
	width: 98%;
}
.video iframe {
    height: 100%;
    position: absolute;
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
	box-shadow: 3px 3px 5px #CCC;
}
