/*

Theme Name: GameKing

Theme URI: http://www.armorthemes.com/gameking

Description: GameKing is a Premium Arcade, Magazine or Mixed Theme for WordPress.

Author: ArmorThemes

Author URI: http://www.armorthemes.com/

Version: 1.0                            

*******************************************************************************************

*******************************************************************************************                                                                                                           

 ______     ______     __    __     ______     __  __     __     __   __     ______   

/\  ___\   /\  __ \   /\ "-./  \   /\  ___\   /\ \/ /    /\ \   /\ "-.\ \   /\  ___\  

\ \ \__ \  \ \  __ \  \ \ \-./\ \  \ \  __\   \ \  _"-.  \ \ \  \ \ \-.  \  \ \ \__ \ 

 \ \_____\  \ \_\ \_\  \ \_\ \ \_\  \ \_____\  \ \_\ \_\  \ \_\  \ \_\\"\_\  \ \_____\

  \/_____/   \/_/\/_/   \/_/  \/_/   \/_____/   \/_/\/_/   \/_/   \/_/ \/_/   \/_____/



*******************************************************************************************

*******************************************************************************************								

*/



/*= Table of Content

 * 

 *= Reset,Base and Common 

 *= Structure 

 *= Header 

 *= Main Navigation 

 *= General Content Style

 *= Archive Content Style

 *= Featured Content Style

 *= Singular Content Style

 *= Widgets (Sidebar & Footbar) 

 *= Footer (Footbar & Colophon) 

 *= Comments & Response

 *= Plugins Style

 *= Browser Specific 

 *==================================================================*/





/*= Reset,Base and Common

 *==================================================================*/

html {

	background:#FFF;

	color:#555;

}

body {

	margin:0;

	font-size:13px;

	font-family: 'Open Sans',sans-serif;

	line-height:1.615;

	

}



/*== HTML5 Elements

 *=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {

	display: block

}



/*== Typography Elements

 *=================================*/

iframe {

	display:block

}

a img {

	border:0

}

:focus {

	outline:0

}

a {

	color:#0089CC;

	text-decoration:none;

	outline:0;

	-webkit-transition:background-color .15s linear,color .15s linear;

	-moz-transition:background-color .15s linear,color .15s linear;

	-o-transition:background-color .15s linear,color .15s linear;

	-ms-transition:background-color .15s linear,color .15s linear;

	transition:background-color .15s linear,color .15s linear;

}

a:hover {

	color:#000;

	text-decoration:none;

}

ul,ol {

	list-style:none;

	margin:0;

	padding:0;

}

ul,ol,p,table,form,pre {

	margin:0 0 20px

}

h1,h2,h3,h4,h5,h6 {

	color:#292929;

	margin:0 0 15px;

}

h1,h2,h3 {

	line-height:1.25

}

h1 {

	font-size:24px

}

h2 {

	font-size:20px

}

h3 {

	font-size:16px

}

h4 {

	font-size:14px

}

h4,h5,h6 {

	font-size:13px

}

blockquote {

	background:url(images/quote.png) no-repeat 0 5px;

	margin-left:10px;

	padding-left:40px;

	color:#777;

	font-family:"Oswald",serif;

}

hr{

clear:both;

height:0;

background:none;

border-top:1px solid #DDD;

border-bottom:1px solid #FFF;

}

abbr[title],acronym[title] {

	border-bottom:1px dotted #666;

	cursor: help;

}





/*== Code Elements

 *=================================*/

pre,code,kbd,samp,var {

	font: 12px "Courier New",monospace,serif normal

}

pre {

	padding:20px 20px;

	nowhitespace:afterproperty;

	background:#FFF url(images/pre-code-bg.png);

	line-height:20px;

	white-space:pre-wrap;

	white-space:-moz-pre-wrap;

	white-space:-pre-wrap;

	border:1px solid #DDD;

	

/* CSS-3 */

	white-space:-o-pre-wrap;

	

/* Mozilla,since 1808080 */

	word-wrap:break-word;

	

/* Opera 4-6 */;

	

/* IE 5.5+*/

}



/*== Table Elements

 *=================================*/

table {

	width:100%;

	nowhitespace:afterproperty;

	border-collapse:collapse;

	border-spacing:0;

	

/* tables still need 'cellspacing="0"' in the markup */

}

th,td,caption {

	padding:5px 10px

}

caption {

	font-weight:bold

}

th,td {

	border: 1px solid #CCC;

}

th{background:#E7E7E7;}

td{background:#FFF;}

tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }



/*== Form Elements

 *=================================*/

label,input,textarea,select,button,.btn {

	font:13px sans-serif;

	line-height:19px;

}

input,textarea,select,button,.btn {

	display:inline-block;

	padding:4px;

	margin:0;

	outline:none;

	background-color:#FFF;

	border:1px solid #D7D7D7;

}

input[type="text"],input[type="password"],textarea {

	-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;

	box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;

	-webkit-transition:background .15s;

	-moz-transition:background .15s;

	-ms-transition:background .15s;

	-o-transition:background .15s;

	transition:background .15s;

}

input[type="text"],input[type="password"] {

	height:19px;

}

textarea {

	overflow:auto

}

select {

	height:29px;

}

input[type="checkbox"],input[type="radio"] {

	vertical-align:text-top;

	padding:0;

	margin:1px 0 0;

	border:0;

}

input[type="text"]:focus,input[type="password"]:focus,textarea:focus {

	outline:0;

	color:#333;

	border-color:#BBB;

	-webkit-box-shadow:inset 0 1px 30px rgba(0,0,0,.05);

	box-shadow:inset 0 1px 3px rgba(0,0,0,.05);

}



/*== Button Styles

 *=================================*/



.fa-sign-in, .fa-user{

    padding-right: 10px;

	

} 

.register-btn{

display: inline-block;

float:left;

margin: 0px;

color:#fff;

background-color: #292929;

font: 400 14px/19px Oswald,sans-serif;

cursor: pointer;

width: auto;

text-align: center;

padding: 6px 16px;

transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}



.register-btn:hover{

	color:#292929;

	background-color:#FFF;

}



.login-btn{

display: inline-block;

margin-left: 10px;

position: relative;

z-index: 3;

float:left;

color:#fff;

background-color: #292929;

border:1px solid #292929;

font: 400 14px/19px Oswald,sans-serif;

cursor: pointer;

width: auto;

text-align: center;

padding: 5px 16px;

}



.login-btn:hover{

	color:#292929;

	border:1px solid #D7D7D7;

	background-color:#FFF;

	padding-bottom:12px;

	border:1px solid #D7D7D7 !important;

	border-bottom:0 !important;

	z-index:4;

}

 

.login h1 a {

    background-size: none;

    background-position: center top;

    background-repeat: no-repeat;

    color: #999;

    height: 80px;

    font-size: 20px;

    font-weight: 400;

    line-height: 1.3em;

    margin: 0px auto 25px;

    padding: 0px;

    text-decoration: none;

    width: 100%;

    text-indent: -9999px;

    outline: 0px none;

    overflow: hidden;

    display: block;

}

 

input[type="submit"]{

	cursor:pointer;

	cursor:hand;

}



button,

.button,

.btn,

input[type=submit],

input[type=button],

input[type=reset]{

	display:inline-block;

	margin:0;

	outline:none;

	color:#fff;

	background-color:#0089CC;

	border:none;

	outline:none;

	font:14px Oswald, sans-serif;

	line-height:19px;

	cursor:pointer;

	width:auto;

	text-align:center;

	font-weight:400;

	padding:5px 16px;

}



button:hover,

.button:hover,

.btn:hover,

input[type=submit]:hover,

input[type=button]:hover,

input[type=reset]:hover{

	border:none;

	background-color:#292929;

}



.btn a,

.button a,

a.btn,

a.button{

	text-decoration:none;

}



.btn-green,

.btn-black,

.btn-red,

.btn-blue,

.btn-lightblue,

.btn-green:hover,

.btn-black:hover,

.btn-red:hover,

.btn-blue:hover,

.btn-lightblue:hover {

	color:#FFF;

	text-shadow:0 -1px 0 rgba(0,0,0,0.25);

}



.btn-green {

	border-color:#51a351 #51a351 #387038 !important;

	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;

	background-color:#5bb75b;

	background-image:-moz-linear-gradient(top,#62c462,#51a351);

	background-image:-ms-linear-gradient(top,#62c462,#51a351);

	background-image:-webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));

	background-image:-webkit-linear-gradient(top,#62c462,#51a351);

	background-image:-o-linear-gradient(top,#62c462,#51a351);

	background-image:linear-gradient(top,#62c462,#51a351);

}

.btn-green:hover,.btn-green:active,.btn-green.active {

	background:#51a351;

}



.btn-black,

input.btn-black{

	border: 1px solid #292929;

	background-color:#292929;

}

.btn-black:hover,

.btn-black:active,

.btn-black.active,

input.btn-black:hover,

input.btn-black:active,

input.btn-black.active {

	background:#222222;

}



.btn-red,

input.btn-red {

	border-color:#bd362f #bd362f #802420 !important;

	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;

	background-color:#da4f49;

	background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);

	background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);

	background-image:-webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));

	background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);

	background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);

	background-image:linear-gradient(top,#ee5f5b,#bd362f);

}

.btn-red:hover,

.btn-red:active,

.btn-red.active,

input.btn-red:hover,

input.btn-red:active,

input.btn-red.active {

	background:#bd362f;

}



.btn-lightblue,

.btn-lightblue {

	border-color:#2f96b4 #2f96b4 #1f6377 !important;

	background-color:#49afcd;

	background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);

	background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);

	background-image:-webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));

	background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);

	background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);

	background-image:linear-gradient(top,#5bc0de,#2f96b4);

}

.btn-lightblue:hover,

.btn-lightblue:active,

.btn-lightblue.active,

input.btn-lightblue:hover,

input.btn-lightblue:active,

input.btn-lightblue.active {

	background:#2f96b4;

}



.btn-blue,

