body, h1, h2, h3, h4, h5 {
    font:12px/18px sans-serif;
    font-family:'PT Sans Narrow';
}

body {
	color: #333;
	font-family:sans-serif;
	background-color:#F2F2F2;
}

a{
	color: #000;
}

.invisible { visibility:hidden; }

#page-outer {
	width:1000px;
	padding-top:50px;
	overflow:hidden;
}

/*- Page Navigation -*/

#header, #nav, #suckerfish, #nav2 {
	padding:0;
	margin:0;
	width:100%;
	float:none;
}

#header_outer {
	height:45px;
	background: #2e2e2e; /* Old browsers */
	background: -moz-linear-gradient(top,  #2e2e2e 0%, #292929 22%, #151515 78%, #101010 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e2e2e), color-stop(22%,#292929), color-stop(78%,#151515), color-stop(100%,#101010)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2e2e2e 0%,#292929 22%,#151515 78%,#101010 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2e2e2e 0%,#292929 22%,#151515 78%,#101010 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2e2e2e 0%,#292929 22%,#151515 78%,#101010 100%); /* IE10+ */
	background: linear-gradient(top,  #2e2e2e 0%,#292929 22%,#151515 78%,#101010 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e2e2e', endColorstr='#101010',GradientType=0 ); /* IE6-9 */	
	border-bottom:4px solid #67B2D3;
	box-shadow: 0 0 0 1px #9E9E9E;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
	width: 100%;
	-webkit-transform: translateZ(0); /*hack fix for flash showing up above position fixed*/
}

#header {
	height: 100%;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

a#home_link {
	display:block;
	padding:4px 10px 0 10px;
	float:left;
	position: absolute;
	top: 0;
	left: 0;
}

.logo-initials {
	float:left;
}

#suckerfish { 
	clear:both;
}

a.nav2-rss, a.nav2-facebook, a.nav2-twitter, a.nav2-gplus {
	width:20px;
	height:20px;
	float:right;
	display:block;
	position:relative;
	text-decoration:none;
	margin:6px 2px 4px 2px;
}
a.nav2-rss div, a.nav2-facebook div, a.nav2-twitter div, a.nav2-gplus div {
	width:20px;
	height:20px;
	opacity:0;
	-moz-transition-property:opacity;
	-moz-transition-duration:0.5s;
	-webkit-transition-property:opacity;
	-webkit-transition-duration:0.5s;
	transition-property:opacity;
	transition-duration:0.5s;
}
a.nav2-social:hover div {
	opacity:1.0;
}
a.nav2-facebook {
	background:transparent url(../images/Social.png) no-repeat 0 0px;
}
a.nav2-facebook:hover div {
	background:transparent url(../images/Social.png) no-repeat 0 -20px;
}
a.nav2-twitter {
	background:transparent url(../images/Social.png) no-repeat -20px 0px;
}
a.nav2-twitter:hover div{
	background:transparent url(../images/Social.png) no-repeat -20px -20px;
}
a.nav2-gplus {
	background:transparent url(../images/Social.png) no-repeat -40px 0;
}
a.nav2-gplus:hover div {
	background:transparent url(../images/Social.png) no-repeat -40px -20px;
}
a.nav2-rss {
	margin-right:8px;
	background:transparent url(../images/Social.png) no-repeat -60px 0;
}
a.nav2-rss:hover div{
	background:transparent url(../images/Social.png) no-repeat -60px -20px;
}

#topbanner {
	padding: 50px 5px 5px 0;
}
#topbanner {
	width:728px;
	height:90px;
}

#headerbanner_outer {
	margin: 8px 0 6px 0;
}
#headerbanner, #footer_ad_container {
	display: inline-block;
	position: relative;
	left: 50%;
}
#headerbanner_inner, #footer_ad {
	position: relative;
	left: -50%;
}

#nav {
	background-color: #101010;
	border-bottom:  1px solid #272727;
	height:0px;
	position:relative;
	display:none;
}

#nav-left {
	display:none;
}

#nav-right {
	text-transform: uppercase;
	margin-left:0px !important;
	margin-top:0px !important;
	position:absolute;
	float:left;	
	display:block;
	width: auto;
	right: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}

div.search {
	width:auto;
	height:auto;
	margin:0 !important;
	position:relative;
	right: initial;
 }
div.search .s {
	background:#FFFFFF ;
	border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #D8D8D8;
	width:0px;
	margin:4px 4px 0 5px;
	color:#2A2A2A;
	padding:4px 0px 4px 32px !important;
	display:inline;
	font-size:12px;
	font-family:inherit;
	font-style: normal;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}
div.search .btn {
	width: 36px;
	height: 25px;
	background: transparent url(../images/MagGlass.png) no-repeat 4px 0px;
	display: block;
	text-indent: -9999px;
	margin: 4px 8px 0 4px;
	cursor: pointer;
	color:transparent;
	line-height:999px;
	overflow:hidden;
	font-size:0;
	position:absolute;
	top:0;
	left:0;
}

.consoles-shown #nav-right {
	right: -500px;
}

.search-shown div.search .s {
	width: 400px;
}


#nav1 a {
	color: #ccc;
}
#nav1 .current_page_item a,
#nav1 li.sfHover,
#nav1 li.current,
#nav1 li a:focus, #nav1 li a:hover, #nav1 li a:active {
	color: #FFFFFF;
}

#nav1 li a {
	color: White !important;
	line-height:26px;
	font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;
}

#nav1 li a:hover {
	color: #666666 !important;
}

/*- Category Navigation -*/

div.menu-container {
    line-height:1em;
    font-size:12px;
	font-family: Helvetica;
    padding:0 0px;
    margin: 8px 0 0 275px;
	height:32px;
	overflow: hidden;
	width: 1800px;
}

ul#menu-main {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
	margin-left:0;
}

ul#menu-main li:first-child a:before {
	content: '';
	background: url(../images/ui-icons_ffffff_256x240.png) -35px -18px no-repeat;
	display: block;
	width:8px;
	height: 12px;
	float: right;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
}


ul#menu-consoles {
	margin-left: -45%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

ul#menu-consoles li:last-child a {
	color: #FFFFFF;
}

ul#menu-consoles li:last-child a:before {
	content: '';
	background: url(../images/ui-icons_ffffff_256x240.png) -102px -18px no-repeat;
	background-image: url(../images/ui-icons_ffffff_256x240.png);
	display: block;
	width:8px;
	height: 12px;
	float: left;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
}

ul#menu-main li:first-child a:HOVER:before, #menu-consoles li:last-child a:HOVER:before {
	background-image: url(../images/ui-icons_222222_256x240.png);
}

.consoles-shown ul#menu-consoles {
	margin-left: 0%;
}

.search-shown ul#menu-main {
	margin-left: -30%;
}

ul.menu {
    float:left;
    padding: 0 8px;
    width:720px;
}

ul.sub-menu {
	text-align:center;	
}

ul.menu li {
    float:left;
    padding:5px 0;
}

ul.sub-menu li {
	position:relative;
}

ul.menu li a {
    color: #FFFFFF;
    padding:5px 8px;
    display:block;
    border-radius:8px;
    font-weight:bold;
	transition-property: color, background-color;
    transition-duration: 0.25s;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.25s;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.25s;
}

ul.sub-menu li a {
    color: #0192B5;
    padding:5px 9px;
}

ul.menu li a:HOVER, ul#menu-consoles li:last-child a:HOVER {
	background-color:#F2F2F2;
	color:#2E2E2E;
	text-decoration:none;
}

