body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background: #000000 url(images/oakdice-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-size: 100%;
}

.wrapper {
	width: 1090px;
	margin: 0px auto 0px auto;
}

.navigation {
	margin: 30px 0px 0px 0px;
	background: #1b1b1b;
	color: #ffffff;
	padding: 1px 30px;
}

.navigation a:first-of-type {
	margin: 0px;
}

.navigation a {
	color: #ffffff;
	font-size: 14px;
	display: block;
	float: left;
	padding: 20px 5px 19px 5px;
	border-bottom: 1px solid #1b1b1b;
	-webkit-transition: border 0.5s linear;
	-moz-transition: border 0.5s linear;
	-ms-transition: border 0.5s linear;
	-o-transition: border 0.5s linear;
	transition: border 0.5s linear;
	margin: 0px 0px 0px 30px;
	text-decoration: none;
}

.navigation a:hover {
	border-bottom: 1px solid #00ff97;
}

.content {
	margin: 30px 0px 0px 0px;
	background: #222222;
	padding: 30px;
}

.content a {
	color: #419ca2;
	text-decoration: none;
	-webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-ms-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
}

.content a:hover {
	color: #49abb1;
	cursor: pointer;
}

h1 {
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Myriad Pro, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin: 30px 0px 0px 0px;
}

.featuredvid {
	margin: 30px 0px 0px 0px;
	width: calc(50% - 15px);
}

.featuredvid:nth-of-type(odd) {
	float: right;
}

.featuredvid:nth-of-type(even) {

}

img.runenews {
	display: block;
	margin: 30px 0px 0px 0px;
}

img.advertise {
	display: block;
	margin: 30px auto 0px auto;
}

img.banner {
	display: block;
	float: left;
	margin: 30px 0px 0px 30px;
	width: 293.33px;
}

img.logo {
	display: block;
	margin: 40px 0px 0px 0px;
	float: left;
}

.clear {
	clear: both;
}

.footer {
	margin: 0px 0px 0px 0px;
	color: #c0c0c0;
	font-size: 14px;
	padding: 30px 0px;
}

.gamelogo {
	float: left;
	width: calc(50% - 0px);
	margin: 30px 0px 0px 0px;
}

.gamelogo img {
	display: block;
	margin: 0px auto;
	width: auto;
	height: 210px;
}

input.calculator {
	display: block;
	float: left;
	width: calc(50% - 35px);
	margin: 30px 15px 0px 15px;
	background: #0e0e0e;
	border: 0px;
	padding: 20px 0px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.quantity {
	margin: 30px 0px 0px 0px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.social {
	margin: 30px 0px 0px 0px;
}

.social a img {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 250px;
	height: auto;
	box-shadow: 0px 0px 0px 0px;
	border: 0px;
}

.social a img:hover {
	box-shadow: 0px 0px 10px 5px rgba(100, 160, 200, 0.35);
}

.social a:nth-of-type(4) img {
	margin: 0px 0px 0px 0px;
}


.featured-videos {
	margin: 0px 0px 0px 0px;
}

.featured-videos a img {
	display: block;
	float: left;
	margin: 0px 30px 0px 0px;
	width: 500px;
	height: auto;
}

.featured-videos a:nth-of-type(2) img {
	margin: 0px 0px 0px 0px;
}

.banners {
	float: right;
}

.banners a {
	text-decoration: none;
}