input.btn-blue {

	border-color:#0055cc #0055cc #003580 !important;

	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) !important;

	background-color:#0074cc;

	background-image:-moz-linear-gradient(top,#0088cc,#0055cc);

	background-image:-ms-linear-gradient(top,#0088cc,#0055cc);

	background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0055cc));

	background-image:-webkit-linear-gradient(top,#0088cc,#0055cc);

	background-image:-o-linear-gradient(top,#0088cc,#0055cc);

	background-image:linear-gradient(top,#0088cc,#0055cc);

}

.btn-blue:hover,

.btn-blue:active,

.btn-blue.active,

input.btn-blue:hover,

input.btn-blue:active,

input.btn-blue.active {

	background:#0055cc;

}





/*== Common CSS Class Style

 *=================================*/

.alignleft,.left {

	float:left;

	margin:0 20px 10px 0;

}

.alignright,.right {

	float:right;

	margin:0 0 10px 20px;

}

.aligncenter,.center {

	display:block;

	margin:0 auto 20px auto;

}

.alignnone {

	margin:0 0 20px

}

.required {

	color:red

}

.none,.hidden {

	display:none;

	margin:0;

	padding:0;

	border: 0;

}



/*== Clear Floated Elements

 *=================================*/



/* Clear Fix */

.cf:before,.cf:after {

	content:'020';

	display:block;

	overflow:hidden;

	visibility:hidden;

	width:0;

	height:0;

}

.cf:after {

	clear:both;

}

.cf {zoom: 1;}/* IE < 8 */



/* Clear Float */

.clear {

	clear:both;

	display:block;

	overflow:hidden;

	visibility:hidden;

	width:0;

	height: 0;

}



/*== WP Style

 *=================================*/

img.alignleft,

img.alignright {

	display:block

}

blockquote.alignleft,

blockquote .alignright {

	width:33%

}

.wp-caption img {

	display:block

}

.wp-caption-text {

	padding:5px 10px;

	color:#777;

	text-align:center;

	font-family:"Raleway",serif;

}

img.wp-smiley {

	border:0 !important;

	background:transparent !important;

}

.gallery {

	display:block;

	text-align:center;

	margin-bottom: 20px;

}

.gallery-caption{color:#777;}

.sticky{}



/*== Common Rich Content Style

 *=================================*/

.rich-content ul,

.rich-content ol {

	margin:0 0 1.625em 2.5em;

}

.rich-content ul {

	list-style:square;

}

.rich-content ol {

	list-style-type:decimal;

}

.rich-content ol ol {

	list-style:upper-alpha;

}

.rich-content ol ol ol {

	list-style:lower-roman;

}

.rich-content ol ol ol ol {

	list-style:lower-alpha;

}

.rich-content ul ul,ol ol,ul ol,ol ul {

	margin-bottom: 0;

}

.rich-content img, 

.rich-content audio, 

.rich-content video{

max-width:100%;

height:auto;

}

.rich-content object{

max-width:100%;

}



/*== Common Pagination Style

 *=================================*/

.pag-nav {

	font-size:12px;

	line-height:20px;

	font-weight:bold;

	text-align:center;

}

.pag-nav a,.pag-nav span {

	color:#fff;

	margin:0 5px;

	display:inline-block;

	padding:4px 12px;

	background-color:#292929;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.pag-nav a:hover {

	color:#fff;

	background-color:#0089CC;

	text-decoration:none;

}

.pag-nav span {

	color:#fff

}

.pag-nav .current {

	background:#0089CC;

}



/*= Structure

 *=============================================================================*/

body {

	min-width:960px;

	background:#EEE url(images/bg-pattern.png) center center;

}

#page {

	overflow:hidden;

}

.wrap {

	width:1080px;

	margin:0 auto;

}

#header {
background: url("images/base-head.jpg") no-repeat scroll center center #8bd2f4;
	position:relative;

	z-index: 7;

}

#main {

	/*position:relative;

	z-index:1;*/

	padding:20px 0;

}

#content {

	width:750px;

	float:left;

}

#sidebar {

	width:300px;

	float:right;

}

#footer {

	background: #292929;

	border-top: 4px solid #0089CC;

}

.full-width #content{

	width:100%;

	float:none;

}



/*= Header

 *=============================================================================*/

#header .wrap {

	position:relative;

	padding: 0px 0;

}





/***** Logo Title *****/

#headlogo {

	float:left;

	padding:5px 10px 5px 0px;

}

#head-title {

	font-size:24px;

	line-height:24px;

	margin:0;

	font-family:"Open Sans",sans-serif;

	text-transform:uppercase;

}

#head-title a {

	color:#333;

	text-decoration:none;

}

#head-description {

	margin:5px 0 0;

	font-size:10px;

	color:#AAA;

	text-transform:uppercase;

}

#head-logo {

	display:block;

}

#head-logo img {

	display:block;

	max-width:100%;

	height:auto;

} 

.image-branding #head-title,

.image-branding #head-description {

	display: none

}



/*== Search Form

 *=================================*/

 #nav-search {

    float: right;

    width: 298px;

    margin-top: 22px;

	margin-bottom: 10px;

}

.searchform {

	position:relative;

	height:27px;

	-webkit-border-radius:3px;

	border-radius:3px;

	padding-right:10px;

	margin:0;

}

.searchform input {

	color: #292929;

	border: 1px solid #fff;

}

.search-text-div {

	margin:0 40px 0 0;

}

input.search-text {

	float:left;

	width:100%;

	height: 21px;

	border: 1px solid #fff;

	font-size: 14px;

	font-family: 'Oswald',sans-serif;

	color: #292929;

}

input.search-text:hover {

	border: 1px solid #fff;

}

input.search-text:active {

	border: 1px solid #fff;

}

.search-submit-div {

	width:50px;

	height: 31px;

	position:absolute;

	right:0;

	top:0;

	overflow:hidden;

	padding:0;

	background-color:#292929;

}

.search-submit-div:hover {

	background-color:#fff;

	

}

input.search-submit {

	background:url(images/search-icon.png) no-repeat center 10px;

	width:50px;

	padding:0;

	border:0;

	height:31px;

	overflow:hidden;

	line-height:999em;

	display:block;

	color: transparent;

	transition:none;

}

input.search-submit:hover {

	background:url(images/search-icon.png) no-repeat center -2px;

	

}



/*== User Navigation

 *=================================*/

.user-nav {

	float:right;

	margin:22px 0px 0 10px;

}

.user-nav ul {

	list-style:none;

	margin:0;

	padding:0;

}

.user-nav>ul>li {

	float:left;

	position:relative;

}

.user-nav a {

	font-size: 12px;

	font-family: 'Oswald',sans-serif;

}



/* Login navigation for the user is NOT logged in */

#login-nav .register-link,

#login-nav .login-link {

	float:left;

}

#login-nav .login-link {

	margin-left:10px;

	position:relative;

	z-index:3;

}

#login-nav .dropdown {

	float:left;

	position:relative;

	z-index:3;

	height:29px;

}

#login-nav .dropdown-content {

	position:absolute;

	right:0;

	top:36px;

	background:#FFF;

	width:230px;

	padding:15px 15px 5px;

	border:1px solid #D7D7D7;

	visibility:hidden;

	opacity:0;

	

}

#loginform {

	margin:0;

}

#loginform p {

	margin:0 0 10px;

}

#loginform .login-username label,

#loginform .login-password label {

	display:block;

}

#loginform .login-username input,

#loginform .login-password input {

	width:220px;

}

#loginform .login-remember label {

	line-height:19px;

	font-size:12px;

}

#loginform .lost-password {

	float:right;

	line-height:19px;

	font-size:12px;

}

#login-nav .dropdown:hover .login-link,

#login-nav .dropdown:hover .login-link:hover {

	padding-bottom:12px;

	background:#FFF;

	color:#292929;

	border:1px solid #D7D7D7 !important;

	border-bottom:0 !important;

	text-shadow:none;

	position:relative;

	z-index:4;

}

#login-nav .dropdown:hover .dropdown-content {

	visibility:visible;

	opacity: 1;

}



/* Account navigation for the user is logged in */

#account-nav {

	float:right;

	position:relative;

	height:29px;

	z-index:1;

}

#account-nav a{text-decoration:none;}

#account-nav .dropdown-handle {

	position:relative;

	z-index:3;

}

#account-nav .dropdown-handle .avatar {

	width:27px;

	height:27px;

	padding:1px;

	background:#FFF;

	vertical-align:middle;

	float:left;

	margin-right:10px;

}

#account-nav .dropdown-handle .display-name {

	float:left;

	display:inline-block;

	vertical-align:middle;

	position:relative;

	padding: 6px 16px;

	z-index:4;

	color:#0089CC;

	background:#fff;

	transition: none;

}

#account-nav .dropdown-handle .arrow-down {

	background:url(images/arrow-down.png) no-repeat right 8px;

	padding-right:12px;

	float:left;

}

#account-nav .dropdown-content {

	width:100%;

	position:absolute;

	z-index:2;

	right:0;

	top:36px;

	opacity:0;

	visibility:hidden;

}

#account-nav .dropdown-content-inner {

	background:#FFF;

	border:1px solid #E7E7E7;

}

#account-nav .dropdown-content ul {

	padding:5px 0;

}

#account-nav .dropdown-content li {

	padding:2px 10px;

	border-top:1px solid #FFF;

	border-bottom:1px solid #E7E7E7;

}

#account-nav .dropdown-content li:first-child {

	border-top:0;

}

#account-nav .dropdown-content li:last-child {

	border-bottom:0;

}

#account-nav:hover .display-name {

	padding-bottom:15px;

	background:#FFF;

	border-color:#CCC;

	border-bottom:0;

}

#account-nav:hover .dropdown-content {

	visibility:visible;

	opacity: 1;

}



/*= Main Navigation

 *==================================================================*/

#main-nav {

	background:#292929;

	position:relative;

	z-index:1;

	border-bottom: 2px solid #fff;

}