ul#menu-fixed {
	clear:none;
	position:absolute;
}
ul#menu-fixed li a {
	color: #2a2a2a;
}
ul#menu-fixed li a:HOVER {
	color: #FFFFFF;
}
div.menu-fixed {
	display:none;
}
div.menu-fixed .logo-initials {
	margin-left:8px;
}

.social_icon_links {
	float:left;
	left:-175px;
	position:relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
}

.consoles-shown .social_icon_links {
	left:140px;
}

.header-menu-fixed .nav2-social {
	float:left;
}
.nav2-rss, .nav2-facebook, .nav2-twitter, .nav2-gplus {
}

.menu-consoles ul.menu li a[href*="wii"] {
    text-transform:none;
}

a.twitter {
	position:relative;
	padding-left:19px;
	color: #67B2D3;
	text-decoration:none;
}

a.twitter:HOVER {
	color: #333;
}

a.twitter span.twitter_image {
	background: transparent url(../images/Social.png) no-repeat -20px -2px;
	height:20px;
	width:20px;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

a.twitter:HOVER span.twitter_image {
	background-position: -20px -22px;
}



.featured-posts {
	padding: 2px 0 0 0;
	border-radius: 5px 5px 0 0;
	background: #F2F2F2;
}

.featured-posts * {
	border-radius: 5px;
}

.featured-posts-left {
	float:left;
	width:193px;
}

.featured-posts-right {
	float:right;
	width:386px;
}

.featured-posts-center {
	margin:0 386px 0 193px;
	width:420px;
}

.featured-posts-slim {
	padding-left:1px;
}

.featured-post {
	position:relative;
	margin-bottom:2px;
}

.featured-post-thumb {
	text-align:center;
	vertical-align:middle;
	display:table-cell;
}

.featured-posts-center .featured-post-thumb {
	height:236px;
	width:420px;
}

.featured-posts-left .featured-post, .featured-posts-slim .featured-post {
	float:left;
	margin-right:3px;
}

.featured-posts-slim .last-featured-post {
	margin-right:0px;
}

.featured-posts-right .featured-post {
	float:left;
	margin-left:3px;
}

.featured-posts-center .featured-post {
	margin-bottom: 0;
}

.featured-post-text, .featured-post-textbg {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
	padding:4px 0;
}

.featured-post-textbg {
	background-color:#606060;
	opacity:0.65;
	filter:alpha(opacity=65);
}

.featured-post-textbg a, .featured-post-text a {
	padding:0 4px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	line-height:1.25em;
}

.featured-posts-center .featured-post-textbg a, .featured-posts-center .featured-post-text a {
	font-size:16px;
}

.featured-post img {
	opacity:1;
	filter:alpha(opacity=100);
}

.featured-post:hover img {
	opacity:0.85;
	filter:alpha(opacity=85);
}

.featured-posts-more {
	font-size:11px;
	color:#FFFFFF;
	margin-bottom:2px;
	padding:0 8px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	border:1px solid #343434;
	background: #2c2c2c; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c2c2c 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c2c2c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c2c2c 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c2c2c 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(top,  #2c2c2c 0%,#131313 100%); /* W3C */

}

.featured-posts-more a {
	color:#67B2D3;
	padding:0 8px;
}

.random_images {
	margin:0px 0 10px 0;
}

.related_posts {
    margin: 16px 0 10px 0;
    width: 300px;
}

.related_posts .featured {
	position:relative;
	padding-top:125px;
}

.related_posts ul {
    clear:both;}

.related_posts ul li, .random_featured_posts ul li {
    font-size: 15px;
    font-family: "Roboto";
    font-style:italic;
    font-weight:100;
    line-height: 1.2em;
    color: #333;
	transition-property: color, background-color;
	transition-duration: 0.1s;
	-moz-transition-property: color, background-color;
	-moz-transition-duration: 0.1s;
	-webkit-transition-property: color, background-color;
	-webkit-transition-duration: 0.1s;    
}

.related_posts ul li a {
    color: inherit;
    padding: 16px;
    display:block;
    text-decoration: none;
}

.related_posts .header_tag a {
	color: inherit;
	text-decoration: none;
}
.related_posts .header_tag a:HOVER {
	color: #000000;
	text-decoration: none;
}

.related_posts ul li:nth-of-type(odd) {
  background-color:#E1E1E1;
}

.related_posts ul li:HOVER {
	background-color:#67B2D3;
	color: #FFFFFF;
}

.related_posts span.header_tag, #recentcomments h2, #consoleTabs h2, .widget h3 {
    background-color: transparent;
    color: #67B2D3;
    display: block;
	font-family: "Roboto";
    font-size: 28px;
    font-style: italic;
    font-weight: 200;
    line-height: 1em;
    padding: 6px 8px 4px;
    text-transform: uppercase;
}

.related_posts .related_post_thumb {
	position:absolute;
	top:0;
	left:0;
}

.related_posts .featured a.ds-img {
	padding:0;
}

.related_posts .rating {
	float:right;
}

.random_featured_posts ul li {
	padding: 0px 0px 12px 25px;
	width:160px;
}

.random_featured_posts ul li:first-child {
	padding: 0px 0px 12px 0px;
}

#footer .random_featured_posts ul li .random_featured_post_text a {
	color: #67B2D3;
	font-weight:bold;
	float:left;
	padding-top:4px;
}

.featured h3 a:hover {
	color:#000;
}
.video-right h2{
	color: #000;
}
.catlist h2 {
	color: #fff;
	background-image: url(default/ico-catlist.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.title-meta {
	font-style:italic;
	padding: 8px 8px 9px 8px !important;
	margin:0;
}

.content-divider {
	border-top:1px solid #666;	
	margin: 0 16px 8px 16px;
}

.author-outer {
	width: auto;
	float:none;
	clear:both;
}

.author-info {
	background-color: #F2F2F2;
	border: 1px solid #353535;
	margin:0;
	padding: 8px 8px 4px 8px;
	width:auto;
	float:none;
	line-height:1.2em;
}

.author-info img.avatar {
	float:left;
	border: 1px solid #353535;
}

.author-content {
	padding: 0 0 0 100px;
}

.author-content p {
	margin:0;
	padding:0;
}

.author-info h3 {
	font-size:18px;
	margin-bottom:8px !important;
	line-height: 1em;
	padding-bottom: 4px;
	text-transform:none;
}

.author-info h3 .author-link, .author-info h3 .author-link:visited, .author-info h3 .author-link:active {
	text-decoration:underline;
	font-weight:normal;
	color: #333333;
}

.author-fulltitle {
	font-weight:bold;
}

.author-title {
	color: #3C8CCB;
}

.author-description {
	float:none;
	color:inherit;
	font-size:13px;
	font-weight:normal;
}

.author_social_links {
	margin-top:4px;
}

.author_social_links a {
	float:right;
	margin-left:4px;
}

.single .author-outer {
	border-color:#0192B5;
	border-style:solid;
	border-width:3px 0;
	padding:4px 0;
}

.single .author-info {
	line-height:1em;
	border: 1px solid #E7E7E7;
}

.single .author-info h3 {
	font-size:14px;
	margin-bottom:0 !important;
}

.single .author-info h3 .author-link {
	text-decoration:none;
}

.single .author-info h3 .author-link:hover {
	text-decoration:underline;
}

.single .author-content {
	padding: 0 0 0 56px;
}

.single .author-description {
	font-size:11px;
}

.author-label {
	font-size:12px; 
	margin-bottom:4px;
}



.date {
	color:inherit;
	font-family:inherit;
	font-size:inherit;
	text-transform:inherit;
	white-space:nowrap;
}

#talking-points h2 {
	color: #343434;
}

.catlist h2, .category-head, .category-head a, .comment-head, .author-head, .video-right .box_title, .video-right h3, #featured h2 span, .video-left h2 span, #talking-points h2 span, .archive-temp h3, #respond .required, #archivebox h4 em, #archivebox h2 em, #archivebox h3 em {
	color: #e92a0b !important;
}


