/*
Theme Name: Skyrim
Theme URI: http://www.cdemarco.net
Description: This theme is dedicated to my favorite game.  The Elder Scrolls V: Skyrim
Author: Chris DeMarco
Author URI: http://www.cdemarco.net
Version: 1.0
*/
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.clear { clear:both; }
/* Site main styles */
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, .layout-container, .navigation, img {
	margin:0;
	padding:0;
}
.layout-container, .navigation , #headerimage, .widget-container {
	display:block;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:1em;
	color:#fff;
	background:#000;
	overflow-x:hidden;
	letter-spacing:1px;
	font-weight:normal;
}#content-wrap {	background:rgba(0, 0, 0, 0.8);	width: 100%;	float: left;}
.layout-container, .navigation .nav-menu {
	width:1280px;	margin:0 auto;
	display:block;
}
#sidebar {
	width:400px;
	padding:5px;
	float:left;
	display:inline-block;
}
#content {
	width:800px;
	padding:5px;
	margin-left:20px;
	float:left;
}
.navigation {
	width:100%;
	font-weight:300;	background:rgba(0,0,0,0.8);	border-bottom:1px solid white;
}.sticky {	position:fixed;	top:0;	left:0;	z-index:1000;	}
#headerimage {
	width:1280px;
	margin:0 auto;
	clear:both;	height:300px;	overflow:hidden;	position:relative;
}
#headerimage .header-image-meta {	position:absolute;	top:-50%;}
.widget-container {	width:1260px; 	margin:20px auto;	display:inline-block;
}
.widget {
	width:400px;
	padding:5px;	
	margin:20px 20px 20px 0;
	font-size:1em;
	line-height:2em;
	display:inline-block;
	float:left;
}

.article {
	width: 280px;
	padding: 5px;
	margin: 10px 20px 20px 20px;
	display: inline-block;
	min-height:500px;
	float: left;
}

.article:nth-child(4n) { margin-right: 0; }
.article:nth-child(4n+1) { clear: left; }

.search-form {
    width: 315px;
    display: inline;
    float: right;
    margin-top: 10px;
}

.footer-container {
	width:100%;
	background:#222222;
	padding:10px 0;
	clear:both;
	float:left;
	display:block;
	border-top:1px solid white;
}

.footer {
	width:1260px;
	margin:0 auto;
}

.tabcontainer {
	width:250px;
	height:50px;
	border:1px solid white;
	margin-left:20px;
	display:inline-block;
	float:left;
}

.attachment-medium,
.attachment-fmp-medium {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.ajax-container {
	width:300px;
	display:block;
}

.header-widget-section {
	width:25%;
	display:inline-block;
	float:left;
}