#main-nav ul {

	font-family: "Oswald",sans-serif;

	font-size:17px;

	text-transform:uppercase;

	font-weight:400;

	list-style:none;

	margin:0;

	padding:0;

}

#main-nav li {

	position:relative

}

#main-nav li a {

	display:block;

	text-decoration: none;

}



/* Top Level */

#main-nav .menu {

	float:left;

	padding-top: 0px;

}

#main-nav .menu>li {

	border-left:1px solid #000;

	float:left;

	height:35px;

	

}

#main-nav .menu>li:last-child {

	border-right:1px solid #000;

}

#main-nav .menu>li>a {

	float:left;

	position:relative;

	color:#fff;

	padding:0 12px 0 12px;

	line-height:35px;

	transition: background-color 0.3s ease-in-out;

	-webkit-transition: background-color 0.3s ease-in-out;

    -moz-transition: background-color 0.3s ease-in-out;

    -o-transition: background-color 0.3s ease-in-out;

}

#main-nav .menu>li>a:hover {

	background:#0089CC;

	

}

#main-nav .menu>li.current-menu-item {

	background-position:-1px 0;

	

}

#main-nav .menu>li.current-menu-item>a {

	color:#FFF;

	position:relative;

	z-index:999;

	padding-bottom: 0px;

	background:#0089CC;

}



/* Sub Levels */

#main-nav ul ul {

	width:160px;

	background:#272727;

	position:absolute;

	top:100%;

	z-index:999;

	-webkit-transition:all .15s;

	-moz-transition:all .15s;

	-ms-transition:all .15s;

	-o-transition:all .15s;

	transition:all .15s;

	opacity:0;

	visibility:hidden;

	font-size: 18px;

}

#main-nav ul ul li {

	border-top:1px solid #000;

	border-bottom:1px solid #000;

	border-left:1px solid #000;

	border-right:1px solid #000;

}

#main-nav ul ul li a {

	padding: 0px 12px 0px 14px;

	color:#fff;

	background:#292929;

}

#main-nav ul ul li a:hover {

	color:#fff;

	background:#0089CC;

}

#main-nav ul ul li.current-menu-item>a {

	

}

#main-nav ul ul ul {

	left:100%;

	top:-1px;

}

#main-nav li:hover>ul {

	opacity:1;

	visibility: visible;

}



#main-nav .select-div{display:none;}



/*= Middle Navigation

 *==================================================================*/

#middle-nav {

	background:#292929;

	position:relative;

	z-index:1;

	min-height: 30px;

	width: 100%;

	float: left;

	margin-bottom: 20px;

	overflow: hidden;

}

#middle-nav ul {

	font-family: "Oswald",sans-serif;

	font-size:16px;

	text-transform:uppercase;

	font-weight:700;

	list-style:none;

	margin:0;

	padding:0;

}

#middle-nav li {

	position:relative

}

#middle-nav li a {

	display:block;

	text-decoration: none;

}



/* Top Level */

#middle-nav .menu {

	float:left;

	padding-top: 0px;

}

#middle-nav .menu>li {

	border-left:1px solid #000;

	float:left;

	height:30px;

	

}

#middle-nav .menu>li:last-child {

	border-right:1px solid #000;

}

#middle-nav .menu>li>a {

	float:left;

	position:relative;

	color:#fff;

	padding:0 12px 0 14px;

	line-height:30px;

	transition: background-color 0.3s ease-in-out;

	-webkit-transition: background-color 0.3s ease-in-out;

    -moz-transition: background-color 0.3s ease-in-out;

    -o-transition: background-color 0.3s ease-in-out;

}

#middle-nav .menu>li>a:hover {

	background:#0089CC;

	

}

#middle-nav .menu>li.current-menu-item {

	background-position:-1px 0;

	

}

#middle-nav .menu>li.current-menu-item>a {

	color:#FFF;

	position:relative;

	z-index:999;

	padding-bottom: 0px;

	background:#0089CC;

}



/*= General Content Style

 *==================================================================*/

.cat-featured {

	background:url(images/bg-grad.png) repeat-x;

    padding-top: 20px;

}

/*=========================== Game Interface ================================*/

.gameicon {

    padding: 5px 10px 7px 10px;

}



.gamebut {

	display:inline-block;

    width: 63px;

	height: 63px;

	color:#FFF;

	background-color:#0089CC;

	border: 5px solid #292929;

	font:12px Oswald, sans-serif;

	font-weight:400;

	text-transform:uppercase;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.gamebut:hover {

	color:#FFF;

	background-color:#292929;

}

.closebut {

	display:inline-block;

	float: right;

	margin: 10px 10px 0px 0px;

	cursor: pointer;

    width: 20px;

	height: 20px;

	padding: 2px 3px 5px 5px;

	color:#FFF;

	background-color:#292929;

	transition: all 0.5s ease-in-out;

	-webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

}

.closebut:hover {

	color:#fff;

	background-color:#0089CC;

}

#content-container{

   position: relative;

   margin: 0px auto 10px auto;

   text-align: center;

   overflow: visible;

   border: 5px solid #292929; 

   background-color:#292929;

  

   }

#video { overflow: hidden;  float:left;position:relative;z-index:11;  }