ol.commentlist li .reply a {
	color: #8ab2d4;
}

a.more-link {
	color: #0192B5;
	background:none;
	padding:0;
}

.post-emphasis a.more-link {
	position:absolute;
	right:4px;
	bottom:4px;
	height:18px;
}

.post-emphasis .alt-side a.more-link {
	right:initial;
	right:auto;
	left:4px;
}

.post-emphasis .entry .content-overlay a.more-link {
	display:none;
}

.home .col1 .post-emphasis {
	padding:0;
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}

.home .post-emphasis .post-inner {
	border-bottom:none;
	overflow:hidden;
}

.home .post-emphasis .post-alt h2 {
	padding: 8px 0;
}

.home .post-emphasis .post-alt h2 a {
	font-size:20px;
	line-height:18px;
}

div.post-emphasis .post-inner .entry {
	height:366px;
	margin:0;
	padding:0;
}

.home .post-emphasis .entry img {
	padding:0;
	border:none;
	max-width:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.more_entries {
	background: none;
	float:none;
	height:34px;
	margin:0;
	padding:16px 8px 0 8px;
	width:100%;
	clear:both;
}

.more_entries a {
	text-indent: -9999px;
	padding:0;
	width:104px;
	height:34px;
	display:block;
}

.more_entries .fr a {
	background: transparent url(../images/newer.png) no-repeat -3px -1px;
}

.more_entries .fl a {
	background: transparent url(../images/older.png) no-repeat -3px -1px;
}

.more_entries a:HOVER {
	background-position:-3px -37px;
}

.comments-head {
	float:right;
	/* background: url("default/categories-head-span.jpg") right center no-repeat; */
}

.single .comments-head {
	float:none;
}

.comments-head a {
	/* background: url("default/categories-head.jpg") left top no-repeat; */
    background-color: #c9c9c9;
}

.textwidget {
	padding:0;
}

.widget {
	margin:0;
}

.widget ul {
	border-top: 1px solid #e7e7e7;
}

.widget ul li {
	border-bottom:1px solid #EEEEEE;
}

.widget ul li a {
	background: url("default/widget_link_bg.jpg") left center no-repeat;
}

.widget ul li a:hover {
	background: url("default/widget_link_active_bg.png") left center no-repeat;
}

.widget ul li:hover {
	background: #f8f8f8;
}

#tabs {
	border:none;
	width:300px !important;
	background:none #FFFFFF;
	padding:0;
}

#tabs ul.wooTabs {
	border-left:1px solid #2A2A2A;
	height:21px;
	padding:0;
}

ul.wooTabs li {
	border-right: 1px solid #2A2A2A;
	border-top: 1px solid #2A2A2A;
	display:block;
	font-size:10px;
	height:21px;
	margin:0 !important;
}

ul.wooTabs li a {
	line-height:21px;
	color:#2A2A2A;
}

#tabs .tabs-bottomline {
	background-color:#2A2A2A;
	border-bottom:1px solid #3B3B3B;
	border-top:1px solid #3B3B3B;
	height:2px;
}

.inside {
	background-color:#FFFFFF;
	width:100% !important;
	padding:0 !important;
}

.inside ul {
	background-color:#FFFFFF;
}

#tabs .inside li {
	padding:8px;
	border-bottom:2px dotted #C0C0C0;
}

.inside li .tab-item-thumb {
	float:left;
	text-align:center;
	margin-right:8px;
}

.inside li .tab-item-thumb a {
	height:70px;
	width:70px;
	line-height:70px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
}

.inside li img.thumbnail {
	float:none;
	padding:0;
	border:none;
	margin:0;
}

#tabs .inside li div.tab-item-text {
	display:table-cell;
	vertical-align:top;
	height:70px;
	line-height:70px;
}

.inside li div.tab-item-text a {
	line-height:1.2em;
	color:#2A2A2A;
	font-size:11px;
	font-weight:bold;
}

#tabs ul.wooTabs li a.selected, #tabs ul.wooTabs li a:hover {
	background-color:#2A2A2A;
	color: #FFFFFF !important;
}

#consoleTabs ul.wooTabs {
	border-left:1px solid #999999;
	height: 34px;
	margin-top:16px;
	padding:0;
}

#consoleTabs ul.wooTabs li {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 32px;
	width: 36px;
}

#consoleTabs ul.wooTabs li a {
	display: block;
	height: 100%;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
	width: 100%;
	background:transparent url(../images/SmallConsoleIcons.png) 0 -2px
}

#consoleTabs ul.wooTabs li a.selected, #consoleTabs ul.wooTabs li a:hover {
	background-color:#59B4D5;
}


#consoleTabs .inside li {
    list-style: none outside none;
    padding: 4px 0;
}

#consoleTabs .inside li .tab-item-text {
    padding: 8px 0 0 0;
}

#consoleTabs .inside li .tab-item-thumb {
    background: url(../images/SmallConsoleIcons.png) no-repeat scroll -252px -2px transparent;
    height: 32px;
    width: 36px;
}

#consoleTabs .inside li .tab-item-text a {
    line-height: 14px;
}

#archivebox {
	background-color: #F7F7F7;
	border: 1px solid #E7E7E7;
	margin:16px 0 0 0;
}

#rss h2{
	background-color: #f5cccc;
	border: 1px solid #e06666;
	color:#000000;
}

#comments { float:none; }

.box .post, .video-outer, #talking-points-outer, #comments-outer {
	border: 3px solid #F7F7F7;
}

#featured, .box .post-inner, .video-inner, #talking-points, #comments-container {
	border: 1px solid #e7e7e7;
}

.col1 {
	width:670px;
	margin-left:0px;
	margin-top:16px;
}

.col1content {
	width:670px;
}

.col2 {
	width:300px;
	margin-right:8px;
	margin-top:16px;
}

.box .post-inner {
	background-color:#FFFFFF;
}

.box .post h2 a{
	color:#1d1d1d;
}

.post-alt h1, .post-alt h2, .post-alt h3, .post-alt h4, .post-alt h5 {
	color: #2A2A2A;
	text-align:left;
	line-height:1.15em;
	padding:0 8px;
}

.post-alt {
	float:none;
	padding:0 0 0 0;
	margin:0;
	border-bottom: 1px solid #CECECE;
}

.single .post-alt {
	padding:0 0 8px 0;	
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;	
}

.post-alt h2, .post-alt h1{
	font-size: 35px;
	line-height:1em;
	margin:8px 0 0 0 !important;
	font-weight:normal;
	text-transform:none;
}

.post-alt h2 a, .post-alt h1 a {
	color:#333; font-size:20px; line-height:1.15em;
}

.post-alt h2 a:HOVER, .post-alt h1 a:HOVER {
	color:#0192B5; text-decoration:none;
}

