.gaming-holder {
	overflow: hidden;
}

.game-listings {}

.game-listings h1 {
	text-transform: uppercase;
}

.game-listings .single-game {
	margin: 0 0 10px;
}

.game-listings .single-game h3 {
	cursor: pointer;
	color: #fff;
}

.game-listings .single-game h3:before {
	content: "\00BB";
	font-weight: 300;
	padding: 0 5px 0 0;
}

.game-listings .single-game h3.game-open {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	font-style: italic;
}

.game-listings .single-game .game-inner {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 10px 0;
	position: relative;
}

.game-listings .single-game .game-inner span.game-image-wrap {
	float: left;
	display: block;
	margin: 5px 25px 5px 5px;
	background: #000;
	border-radius: 50%;
	width: 254px;
	height: 254px;
	border: 1px solid #111;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}

.game-listings .single-game .game-inner img.game-image {
	width: 250px;
	height: 250px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	border-radius: 125px;
	margin: 2px;
}

.game-listings .single-game .game-inner h2 {
	font-size: 24px;
	line-height: 30px;
	padding: 15px 0 10px;
	margin: 0;
}


.game-listings .single-game .game-inner a.game-pdf-link {
	position: absolute;
	bottom: 30px;
	display: inline-block;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: rgb(250,165,26);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYTUxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNDdhMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,165,26,1) 0%, rgba(244,122,32,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,165,26,1)), color-stop(100%,rgba(244,122,32,1)));
	background: -webkit-linear-gradient(top,  rgba(250,165,26,1) 0%,rgba(244,122,32,1) 100%);
	background: -o-linear-gradient(top,  rgba(250,165,26,1) 0%,rgba(244,122,32,1) 100%);
	background: -ms-linear-gradient(top,  rgba(250,165,26,1) 0%,rgba(244,122,32,1) 100%);
	background: linear-gradient(to bottom,  rgba(250,165,26,1) 0%,rgba(244,122,32,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa51a', endColorstr='#f47a20',GradientType=0 );

}

.game-listings .single-game .game-inner a.game-pdf-link:hover,
.game-listings .single-game .game-inner a.game-pdf-link:active {
	text-decoration: none;
	bottom: 29px;
}

.gotw-post {
	width: 100%;
	overflow: hidden;
	padding: 35px 0;
}

.gotw-post .gotw-content {
	font-family: "Segoe UI", Segoe, Tahoma, Geneva, sans-serif;
	float: left;
	width: 600px;
}

.gotw-post .gotw-content h1 {
	font-size: 42px;
	line-height: 54px;
	font-weight: 700;
}

.gotw-post .gotw-content h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	margin: 0 0 25px;
}

.gotw-post .gotw-content .single-qa {
	margin: 0 0 10px;
	padding: 0 5px 10px;
	border-bottom: 1px dotted #333;
}

.gotw-post .gotw-content .single-qa h3 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 5px;
	padding: 0;
}

.gotw-post .gotw-content .single-qa p {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-style: italic;
}

.gotw-post .gotw-sidebar {
	float: right;
	width: 300px;
}

.gotw-post .gotw-sidebar .gotw-sharing {
	margin: 15px 0 0;
	text-align: center;
}

.gotw-sharing span.share-button {
	display: inline;
}

.gotw-sharing span.twitter-share {
}