.video2 { overflow: hidden; display: none; position: absolute;  background-color:#eee; }

.video2 ul li a:link, .video2 ul li a:hover, .video2 ul li a:visited { color: #FFF; }

.video2 ul { list-style-image: url(images/video-bullet.png); }

#video-inside { }

.video-titles { color: #292929; float: left; margin-left: 10px; margin-top: 15px;  text-align: left;

    display: block;

    line-height: 22px;

    font-size: 22px;

    font-family: "Oswald",sans-serif;

    font-weight: 700;

    padding-bottom: 10px;

 }

.video-button-hover { position: relative; float: left; cursor: pointer; width: 63px; height: 63px; }

.video-button-hover-image { display: none; position: absolute; cursor: pointer; left: 8px; top: 8px; }

.lights { margin: 0px; width: 100%; height: 100%; position: absolute; z-index: 999; background-image: url(images/lights-bg.png); display: none; float: left; }

.video-tags a:link {

	display: block; 

	float: left;

	font-size:11px !important;

	color:#fff;

	background:#0089CC;

	padding:3px 10px;

	margin:0 4px 6px 0;

	-webkit-border-radius:10px;

	border-radius:3px;

	line-height:15px;

	word-wrap:break-word;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.video-tags a:hover {

	background:#292929;

	color:#FFF;

	text-decoration: none;

}

.interface-nav { height:325px; width: 63px; float:left; margin: -162px -63px 0 0;

top: 50%;

position: relative;



 }

.embed { cursor: pointer; } 



/*== Game Screen Overlay ==*/



		

/*== Fluid Width Video

 *=================================*/

.video-wrap {

	position:relative!important;

	padding-bottom:56.25%!important;

	height:0!important;

	overflow:hidden!important;

	background:#333;

}

.video-wrap iframe,

.video-wrap object,

.video-wrap embed,

.video-wrap video,

.video-wrap .jp-media {

	position:absolute!important;

	top:0!important;

	left:0!important;

	width:100%!important;

	height: 100%!important;

}



.video-wrap > div > div{position:static !important;}



/*== Common Thumbnail Style

 *=================================*/

 

/* Absolute Center(Vertical & Horizontal) Image */

.thumb {

	position:relative;

	background:#000;

	overflow:hidden;

	vertical-align:bottom;

	_line-height:0;

	display:inline-block;

}

.thumb .clip-link {

	position:absolute;

	_position:static;

	bottom:-100px;

	top:-100px;

	left:-100px;

	right:-100px;

	text-align:center;

	white-space:nowrap;

	word-break:normal;

}

.thumb .clip {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.thumb .clip img,.thumb .vertical-align {

	display:inline-block;

	vertical-align:middle;

}

.thumb .clip .vertical-align {

	height:100%;

}

.content-thumb{

	float:left;

	margin:0 20px 20px 0;

	border: 2px solid #292929;

	width:100px;

	height:100px;

}



/* Basic Overlay style */

.thumb .overlay {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	background-color:rgba(0,0,0,0.5);

	background-image:url(images/gamepad-24.png);

	background-repeat:no-repeat;

	background-position:center center;

	opacity:0;

	visibility:hidden;

	-webkit-transition:.25s;

	-moz-transition:.25s;

	-ms-transition:.25s;

	-o-transition:.25s;

	transition:.25s;

}

.thumb:hover .overlay {

	cursor:pointer;

	visibility:visible;

	opacity:1;

}

.item-video .thumb .overlay{

	background-image:url(images/icon-play-24.png);

}



.thumb img{}



/*== ThumbMov Movie

 *=================================*/

/*== Common Thumbnail Movie Style

 *=================================*/

 

/* Absolute Center(Vertical & Horizontal) Image */

.thumbMov {

	position:relative;

	background:#000;

	overflow:hidden;

	vertical-align:bottom;

	_line-height:0;

	display:inline-block;

}

.thumbMov .clip-link {

	position:absolute;

	_position:static;

	bottom:-100px;

	top:-150px;

	left:-100px;

	right:-100px;

	text-align:center;

	white-space:nowrap;

	word-break:normal;

}

.thumbMov .clip {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

}

.thumbMov .clip img,.thumbMov .vertical-align {

	display:inline-block;

	vertical-align:middle;

}

.thumbMov .clip .vertical-align {

	height:100%;

}

.content-thumbMov{

	float:left;

	margin:0 20px 20px 0;

	border: 2px solid #292929;

	width:100px;

	height:150px;

}



/* Basic Overlay style */

.thumbMov .overlay {

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	background-color:rgba(0,0,0,0.5);

	background-image:url(images/gamepad-24.png);

	background-repeat:no-repeat;

	background-position:center center;

	opacity:0;

	visibility:hidden;

	-webkit-transition:.25s;

	-moz-transition:.25s;

	-ms-transition:.25s;

	-o-transition:.25s;

	transition:.25s;

}

.thumbMov:hover .overlay {

	cursor:pointer;

	visibility:visible;

	opacity:1;

}



.thumbMov img{}



/*== Common Item Style

 *=================================*/

.item h2,.item p {

	margin:0

}

.item img,

.item video,

.item object {

	max-width:100%;

	height: auto;

}

.item .thumb {

	margin:0 0 5px;

	border: 2px solid #292929;

}

.item .thumb:hover {

	border: 2px solid #0089CC;

}

.item .screen {

	background:#333;

	margin:0 0 10px;

}

.item .item-wrap,

.item .item-wrap iframe {

	background:#333;

}

.item .title {

	font-size:14px;

	margin-bottom:5px;

}

.item .title a {

	color:#292929;

	font-family: "Oswald", sans-serif;

	font-weight: 300;

}

.item .title a:hover {

	color:#0089CC;

}

.item .meta,.item .stats {

	color:#AAA;

	font-size:11px;

	line-height:13px;

	font-family: sans-serif;

	margin:0 0 5px;

	height:13px;overflow:hidden;

}

.item .stats i {

	font-style:normal;

}

.item .stats a {

	color:#AAA

}

.item .stats a:hover {

	color:#555

}

.item .stats .views,

.item .stats .likes,

.item .stats .comments {

	margin-right:10px;

	padding-left:16px;

	background:url(images/stats.png) no-repeat 0 1px;

}

.item .stats .views {

	padding-left:18px;

}

.item .stats .comments {

	background-position:0 -19px

}

.item .stats .comments:hover {

	background-position:0 -39px

}

.item .stats .likes {

	background-position:0 -58px

}

.item .stats .likes:hover {

	background-position:0 -78px

}

.item .stats .liked {

	background-position:0 -78px

}

.item .desc {

	line-height:1.5;

	font-size:12px;

	overflow:hidden;

	width:100%;

	padding: 5px 0 0;

}



/*== Regular Post Style

 *=================================*/

.item-post{} 

 

/*== Video Post Style

 *=================================*/

.item-video{}

 

/*== List View with Small Thumbnial

 *=================================*/

.list-small p {

	margin:0 0 5px

}

.list-small .item {

	border-top:1px solid #FFF;

	border-bottom:1px solid #DDD;

	margin:0;

	padding:15px 0;

}

.list-small .item:first-child {

	padding-top:0;

	border-top:0;

}

.list-small .item:last-child {

	border-bottom:0

}

.list-small .thumb {

	float:left;

	width:196px;

	height:196px;

	margin:0;

}

.list-small .thumb img {

	height:196px;

}

.list-small .item-post .thumb .overlay {

	background-image:url(images/gamepad-32.png)

}

.list-small .item-video .thumb .overlay {

	background-image:url(images/icon-play-32.png)

}

.list-small .data {

	margin-left:214px

}

.list-small .title {

	float:left;

	margin:0 0 5px;

}

.list-small .meta {

	float:left

}

.list-small .stats {

	float:right;

	margin: 0px 0px 0px 0px;

}

.list-small .stats .views,

.list-small .stats .likes,

.list-small .stats .comments {

	margin:0 0 0 10px

}

.list-small .suffix {

	display:none

}

.list-small .desc {

	padding: 0;

	float: left;

}



/*== List View with Medium Thumbnial

 *=================================*/

.list-medium .item {

	border-top:1px solid #FFF;

	border-bottom:1px solid #DDD;

	margin:0;

	padding:15px 0;

}

.list-medium .item:first-child {

	padding-top:0;

	border-top:0;

}

.list-medium .item:last-child {

	border-bottom:0

}

.list-medium .thumb {

	float:left;

	width:300px;

	height:168px;

	margin:0;

}

.list-medium .thumb img {

	height: 168px;

}

.list-medium .item-post .thumb .overlay {

	background-image:url(images/gamepad-48.png)

}

.list-medium .item-video .thumb .overlay {

	background-image:url(images/icon-play-48.png)

}

.list-medium .data {

	margin-left:320px

}

.list-medium .title {

	margin: 0 0 5px;

}



/*== List View with Large Thumbnial

 *=================================*/

.list-large .item {

	border-top:1px solid #FFF;

	border-bottom:1px solid #DDD;

	margin:0;

	padding:20px 0;

}

.list-large .item:first-child {

	padding-top:0;

	border-top:0;

}

.list-large .item:last-child {

	border-bottom:0

}

.list-large .thumb {

	width:745px;

	height:348px;

	margin:0 0 10px;

}

.list-large .thumb img {

	width:745px;

}

.list-large .item-post .thumb .overlay {

	background-image:url(images/gamepad-64.png)

}

.list-large .item-video .thumb .overlay {

	background-image:url(images/icon-play-64.png)

}

.list-large .thumb.loading .overlay {

	background:rgba(0,0,0,.75) url(images/loading-bert.gif) no-repeat center center !important;

	visibility:visible;

	opacity:1;

}

.list-large .title {

	font-size:21px;

	margin:0 0 5px;

	float: left;

}

.list-large .title a:hover {

	text-decoration:none;

}

.list-large .meta {

	float:left

}

.list-large .stats {

	float:right;

	margin: 10px 0px 0px 0px;

}

.list-large .stats .views,.list-large .stats .likes,.list-large .stats .comments {

	margin:0 0 0 10px

}

.list-large .desc {

	clear: left;

}



/*== Grid View with Small Thumbnial

 *=================================*/

.grid-small .nag {

	margin:0 -11px

}

.grid-small p {

	margin:0

}

.grid-small .item {

	width:172px;

	float:left;

	margin:0 10px 20px;

}

.grid-small .thumb {

	width:170px;

	height:170px;

}

.grid-small .thumb img {

	

	height: 170px;

}

.grid-small .item-post .thumb .overlay {

	background-image:url(images/gamepad-32.png);

}

.grid-small .item-video .thumb .overlay {

	background-image:url(images/icon-play-32.png)

}

.grid-small .title {

	height:20px;

	line-height:20px;

	overflow:hidden;

	font-size:14px;

}

.grid-small .suffix,.grid-small .meta,.grid-small .desc {

	display: none

}



/*== Grid View with Medium Thumbnial

 *=================================*/

.grid-medium .nag {

	margin:0 -10px

}

.grid-medium p {

	margin:0

}

.grid-medium .item {

	width:364px;

	float:left;

	margin:0 10px 20px;

}

.grid-medium .thumb {

	width:360px;

	height:200px;

}

.grid-medium .thumb img {

	height:200px;

}

.grid-medium .item-post .thumb .overlay {

	background-image:url(images/gamepad-48.png)

}

.grid-medium .item-video .thumb .overlay {

	background-image:url(images/icon-play-48.png)

}

.grid-medium .title {

	height:20px;

	line-height:20px;

	overflow:hidden;

	font-size:14px;

}

.grid-medium .meta,.grid-medium .suffix,.grid-medium .desc {

	display: none

}



/*== Grid View with Mini Thumbnial

 *=================================*/

.grid-mini .nag {

	margin:0 -10px

}

.grid-mini p {

	margin:0

}

.grid-mini .item {

	width:108px;

	float:left;

	margin:0 10px 20px;

}

.grid-mini .thumb {

	width:100px;

	height:100px;

}

.grid-mini .thumb img {

	

	height:100px;

}

.grid-mini .item-video .thumb .overlay {

	background-image:url(images/icon-play-24.png)

}

.grid-mini .title {

	height:20px;

	line-height:20px;

	overflow:hidden;

	font-size:14px;

	

}

.grid-mini .suffix,.grid-mini .meta,.grid-mini .comments,.grid-mini .desc {

	display: none

}



/*== Common Section Box Style

 *=================================*/

.section-box {

	margin:0 0 30px

}

.section-box img {

	vertical-align:middle;

}

.section-before {

	margin:0 0 20px;

}

.section-after {

	margin: -10px 0 20px;

}

.section-header {

	margin-bottom:12px;

	border-bottom:1px solid #FFF;

	font-weight:bold;

	text-transform:uppercase;

}

.section-title {

	display:block;

	border-bottom: 4px solid #292929;

	line-height:20px;

	font-size:21px;

	margin:0;

	font-family: "Oswald", sans-serif;

	font-weight: 700;

	padding-bottom:10px;

}

.section-title a {

	color:#292929;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.section-title a:hover {

	text-decoration:none;

	color:#0089CC;

}

.section-header .more-link {

	float:right;

	margin-top:-34px;

	vertical-align:middle;

	display:inline-block;

	line-height:16px;

	padding: 4px 5px 5px 10px;

	background:#0089CC;

	border:none;

	color:#FFF;

	font-size: 16px;

font-family: 'Oswald',sans-serif;

font-weight:400;

	 transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.section-header .more-link span {

	background:url(images/arrow_small_right_white.png) no-repeat right 5px;

	padding-right:18px;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.section-header .more-link:hover {

	text-decoration:none;

	color:#FFF;

	background:#292929;

}

.section-header .more-link:hover span {

	

}

.section-content {

	margin:0 0 20px;

	line-height: 24px;

	min-height: 125px;

	background: url(images/dot-pattern.png) repeat-x center bottom;

	padding-bottom:10px;

}



/*===================== Box Styles ==========================*/

.section-box {

	margin:0 0 30px

}

.section-box img {

	vertical-align:middle;

}

.section-before {

	margin:0 0 20px;

}

.section-after {

	margin: -10px 0 20px;

}

.box-header {

	margin-bottom:12px;

	font-weight:bold;

	text-transform:uppercase;

}

.box-title {

	display:block;

	border-bottom: 4px solid #292929;

	line-height:20px;

	font-size:18px;

	margin:0;

	font-family: "Oswald", sans-serif;

	font-weight: 300;

	padding-bottom:10px;

}

.box-title a {

	color:#292929;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.box-title a:hover {

	text-decoration:none;

	color:#0089CC;

}

.box-header .more-link {

	float:right;

	margin-top:-34px;

	vertical-align:middle;

	display:inline-block;

	line-height:16px;

	padding: 4px 5px 5px 10px;

	background:#0089CC;

	border:none;

	color:#FFF;

	font-size: 16px;

font-family: 'Oswald',sans-serif;

font-weight:400;

	 transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.box-header .more-link span {

	background:url(images/arrow_small_right_white.png) no-repeat right 5px;

	padding-right:18px;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.box-header .more-link:hover {

	text-decoration:none;

	color:#FFF;

	background:#292929;

}

.section-content {

	margin:0 0 20px;

	line-height: 24px;

	min-height: 125px;

	background: url(images/dot-pattern.png) repeat-x center bottom;

	padding-bottom:10px;

}



/*== jPlayer Skin

 *=================================*/

.jp-media {

	margin:0 auto;

	overflow:hidden;

}

.jp-media img {

	position: absolute;

	left: 0;

	top: 0;

	z-index: 800;

	width:100% !important;

	height:100% !important;

}

.jp-gui,.jp-gui a,.jp-progress,.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {

	background-image:url(images/jplayer-sprite.png);

	background-repeat:repeat-x;

}

.jp-seek-bar,.jp-play-bar,.jp-volume-bar,.jp-volume-bar-value {

	-webkit-border-radius:1px;

	border-radius:1px;

}

.jp-gui {

	width:100%;

	position:absolute;

	bottom:0px;

	height:0px;

	opacity:0;

	visibility:hidden;

	background-position:0 -270px;

	z-index:999;

	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.4);

	box-shadow:0px 1px 1px rgba(0,0,0,0.4);

	-webkit-transition:all .15s;

	-moz-transition:all .15s;

	-ms-transition:all .15s;

	-o-transition:all .15s;

	transition:all .15s;

}

.jp-player:hover .jp-gui {

	opacity:1;

	visibility:visible;

	bottom:0;

	height:30px;

}



.jp-gui a {

	display:inline-block;

	outline:none;

	text-indent:-999em;

	z-index:1;

	background-repeat:no-repeat;

}

.jp-control {

	width:33px;

	height:30px;

	padding-right:2px;

	background:url(images/jplayer-sep.png) no-repeat right 0;

	position:absolute;

	top:0;

	left:0;

}

.jp-play,.jp-pause {

	width:33px;

	height:30px;

	position:absolute;

	top:0;

	left:0;

}

.jp-play {

	background-position:0 0

}

.jp-play:hover {

	background-position:-33px 0

}

.jp-pause {

	background-position:0 -30px;

	display:none;

}

.jp-pause:hover {

	background-position:-33px -30px

}

.jp-progress-container {

	margin:0 95px 0 34px;

	height:8px;

	padding:12px 12px 10px 10px;

	background:url(images/jplayer-sep.png) no-repeat right 0;

}

.jp-progress {

	height:5px;

	padding:1px 1px 2px;

	background-position:0 -240px;

	position:static;

}

.jp-seek-bar {

	width:0px;

	height:5px;

	background-position:0 -210px;

	cursor:pointer;

}

.jp-play-bar {

	width:0px;

	height:5px;

	background-position:0 -180px;

}

.jp-mute,.jp-unmute {

	width:17px;

	height:13px;

	position:absolute;

	top:9px;

	right:70px;

}

.jp-mute {

	background-position:-10px -68px

}

.jp-mute:hover {

	background-position:-43px -68px

}

.jp-unmute {

	background-position:-10px -98px

}

.jp-unmute:hover {

	background-position:-43px -98px

}

.jp-volume-bar {

	width:40px;

	height:5px;

	padding:1px 1px 2px;

	background-position:0 -240px;

	cursor:pointer;

	position:absolute;

	top:12px;

	right:25px;

}

.jp-volume-bar-value {

	width:0px;

	height:5px;

	background-position: 0 -180px;

}

.jp-full-screen,.jp-restore-screen {

	width:17px;

	height:13px;

	position:absolute;

	top:8px;

	right:0;

}

.jp-full-screen{

background-position:-10px -128px

}

.jp-full-screen:hover{

background-position:-43px -128px

}

.jp-restore-screen{

background-position:-10px -158px

}

.jp-restore-screen:hover{

background-position:-43px -158px

}



/* The full screen function is uncompleted, maybe in next verison*/

.jp-video-full {

width: 480px;

height: 270px;

position: static !important;

position: relative;

}

.jp-video-full .jp-media {

top: 0;

left: 0;

position: fixed !important;

position: relative;

overflow: hidden;

z-index: 998;

background:#333;

}

.jp-video-full .jp-gui {

position: fixed !important;

position: static;

bottom: 0;

left: 0;

width: 100%;



z-index: 1000;

}







/*= Featured Content Style url(images/bg-pattern-black.png)

 *==================================================================*/

.wall {

	padding:20px 0px 5px 0;

	background-color: #888;

	background-image: url(images/real_cf.png);

	position:relative;

	text-shadow: none;

}



/*== Default Featured Carousel with 6 visible items

 *=================================*/

.fcarousel {

	background: url(images/dot-pattern.png) repeat-x center bottom;

}

.fcarousel .carousel-container {

	position:relative;

	margin:10px 35px 35px 35px;

}

.fcarousel .carousel-clip{position:relative;overflow:hidden;height:110px;width:100%;margin:0 auto;}

.fcarousel .carousel-games{position:relative;overflow:hidden;height:110px;width:100%;margin:0 auto;}

.fcarousel ul {

	width:999em;

	position:absolute;

}

.fcarousel li {

	float:left;

	width:100px;

	height:100px;

	border:2px solid #292929;

	margin:5px 11px 20px 11px;

	overflow:visible !important;

	background:#000;

	position:relative;

	transition:all .25s;

}

.fcarousel .thumb {

	width:100px;

	height:100px;

}

.fcarousel .thumb img {

	height:100px;

}

.fcarousel li:hover {

	border-color:#0089CC;

}

.fcarousel li.current {

	border-color:#086081;

}

.fcarousel li.current .overlay {

	visibility:visible;

	opacity: 1;

}

.fcarousel .carousel-prev,.fcarousel .carousel-next {

	display:inline-block;

	width:25px;

	height:105px;

	margin:5px 0;

	cursor:pointer;

	text-indent:-5555em;

	overflow:hidden;

	position:absolute;

	top:0;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.fcarousel .carousel-prev {

	background:#0089CC url(images/scroll-left.png) no-repeat right 40px;

	left:-35px;

}

.fcarousel .carousel-next {

	background:#0089CC url(images/scroll-right.png) no-repeat left 40px;

	right:-35px;

}

.fcarousel .carousel-prev:hover {

	background:#292929 url(images/scroll-left.png) no-repeat right 40px;

}

.fcarousel .carousel-next:hover {

	background:#292929 url(images/scroll-right.png) no-repeat left 40px;

}





/* Featured Carousel with 5 visible items */ 

.fcarousel-5 .carousel-clip {

	height:86px;

}

.fcarousel-5 li {

	width:100px;

	height:100px;

	margin:5px 8px 20px 8px;

}

.fcarousel-5 .thumb {

	width:100px;

	height:100px;

}

.fcarousel-5 .thumb img {

	width:100px;

}

.fcarousel-5 .carousel-prev,.fcarousel-5 .carousel-next {

	height:76px;

	background-image:url(images/home-carousel-nav.png);

}





/*== Home Featured Content with Full Width

 *=================================*/

 





/*== Home Featured Content with Standard Layout

 *=================================*/

.home-featured .slider{float:left;width:620px;height:348px;overflow:hidden;

border:1px solid #000;

-webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);

	box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);

	background: #333 url(images/loading-bert.gif) no-repeat center center;



} 

.home-featured .slider .slide{

width:620px;

height:348px;

position:relative;

}

.home-featured .slider .thumb {

	width:620px;

	height:348px;

	float:left;

}

.home-featured .slider .thumb img {

	width:620px;

}

.home-featured .slider .thumb.loading .overlay {

	background:rgba(0,0,0,.75) url(images/loading-bert.gif) no-repeat center center !important;

	visibility:visible;

	opacity:1;

}

.home-featured .slider .caption{width:100%;position:absolute;bottom:0;height:27px;

background:#333;

background:rgba(0,0,0,0.5);

border-top:1px solid rgba(255,255,255,0.1);

}

.home-featured .slider .title{font-size:13px;line-height:27px;padding:0 10px;}

.home-featured .slider .title a{color:#EEE;}

.home-featured .slider .title a:hover{color:#FFF;}

.home-featured .slider .item-post .thumb .overlay {

	background-image:url(images/gamepad-64.png)

}

.home-featured .slider .item-video .thumb .overlay {

	background-image:url(images/icon-play-64.png)

}







.home-featured .carousel {

	width:300px;

	float:right;

	border:1px solid #000;

	-webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);

	box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);

	background: #333;

}

.home-featured .carousel-container{

	float:right;

	width:305px;

	overflow:hidden;

}

.home-featured .carousel-clip{height:320px;overflow:hidden;position:relative;}

.home-featured .carousel-list{height:999em;position:absolute;}

.home-featured .carousel li {

	width:300px;

	margin-left:5px;

	background:#373737;

	height:78px;

	border-top:1px solid #444;

	border-bottom:1px solid #272727;

	

}

.home-featured .carousel a{text-decoration:none;}

.home-featured .carousel .inner{

	padding:10px 10px;

	height:58px;

}

.home-featured .carousel li:hover{

	background-color:#303030;

}

.home-featured .carousel li:hover a{color:#FFF;}

.home-featured .carousel .thumb {

	width:100px;

	height:56px;

	float:left;

}

.home-featured .carousel .thumb img {

	width:124px;

}

.home-featured .carousel .data{margin-left:110px;}

.home-featured .carousel .title{font-size:12px;margin:0 0 5px;height:30px;overflow:hidden;}

.home-featured .carousel .title a{color:#BBB;}

.home-featured .carousel .title a:hover{color:#FFF;}

.home-featured .carousel li.current{background:#222;}

.home-featured .carousel li.current .inner{

	border-left:4px solid #B70000;

	margin-left:-4px;

}

.home-featured .carousel li.current a{color:#FFF;}

.home-featured .carousel li.current .overlay {

	visibility:visible;

	opacity: 1;

}



.home-featured .carousel-prev, .home-featured .carousel-next {

	display:inline-block;

	width:149px;

	float:left;

	height:27px;

	cursor:pointer;

	vertical-align:middle;

	text-indent:-5555em;

	overflow:hidden;

	background:#333 url(images/vertical-carousel-updown.png) no-repeat center 8px;

	border-top:1px solid #444;

}

.home-featured .carousel-prev {

	border-right:1px solid #222;

	margin-left:5px;

}

.home-featured .carousel-next {

	background-position:center -22px;

	border-left:1px solid #444;

}

.home-featured .carousel-prev:hover, .home-featured .carousel-next:hover{

	background-color:#3A3A3A;

}





/*= Archive Content Style

 *==================================================================*/



/*== Author Box

 *=================================*/

.author-box {

	margin:0 0 30px;

}

.author-box .avatar {

	float:left;

}

.author-box .data {

	margin-left:80px;

}

.author-box .meta {

	color:#AAA;

	margin:0 0 5px;

}

.author-box .display-name {

	margin:0 0 0;

	font-size:17px;

}

.author-box .links a {

	padding:0 0 0 22px;

	margin:0 15px 0 0;

	color:#AAA;

	background:url(images/links.png) no-repeat 0 0;

}

.author-box .links a:hover {

	color:#555;

}

.author-box .links .facebook {

	background-position:0 -20px;

}

.author-box .links .website {

	background-position:0 -40px;

}

.author-box .links .twitter:hover {

	background-position:0 -60px;

}

.author-box .links .facebook:hover {

	background-position:0 -80px;

}

.author-box .links .website:hover {

	background-position: 0 -100px;

}



/*== Loop Header

 *=================================*/

.loop-header {

	margin:0 0 10px;

}

.loop-title {

	text-transform:uppercase;

	border-bottom: 4px solid #292929;

	font-family: "Oswald",sans-serif;

	font-weight: 700;

	line-height: 20px;

	font-size: 21px;

	margin: 0px;

	padding-bottom: 10px;

}

.loop-title .prefix {

	color:#0089CC;

}

.loop-title em {

	font-style:normal;

}

.loop-desc {

	font-size:11px;

	color:#999;

	float:right;

	margin:-24px 0 0 10px;

	line-height:24px;

}

.loop-desc i {

	font-style:normal;

	color:#111;

	font-weight:bold;

}

.below-no-actions {

	margin:0 0 15px;

	border-bottom:1px solid #FFF;

}

.below-no-actions .loop-title {

	border-bottom:1px solid #DDD;

	padding-bottom:6px;

}

.below-no-actions .loop-desc {

	margin-top: -30px;

}



/*== Loop Actions

 *=================================*/

.loop-actions {

	margin:0 0 20px;

	height:30px;

	padding:0px 10px;

	text-transform:uppercase;

	font-size:16px;

	font-family: "Oswald",sans-serif;

	background:#292929;

}

.loop-actions div,.loop-actions span,.loop-actions a,.loop-actions i {

	vertical-align:middle;

	display:inline-block;

	float:left;

	height:30px;

	overflow:hidden;

}

.loop-actions a {

	color:#fff;

	text-decoration:none;

	padding: 2px 10px;

}

.loop-actions a:hover {

	color:#fff;

	background:#0089CC;

}

.loop-actions i {

	font-style:normal;

}

.loop-actions .prefix {

	margin-right:5px;

	color:#777;

}

.loop-actions .sep {

	color:#CCC;

	margin:0 8px;

}

.loop-actions .orderby .current {

	color:#fff;

	background:#0089CC;

}

.loop-actions .asc,.loop-actions .desc {

	width:30px;

	margin-right: 10px;

	text-indent:-5555em;

	padding: 0px;

}

.loop-actions .asc {

	background:url(images/sorting.png) no-repeat 5px -18px

}

.loop-actions .desc {

	background:url(images/sorting.png) no-repeat 5px 9px

}

.loop-actions .asc:hover {

	background:url(images/sorting.png) no-repeat 5px 9px

}

.loop-actions .desc:hover {

	background:url(images/sorting.png) no-repeat 5px -18px

}

.loop-actions .view {

	float:right;

}

.loop-actions .view a {

	width:12px;

	height:20px;

	padding:9px;

	line-height:11px;

}

.loop-actions .view i {

	display:inline-block;

	width:11px;

	height:11px;

	background-image:url(images/view.png);

	background-repeat:no-repeat;

}

.list-small-link i {

	background-position:0 0

}

.list-medium-link i {

	background-position:-20px 0

}

.list-large-link i {

	background-position:-40px 0

}

.grid-medium-link i {

	background-position:-60px 0

}

.grid-small-link i {

	background-position:-80px 0

}

.grid-mini-link i {

	background-position:-100px 0

}

.loop-actions .view a.current {

	background:#0089CC;

	

}

.loop-actions .orderby-select{

display:none;

}



/*== Loop Navigation

 *=================================*/

.loop-nav {

	background: url(images/dot-pattern.png) repeat-x center top;

}

.loop-nav-inner {

	padding: 30px 0 20px 0;

}



/*= Single Content Style

 *==================================================================*/

#screen {

	color:#FFF;

	margin:0 0 15px 0px;

	position:relative;

	/*overflow: hidden;*/

	z-index:4;

	background: #333 url(images/loading-bert.gif) no-repeat center center;

}

#screen .thumb{

	width:950px;

	height:540px;

}

#screen .thumb .overlay{

	background-image: url(images/gamepad-64.png);

}



/*== Headline

 *=================================*/

#headline {

	margin:0 0 15px;

	position:relative;

	z-index: 5;

	border-bottom:1px solid #FFF;

}

#headline .inner{

	border-bottom:1px solid #DDD;

	padding:0 0 10px;

}

#headline h1, #headline h2{margin-bottom:0;}



/* Title */

#title {

	color:#333;

	font-size:20px;

	margin:5px 170px 0 5px;

	line-height:24px;

}

#title a {

	color:#333;

	text-decoration:none;

}

#title a:hover {

	color:#B70000;

}



/* Actions Item*/

#actions {

	float:right;

	margin:-28px 0 0 20px;

}

#actions a {

	text-decoration:none;

}

#actions .dp-share {

	float:left;

	margin-left:4px;

	position:relative;

	z-index:888;

	background-color:#F7F7F7;

	background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);

	background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);

	background-image:-o-linear-gradient(top,#FFF,#F0F0F0);

	background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));

	background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);

	background-image:linear-gradient(top,#FFF,#F0F0F0);

	border:1px solid #DDD;

	-webkit-border-radius:3px;

	border-radius:3px;

}