.home .post-outer, .archive .post-outer, .search .post-outer {
	float:left;
	margin:0 0 1px 1px;
	position:relative;
	background: -moz-linear-gradient(left, #CCC 0%, white 100%);
	background: -webkit-gradient(linear, left top, right top, from(#CCC), to(100%,white));
	background: -webkit-linear-gradient(left, #CCC 0%,white 100%);
	background: -o-linear-gradient(left, #CCC 0%,white 100%);
	background: -ms-linear-gradient(left, #CCC 0%,white 100%);
	background: linear-gradient(left, #CCC 0%,white 100%);
	padding: 1px 0 0px 0;
	zoom: 1;
}

.home .post-emphasis {
	margin:8px 0 0 8px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.home .post-emphasis:first-child {
	margin-top:0;
}

.post-normal .post-alt {
	overflow:visible;
}

.post-normal + .post-emphasis {
	margin-top:0;
}

.post-outer .post-alt {
	width:670px;
}

.post-outer .post-alt .entry {
	text-align:justify;
	position:relative;
}

.post-outer .post-alt .entry > div {
	padding: 0 8px;
}

.single .post-outer .post-alt .entry > div {
	padding: 0 8px;
}

.single .entry {
	font-size:15px;
}

.post-inner {
	border:none;
	background-color:#F2F2F2;
}

.post-outer:first-child, .post-emphasis + .post-normal, #archivebox + .post-outer {
	padding: 0;
}

.post-outer, .entry {
	margin: 0 0 0px 0;
}

.home .post-outer .entry, .archive .post-outer .entry, .search .post-outer .entry {
	padding:12px 0 16px 0;
	min-height:119px;
	margin-left: 216px;
}

.home .post-outer:first-child .entry, .archive .post-outer:first-child .entry, .search .post-outer:first-child .entry {
	padding-top:0;
	margin-top:-4px;
}

.postmeta {
	padding-top:4px;
	clear:both;
	font-size:12px;
	font-family:helvetica,sans-serif;
	margin: 0 24px;
}

.postmeta ul.tags li, .postmeta ul.tags lh {
	display:block;
	float:left;
	padding:0;
}

.postmeta ul.tags li a, .postmeta ul.tags lh, .post-emphasis .entry a.more-link {
	display:block;
	text-transform: uppercase;
	color: white;
	line-height: 15px;
	font-weight: normal;
	padding: 3px 8px 3px;
	margin: 1px 1px 0 0;
	background-color: #AAA;
	text-decoration: none;
}

.postmeta ul.tags li a {
	cursor:pointer;
}

.postmeta ul.tags li a:HOVER,  .post-emphasis .entry a.more-link:HOVER {
	background-color:#0192B5;
	cursor:pointer;
	color:#000;
}

 .post-emphasis .entry a.more-link {
	margin:0;
	background-color: #0192B5;
	font-weight:bold;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
 }

 .post-emphasis .entry a.more-link:HOVER {
	background-color:#59B4D5;
	color:#FFF;
 }

.postmeta ul.tags lh {
	background-color: black;
}

.single .post-alt {
	margin:0px;
	width:670px;
	background-color:#FFFFFF;
	box-shadow: 0px 2px 6px rgba(0,0,0,.15);
}

.search-thumb {
	float:left;
	text-align:center;
	width:230px;
	margin:0 0 16px 0;
}

.comments-head a.comments-link {
	padding:0 0 0 18px;
	background:transparent url(../images/HitsComments.png) no-repeat left -1px;
	color:inherit;
}

.category-head {
	display:none;
}

.entry a:visited, .postmeta .source a:visited, .post-emphasis .entry .dark-thumb .content-overlay a, .post-emphasis .entry .light-thumb .content-overlay a:HOVER,
.dsq-post-report a:visited, .dsq-comment-truncate-expand a:visited, .dsq-comment-truncate-collapse a:visited {
	color: #67B2D3;
}

.entry a, .entry a:hover, .postmeta .source a, .postmeta .source a:hover
a.dsq-post-report, a.dsq-comment-truncate-expand, a.dsq-comment-truncate-collapse, .post-emphasis .entry .dark-thumb .content-overlay a:hover,
a.dsq-post-report:hover, a.dsq-comment-truncate-expand:hover, a.dsq-comment-truncate-collapse:hover, .post-emphasis .entry .light-thumb .content-overlay a {
	color: #0192B5;
}


#comments h3.dsq-content-title {
	color: #67B2D3;
	font-family: "Roboto";
	font-size: 28px;
	font-style: italic;
	font-weight: 200;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 8px;
	float:left;
}

#dsq-content #dsq-reply h3 {
	height: 2em;
	width: 0;
	overflow: hidden;
}

#comments #dsq-reply {
	position: static;
	clear: none;
}

#comments #dsq-sort-by {
	position: absolute;
	top: 0;
	right: 115px;
}

#comments #dsq-sort-by + h3 {
	display:none;
}

#comments #dsq-content {
	position: relative;
}

#comments #dsq-content .dsq-toolbar-item {
	background: #67B2D3;
}

#comments #dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap ul {
	background: rgba(103,178,211,0.9);
}

#comments #dsq-content #dsq-global-toolbar {
	position: absolute;
	top: 0;
	right: 0;
}

#comments #dsq-content .dsq-toolbar-label {
	color: #FFFFFF;
}

#comments #dsq-content #dsq-toolbar-dropdown a:hover span {
	color: #ddd !important;
}

#dsq-footer, .dsq-h3-reactions, #dsq-reactions, #dsq-account-dropdown { display: none;}

.post-normal .entry p {
	padding:0;
}

.single .post-alt .entry > * {
	padding: 0 24px 16px 24px;
}

.entry blockquote {
	color: #777777;
	line-height:1.75em;
	font-family: "Roboto";
	font-size: 15px;
	font-style: italic;
	font-weight: 300;
	margin: 16px 0;
	text-indent: 24px;

	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.entry blockquote p {
    margin: 8px 0;
    padding: 0 32px;
}

.entry ul {
	line-height: 18px;
	clear:both;
}

.entry ul li {
	padding: 0 0;
}

.content-overlay-shadow {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(0.15, rgba(0, 0, 0, 0.6)), color-stop(0.85, rgba(0, 0, 0, 0.6)), to(transparent));
	background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 85%, transparent);
	position:absolute;
	top:0;
	right:0;
	width:400px;
	height:366px;
	display:none;
}

.content-overlay-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
	height: 100%;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.light-thumb .content-overlay-bg {
	background-color: rgba(255, 255, 255, 0.0);
}

.content-overlay-bg2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 260px;
	background-color: rgba(0, 0, 0, 0.7);
	height: 334px;
	margin:16px;


	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);

}

.alt-side .content-overlay-bg2 {
	right: initial;
	right: auto;
	left: 0;
}

.light-thumb .content-overlay-bg2 {
	background-color: rgba(255,255,255 , 0.8);
	border:1px solid #FFFFFF;
}

.content-overlay {
	position:absolute;
	right:0;
	top:0;
	padding:0 ;
	margin:16px 24px 16px 0;
	width:244px;
	height:306px;
	overflow:hidden;
	color:#F1F1F1;
}

.alt-side .content-overlay {
	right: initial;
	right: auto;
	left: 0;
	margin: 16px 0 16px 24px;
}

.light-thumb .content-overlay {
	color:#000;
}

.post-emphasis .entry .post-thumb {
	display:table-cell;
	vertical-align:middle;
	width:660px;
	height:366px;
}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #343434; color:#fff; }