#actions .dp-share:hover {

	border-color:#BBB;

	text-decoration:none;

	color:#333;

}

#actions .dp-share .dropdown-handle {

	height:24px;

	line-height:24px;

	padding:0 10px 0 30px;

	display:inline-block;

	text-transform:uppercase;

	font-weight:bold;

	font-size:11px;

	color: #555;

	-webkit-border-radius:3px;

	border-radius:3px;

}



/* Like Button 

#actions .dp-like-post .like {

	background:url(images/actions.png) no-repeat 10px -24px;

}

#actions .dp-like-post .liked {

	background:url(images/actions.png) no-repeat 10px -84px;

	color:#555;

}

#actions .dp-like-post .like:hover,#actions .dp-like-post .liked:hover {

	background:url(images/actions.png) no-repeat 10px -24px;

	color: #555;

}

*/



/* Share Button */

#actions .dp-share{z-index:888;}

#actions .dp-share .dropdown-handle {

	display:block;

	background: url(images/actions.png) no-repeat 10px -145px;

	position:relative;

	z-index:888;

}

#actions .dp-share .dropdown-content {

	background:#F7F7F7;

	color:#555;

	position:absolute;

	top:27px;

	right:-1px;

	z-index:990;

	width:50px;

	border:1px solid #BBB;

	-webkit-border-radius:0px 0 3px 3px;

	border-radius:0px 0 3px 3px;

	opacity:0;

	visibility:hidden;

	-webkit-transition:all .15s;

	-moz-transition:all .15s;

	-ms-transition:all .15s;

	-o-transition:all .15s;

	transition:all .15s;

}