#ds_review .ds_review_data {
	border:1px solid #333;
	background:#F2F2F2;
	font-size:10px;
	line-height:1.25em;
	position:relative;
	margin:0 138px 0 0;
	text-align:left;
	height:133px;
}
#ds_review .fix {
	height:0;
}
#ds_review .ds_review_data img.thumbnail {
	background:transparent;
	position:relative;
	top:2px;
	left:2px;
	border:solid 1px #E7E7E7;
	display:inline;
}
#ds_review.no-rating .ds_review_data {
	margin:0;
}
#ds_review img.rating {
	display:inline;
}
#ds_review ul {
	clear:none;
	overflow:hidden; /*create float context*/
	font-size:11px;
	line-height:1.25em;
	margin:0;
	position:relative;
	top:4px;
	height:127px;
}
#ds_review ul li {
	padding:0 0 0 8px;
	margin:0 0 0.5em 0;
	list-style:none !important;
}
#ds_review ul li.fl{
	width:47%;
}
#ds_review ul li.fix{
	height:auto;
}
#ds_review ul li label {
	text-transform:uppercase;
	font-weight:bold;
}
#ds_review .providedBy {
	text-align:center;
	position:absolute;
	bottom:0px;
	width:100%;
	line-height:1.5em;
	padding:0;
	margin:0;
}


.video-left {
	border-right: 1px solid #e7e7e7;
}

.video-current {
	border-bottom: 1px solid #e7e7e7;
}

.video-more img {
	border: 1px solid #e7e7e7;
}

#talking-points li {
	border-bottom: 1px solid #f3f3f3;
}

#talking-points .post-title {
	border-left: 1px solid #e7e7e7;
}
/*
#featured-outer {
	position:absolute;
	right:0;
	width:296px;
	height:296px;
}

#featured-outer, #featured-inner, #wooslider, .slider-container {
	width:296px;
	height:296px;
	padding:0;
}
*/

#featured-inner {
	padding:0;
	width:auto;
	
}

.ds_ad {
	border: 0 none;
}

.ds_ad_300 {
	width: 300px;
	height: 250px;
}

.ds_ad_728 {
	width:728px;
	height:90px;
}

#footer_ad_container {
	margin: 30px 0 0 0;	
}

#footer_ad {
/*	width: 728px;
	height: 90px;
	margin: 0 auto;
*/
}

#footer {
	background-color: #2A2A2A;
	padding:12px 0px 16px 50px;
	width:950px;
	position:relative;
	/*border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;*/
}

#footer_1, #footer_2, #footer_3, #footer_4 {
	margin: 0 0 0 25px;
	width:135px;
	overflow:visible;
	white-space:nowrap;
}

#footer_5 {
	text-align:center;
}

#footer_5 p {
    margin: 0 0 8px 0;
    line-height: 1px;
}

#footer h3 {
	color: #67B2D3;
}

#footer a {
	color:#FFFFFF;
}

#footer_logo {
	width:auto;
	background-color: #2A2A2A;
	float:left;
	margin:30px 35px 0 0;
}

#footer_logo a.license-link {
	float:right;
	margin:20px 20px 0 0;
}

.socialfooter, .otherstories {
	margin:32px 0 8px 8px;
}

#credits {
	padding:0px;
	margin:0px;
	width:750px;
	font-style:italic;
	text-transform:none;
	line-height:1.2em;
	position: absolute;
	bottom: 8px;
	
}

#credits p {
	margin-bottom:8px;
}

#credits a {
	color: #67B2D3;
}

.postmeta-top {
	height:17px;
	padding:4px 8px;
	border:none;
	margin:0 0 2px 0;	
	text-align:right;
}

.single .postmeta-top {
	margin:0 0 0 0;
}

.home .post-emphasis .postmeta-top {
	position: absolute;
	left: -8px;
	top: 16px;
	background: #59B4D5;
	padding: 0 0 0 0;
	border-radius: 3px 3px 3px 0px;
	height:auto;
}

.home .post-emphasis .alt-side .postmeta-top {
	left: initial;
	left: auto;
	right: -8px;
	border-radius: 3px 3px 0 3px;
	padding: 0 0 0 2px;
}

.postmeta-ribbon-fold {
	border-color: #0192B5 transparent transparent transparent;
	border-style: solid;
	position: absolute;
	bottom: -8px;
	border-width: 8px 0 0 8px;
	left: 0;
}

.alt-side .postmeta-ribbon-fold {
	left: initial;
	left: auto;
	right: 0;
	border-width: 8px 8px 0 0;
	border-color: #0192B5 transparent transparent transparent;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a {
	color: white;
	border-radius: 3px 3px 3px 0px;
}

.postcategories {
	
}

.postcategory {
	float:left;
	text-decoration:none;
	color:#9B9B9B;
	font-weight:bold;
	line-height:12px;
	font-size:11px;
	text-transform:uppercase;
}

.postmeta-top .postcategory {
	margin:0 8px 0 0;
	height:18px;
	line-height:18px;
	float:left;
	background:transparent url(../images/CatLong.png) no-repeat -600px -6px;
}

h3.postcategorytext {
	margin:0 !important;
	padding:2px 4px;
	color:white;
}

a.news h3, a.pcasts h3, a.previews h3, a.reviews h3, a.rumors-posts-2 h3, a.video h3, a.dstv h3, a.galleries h3, a.breaking h3, a.deal h3, a.editorials h3, a.featured h3, a.interview h3 {
	display:none;
}

.post-emphasis .postmeta-top .postcategory {
	padding:0;
	margin:0;
}

.single .postcategory {
	display:none;
}