#actions .dp-share .dropdown-content ul {

	list-style:none;

	margin-bottom:8px;

	padding:0;

}

#actions .dp-share .dropdown-content li {

	padding:5px 7px;

	height:30px;

	display:block;

}

#actions .dp-share:hover{

-webkit-border-radius:3px 3px 0 0;

border-radius:3px 3px 0 0;

}

#actions .dp-share:hover .dropdown-handle {

	padding-bottom:5px;

	-webkit-border-radius:3px 3px 0 0;

	border-radius:3px 3px 0 0;

	color:#111;

	background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;

}

#actions .dp-share:hover .dropdown-content {

	opacity:1;

	visibility: visible;

}



/*== on Wall

 *=================================*/

.wall #screen{

	-webkit-box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);

	box-shadow:0 0 10px rgba(0,0,0,.5),inset 0 0 1px #666,inset 0 0 50px rgba(0,0,0,.5);

}

.headgamebar {

background: #0089CC;

border-top:5px solid #292929;

border-right:5px solid #292929;

border-left:5px solid #292929;

height:35px;

margin: 0px auto;

text-align: left;

}

.headgametitle {

color:#fff;

font-size:22px;

text-transform:uppercase;

font-family: "Oswald",sans-serif;

font-weight:700;

background:url(images/gamepad-white-32.png) no-repeat left -5px;

padding-left:45px;

text-shadow:none;

margin: 5px 0px 0px 10px;

line-height: 24px;

}



/* Headgame */

.wall #headgame{max-width: 950px;margin: 0px auto;}

.wall #headgame .inner{border-bottom:0;padding-bottom:0;}