.postmeta .postcategory {
	width:61px;
	height:70px;
	text-indent:-9999px;
	margin:0 20px 0 0;
	padding:0;
	background:transparent url(../images/ConsoleIcons.png) no-repeat 0 0;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.postcategory {
	background:transparent url(../images/BluCat.png) no-repeat -500px -6px;
	height:auto;
	width:auto;
	float:none;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.news {
	background-position: -8px -1px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 0 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.pcasts {
	background-position:-5px -50px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 5px 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.previews {
	background-position:-5px -102px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 5px 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.reviews {
	background-position:-8px -151px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 0 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.rumors-posts-2 {
	background-position:-8px -202px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 0 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.video, .post-emphasis .postmeta-top .postcategories .defaultcategories a.dstv {
	background-position:-7px -251px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 0 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.galleries {
	background-position:-4px -301px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 0 0 24px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.breaking {
	background-position:-5px -6px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 0 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.deal {
	background-position:-5px -403px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 0 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.editorials {
	background-position:-2px -451px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 10px 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.featured {
	background-position:-3px -500px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 9px 0 20px;
}

.post-emphasis .postmeta-top .postcategories .defaultcategories a.interview {
	background-position:0px -550px;
	height:48px;
	width:25px;
	display:block;
	padding: 0 15px 0 20px;
}

.postmeta-top .postcategories .consolecategories a {
	color: #9B9B9B;
}

.postmeta-top .postcategories .defaultcategories a {
	color: #666;
}

.postmeta-top .postcategories .defaultcategories .news {
	background-position:-5px -216px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .pcasts {
	background-position:-5px -156px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .previews {
	background-position:-5px -126px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .reviews {
	background-position:-5px -96px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .rumors-posts-2 {
	background-position:-5px -66px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .video, .postmeta-top .postcategories .defaultcategories .dstv {
	background-position:-5px -36px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .galleries {
	background-position:-5px -186px;
	display:block;
	padding: 0 0 0 24px;
}

.postmeta-top .postcategories .defaultcategories .breaking {
	background-position:-5px -6px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .deal {
	background-position:-5px -336px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .editorials {
	background-position:-5px -306px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .featured {
	background-position:-5px -276px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .interview {
	background-position:-5px -246px;
	display:block;
	padding: 0 0 0 20px;
}

.postmeta-top .postcategories .defaultcategories .e3-2013-events {
	display:block;
	padding: 0;
	background: none;
}

.postmeta-top .postcategories .consolecategories .cat_ps3,
.postmeta-top .postcategories .consolecategories .cat_ps4,
.postmeta-top .postcategories .consolecategories .cat_wii,
.postmeta-top .postcategories .consolecategories .cat_pc,
.postmeta-top .postcategories .consolecategories .cat_xbox360,
.postmeta-top .postcategories .consolecategories .cat_xbox1,
.postmeta-top .postcategories .consolecategories .cat_ds,
.postmeta-top .postcategories .consolecategories .cat_psp,
.postmeta-top .postcategories .consolecategories .cat_iphone-ipod,
.postmeta-top .postcategories .consolecategories .cat_psvita,
.postmeta-top .postcategories .consolecategories .cat_wii-u,
.postmeta-top .postcategories .consolecategories .cat_3ds
{
	background:none;
	display:block;
	color:#0192B5;
	padding:0;
	margin:0 0 0 16px;
	text-indent: 0;
	float:right;
}

.postmeta-top .postcategories .consolecategories .cat_wii,
.postmeta-top .postcategories .consolecategories .cat_wii-u
{
	text-transform:none;
}

.postmeta .postcategories { display:none; }

#consoleTabs ul.wooTabs li.tab-all a, #consoleTabs .inside li.tabcontent-all .tab-item-thumb {
	background-position:-252px -2px;
}
#consoleTabs ul.wooTabs li.tab-all a.selected{
	background-position:-252px -38px;
}

#consoleTabs ul.wooTabs li.tab-apple a, #consoleTabs .inside li.tabcontent-apple .tab-item-thumb, #consoleTabs .inside li.tabcontent-iphone-ipod .tab-item-thumb {
	background-position:-72px -2px;
}
#consoleTabs ul.wooTabs li.tab-apple a.selected{
	background-position:-72px -38px;
}

#consoleTabs ul.wooTabs li.tab-pc a, #consoleTabs .inside li.tabcontent-pc .tab-item-thumb {
	background-position:-108px -2px;
}
#consoleTabs ul.wooTabs li.tab-pc a.selected{
	background-position:-108px -38px;
}

#consoleTabs ul.wooTabs li.tab-psp a, #consoleTabs .inside li.tabcontent-psp .tab-item-thumb {
	background-position:-144px -2px;
}
#consoleTabs ul.wooTabs li.tab-psp a.selected{
	background-position:-144px -38px;
}

#consoleTabs ul.wooTabs li.tab-ds a, #consoleTabs .inside li.tabcontent-ds .tab-item-thumb {
	background-position:-180px -2px;
}
#consoleTabs ul.wooTabs li.tab-ds a.selected{
	background-position:-180px -38px;
}

#consoleTabs ul.wooTabs li.tab-wii a, #consoleTabs .inside li.tabcontent-wii .tab-item-thumb {
	background-position:-216px -2px;
}
#consoleTabs ul.wooTabs li.tab-wii a.selected{
	background-position:-216px -38px;
}

#consoleTabs ul.wooTabs li.tab-xbox a, #consoleTabs .inside li.tabcontent-xbox .tab-item-thumb, #consoleTabs .inside li.tabcontent-xbox360 .tab-item-thumb {
	background-position:-36px -2px;
}
#consoleTabs ul.wooTabs li.tab-xbox a.selected{
	background-position:-36px -38px;
}

#consoleTabs ul.wooTabs li.tab-ps3 a, #consoleTabs .inside li.tabcontent-ps3 .tab-item-thumb {
	background-position:0px -2px;
}
#consoleTabs ul.wooTabs li.tab-ps3 a.selected{
	background-position:0px -38px;
}



.post .thumbnail {
	border:none;
	padding:0;
	margin-bottom:0;
}

.post .post-thumb {
	text-align:center;
	margin-bottom:20px;	
}

.post .post-thumb-small {
	float:left;
	margin:16px 16px 16px 8px;
	height:115px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.single .post .post-thumb-small {
	margin:16px 16px 16px 0;
}

.post-outer:first-child .post-thumb-small {
	margin-top:4px;
}

.post-thumb-small img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.entry img {
	border:none;
	padding:0px;
	margin:0 auto;
	display:block;
	max-width:670px;
}

.entry a.ds-img {
	position:relative;
	left:-8px;
	width:670px;
	display:block;
}

.single .entry a.ds-img {
	left:-24px;	
}

.entry > * > a[rel*="attachment"], .entry > * > a[href*="/wp-content/uploads/"] {
	display:block;
	width:670px;
}

.entry > * > a[rel*="attachment"] > img, .entry > * > a[href*="/wp-content/uploads/"] > img, .entry > * > img[src*="/wp-content/uploads/"] {
	position:relative;
	left:-24px;
	display:block;
}

.single .entry > * > img[src*="/wp-content/uploads/"] {
	width:670px;
	height:auto;
}

.entry a img.alignright, .entry a img.alignleft, .entry a.ds-img img {
	left:0px;
}

.entry iframe, .entry object {
	display: block;
	position:relative;
	margin: 0 auto;
}

.entry iframe[width="625"], .entry object[width="625"] { left:-1px; }
.entry iframe[width="634"], .entry object[width="634"] { left:-6px; }
.entry iframe[width="640"], .entry object[width="640"] { left:-9px; }
.entry iframe[width="650"], .entry object[width="650"] { left:-14px; }
.entry iframe[width="660"], .entry object[width="660"] { left:-19px; }
.entry iframe[width="662"], .entry object[width="662"] { left:-20px; }

.entry img.alignright {
	margin-left:16px;
	left:0;
	max-width:622px;
}

.entry a img.alignright {
	margin-right:48px;
}

.entry img.alignleft {
	padding-right:16px;
	left: 0;
	max-width:622px;
}

.entry .aligncenter {
	margin: 0 auto;
}

.gallery br {
	display:none;
}

.gallery-item {
	margin-top:5px !important;
}

.entry .gallery-item img {
	padding:3px;
	border-width:1px !important;
}

.post-sidemeta {
	float:left;
}

.col2 .slider-container .slide, .col2 #wooslider, .col2 .slider-container {
	width:298px;
	margin:0;
	
}

.col2 #wooslider {
	width:300px;
}

.col2 #wooslider h2 {
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	position:absolute;
	top:36px;
	left:0;
	padding:4px;
	line-height:11px;
}

.col2 .slider-pag span {
	height:20px !important;
	width:16px !important;
}

.col2 .wooslider .slider-container .slide-content h3 {
	font-size:15px;
	font-weight:bold;
	text-transform:none;
	position:absolute;
	top:0;
	left:0;
	padding:4px;
	line-height:15px;
	height:30px;
	overflow:hidden;
}


.slider-container {
	border:1px solid #2A2A2A;
}

.slider-container .slide {
	background: #FFFFFF;
}

.slider-container .slide a {
	display:table-cell;
	height:270px;
	line-height:270px;
	width:300px;
	vertical-align:middle;
}

.col2 .wooslider .slider-container .slide-content {
	padding:4px 4px 0;
	background: transparent;
	width:100%;
	height:270px;
	opacity:1 !important;
	margin-top:6px;
	padding:0;
}

.col2 .wooslider .slider-container .slide-content div {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#2A2A2A;
	opacity:0.6;
}

.slider-container .slide img {
	position:static;
}

.slider-toptext {
	color:#FFFFFF;
	top:0;
	left:0;
	position:absolute;
	display:block;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	z-index:999;
	opacity:1 !important;
	width:100%;
}

.slider-toptextbg {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background:#2A2A2A;
	z-index:999;
	opacity:0.6;
}

.slider-nav .slider-left, .slider-nav .slider-right {
	height:110px !important;
}

#post-pagination {
    margin-bottom:24px;
    padding:4px;
    text-align:right;
    font-weight: bold;
}

#post-pagination .pagenum-link {
    background-color: #E7E7E7;
    color: #00;
    padding:0 3px;
}

#post-pagination a .pagenum-link {
    background-color:transparent;
    color: #0192B5;
}

.pagination-links a {
	padding: 0 5px 2px 6px;
	padding-top: 1px;
	border: 1px solid #BBB;
	margin-left: 4px;
	text-decoration: none;
	color: #21759B;
	font-weight: normal;
	font-family: courier;
	font-size: 16px;
	display: block;
	width: 11px;
	float: left;
	border-radius: 5px;
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
	background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
	background-image: linear-gradient(top,#f9f9f9,#ececec);
	text-shadow: rgba(255, 255, 255, 0.8);
}

.pagination-links a:hover {
    color: #333;
    border-color:#777;
    background-color: #67B2D3;
    background-image: -ms-linear-gradient(top,#67B2D3,#21759B);
    background-image: -moz-linear-gradient(top,#67B2D3,#21759B);
    background-image: -o-linear-gradient(top,#67B2D3,#21759B);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#67B2D3),to(#21759B));
    background-image: -webkit-linear-gradient(top,#67B2D3,#21759B);
    background-image: linear-gradient(top,#67B2D3,#21759B);
}

.paging-input {
	float:left;
	margin-left:4px;
}
.pagination-links {
	clear:right;
	float:right;
	margin:4px;
}
.displaying-num {
	float:left;
	clear:both;
	position:absolute;
	bottom:6px;
	left:8px;
}
.tablenav-pages {
	background: #E2E2E2;
	clear: both;
	margin: 8px 0;
	border-radius: 5px;
	position: relative;
	border: 1px solid #AAA;
	height:31px;
}
.tablenav-filters {
	margin:8px;
}
.tablenav br {
	display:none;
}

.twitter-tweet {
	margin: 8px auto !important;
}

#recentcomments ul.dsq-widget-list li {
    padding: 16px 0;
    color: #3B3B3B;
    position:relative;
}

#recentcomments ul.dsq-widget-list li a:first-child {
    float: left;
    padding: 0 20px 0 0;
}

#recentcomments ul.dsq-widget-list li p a:first-child {
	background:none !important;
	float:none;
	padding:0;
}

#recentcomments ul.dsq-widget-list li img.dsq-widget-avatar {
	padding:0;
	border:1px solid #9B9B9B;
}

#recentcomments ul.dsq-widget-list li .dsq-widget-comment:before {
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	background:#FFFFFF;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	border-width: 0 0 2px 2px;
	border-style: solid;
	border-color: #D9D9D9;
	position: absolute;
	top: 29px;
	left: 41px;
}

#recentcomments ul.dsq-widget-list li .dsq-widget-comment {
	border: 2px solid #D9D9D9;
	color: #3B3B3B;
	display: block;
	font-size: 10.5px;
	line-height: 13px;
	margin: 0 0 8px 45px;
	padding: 16px 20px 16px 20px;
    background:#FFFFFF;
}

#recentcomments ul.dsq-widget-comment p {
	margin-bottom:0;
}

#recentcomments ul.dsq-widget-list li p.dsq-widget-meta {
	line-height:12px;
	margin: 0 0 0 45px;
	font-size:1em;
}

#recentcomments ul.dsq-widget-list li a {
	display:inline;
	padding:0;
	color:#59B4D5;
}

#recentcomments ul.dsq-widget-list li a.dsq-widget-user {
	color: #3B3B3B;
	font-weight:normal;
}

.social_button {
	float:right;
}

ul.sharebar {
	z-index:0;
	display: none; 
	position: absolute; 
	width: 38px; 
	text-align: center; 
	list-style: none; 
	padding: 0; 
	margin-left: -46px;
}

ul.sharebar li {
	padding: 10px 2px 10px 0;
	position: relative;
	overflow:visible;
	display: block; 
	margin: 0 auto;
	padding: 0 0 4px 0; 
	text-align: center;
}

ul.sharebarx {
	position:relative !important;
	width:auto;
	margin:8px 0 0 8px;
}

ul.sharebarx li {
	padding:0;
	float:left;
	margin:0 8px 0 0px;
}

ul.sharebar .share_icon {
	width: 38px;
	height: 38px;
	display: block;
	border-radius: 3px;
}
ul.sharebar .fb_share_icon {
	background: url(../images/share_icons.png) -46px -1px;
}
ul.sharebar .t_share_icon {
	background: url(../images/share_icons.png) -1px -1px;
}
ul.sharebar .g_share_icon {
	background: url(../images/share_icons.png) -1px -50px;
}

.preload {
	position:absolute; z-index:-999; visibility:hidden;
}


/* table css */


table.widefat {
border-width: 1px;
border-style: solid;
border-spacing: 0;
width: 100%;
clear: both;
margin: 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border-color: #DFDFDF;
background-color: #F1F1F1;
border-spacing:0;
border-collapse:separate;
}

table.widefat * {
word-wrap: break-word;
}