.wall #title{color:#EEE;font-size:20px;font-weight:normal;background:url(images/icon-play-16.png) no-repeat left 3px;padding-left:24px;text-shadow:none;}

.wall #title a{color:#AAA;}

.wall #title a:hover{color:#FFF;}

 

/* Headline */

.wall #headline{border-bottom:0;}

.wall #headline .inner{border-bottom:0;padding-bottom:0;}

.wall #title{color:#fff;font-size:22px;text-transform:uppercase;font-family: "Oswald",sans-serif;font-weight:700;background:url(images/gamepad-white-32.png) no-repeat left -5px;padding-left:45px;text-shadow:none;}





/* Actions */

.wall #actions .dp-share {

	background:#000;

	border:0;

	color:#FFF;

}

.wall #actions .dp-share .dropdown-handle {

	color: #FFF;

}



/* Share Button */

.wall #actions .dp-share .dropdown-handle {

	background:url(images/actions.png) no-repeat 10px -115px;

}

.wall #actions .dp-share .dropdown-content {

	border:0;

	right:0;

}

.wall #actions .dp-share:hover .dropdown-handle {

	padding-bottom:5px;

	-webkit-border-radius:3px 3px 0 0;

	border-radius:3px 3px 0 0;

	color:#000;

	background:#F7F7F7 url(images/actions.png) no-repeat 10px -145px;

}



/* Like Button 

.wall #actions .dp-like-post .like {

	background:#000 url(images/actions.png) no-repeat 10px 6px;

}

.wall #actions .dp-like-post .liked {

	background:#fff url(images/actions.png) no-repeat 10px -84px;

	color:#000;

}

.wall #actions .dp-like-post .like:hover,.wall #actions .dp-like-post .liked:hover {

	background:#fff url(images/actions.png) no-repeat 10px -24px;

	color: #000;

}

*/



/* Lights */

.lightSwitcher {

position: relative;

float: left;

z-index:991;

}

#shadow {

background-color:#000;

opacity: 0.65;

position:absolute;

left:0; 

top:-140px;

bottom:10px;

height:3000px;

width:100%;

z-index:9;}

.turnedOff {

float: left;

z-index:991;

}



/*== Video Details

 *=================================*/

#details .section-content {

	padding:0 0 10px;

}

#info {

	overflow:hidden

}

#meta {

	color:#999;

	font-size:11px;

	margin:0 0 10px;

}

#meta .sep {

	padding:0 3px

}

#extras {

	font-size:11px;

}

#extras h4 {

	font-size:11px;

	margin: 4px 0 0;

}



/* Info Toggle */

.info-arrow {

	display:none;

	width:8px;

	height:10px;

	line-height:10px;

	vertical-align:text-top;

	margin:6px 0 0 2px;

}

.info-arrow-more {

	background:url(images/less-more.png) no-repeat 0 0!important;

}

.info-arrow-less {

	background:url(images/less-more.png) no-repeat 0 -20px!important;

}

.info-toggle {

	text-align:center;

	margin-top:-21px;

}

.info-more,.info-less {

	display:none;

	background:#F7F7F7;

	background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);

	background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);

	background-image:-o-linear-gradient(top,#FFF,#F0F0F0);

	background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));

	background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);

	background-image:linear-gradient(top,#FFF,#F0F0F0);

	text-transform:uppercase;

	font-weight:bold;

	font-size:11px;

	padding:3px 10px;

	border:1px solid #DDD;

	-webkit-border-radius:0 0 3px 3px;

	border-radius:0 0 3px 3px;

	border-top:0;

	min-width:70px;

	color:#555;

}

.info-more:hover,.info-less:hover {

	border-color:#BBB;

	color:#333;

	text-decoration: none;

}



/*= Widgets,Sidebar and Footbar

 *==================================================================*/



 



 

/*== Basic Widget Style

 *=================================*/

.widget {

	margin-bottom:30px;

	overflow:hidden;

	position:static !important;

}

.widget-header {

	border-bottom:1px solid #FFF;

	text-transform:uppercase;

	margin:0 0 8px;

}

.widget-title {

	display:block;

	border-bottom:4px solid #292929;

	font-family: "Oswald", sans-serif;

	font-weight: 700;

	line-height:20px;

	font-size:21px;

	margin:0;

	padding-bottom:10px;

	

}

.widget>ul,.widget>ol {

	margin-top:-8px;

	margin-bottom:-2px;

}

.widget li {

	padding:4px 0 4px 22px;

	border-top:1px solid #FFF;

	border-bottom:1px solid #DDD;

	background:url(images/stats.png) no-repeat scroll 0px 10px transparent;

	position:relative;

	top:-1px;

	font-family: 'Oswald',sans-serif;

}

.widget p{

	margin:0 0 10px;

}

.widget select {

	width:100%;

	border: 1px solid #CCC;

}



/*== Widget Tag Cloud

 *=================================*/

.widget_tag_cloud {

}

.widget_tag_cloud .tagcloud {

	overflow:hidden;

}

.widget_tag_cloud a {

	display:inline-block;

	font-size:11px !important;

	color:#fff;

	background:#0089CC;

	padding:3px 10px;

	margin:0 4px 6px 0;

	-webkit-border-radius:10px;

	border-radius:3px;

	line-height:15px;

	word-wrap:break-word;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

.widget_tag_cloud a:hover {

	background:#292929;

	color:#fff;

	text-decoration: none;

}



/*== Widget Archive & Widget Categories

 *=================================*/

.widget_archive ul,.widget_categories ul {

	overflow:hidden;

	width:120%;

	font-size:12px;

	margin-top:-8px;

	margin-left:-8px;

	margin-bottom:-2px;

}

.widget_archive li,.widget_categories li {

	text-align:right;

	overflow:hidden;

	width:122px;

	height:29px;

	line-height:29px;

	float:left;

	padding:0 35px;

	position:relative;

	top:-1px;

	background:url(images/stats.png) no-repeat scroll 10px 10px transparent;

}

.widget_archive li:hover,.widget_categories li:hover {

	background:url(images/stats.png) no-repeat scroll 10px 10px transparent;

}

.widget_archive li a,.widget_categories li a {

	float:left;

	margin-right:5px;

	font-size: 14px;

}



/*== Widget Comments

 *=================================*/

.widget-comments li {

	background:url(images/blt-comment.png) no-repeat 0 11px;

	padding:5px 0 5px 16px;

	overflow:hidden;

}

.widget-comments .author {

	font-size:12px;

}

.widget-comments .date {

	color:#999;

	font-size:11px;

}

.widget-comments .excerpt {

	display:block;

	color:#555;

	margin:0;

}

.widget-comments .has-avatar li {

	background:none;

	padding:8px 0;

}

.widget-comments .has-avatar .avatar {

	float:left;

	display:block;

	width:48px;

	height:48px;

	padding:4px;

	background:#FFF;

	float:left;

	position:relative;

	border:1px solid #DDD;

	-webkit-box-shadow:0 0 3px #D7D7D7;

	box-shadow:0 0 3px #D7D7D7;

}

.widget-comments .has-avatar .data {

	margin-left:68px;

	display: block;

}



/*== Widget Tweets

 *=================================*/

.widget-tweets ul {

	margin:0 0 10px;

}

.widget-tweets li {

	background:url(images/blt-twitter.png) no-repeat 0 10px !important;

	padding:5px 0 5px 18px !important;

}

.widget-tweets .tweet-meta {

	color:#AAA;

	display:block;

}

.widget-tweets .twitter-follow-button {

	margin: 10px 0 0 18px;

}



/*== Widget Single Video Stats

 *=================================*/

.widget-single-post-stats .views,.widget-single-post-stats .comments,.widget-single-post-stats .likes {

	width:98px;

	border-left:1px solid #FFF;

	border-right:2px solid #292929;

	display:inline-block;

	float:left;

	text-align:center;

	line-height:1.8;

}

.widget-single-post-stats i {

	font-style:normal;

	font-size:20px;

	display:block;

	color:#111;

	font-weight:700;

	font-family:"Oswald";

}

.widget-single-post-stats .suffix {

	font-style:normal;

	font-size:10px;

	font-weight:bold;

	text-transform:uppercase;

	color: #292929;

}

.widget-single-post-stats .views {

	border-left:0

}

.widget-single-post-stats .comments {

	width:98px

}

.widget-single-post-stats .likes {

	border-right: 0

}



/*== Widget Ad

 *=================================*/

.widget-ad img{

display:block;

}



/*== Widget Posts

 *=================================*/

.widget-posts ul {

	overflow:hidden

}

.widget-posts ul li {

	list-style:none;

	padding:0;

	background:none;

}

.widget-posts .post-grid-2 .title,

.widget-posts .post-grid-3 .title {

	height:20px;

	line-height:20px;

	overflow:hidden;

	font-size:12px;

}

.widget-posts .meta,.widget-posts .stats {

	font-size:11px;

	font-family: sans-serif;

}

.widget-posts .author {

	display:none

}

.widget-posts .suffix {

	display: none

}



/* List Style */

.widget-posts .post-list li {

	padding:10px 0;

	border-bottom:1px solid #DDD;

	border-top:1px solid #FFF;

	overflow:hidden;

	margin:0;

	position:relative;

}

.widget-posts .post-list .thumb {

	width:100px;

	height:100px;

	float:left;

	margin:0;

}

.widget-posts .post-list .thumb img {

	width:100px;

	height:100px;

}

.widget-posts .post-list .data {

	margin-left:120px

}

.widget-posts .post-list .title {

	margin-bottom:5px

}

.widget-posts .post-list .meta {

	margin-bottom: 5px

}



/* List Full Style */

.widget-posts .post-list-full li {

	padding:10px 0;

	border-bottom:1px solid #DDD;

	border-top:1px solid #FFF;

	overflow:hidden;

	margin:0;

}

.widget-posts .post-list-full .thumb {

	width:300px;

	height:168px;

}

.widget-posts .post-list-full .thumb img {

	width:300px;

}

.widget-posts .post-list-full .title {

	margin-bottom:5px

}

.widget-posts .post-list-full .meta {

	margin-bottom: 5px

}



/* Grid Style with 2 Columns */

.widget-posts .post-grid-2 {

	margin:0 -10px -10px;

	overflow:hidden;

}

.widget-posts .post-grid-2 li {

	width:140px;

	float:left;

	margin:0 10px 10px;

	border:0;

}

.widget-posts .post-grid-2 .thumb {

	width:140px;

	height:78px;

}

.widget-posts .post-grid-2 .thumb img {

	width:140px;

}

.widget-posts .post-grid-2 .meta,

.widget-posts .post-grid-2 .comments {

	display: none

}



/* Grid Style with 3 Columns */

.widget-posts .post-grid-3 {

	margin:0 -6px -10px

}

.widget-posts .post-grid-3 li {

	overflow:hidden;

	width:92px;

	float:left;

	border:0;

	margin:0 6px 10px;

}

.widget-posts .post-grid-3 .thumb {

	width:88px;

	height:88px;

}

.widget-posts .post-grid-3 .thumb img {

	height:92px;

}

.widget-posts .post-grid-3 .stats {

	display: none

}



/*== Sidebar

 *=================================*/

#sidebar {

}