table.widefat th {
background-color: #F1F1F1;
background-image: -ms-linear-gradient(top,#f9f9f9,#ececec);
background-image: -moz-linear-gradient(top,#f9f9f9,#ececec);
background-image: -o-linear-gradient(top,#f9f9f9,#ececec);
background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#ececec));
background-image: -webkit-linear-gradient(top,#f9f9f9,#ececec);
background-image: linear-gradient(top,#f9f9f9,#ececec);
text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
font-weight:normal;
text-align:left;
line-height:1.3em;
font-size:14px;
}

table.widefat tfoot{
display:none;
}

table.widefat td, .widefat th {
border-top-color: white;
border-bottom-color: #DFDFDF;
border-width:1px 0;
border-style:solid;
padding:4px 8px;
}

table.widefat td {
font-size: 11px;
vertical-align: top;
}

table.widefat th.sortable, .widefat th.sorted {
padding: 0;
}

table.widefat a {
text-decoration: none;
}

table.widefat th.sortable a, table.widefat th.sorted a {
display:block;
overflow: hidden;
padding: 8px;
color: #21759B;
}

table.widefat th.sortable a span, table.widefat th.sorted a span {
float: left;
cursor: pointer;
}

table.widefat .sorting-indicator {
display: none;
width: 7px;
height: 4px;
margin-top: 8px;
margin-left: 7px;
background-image: url(../../../../wp-admin/images/sort.gif);
background-repeat: no-repeat;
}

table.widefat th.sorted.asc .sorting-indicator, table.widefat th.desc:hover span.sorting-indicator {
display:block;
background-position: 0 0;
}

table.widefat th.sorted.desc .sorting-indicator, table.widefat th.asc:hover span.sorting-indicator {
display:block;
background-position: -7px 0;
}

table.widefat .alternate, table.widefat .alt {
background-color: #FCFCFC;
}

table.widefat td a {
color: #21759B;
font-weight:500;
}

.column-rating {
    width:58px;
    text-align:center;
}
.column-developer { display:none;}
table.widefat td.column-title a.review-title { font-size:12px;}
table.widefat td.column-release_date { width: 70px; }
table.widefat td.column-platforms { width:50px;}
table.widefat td.column-genres { width: 90px; }

#ds_reviews_overlay { 
	background-color: #FFF;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0.5;
	filter: alpha(opacity=50);
	display:none;
}

.searchbtn {
	width: 24px;
	height: 23px;
	line-height: 19px;
	font-size: 10px;
	padding: 2px 0 2px 4px;
	border: border: 1px solid lightGrey;
	text-indent: -9999px;
	background: #E6E6E6 url(../images/MagGlassBlue.png) no-repeat -4px 2px;
	color: transparent;
	text-transform: capitalize;
	border-radius:5px;
	cursor:pointer;
}


/* gallery css */
#supersized-loader { position:fixed; top:50%; left:50%; z-index:2; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../images/supersized/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:1; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:3px solid black; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/

#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../images/supersized/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

/* Controls Bar
----------------------------*/
#controls-wrapper { margin:0 auto; height:42px; width:100%; bottom:0px; left:0; z-index:4; background:url(../images/supersized/nav-bg.png) repeat-x; position:fixed; }
#controls { overflow:hidden; height:100%; position:relative; text-align:left; z-index:5; }
#slidecounter { float:left; color:#999; font:14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 0 -1px 0; margin:0px 10px 0 15px; line-height:42px; }
#slidecaption { overflow:hidden; float:left; color:#FFF; font:400 14px "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow:#000 1px 1px 2px; margin:0 20px 0 0; line-height:42px; }

#navigation { float:right; margin:0px 20px 0 0; }
#play-button{ float:left; margin-top:1px;border-right:1px solid #333; background:url('../images/supersized/bg-hover.png') repeat-x 0 44px; }
#play-button:hover{ background-position:0 1px; cursor:pointer; }

#prevslide, #nextslide{ position:fixed; height:43px; width:43px; top:50%; margin-top:-21px; opacity:0.6; z-index:2; }
#prevslide{ left:10px; background:url('../images/supersized/back.png'); }
#nextslide{ right:10px; background:url('../images/supersized/forward.png'); }
#prevslide:active, #nextslide:active{ margin-top:-19px; }
#prevslide:hover, #nextslide:hover{ cursor:pointer; }

ul#slide-list{ padding:15px 0; float:left; position:absolute; left:50%; }
ul#slide-list li{ list-style:none; width:12px; height:12px; float:left; margin:0 5px 0 0; }
ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover{ background-position:0 0px; }
ul#slide-list li a{ display:block; width:12px; height:12px; background:url('../images/supersized/nav-dot.png') no-repeat 0 -24px; }
	ul#slide-list li a:hover{ background-position:0 -12px; cursor:pointer; }

#tray-button{ float:right; margin-top:1px; border-left:1px solid #333; background:url('../images/supersized/bg-hover.png') repeat-x 0 44px; }
#tray-button:hover{ background-position:0 1px; cursor:pointer; }


/* Progress Bar
----------------------------*/					
#progress-back{ z-index:5; position:fixed; bottom:42px; left:0; height:8px; width:100%; background:url('../images/supersized/progress-back.png') repeat-x; display:none !important; }
#progress-bar{ position:relative; height:8px; width:100%; background:url('../images/supersized/progress-bar.png') repeat-x; display:none !important; }


/* Thumbnail Navigation
----------------------------*/	
#nextthumb,#prevthumb { z-index:2; display:none; position:fixed; bottom:61px; height:75px; width:100px; overflow:hidden; background:#ddd; border:1px solid #fff; -webkit-box-shadow:0 0 5px #000; }
#nextthumb { right:12px; }
#prevthumb { left:12px; }
#nextthumb img, #prevthumb img { width:150px; height:auto;  }
#nextthumb:active, #prevthumb:active { bottom:59px; }
#nextthumb:hover, #prevthumb:hover { cursor:pointer; }


/* Thumbnail Tray
----------------------------*/			
#thumb-tray{ position:fixed; z-index:3; bottom:0; left:0; background:url(../images/supersized/bg-black.png); height:150px; width:100%; overflow:hidden; text-align:center; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000; }

#thumb-back, #thumb-forward{ position:absolute; z-index:5; bottom:42px; height:108px; width:40px; }
#thumb-back{ left:0; background: url('../images/supersized/thumb-back.png') no-repeat center center;}
#thumb-forward{ right:0; background:url('../images/supersized/thumb-forward.png') no-repeat center center;}
#thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(256,256,256, 0.1); }
#thumb-back:hover{ border-right:1px solid rgba(256,256,256, 0.2); }
#thumb-forward:hover{ border-left:1px solid rgba(256,256,256, 0.2); }


ul#thumb-list{ display:inline-block; list-style:none; position:relative; left:0px; padding:0 0px; }
ul#thumb-list li{ background:#111; list-style:none; display:inline; width:150px; height:108px; overflow:hidden; float:left; margin:0; }
ul#thumb-list li img { width:200px; height:auto; opacity:0.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter:alpha(opacity=60); }
ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img{ opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter:alpha(opacity=100); }
ul#thumb-list li:hover{ cursor:pointer; }

.supersized .close { z-index:2; position:fixed; top:16px; right:16px; cursor:pointer; text-decoration:none; outline: none; color:#eee; background:#222; border-top:1px solid #333; padding:5px 8px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -moz-box-shadow: 0px 1px 1px #000; -webkit-box-shadow: 0px 1px 1px #000; box-shadow: 0px 1px 1px #000; text-shadow: black 0px 1px 0px; }
.supersized .close:HOVER { background-color:#0192B5; border-color:#5c94cb; color:#fff; }
.supersized .logobox { z-index:2; position:fixed; top:32px; left:32px; }
.supersized .logobox { height:50px; }
.supersized .supersizedbg { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0.85; filter:alpha(opacity=85); z-index: 1; }

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/UyYrYy3ltEffJV9QueSi4Z4t0mJKPaLVqklzZuc32b4.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic-webfont.eot');
    src: url('../fonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic-webfont.woff') format('woff'),
         url('../fonts/Roboto-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic-webfont.eot');
    src: url('../fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
    font-weight: 200;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-ThinItalic-webfont.eot');
    src: url('../fonts/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-ThinItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg'); (under the Apache Software License). 
    font-weight: 200;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: 100;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-LightItalic-webfont.eot');
    src: url('../fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium-webfont.eot');
    src: url('../fonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Medium-webfont.woff') format('woff'),
         url('../fonts/Roboto-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: 300;
    font-style: normal;
}
 
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-MediumItalic-webfont.eot');
    src: url('../fonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-MediumItalic-webfont.svg#RobotoMediumItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}



.twitch-widget-outer {
	height: 165px;
	border-radius: 5px;
	position: relative;
	background-color: #262626;
	background-image: url(../images/DSTwitchBG.jpg);
	background-size: cover;
}

.twitch-widget-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #262626;

	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */	
}

.twitch-widget-content {
	padding: 8px 8px 0 8px;
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.twitch-widget-logo {
	width:75px;
	height:auto;
}

.twitch-widget-dslogo {
	width: 35px;
	height: auto;
	position: absolute;
	right: 10px;
	bottom: 50px;
}

.twitch-widget-display {
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
	text-align: right;
	max-width: 170px;
	color: #edf0f5;
}

.twitch-widget-display span {
	white-space:nowrap;
}

.twitch-widget-status-indicator {
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	width: 10px;
	background: red;
	visibility: hidden;
}

.twitch-widget-footer {
	width: 100%;
	padding: 4px 8px 4px 8px;
	box-sizing: border-box;
	border-top: 1px solid #53477c;
	position: absolute;
	bottom: 0;
	background-color: #262626;
	border-radius: 0px 0 5px 5px;
}

.twitch-widget-name {
	color: #edf0f5;
}

.twitch-widget-game-title {
	color: #8e82bf;
	white-space: nowrap;
	overflow:hidden;
	max-width: 215px;
}

.twitch-button-watch {
	display: block;
	margin-top:2px;
	padding: 6px 8px;
	color: #e9dff2 !important;
	background-color: #6647a3;
	border-top: 1px solid #b5a1d4;
	border-radius: 2px;
	float: right;
}