/*== Footbar

 *=================================*/

#footbar .wrap {

	padding-top:30px;

}

#footbar .widget-col {

	float:left;

	width:140px;

	min-height:40px;

	height:auto !important;

	height:40px;

	margin-right:20px;

}

#footbar .widget-col-5 {

	margin-right:0;

	width:300px;

}

#footbar .widget-header {

	border:0

}

#footbar .widget-title {

	border:0;

	padding:0;

	font-size:18px;

	color:#fff;

	border-bottom: 3px solid #fff;

	padding-bottom: 10px;

}

#footbar li {

	border:0;

}

.widget-col-links {

	color:#999;

}

.widget-col-links ul {

	margin:0;

}

.widget-col-links li {

	background:none;

	padding:2px 0;

}

.widget-col-links li a {

	color:#ddd;

}

.widget-col-links li a:hover {

	color: #fff;

}



/*= Colophon

 *==================================================================*/

#colophon {

	font-size:12px;

	color:#AAA;

}

#colophon .wrap {

	padding:15px 0;

}

#colophon a {

	color:#fff

}

#copyright,#credits {

	font-size:11px;

	margin:0;

	display: inline;

}



/*== Footer Navigation

 *=================================*/

#footer-nav {

	margin:0 0 2px;

}

#footer-nav ul {

	overflow:hidden;

	margin:0;

}

#footer-nav li {

	display:inline;

	padding:0 10px;

	border-left:1px solid #DDD;

	line-height:1;

	font-weight:bold;

}

#footer-nav li:first-child {

	padding-left:0;

	border-left:0;

}

#footer-nav li a:hover {

	color: #0089CC;

	text-decoration:none;

}



/*== Social Navigation

 *=================================*/

#social-nav {

	float:right;

	text-align:right;

}

#social-nav .desc {

	display:block;

	margin:-3px 0 3px;

	;

}

#social-nav ul {

	list-style:none;

	margin:0;

	padding:0;

}

#social-nav li {

	display:inline;

	margin:0 0 0 8px;

}

#social-nav a {

	display:inline-block;

	height:30px;

	width:30px;

	text-indent:-987em;

	overflow:hidden;

	line-height:987em;

	background:url(images/social-icons.png) no-repeat 0 0;

	transition: all 0.3s ease-in-out;

	-webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

}

#social-nav a:hover {

	background-color:none;

	opacity:0.75;

	filter:alpha(opacity=85);

}

#social-nav .facebook a {

	background-position:0 -36px;

}

#social-nav .gplus a {

	background-position:0 -71px;

}

#social-nav .rss a {

	background-position:0 -106px;

}

#social-nav .news a {

	background-position: 0 -142px;

}



/*= Comments & Respond

 *==================================================================*/

#comments {

	margin:20px 0

}

#comments .section-header {

	margin: 0

}



/*== Comment List

 *=================================*/

.comment-list p,.comment-list ul,.comment-list ol,.comment-list blockquote {

	margin-bottom:10px

}

.comment-list {

	border-bottom:1px solid #FFF;

	margin:-1px 0 0;

}

.comment-list .children {

	margin-bottom:0;

}

.comment-div {

	border-top:1px solid #FFF;

	border-bottom:1px solid #DDD;

	padding:10px 0;

}

.comment-meta,.comment-content,.comment-actions {

	margin-left:72px

}

img.avatar{

	padding:4px;

	background:#FFF;

	float:left;

	position:relative;

	margin-right:15px;

	border:1px solid #DDD;

	-webkit-box-shadow:0 0 3px #D7D7D7;

	box-shadow:0 0 3px #D7D7D7;

}

.comment-avatar img, 

.activity-avatar img{

width:48px;

height:48px;

}





.comment-meta {

	color:#AAA;

	font-size:11px;

	margin-bottom:5px;

}

.comment-meta .sep {

	color:#CCC

}

.comment-meta .fn {

	font-size:12px;

	font-style:normal;

	color:#555;

}

.comment-meta .comment-time {

	color:#AAA

}

.comment-meta .comment-time:hover {

	color: #555

}

.comment-actions {

	margin-top:-5px;

	text-align:right;

}

.comment-reply-link {

	font-size:12px;

	padding:0 0 0 18px;

	background:url(images/icon-reply.png) no-repeat 0 2px;

}

.comment-reply-link:hover {

	background-position:0 -18px

}

.comment-reply-login {

	display:none;

}

#cancel-comment-reply-link {

	font-size:11px;

	text-transform:none;

	font-weight:normal;

	font-family:sans-serif;

	background:url(images/icon-reply.png) no-repeat 0 -40px;

	width:12px;

	height:12px;

	display:inline-block;

	text-indent:-5555em;

	overflow:hidden;

	margin-left:4px;

	position:relative;

	top:1px;

}

#cancel-comment-reply-link:hover {

	background-position: 0 -60px;

}

.comment-list .bypostauthor .comment-avatar img{

	background:#333;

	border:1px solid #000;

}

.comment-list .bypostauthor .fn a:hover{

	color:#B70000;

}



/*== Comment Navigation

 *=================================*/

.comment-nav {

	margin: 20px 0;

}



/*== Comment Form

 *=================================*/

#respond {

	margin:20px 0;

	overflow:hidden;

}

#commentform {

	width:640px

}

.comment-form-author,.comment-form-email,.comment-form-url {

	width:194px;

	float:left;

	margin:0 19px 10px 0;

}

#author,#email,#url,#comment {

	display:block;

	padding:5px 4px;

}

#author,#email,#url {

	width:184px;

}

#comment {

	width:610px;

	height:100px;

	overflow:auto;

}

.comment-notes,.form-allowed-tags,.logged-in-as {

	color:#AAA;

	font-size:12px;

}

.must-log-in,.comments-closed {

	background:#FEFFC2;

	padding:7px 10px;

	border: 1px solid #e1e2a3;

}



/*== Comment Children

 *=================================*/

.comment-list .depth-2 .comment-inner {

	padding-left:20px;

	background:url(images/icon-depth-arrow.png) no-repeat 0 10px;

}

.comment-list .depth-2 .comment-avatar {

	width:32px;

	height:32px;

	padding:2px;

}

.comment-list .depth-2 .comment-avatar img {

	width:32px;

	height:32px;

}

.comment-list .depth-2 .comment-meta,.comment-list .depth-2 .comment-content,.comment-list .depth-2 .comment-actions {

	margin-left:52px;

}

.comment-list .depth-3 .comment-inner {

	margin-left:52px

}

.comment-list .depth-4 .comment-inner {

	margin-left:72px

}

.comment-list .depth-5 .comment-inner {

	margin-left:92px

}

.comment-list #respond {

	border-top:1px solid #FFF;

	border-bottom:1px solid #D7D7D7;

	margin:0;

	padding:20px 0;

}

.comment-list #respond .section-header {

	margin: 0 0 8px

}



/*= Plugins Style

 *==================================================================*/

.wpcf7-form textarea{width:90%;}

.wpcf7-submit{min-width:100px;}



/*= Browser Specific

 *==================================================================*/

#ie8 img {

	width: auto

}



/* Replace "Open Sans" with "Raleway" in IE. 

 * Because "Open Sans" look like is not good in IE */

.ie #site-title,.ie .section-title,.ie .widget-title,.ie .loop-title {

	font-family: "Raleway",sans-serif;

}

/* Game Ads */

.containerDiv {



}

.containerDiv div.overlayVid {

position:absolute;

z-index:100;

width:300px;

height:275px;

background-color:#292929;

text-align:center;

margin-left: -155px;

top: 50%;

left: 50%;

margin-top: -150px;

padding: 5px;

}

.containerDiv div.overlayVid div.hideLink {

filter:alpha(opacity=100);opacity: 100;-moz-opacity:1;text-align:center;font: 400 12px Oswald,sans-serif;padding-top:0px;

}

.containerDiv div.overlayVid div.hideLink a {

color:#D8D8D8;

}

.containerDiv div.overlayVid div.hideLink a:hover {

color:#fff;

}

.overclose {

vertical-align: 0;

}

.left-game-ad {

float: left;

width:160px;

height:600px;

background-color:#292929;

text-align:center;

padding: 5px;

margin-bottom:10px;

margin-left:10px;

}

.right-game-ad {

float: right;

width:160px;

height:600px;

background-color:#292929;

text-align:center;

padding: 5px;

margin-bottom:10px;

margin-right:10px;

}

.bottom-game-ad {

width:728px;

height:90px;

background-color:#292929;

text-align:center;

padding: 5px;

margin:10px auto;

}

.cat-ad {

width:728px;

height:90px;

margin-bottom:15px;

}

/* extra stuff */

.channels ul li {

	list-style:square;

	float:left;

	width:190px;

	margin:5px 5px 5px 0px;

}

.wp-tag-cloud li {

	float:left;

	width:209px;

}

