/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px;
	background-color: #000;
	border-width: 0;
	opacity: 0.88;
	filter: alpha(opacity=88);
	box-shadow: 0 0 10px black;
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 14px;
	padding-bottom: 5px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	position: absolute;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	z-index: 0;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: relative;
	z-index: 1;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

/* =Infinity Styles
-------------------------------------------------------------- */

.infinite-wrap {
}
.infinite-loader {
	color: #000;
	display: block;
	height: 28px;
	text-indent: -9999px;
}
#infinite-handle span {
	background: #333;
	border-radius: 1px;
	color: #eee;
	cursor: pointer;
	font-size: 13px;
	padding: 6px 16px;
}

/**
 * For smaller viewports, remove the down-arrow icon and turn
 * the button into a block element, spanning the content's full width.
 */
@media (max-width: 800px) {
	#infinite-handle span:before {
		display: none;
	}
	#infinite-handle span {
		display: block;
	}
}

/**
 * Footer
 */
#infinite-footer {
	position: fixed;
		bottom: -50px;
		left: 0;
	width: 100%;
}
#infinite-footer a {
	text-decoration: none;
}
#infinite-footer .blog-info a:hover,
#infinite-footer .blog-credits a:hover {
	color: #444;
	text-decoration: underline;
}
#infinite-footer .container {
	background: rgba( 255, 255, 255, 0.8 );
	border-color: #ccc;
	border-color: rgba( 0, 0, 0, 0.1 );
	border-style: solid;
	border-width: 1px 0 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	overflow: hidden;
	padding: 1px 20px;
	width: 640px;
}
#infinite-footer .blog-info,
#infinite-footer .blog-credits {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
}
#infinite-footer .blog-info {
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
#infinite-footer .blog-credits {
	font-weight: normal;
	float: right;
	width: 60%;
}
#infinite-footer .blog-info a {
	color: #111;
	font-size: 14px;
	font-weight: bold;
}
#infinite-footer .blog-credits {
	color: #888;
	font-size: 12px;
	text-align: right;
}
#infinite-footer .blog-credits a {
	color: #666;
}

/**
 * Hooks to infinity-end body class to restore footer
 */
.infinity-end.neverending #infinite-footer {
	display: none;
}

/**
 * Responsive structure for the footer
 */
@media (max-width: 640px) {
	#infinite-footer .container {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#infinite-footer .blog-info {
		width: 30%;
	}
	#infinite-footer .blog-credits {
		width: 70%;
	}
	#infinite-footer .blog-info a,
	#infinite-footer .blog-credits {
		font-size: 10px;
	}
}

/**
 * No fixed footer on small viewports
 */
@media ( max-width: 640px ) {
	#infinite-footer {
		position: static;
	}
}.slideshow-window {
	background-color: #222;
	border: 20px solid #222;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-khtml-border-radius: 11px;
	margin-bottom: 20px;
	height: 410px;
}

.slideshow-window, .slideshow-window * {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.slideshow-loading {
	height: 100%;
	text-align: center;
	margin: auto;
}

body div.slideshow-window * img {
    /* Override any styles that might be present in the page stylesheet */
    border-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
    max-width: 100%;
}

.slideshow-loading img {
	vertical-align: middle;
}

.slideshow-slide {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: auto;
	display: none;
}

.slideshow-slide img {
	vertical-align: middle;
}

.slideshow-line-height-hack {
	overflow: hidden;
	width: 0px;
	font-size: 0px;
}

.slideshow-slide-caption {
	font-size: 13px;
	font-family: "Helvetica Neue", sans-serif;
	color: #f7f7f7;
	text-shadow: #222 1px 1px 2px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: 100;
	width: 100%;
	text-align: center;
}

/* @noflip */
.slideshow-controls {
	z-index: 1000;
        position: absolute;
        bottom: 30px;
        margin: auto;
	text-align: center;
	width: 100%;
	display: none;
	direction:ltr;
}

body div div.slideshow-controls a,
body div div.slideshow-controls a:hover {
	border:2px solid rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
	background-color: rgba(0,0,0,0.6) !important;
	background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls.png) !important;
	background-repeat: no-repeat;
	background-size: 142px 16px !important;
	background-position: -34px 8px !important;
	color: #222 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	display: inline-block !important;
	*display: inline;
	zoom: 1;
	height: 32px !important;
	width: 32px !important;
	line-height: 32px !important;
	text-align: center !important;
	-khtml-border-radius: 10em !important;
	-webkit-border-radius: 10em !important;
	-moz-border-radius: 10em !important;
	border-radius: 10em !important;
	-webkit-transition: 300ms border-color ease-out;
	-moz-transition: 300ms border-color ease-out;
	-o-transition: 300ms border-color ease-out;
	transition: 300ms border-color ease-out;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body div div.slideshow-controls a,
	body div div.slideshow-controls a:hover {
		background-image: url(/wp-content/mu-plugins/shortcodes/css/../img/slideshow-controls-2x.png) !important;
	}
}

body div div.slideshow-controls a:hover {
	border-color: rgba(255,255,255,1) !important;
}

body div div.slideshow-controls a:first-child { background-position: -76px 8px !important;}
body div div.slideshow-controls a:last-child { background-position: -117px 8px !important;}
body div div.slideshow-controls a:nth-child(2) { background-position: -34px 8px !important;}
body div div.slideshow-controls a.running { background-position: -34px 8px !important;}
body div div.slideshow-controls a.paused { background-position: 9px 8px !important;}

.slideshow-controls a img {
	border: 50px dotted fuchsia;
}
/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Make sure the margin around the WordPress logo is a bit relaxed, and the WordPress icon aligns to the sidebar icons */
#wpadminbar ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 8px 0 -1px;
}

/* @noflip */
#wpadminbar.rtl ul#wp-admin-bar-root-default>li#wp-admin-bar-newdash {
	margin: 0 -1px 0 -8px;
}


/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* Don't show the Edit icon in the admin bar */
#wpadminbar #wp-admin-bar-edit > .ab-item:before {
	display: none;
}/* =Resets
-------------------------------------------------------------- */

div.sharedaddy ul,
div.sharedaddy li {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	background: none;
}

div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	clear: both;
	text-align: left;
}

div.sharedaddy,
div.sharedaddy div {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

div.sharedaddy h3,
#content div.sharedaddy h3,
#main div.sharedaddy h3,
#primary div.sharedaddy h3 {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 3px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
	width: 15.625%; /* 100px / 640px */ float: left;
	position: static;
	background: none;
	border: none;
}

.rtl div.sharedaddy h3,
.rtl #content div.sharedaddy h3,
.rtl #main div.sharedaddy h3,
.rtl #primary div.sharedaddy h3 {
	float: right;
	text-align: right;
}

div.sharedaddy ul,
div.sharedaddy li {
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0;
}

div.sharedaddy li::before {
	content: "";
}

div.sharedaddy div.pd-rating {
	margin: 0;
	min-height: 23px;
}

div.sharedaddy a,
div.sharedaddy a:link,
div.sharedaddy a:visited {
	font-style: normal;
}

/* ClearFix trick */

div.sharedaddy:before,
div.sharedaddy:after,
div.sharedaddy .sd-block:before,
div.sharedaddy .sd-block:after,
div.sharedaddy ul:before,
div.sharedaddy ul:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

div.sharedaddy:after,
div.sharedaddy .sd-block:after,
div.sharedaddy ul:after {
	clear: both;
}

div.sharedaddy,
div.sharedaddy .sd-block,
div.sharedaddy ul {
	zoom: 1;
}


/* =Base Styles
-------------------------------------------------------------- */

div.sharedaddy div.sd-block {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
	padding: 10px 0 5px;
	margin: 0;
	width: 100%;
}

div.sharedaddy.sharedaddy-dark .sd-block {
	border-top-color: #222;
	border-top-color: rgba(50,50,50,.5);
}

div.sharedaddy .sd-content {
	width: 82.125%; /* 530px / 640px */
	float: right;
	margin: -2px 0 0 0;
}

div.sharedaddy .sd-content ul {
	margin: 0;
}

div.sharedaddy .sd-content li {
	float: left;
	margin: 0 5px 5px 0 !important;
	display: block;
}

.rtl div.sharedaddy .sd-content {
	float: right;
}

.rtl div.sharedaddy .sd-content li {
	float: right;
	margin: 0 0 5px 5px !important;
}

/* Base Button .sd-button */

div.sharedaddy a.sd-button {
	margin: 0;
	padding: 0;
	display: inline-block;
	background: #efefef;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
	border-radius: 3px;
	border: 1px solid #ddd !important;
	box-shadow: inset 0 1px 0 #fff;
	color: #000 !important;
	text-decoration: none;
	line-height: 1;
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

div.sharedaddy a.sd-button:hover {
	color: #000;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
	background: #eee;
	background: -moz-linear-gradient(top, #efefef 0%, #eee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#eee));
	background: -webkit-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -o-linear-gradient(top, #efefef 0%,#eee 100%);
	background: -ms-linear-gradient(top, #efefef 0%,#eee 100%);
	background: linear-gradient(top, #efefef 0%,#eee 100%);
}

div.sharedaddy a.sd-button:active {
	background-color: #efefef;
	box-shadow: inset 0 -1px 0 #fff;
	border-color: #ddd;
}

a.sd-button > span {
	padding: 4px 8px;
	display: block;
	opacity: .8;
	line-height: 1.5em;
	text-shadow: none;
}

a.sd-button:hover span {
	opacity: 1;
}

.sd-button span.share-count {
	font-size: 90%;
	color: #666;
	margin-left: 5px;
	line-height: 1;
}

.rtl .sd-button span.share-count {
	margin-right: 5px;
}

/* Button Style Options */

.sd-social-icon-text a.sd-button > span,
a.sd-button > span {
	padding: 1px 5px 1px 23px;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.sd-social-icon a.sd-button > span {
	padding: 3px;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
}

.sd-social-text a.sd-button > span {
	background: none !important;
	padding-left: 5px
}

.sd-social-official li {
	height: 21px;
}

div.sharedaddy .no-text {
	width: 21px;
	height: 21px;
}

div.sharedaddy .no-text a {
	text-decoration: none;
}

div.sharedaddy .no-icon a span, div.sharedaddy li.no-icon div a span {
	padding-left: 5px;
	background-image: none;
}

.rtl .sd-social-icon-text a.sd-button > span,
.rtl a.sd-button > span {
	padding: 3px 23px 3px 5px;
	background-position: 98% center;
}

.rtl .sd-social-text a.sd-button > span {
	padding-left: 0;
	padding-right: 5px
}

.rtl div.sharedaddy .no-icon a span, .rtl div.sharedaddy li.no-icon div a span {
	padding-left: 0;
	padding-right: 5px
}


/* Sharedaddy Module in /sharing/sharing.css */

/* Ratings Alignment
-------------------------------------------------------------- */
div.sharedaddy .sd-rating .pd-rating {
	width: 82.125%; /* 530px / 640px */
	float: right;
	margin: 0;
}


/* =Like Module
-------------------------------------------------------------- */

div.sharedaddy .wpl-likebox,
#main div.sharedaddy .wpl-likebox,
#content div.sharedaddy .wpl-likebox {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wpl-likebox .sd-content {
	margin: -2px 0 0 0;
}

div.sharedaddy .wpl-button {
	float: left;
	margin: 0 5px 0 0;
}

div.sharedaddy .wpl-count {
	line-height: 1;
	padding: 5px;
	text-align: left;
	margin: 0;
	font-size: 12px;
}

div.sharedaddy ul.wpl-avatars,
.wpl-likebox {
	margin: 0 -2px 0 0 !important;
	padding-top: 8px !important;
	overflow: hidden;
}

div.sharedaddy ul.wpl-avatars li {
	width: 32px;
	height: 32px;
}

div.sharedaddy ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

div.sharedaddy ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sharedaddy .wpl-button a.sd-button span {
	padding: 1px 5px 1px 2px;
	text-shadow: none;
}

div.sharedaddy .wpl-button a.sd-button span:before {
	color: #2EA2CC;
	font-family: "Noticons";
	content: '\f408';
	font-size: 16px;
	line-height: 0;
	text-shadow: 0 1px 0 #fff;
	position: relative;
	top: 3px;
}

div.sharedaddy .wpl-button a.sd-button.liked {
	background: #FEFFCE;
	border: 1px solid #F3E389;
	box-shadow: inset 0 1px 0 #fff;
	cursor: default;
}

div.sharedaddy .wpl-button a.sd-button.liked span {
	opacity: 1;
}

.rtl div.sharedaddy .wpl-button {
	float: right;
	margin: 0 0 0 5px;
}

.rtl div.sharedaddy #wpl-count {
	text-align: right;
}

.rtl div.sharedaddy ul.wpl-avatars,
.rtl .wpl-likebox {
	margin: 0 0 0 -2px !important;
}

.rtl div.sharedaddy .wpl-button a.sd-button span {
	padding: 3px 5px;
	background-position: right center;
}

#wpl-mustlogin {
	width: 80%;
	max-width: 312px;
	padding: 15px;
	position: absolute;
	z-index: 1001;
	text-shadow: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px #ccc;
	box-shadow: 0px 2px 8px #ccc;
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, .2);
}

#wpl-mustlogin p {
	margin: 0;
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin label, #wpl-mustlogin a {
	text-shadow: none;
	color: #333;
}

#wpl-mustlogin input[type="text"],
#wpl-mustlogin input[type="password"] {
	width: 98.5%;
	text-shadow: none;
	border: 1px solid #ccc;
	background: #fff;
	color: #333;
}

#wpl-mustlogin {
	line-height: 14px !important;
	font-size: 11px;
	clear: left;
	margin-top: 5px;
	background: #f0f0f0;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#wpl-mustlogin a {
	color: #888;
	text-decoration: underline;
}

#wpl-mustlogin p {
	margin: 5px 0;
	padding: 0
}

#wpl-mustlogin input.input {
	padding: 2px;
	background: #fff;
	font-size: 11px;
	font-family: inherit;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
	line-height: 12px;
}

#wpl-mustlogin input#wp-submit {
	border: 1px solid #ccc;
	font-size: 11px;
	background: #fafafa repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 4px !important;
	line-height: 12px;
}

#wpl-mustlogin label {
	position: relative;
	cursor: text;
}

#wpl-mustlogin label span {
	position: absolute;
	top: 0px;
	left: 5px;
	padding: 0 !important;
}

.rtl #wpl-mustlogin {
	margin-left: 0;
	margin-right: -120px;
}

.rtl #wpl-mustlogin {
	clear: right
}

.rtl #wpl-mustlogin label span {
	left: auto;
	right: 5px
}

/* Like Special cases (display on it's own) */

div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like div.sd-content {
	width: 100%;
	float: none;
}

div.sharedaddy.sd-rating-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */
	float: right;
}

div.sharedaddy.sd-sharing-enabled .sd-like h3 {
	display: block;
}

div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	width: 82.125%; /* 530px / 640px */
	float: right;
}

.rtl div.sharedaddy.sd-rating-enabled .sd-like div.sd-content {
	float: left
}

.rtl div.sharedaddy.sd-sharing-enabled .sd-like div.sd-content {
	float: left
}

/* =Theme-specific fixes
-------------------------------------------------------------- */

/* Shelf */

div.sharedaddy .wpl-likebox {
	position: static !important;
	bottom: auto !important;
}
/*
Theme Name: VentureBeat v2 (venturebeat2)
Theme URI: http://www.venturebeat.com
Description: Default theme for VentureBeat
Author: Oomph, Inc.
Author URI: http://www.thinkoomph.com
Version: 2.0

	give your web some                   00       00
	                                     00       00
	 0000    0000   00 00  00   00 00    00 00    00
	00  00  00  00  000 000 00  000  00  000  00 
	00  00  00  00  00  00  00  000  00  00   00  00
	 0000    0000   00  00  00  00 00    00   00  00
	                            00
	                            00    thinkoomph.com

*/@charset "UTF-8"; 

/**
 * HTML5 ✰ Boilerplate
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * 
 * Oomph's preferred reset and normalization set, with our additions
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #fff; text-decoration: none; }
mark { background-color: #ff9; font-style: italic; }
strike, del { text-decoration: line-through; color: #000; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font: normal 13px/1.615 Arial, sans-serif; } /* 13 over 21. Firefox now requires at least one font definition other than the generic. Dumb. */
	.ie6, ie7 { *font-size: small; }
select, input, textarea, button { font: 99% Arial, sans-serif; }
pre, code, kbd, samp { font-family: Courier, monospace, sans-serif; }

/* Minimal base styles */
html { overflow-y: scroll; -webkit-font-smoothing: antialiased; margin: 0; }
a:hover, a:active { outline: none; }
/*
ul, ol { margin-left: 2em; }
	ul { list-style: square; }
	ol { list-style: decimal; }
	ol ol { list-style: upper-alpha; }
	ol ol ol { list-style: lower-roman; }
	ol ol ol ol { list-style: lower-alpha; }
*/
nav ul, nav li, ul.xoxo, ul.xoxo li { margin: 0; list-style: none; list-style-image: none; }
small { font-size: 85%; }
b, strong, th { font-weight: bold; }
i, em, cite { font-style: italic; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; margin-bottom: 10px; background-color: #e6e6e6; border-left: 5px solid #6CE26C; } /* Oomph's codey-looking pre style, just for kicks */
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], input[type="email"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid, input.error, textarea.error {
	border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; text-rendering: optimizeLegibility; }

/* Hide for both screenreaders and browsers */
.hidden { display: none; visibility: hidden; } 
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { 
	position: absolute !important;    
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px); 
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* END HTML5 BOILERPLATE */

/*
If you want the following size in pixels (px), declare this percent (%)
9	= 69.5		13 	= 100		17 	= 131		21 	= 161.6		25 	= 189		36	= 277
10 	= 77		14 	= 108		18 	= 138.5		22 	= 167		26 	= 200
11 	= 85		15 	= 116		19 	= 146.5		23 	= 174		28	= 215
12 	= 93		16 	= 123.1		20 	= 153.9		24 	= 182		30	= 230

*/

/* =Colors
----------------------------------------------- 
  body bg #333
  global red #ef3320
  global blue #1f81e5
  heading #343434
  paragraphs  #464646
*/

/* =Psuedos
----------------------------------------------- */
::selection {
  background: #EF3320;
  color: white;
  text-shadow: none;
}


/* =Structure
----------------------------------------------- */

body {
}
#page {
	position: relative;
}
#branding hgroup {
}
#channels div {
}
#primary {
  float: left;
  margin: 0px 0px 0px 0px;
  width: 560px;
}
#content {
}
#secondary,
#sidebar {
  float: left;
  width: 300px;
	padding-left: 15px; 
}

#secondary img,
#secondary object { display: block; }
/* Singular */
.singular #primary {
}
.singular #content,
.left-sidebar.singular #content {
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
  float: none;
}
.singular footer.entry-meta {
  margin-bottom: 20px;
}
.singular .entry-content .wp-caption {
	max-width: 536px;
	overflow: hidden;
	position: relative;
}
.singular .entry-content-thumbnail {
	overflow: hidden;
	position: relative;
	font-family: georgia, serif;
}
.singular .entry-content-thumbnail .image-container {
	background: transparent !important;
}
.singular .entry-content .wp-caption .vb_image_source,
.singular .entry-content-thumbnail .vb_image_source {
	display: block;
	position: absolute; 
	right: 0;
	background-color: rgba(255, 255, 255, 0.75);
	color: #666;
	font-size: 10px;
	margin-top: -32px;
	padding: 5px 10px 5px 10px;
	line-height: 16px;
}
.singular .entry-content .wp-caption img,
.singular .entry-content-thumbnail img {
	position: relative;
}
.singular .entry-content .wp-caption-text,
.singular .entry-content-thumbnail .wp-caption-text {
	margin-top: -6px;
	background: #f7f7f7;
	color: #666;
	font-size: 14px;
	font-style: italic;
	padding: 10px 15px 10px 15px;
	line-height: 16px;
}
.singular .entry-content img { max-width: 536px; }


/* Attachments */
.singular .image-attachment .entry-content {
}
.singular .image-attachment .entry-description {
}

/* error404 */
.error404 #primary {
}
.error404 #primary #content {
}

/* Alignment */
.alignleft {
  float: left;
  margin: 0px 12px 0px 0px;
}
.alignright {
  float: right;
  margin: 0px 0px 0px 12px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
  /*font-family: 'Balthazar', Cambria, Georgia, "Times New Roman", serif;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
body,
#branding,
#colphon-copyright {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/bg.png) repeat scroll top left;
}
#page {
  border-top: 2px solid #EF3320;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
}

/* Text elements */
p {
}
ul, ol {
}
p, ul, ol {
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
}
dt {
}
dd {
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/quotes.png) no-repeat scroll top left;
  color: #666666;
  font-size: 93%;
  padding: 0px 0px 0px 32px;
}
blockquote em, blockquote i, blockquote cite {
}
blockquote cite {
}
pre {
}
code, kbd {
}
abbr, acronym, dfn {
}
address {
}
ins {
}
sup,
sub {
}
sup {
}
sub {
}

/* Forms */
input[type=text],
input[type=password],
textarea {
}
input[type=text]:focus,
textarea:focus {
}
textarea {
}
input[type=text] {
}
input#s {
}
input#searchsubmit {
}

/* Links */
a {
  color: #EF3320;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  text-decoration: underline;
}
#category-title a:hover { text-decoration: none; }

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#channels a.assistive-text:active,
#channels a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* Menu Labels */
.navigation-label {
  font: italic normal normal 100%/normal georgia, serif;
  color: #787878;
  display: inline-block;
  text-shadow: none;
  float: left;
}

/* Shadows */
.shadow {
  -webkit-box-shadow: 0px 1px 8px 0px #eaeaea;
  -moz-box-shadow: 0px 1px 8px 0px #eaeaea;
  box-shadow: 0px 1px 8px 0px #eaeaea;
}

/* Gradients */
.gradient {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 20%, #f5f5f5 50%, #f5f5f5 80%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(20%,#f5f5f5), color-stop(50%,#f5f5f5), color-stop(80%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 20%,#f5f5f5 50%,#f5f5f5 80%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 20%,#f5f5f5 50%,#f5f5f5 80%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 20%,#f5f5f5 50%,#f5f5f5 80%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(top,  #ffffff 0%,#f5f5f5 20%,#f5f5f5 50%,#f5f5f5 80%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

/* Rounded Corners */
.rounded2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* Borders */
.border-top {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/bordertop.png) repeat-x scroll left top;
}
.border-bottom {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/borderbottom.png) repeat-x scroll left bottom;
}

/*  =Sprites - Arrows */
.nav-controls span a,
.author-profile .author-more,
.author-profile .author-social li.profile a,
.author-profile .author-close {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/arrows.png) no-repeat scroll 0px 0px;
}

/* Navigation Controls */
.nav-controls {
  width: 64px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.nav-controls span {
  border: 1px solid #CBCBCB;
  float: left;
}
.nav-controls span a {
  background-position: -357px -14px;
  display: block;
  height: 10px;
  text-indent: -9999px;
  width: 10px;
	padding: 10px;
}
.nav-controls span.next {
	margin-left: -1px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.nav-controls span.previous {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.nav-controls span.next a {
  background-position: -338px -34px;
}

/*  =Sprites - Social */
#branding-social a,
#branding-social-post a,
#author-description-social a,
.author-profile .author-social li.tw a,
.author-profile .author-social li.fb a,
.author-profile .author-social li.gplus a,
.the-pageviews,
#profile-social a {
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/social.png) no-repeat scroll 0px 0px;
}

/* =Header
----------------------------------------------- */

#branding {
  margin: 0px auto;
  padding: 16px 0px 0px 0px;
  width: 1000px;
  min-height: 180px;
  position: relative;
	z-index: 20;
}

.single-vb_gamesbeat_user #branding {
  height: 200px;
}

#site-title {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/logo3.png) no-repeat scroll top left;
  height: 164px;
  width: 250px;
  position: absolute;
  top: 18px;
  left: 0px;
  z-index: 1;
}
#site-title a {
  display: block;
  height: 164px;
  text-indent: -9999px;
  width: 250px;
}

.pushdown #site-title {
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/logo-110x63.png) no-repeat scroll top left;
	height: 70px;
	width: 115px;
	position: absolute;
	top: 18px;
	left: 16px;
	z-index: 1;
}

.tax-person #category-title, .tax-company #category-title { display: none; }

.archive #site-title,
.category #site-title,
.single #site-title,
.gamesbeat #site-title {
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/logo-category.png) no-repeat scroll top left;
	height: 58px;
	width: 80px;
	top: 0px;
}

.archive #site-title,
.category #site-title a,
.single #site-title a,
.gamesbeat #site-title a {
	height: 58px;
	width: 80px;
}

.tag #site-title {
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/logo.png) no-repeat scroll top left;
	height: 164px;
	width: 250px;
	top: 10px;
}

.tag #site-title a {
	height: 164px;
	width: 250px;
}

/* Header Hottopics */
#branding-hottopics {
  color: #ABABAB;
  margin-left: 272px;
  overflow: hidden;
  padding: 0px 0px 10px 0px;
  text-align: left;
  text-shadow: rgba(255, 255, 255, 0.9) 0px 1px 0px;
  width: 728px;
}
.pushdown #branding-hottopics {
	margin-top: 20px;
	margin-left: 372px;
	width: 610px;
}
.category .pushdown #branding-hottopics,
.single .pushdown #branding-hottopics,
.gamesbeat .pushdown #branding-hottopics {
	margin-top: 10px;
}
ul#whats-hot {
	height: 20px;
	overflow: hidden;
	word-wrap: break-word;
}
#branding-hottopics .navigation-label {
  margin-top: 2px;
}
.oldie #branding-hottopics .navigation-label {
  margin-top: 4px;
}
#branding-hottopics li {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/header-bullet.png) no-repeat scroll right 7px;
  float: left;
  margin: 0px 0px 0px 14px;
  padding: 0px 18px 0px 0px;
}
.oldie #branding-hottopics li {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/header-bullet.png) no-repeat scroll right 9px;
}
.pushdown #branding-hottopics li:first-child {
	margin-right: 0;
}
#branding-hottopics li:last-child {
  background: none;
  padding-right: 0px;
}
#branding-hottopics a {
  display: block;
  font-weight: 600;
  color: #EF3320;
  text-transform: uppercase;
}

/* Header Ads */
#branding .vb-ad {
  background-color: #999;
  display: block;
  font-weight: bold;
  height: 90px;
  margin: 0px 0px 16px 272px;
  width: 728px;
}

#branding .vb-ad-billboard {
  background: transparent;
  display: block;
  font-weight: bold;
  height: 90px;
  margin: 25px auto 20px auto;
  width: 970px;
}
.category #branding .vb-ad-billboard,
.single #branding .vb-ad-billboard {
	margin-top: 20px;
}
.gamesbeat #branding .vb-ad-billboard {
	margin-top: 35px;
}


.vb-ad-320x50 {
	margin: 10px 0;
	height: 50px;
	overflow: hidden;
}

.vb-ad-125x125 {
	border: 1px solid #E4E4E4;
	background: url(/wp-content/themes/vip/venturebeat2/images/widgetbg-top.png) no-repeat scroll center top #FEFEFE;
	padding: 15px 0px 0px 16px;
}
.vb-ad-125x125 .advertise-link {
	text-align:right;
	margin: -10px 3px 0 0;
	font-size: 0.8em;
}
.vb-ad-125x125 .advertise-link a {
	color: #0085E1;
}
.vb-ad-wrap-125x125 {
	display: inline-block;
	margin: 0 13px 13px 0;
}

.vb-ad-wrap-558x69 {
	margin-bottom: 20px;
}

/* =Header Toolbar
----------------------------------------------- */
#branding-toolbar {
	background-color: #fafafa;
	border-left: 1px solid #c1c2c4;
	border-right: 1px solid #c1c2c4;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	height: 42px;
	padding: 0px 9px 0px 13px;
	position: relative;
}
.pushdown #branding-toolbar {
	margin-top: -10px;
}
.category .pushdown #branding-toolbar,
.single .pushdown #branding-toolbar,
.gamesbeat .pushdown #branding-toolbar {
	margin-top: -8px;
}

/* Header Search  */
#branding-search {
	position: absolute;
  width: 399px;
	top: 6px;
	right: 550px;
	padding-right: 40px;
  background-color: #eee;
  border: 1px solid #cbcbcb;
	z-index: 20;
}
.home #branding-search,
.author #branding-search,
.page #branding-search,
.search #branding-search,
.error404 #branding-search {
	width: 135px;
} 
.pushdown #branding-search {
	width: 393px;
}
/*#branding-search #site-description {
  color: #212121;
  float: left;
  font-size: 108%;
  margin: 5px 29px 0px 15px;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
}

#branding-search #nav-buttons-td { width: 66px; height: 32px; }


/* Header Search Form */
#branding #searchform {
  position: relative;
}
#branding #searchform label {
  display: none;
}
#branding #s,
#branding #s-mobile {
  background: none;
  border: none;
  color: #a3a3a3;
  font-size: 93%;
	height: 20px; 
	line-height: 20px;
	width: 100%;
  padding: 5px 5px 3px;
}
.ie7 #branding #s {

}
#branding #s:focus {
}
#branding #searchsubmit {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/main-submit.png) no-repeat scroll 0px 0px;
  border: none;
  display: block;
  text-indent: -9999px;
  height: 20px;
  width: 20px;
  position: absolute;
	top: 4px;
  right: -34px;
}
.ie7 #branding #searchsubmit {
	font-size: 0px;
}

/* Header Access Nav */
/** Branding main with page links is fixed width. Try to put more than fits in here,
 too bad. Design doesn't support it **/
#branding-main {
	position: absolute;
	line-height: 20px;
	width: 325px;
	height: 20px;
	left: 465px;
	top: 8px;
	padding: 6px 0 4px;
	overflow: hidden;
}
.oldie #branding-main {
	top: 6px;
}
#branding-main li {
  float: left;
  margin-right: 12px;
}
#branding-main li a {
  color: #1f81e5;
  font-size: 93%;
  font-weight: 600;
}
#branding-main ul ul {
  display: none;
}


/* =Menu
-------------------------------------------------------------- */
#channels .navigation-label,
#author-list-container .navigation-label {
  margin-bottom: 8px;
}
#channels ul {
  clear: both;
  list-style-type: none;
  margin-left: -15px;
}
#channels li {
	line-height: 19px;
	height: 19px;
  white-space: nowrap;
  position: relative;
}
.ie7 #channels li {
	height: 21px;
}
#channels a {
	border-bottom: 1px solid #fff;
  color: #131313;
  display: block;
  font-size: 85%;
  font-weight: 600;
  height:  16px;
  padding: 2px 2px 1px 15px;
}
.ie7 #channels li a {
	height: 18px;
	padding-top: 0px;
}
#channels li a:hover,
#channels li:hover > a,
/*#channels li.on > a, ( VBEAT -384 )*/
#channels li.current-menu-item > a {
  background-color: #fafafa;
  color: #EF3320;
  text-decoration: none;
}
/*#channels li.games a ( VBEAT -384 )*/
#channels li.menu-item-393967 a {
  color: #008eac;
  text-transform: uppercase;
}
#channels ul ul {
  background-color: #f9f9f9;
/*  border-bottom: 1px solid #131313;*/
  display: none;
  padding: 0px 0px 1px 0px;
  width: auto;
  position: absolute;
  top: 0px;
  left: 105px;
  z-index: 1000;
}
#channels ul ul li a {
	border-bottom: 1px solid #f9f9f9;
	color: #1f81e5;
	padding: 2px 15px 1px 15px;
}
#channels ul ul li a:hover {
	background-color: #EF3320;
	border-bottom: 1px solid #EF3320;
	color: #fff;
}
/*#channels > ul li:hover > ul ( VBEAT -384 )*/
#channels ul#menu-channels-menu li:hover > ul,
#channels ul#menu-channels li:hover > ul /* for gamesbeat site */ {
/*  background: transparent url(/wp-content/themes/vip/venturebeat2/images/box-arrow.png) no-repeat scroll -12px 0px;*/
  display: block;
}
#channels ul ul ul {
  display: none;
}

/* =Content
----------------------------------------------- */

#main {
  background-color: #fff;
  border-left: 1px solid #c1c2c4;
  border-right: 1px solid #c1c2c4;
  clear: both;
  margin: 0px auto;
  padding: 14px 0px 0px 0px;
  width: 998px;
}
  
/* Main Inner */
#main-inner {
  margin: 0px 15px;
}

/* = Main DL's: Featured stuff goes in styles/vb-featured.css because it's shared with admin */
#vb-dl {
/*  margin-bottom: 20px;
	padding-bottom: 20px; */
	clear: both;
}

/* = Per-category top posts */
#top-posts { margin: 0;  height: 150px; overflow: hidden; width: 100%; }
	#top-posts .slide-groups { width: 100000px; position: relative; height: 100%; }
	.ie7 #top-posts .slide-groups { width: 978px; }
	#top-posts ul { list-style: none; padding-top: 3px;  }
	#top-posts li { height: 145px; width: 311px; margin-left: 0; margin-right: 13px; list-style: none; }
		#top-posts li a { /*display: block;*/ width: 100%; height: 100%;  }
	#top-posts li.last { margin-right: 0; }
/* = Fancy Images */
div.image-container { background-color: #fff; position: relative; height: 100%; width: 100%; overflow: hidden; }
	div.image-container img { position: relative; display: block; }
/* = Javascript switches */
.js .hide-if-js { display: none; }
.no-js .hide-if-no-js { display: none; }

.ie7 #top-posts ul {
	overflow: hidden;
	width: 978px;
}

/* Top Post controls */
#category-slider-controls {
	position: relative;
}
#category-slider-controls a {
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/slider-controls.png) no-repeat left top;
	display: block;
	height: 56px;
	width: 49px;
	text-indent: -9999px;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#category-slider-controls a.previous {
	left: -64px;
}
#category-slider-controls a.next {
	background-position: -49px 0px;
	right: -64px;
}



/* Main Channel Group */
#channel-group { float: left; }
#channel-group,
#channels,
#author-list-container {
  margin: 0px 15px 0px 0px;
  width: 75px;
}
#channels {
	margin-bottom: 20px;
}
.ie7 #channels,
.ie7 #author-list-container {
  position: relative;
  z-index: 100;
}
#channel-group-ad {
  background-color: #999;
  float: left;
  height: 250px;
  width: 300px;
}

.home #channel-group,
.home #content-group {
	margin-top: 14px;
}
.home #content-right {
	background: none;
	margin-top: 6px;
}
.home.paged #channel-group,
.home.paged #content-group { 
	margin-top: 0px;
}
.home.paged #content-right,
.category #content-right,
.page #content-right,
.single #content-right {
	margin-top: 6px;
	padding-top: 20px;
}

.single #content-group { padding-top: 14px; }


/* Main Content Group - Left Sidebar */
#content-left {
	width: 75px;
	float: left;
	margin: 0px 15px 0px 0px;
}

/* Main Content Group - Right Content */
#content-right {
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/bordertop.png) repeat-x scroll left top;
  float: right;
  width: 878px;
}

/* Main Content Group - Authors */
#author-list {
  list-style-type: none;
}
#author-list .author-list-item {
  border-bottom: 1px solid #ededed;
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.author-profile { position: relative; clear: both; }
.author-profile .navigation-label {
  margin-bottom: 8px;
}
.author-profile .author-name {
  line-height: 1;
  margin-bottom: 4px;
  max-width: 175px;
}
.the-author .author-profile .author-name,
.author-profile-inline .author-profile .author-name { max-width: none; }

#author-list .author-profile .author-name a {
  color: #313131;
  font-size: 85%;
  font-weight: 600;
}
.author-profile .author-avatar {
  border: 2px solid #fff;
  float: left;
  height: 30px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 30px;
}
.author-profile .author-more {
  background-position: -387px 0px;
	display: block;
  cursor: pointer;
  float: left;
  height: 13px;
  margin: 9px 10px 0px 10px;
  width: 13px;
}
	.author-profile.expanded .author-more {
		background-position: -290px -94px;
		position: relative;
		z-index: 2000;
	}
.author-profile .profile-details {
  display: none;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  padding: 8px;
  width: 224px;
  position: absolute;
  left: -9px;
  top: -9px;
  z-index: 1;
}
#author-list .author-list-item:hover .author-profile .profile-details {
	display: block;
}
.author-profile.expanded .profile-details { 
	display: block;
	top: -9px;
}
.author-profile.expanding .profile-details { display: none; }
.author-profile .author-close {
  background-position: -312px -79px;
  cursor: pointer;
  float: right;
  height: 9px;
  width: 9px;
}
#author-list .author-profile .author-close {
	display: none;
}
.author-profile .author-social {
  list-style-type: none;
  float: right;
  margin-top: 5px;
}
.author-profile .author-social li {
  float: left;
}
.author-profile .author-social li.tw,
.author-profile .author-social li.li,
.author-profile .author-social li.fb {
  margin-right: 3px;
}
.author-profile .author-social li.gplus {
  margin-right: 8px;
}
.author-profile .author-social li.tw a,
.author-profile .author-social li.fb a,
.author-profile .author-social li.gplus a,
.author-profile .author-social li.li a {
  display: block;
  height: 22px;
  text-indent: -9999px;
  width: 22px;
}
.author-profile .author-social li.tw a { background-position: -421px -252px; }
.author-profile .author-social li.fb a { background-position: -349px -324px; }
.author-profile .author-social li.gplus a { background-position: -61px -612px; }

.author-profile .author-social li.tw a:hover { background-position: -385px -288px; }
.author-profile .author-social li.fb a:hover { background-position: -313px -360px; }
.author-profile .author-social li.gplus a:hover { background-position: -25px -650px; }

.author-profile .author-social li.li a { background: transparent url(/wp-content/themes/vip/venturebeat2/images/linkedin.png) no-repeat scroll 0px -56px; }
.author-profile .author-social li.li a:hover { background-position: 0px -80px; }

.author-profile .author-social li.profile a {
  background-position: -295px -60px;
  color: #EF3320;
  font-size: 85%;
  text-transform: lowercase;
  padding-right: 20px;
}
.oldie .author-profile .author-social li.profile a {
	background-position: -298px -63px;
}
.author-profile .author-recent {
  clear: both;
  list-style-type: none;
}
.author-profile .author-recent li {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/footer-bullet.png) no-repeat scroll 0px 4px;
  line-height: 1;
  margin-bottom: 6px;
  padding-left: 8px;
}
.author-profile .author-recent li.recent {
  background: none;
  color: #666666;
  font-size: 85%;
  padding-left: 0px;
}
.author-profile .author-recent li a {
  color: #1f81e5;
  font-size: 93%;
}

div.author-profile-inline { position: absolute; z-index: 5; display: none; top: 3px; left: 0px; }
span.author-profile-inline { position: relative;  }
	div.author-profile-inline.expanded { display: block; }
	div.author-profile-inline.expanding { display: none; }
	.author-profile-inline .profile-link { padding-right: 22px; }
	.author-profile-inline .author-expand { display: block; position: absolute; width: 16px; height: 16px; background: transparent url(/wp-content/themes/vip/venturebeat2/images/arrows.png) no-repeat -387px 0; right: 0; top: 2px; z-index: 2000; cursor: pointer; }
/*	.author-profile-inline.expanded .author-expand { background-position: -290px -94px; }*/
	div.author-profile-inline .author-more { display: none; }

/* IE fixes */
.ie7 #author-list li {
	clear: left;
}
.ie7 .entry-meta .profile-details {
  left: -90px;
  top: -7px;
}
.ie7 .entry-meta .author-expand {
	top: 4px;
}

/* Page Titles */
.page-title {
  background-color: #EEE;
  border: 1px solid #CBCBCB;
  color: #6c6c6c;
  clear: none;
  font-style: italic;
  font-weight: 600;
  font-family: georgia, serif;
  margin: 0px 0px 16px 0px;
  padding: 4px 0px 4px 6px;
}
.page-title .description {
  color: #EF3320;
  font-style: normal;
  font-size: 123.1%;
  margin-left: 8px;
}

.home article.post-sponsored,
.archive article.post-sponsored {
	background: #fafafa;
}
.hentry,
.no-results {
  background-position: left bottom;
  margin-bottom: 10px;
	padding-bottom: 14px;
}
.hentry:last-child,
.no-results {
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-header .entry-meta {
  color: #666666;
  font-size: 93%;
  margin-bottom: 8px;
}
.single .entry-header .entry-meta {
	min-height: 60px;
}
.the-time {
  margin-right: 12px;
  font-weight: 600;
}
.the-pageviews {
  background-position: -360px -218px;
  color: #EF3320;
  float: right;
  padding: 0px 0px 0px 26px;
}
.the-author { font-weight: 600; font-size: 100%; }
	.the-author a { color: #1f81e5; }

.entry-title {
  font-size: 200%;
  font-weight: normal;
  line-height: 1.1;
	margin-bottom: .1em;
	padding-bottom: .25em;
}
.entry-title,
.entry-title a {
  color: #343434;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #EF3320;
}
footer.entry-meta { padding-bottom: 4px; }
.entry-meta {
  clear: both;
}
#tag-lists { margin: 14px 0; }
.tag-list { margin: 5px 0; }
.entry-meta #tag-lists h2 {
  color: #666666;
  display: inline;
  font-size: 93%;
  margin-right: 6px;
	font-weight: 700;
  text-transform: uppercase;
}
.entry-meta #tag-lists a {
  color: #1F81E5;
  margin-left: 6px;
}

.single-author .entry-meta .by-author {
}
.entry-content,
.entry-summary {
	color: #464646;
	font-family: georgia, serif;
	overflow: hidden;
}
	span.post-label {
		color: #000;
		display: inline;
		font-family: Arial, Tahoma, Helvetica, sans-serif;
		font-size: 93%;
		font-weight: 600;
		margin-right: 4px; 
		line-height: 1em;
		padding: 2px 4px 2px 0px;
		text-transform: uppercase;
	}

.has-thumbnail .entry-wrapper,
.single-vb_gamesbeat_user.singular .has-thumbnail.hentry .entry-wrapper {
	float: left;
	width: 380px;
}

.entry-summary-thumbnail {
  border: 1px solid #E4E4E4;
  float: left;
  height: 140px;
  margin: 0px 18px 18px 0px;
  overflow: hidden;
  width: 160px;
}
.entry-content-thumbnail {
  margin: 0px 0px 12px 0px;
  width: 558px;
}
	.entry-content-thumbnail .image-container { padding: 3px; left: -3px; top: -3px;}


.entry-content h1,
.comment-content h1 {
  font-size: 182%;
}
.entry-content h2,
.comment-content h2 {
  font-size: 167%;
}
.entry-content h3,
.comment-content h3 {
  font-size: 153.9%;
}
.entry-content h4,
.comment-content h4 {
  font-size: 138.5%;
}
.entry-content h5,
.comment-content h5 {
  font-size: 123.1%;
}
.entry-content h6,
.comment-content h6 {
  font-size: 108%;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.entry-content ul,
.entry-summary ul,
.comment-content ul,
.entry-content ol,
.entry-summary ol,
.comment-content ol {
  color: #222222;
  font-size: 100%;
  line-height: 19px;
  margin-bottom: 18px;
}
.single-post .entry-content p,
.single-post .entry-content ul,
.single-post .entry-content ol {
  color: #000;
  font-size: 120%;
  line-height: 25px;
  margin-bottom: 18px;
}
.entry-summary p { margin-bottom: .75em; }

.entry-content table,
.comment-content table {
}
.entry-content th,
.comment-content th {
}
.entry-content td,
.comment-content td {
}
.entry-content #s {
}
#pagelinks { margin-bottom: 2em; text-align: right; font-size: 1.1em; font-weight: bold;}
#pagelinks span { display: inline; padding: 5px 10px; }
#pagelinks a span, #pagelinks span:first-of-type { border-right: 1px solid #222; }

.entry-content ul,
.comment-content ul,
.entry-content ol,
.comment-content ol {
  padding-left: 32px;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
}
.vb-gallery-core ul {
	padding-left: 0px;
}


.post-meta-after {
color: black;
font-size: 120%;
line-height: 25px;
}
.post-meta-before p {
font-size: 100%;
line-height: inherit;
}


dl.gallery-item {
}
.page-link {
}
.page-link a {
}
.page-link a:hover {
}
.page-link span {
}
.entry-meta .edit-link,
.commentlist .edit-link {
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
}
.entry-content .edit-link {
}

.hentry { }
.home .hentry, .archive .hentry { position: relative; }

/*.hentry:hover .entry-meta .edit-link { position: absolute; bottom: 2px; right: 5px; display: block; }*/

/* Images 
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%;  Fluid images for posts, comments, and widgets 
}*/
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {

}
img.alignleft,
img.alignright,
img.aligncenter {
}
p img,
.wp-caption {
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
}
.wp-caption .wp-caption-text:before {
}
#content .gallery {
}
#content .gallery a img {
}
img#wpstats {
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption img {
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
}
.post-password-required input[type=password] {
}
.post-password-required input[type=password]:focus {
}

/* Author Info */
#author-info {
}
.singular #author-info {
}
.archive #author-info {
}
#author-avatar {
  float: left;
  height: 156px;
  margin: 0px 18px 20px 0px;
  overflow: hidden;
  width: 156px;
}
#author-avatar img {
  border: 2px solid #fff;
}
.oldie #author-avatar {
 border: 1px solid #ccc; 
}
#author-description {
  float: left;
  width: 386px;
}
.oldie #author-description {
	width: 384px;
}
#author-description-social,
#author-description blockquote {
  margin-bottom: 24px;
}
#author-description-social ul {
  list-style-type: none;
  margin-bottom: 0px;
}
#author-description-social li {
  float: left;
}
#author-description-social li.li a,
#author-description-social li.tw a,
#author-description-social li.fb a,
#author-description-social li.gplus a {
  display: block;
  height: 26px;
  text-indent: -9999em;
  width: 26px;
}

#author-description-social li.tw a { background-position: -600px -72px; margin-right: 6px; }
#author-description-social li.fb a { background-position: -674px 0px; margin-right: 6px; }
#author-description-social li.gplus a { background-position: -272px -396px; margin-right: 12px; }

#author-description-social li.tw a:hover { background-position: -562px -108px; }
#author-description-social li.fb a:hover { background-position: -637px -36px; }
#author-description-social li.gplus a:hover { background-position: -232px -432px; }

#author-description-social li.li a { background: transparent url(/wp-content/themes/vip/venturebeat2/images/linkedin.png) no-repeat scroll 0px 0px; margin-right: 6px; }
#author-description-social li.li a:hover { background-position: 0px -26px; }

#author-description-social li.email a { color: #1F81E5; margin-top: 3px; }

#author-description h2 {
}

/* Stories Headers */
.stories-header-wrapper {
  margin: 0px;
  padding-right:0px;
  font-style:normal;
  border-bottom: 4px solid #ff0013;
  float: left;
  clear: both;
  margin-bottom: 10px;
  background:none;
  width:100%;
}
#stories-header,
.stories-header-wrapper h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 4px 20px;
  line-height: 100%;
  margin: 0 10px 0 10px;
  background: #ff0013;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-style:normal;
}

.home #content {
  float:left;
}


/* Comments link */
.entry-header .comments-link a {
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
}
.entry-header .comments-link .leave-reply {
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
}
.entry-header hgroup .entry-title {
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
}
.recent-posts .entry-header .entry-format {
}
.recent-posts .entry-header hgroup .entry-title {
}

/* Singular content styles for Posts and Pages */
.singular .hentry { }
.singular #primary { position: relative; }

.singular span.partnered-post {
	background-color: #f8f8f8;
	border: 1px solid #e4e4e4;
	padding: 6px 10px 5px 10px;
}

.singular .post-sponsored .entry-wrapper { margin-top: 20px; }

.singular .hentry .entry-wrapper {
  width: 100%; /* same as #primary */
}
.singular.page .hentry {
}
.singular .entry-title {
 margin-bottom: 12px; 
}
.singular .entry-title,
.singular .entry-header .entry-meta {
}
.singular #content .entry-meta {
	position: relative;
/*	height: 80px; Move single post tags above Ad spot ( VBEAT - 440 )*/
}
.singular .entry-header .entry-meta-left { }
.singular .entry-header .entry-meta-right { 
	position: absolute; top: 0; right: 0;
}
.singular .entry-header .entry-meta-right,
.singular .entry-header .social-sharing /* VBEAT - 416 */ {
  text-align: right;
}
.singular .entry-header .entry-meta-right .comments-link {
  margin-right: 8px;
  padding-right: 8px;
}
.singular .entry-header .entry-meta-right .the-pageviews { 
  border-left: 1px solid #787878;
}
.singular .entry-header .entry-meta-right .comments-link a {
  color: #787878;
  font: italic normal normal 100%/1 georgia, serif;
}
.singular .entry-header .entry-meta-right .the-pageviews {
  float: none;
}
.singular .entry-header .entry-meta-right .social-sharing > span {
  margin-left: 8px;
}

.singular .entry-content .post-content h2 {
  font-size: 167%;
  font-weight: bold;
  font-style: italic;
  color: #EF3320;
  position: relative;
  margin-bottom: 9px;
  overflow: hidden;
}

.singular .entry-content .post-content h2:after {
  content: "";
  background:#f2f2f2;
  width: 100%;
  height: 11px;
  position: absolute;
  top: 14px;
  margin-left: 10px;
  z-index: -1;
}

.singular .entry-content .post-content h3 {
  font-size: 143%;
  font-weight: bold;
  font-style: italic;
  color: #EF3320;
  position: relative;
  margin-bottom: 9px;
  border-bottom: 1px solid #ddd;
  padding-bottom:3px;
}

.singular .entry-content .post-content h4 {
  font-size: 120%;
  font-weight: bold;
  font-style: italic;
  color: #EF3320;
  position: relative;
  margin-bottom: 1px;
} 

.singular .entry-content .comments-link {
	margin: 10px 0px 10px 15px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#222;
	height: 30px;
}

.singular .entry-content .comments-link a {
  display:block;
  padding:1px 9px;
  float:left;
  font-weight:700;
  text-decoration:none;
  color:#222;
  border:1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #dedede 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#dedede 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#dedede 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
    
.singular .entry-content .comments-link a:hover {
  background: #dedede; /* Old browsers */
  background: -moz-linear-gradient(top,  #dedede 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #dedede 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #dedede 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  text-shadow: 0px -1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=-1);
}
    
.singular .entry-content .comments-link .comment-count {
  position: relative;
  background: white;
  border: #ccc solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height:25px;
  float:left;
  margin-left:6px;
  padding:0px 5px;
}

.singular .entry-content .comments-link .comment-count i,
.singular .entry-content .comments-link .comment-count u {
  position: absolute;
  zoom: 1;
  line-height: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin: -5px 0 0 -5px;
  border: 5px transparent solid;
  border-right-color: #ccc;
  border-left: 0;
}

.singular .entry-content .comments-link .comment-count u {
  margin-left: -4px;
  border-right-color: white;
}

blockquote.pull {
}
.singular blockquote.pull {
}
.pull.alignleft {
}
.singular .pull.alignleft {
}
.pull.alignright {
}
.singular .pull.alignright {
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
}
.singular .entry-meta .edit-link a {
}

/* =Category Archives & Single Post Header 
----------------------------------------------- */

#category-title {
  color: #ef3320;
  font-size: 452%;
  float: left;
  font-weight: 600;
  line-height: 1;
  padding: 36px 0px 0px 0px;
  text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
  text-transform: uppercase;
  white-space: nowrap;
}
.pushdown #category-title {
	margin-top: -90px;
	margin-left: 110px;
}
/* Overrides for long titles */
#category-title.longtext {
	font-size: 230%;
	font-weight: 600;
	width: 260px;
	bottom: 58px;
	padding: 36px 0px 0px 0px;
	white-space: normal;
	left: 0px;
}
.pushdown #category-title.longtext {
	margin-top: -40px;
	padding: 0;
}
#category-title.medtext {
	font-size: 330%;
	font-weight: 600;
	width: 260px;
	bottom: 58px;
	padding: 36px 0px 0px 0px;
	white-space: normal;
	left: 0px;
}
.pushdown #category-title.medtext {
	margin-top: -50px;
	padding: 0;
}
.gamesbeat .pushdown #category-title {
	padding-top: 0px;
}

#subcategory-title a{
  color: #343434;
  font-size: 45%;
  float: left;
  font-weight: 600;
  line-height: 1;
  padding: 8px 0px 0px 0px;
  text-shadow: rgba(255, 255, 255, 1) 0px 1px 0px;
  text-transform: uppercase;
  white-space: nowrap;
}
#subcategory-title a:hover{
	color: #ef3320;
}
#subcategory-title a.active_subtitle{
	color: #ef3320;
}
#subcategory-title a.bitmob_link{
	margin-left: 16px;
}
.oldie #category-title.longtext { bottom: 54px; } 
.tag #category-title,
.home #category-title,
.page #category-title,
.author #category-title,
.search #category-title {
	display: none;
}
#category-title span {
  color: #b3b3b3;
}
.oldie #category-title span {
  margin-right: 2px;
}

/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
}
.singular .format-aside .entry-title {
}
.format-aside .entry-content {
}
.singular .format-aside .entry-content {
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
}
.singular .format-link .entry-title {
}
.format-link .entry-content {
}
.singular .format-link .entry-content {
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
}

.vb-gallery-zemanta-info {
	display:none;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
}
.singular .format-status .entry-title {
}
.format-status .entry-content {
}
.singular .format-status .entry-content {
}
.format-status img.avatar {
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
}
.indexed.format-image p,
.indexed.format-image p img {
}
.indexed.format-image footer.entry-meta {
}
.indexed.format-image div.entry-meta {
}
.indexed.format-image div.entry-meta + div.entry-meta {

}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
}
.indexed.format-image footer.entry-meta a {
}
.indexed.format-image footer.entry-meta a:hover {
}
#content .indexed.format-image img {
}
.indexed.format-image .wp-caption {
}
.indexed.format-image .wp-caption .wp-caption-text {
}
.indexed.format-image .wp-caption .wp-caption-text:before {
}
.indexed.format-image a:hover img {
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
}
.error404 #main #s {
}
.error404 #main .widget {
}
.error404 #main .widget_archive {
}
.error404 #main .widget_tag_cloud {
}
.error404 .widgettitle {
}

/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
}
.image-attachment div.attachment img {
}
.image-attachment div.attachment a img {
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
}
.image-attachment .entry-caption p {
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
}
#content nav a {
}
#nav-above {
}
#nav-above {
}
.paged #nav-above {
}
.nav-previous {
}
.nav-next {
}
#content nav .meta-nav {
}
#pager {
  background-color: #EEE;
  border: 1px solid #CBCBCB;
  margin-bottom: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#pager ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding: 4px 0px;
  text-align: center;
}
#pager li {
  display: inline-block;
  margin: 0px 12px;
}
.ie7 #pager li {
  display: inline;
}
#pager li a {
  color: #999;
  font-size: 93%;
}
#pager li a:hover,
#pager li.active_page a {
  color: #333;
}

/* Singular navigation */
#nav-single {
}
#nav-single .nav-previous,
#nav-single .nav-next {
}
#nav-single .nav-next {
}


/* =Widgets
----------------------------------------------- */

.widget-area {
}
.widget { background: #FEFEFE url(/wp-content/themes/vip/venturebeat2/images/widgetbg-top.png) no-repeat top center; border: 1px solid #E4E4E4; margin: 18px 0;  }
.widget .vb_widget { background: url(/wp-content/themes/vip/venturebeat2/images/widgetbg-bottom.png) no-repeat bottom center; }
.widget-title {
}
.widget ul {
}
.widget ul ul {
}
.widget ul li {
}
.widget a {
}
.widget a:hover,
.widget a:focus,
.widget a:active {
}
#secondary .xoxo > .widget iframe {
	display: block;
}

/* Ad widget */
.widget_vb_sidebar_ad { border: 0; background: transparent; }


/* Facebook & G+ */
.widget.widget_vb_fb,
.widget_vb_google_plus {
	background: none;
	border: none;
}
.widget_vb_google_plus {
	height: 118px;
}


/* VB Featured Authors Widget */
.vb-featuredauthors {
	font-size:12px;
}
.vb-featured-author-groups {
	clear:both;
	margin: 50px 5px 0 5px;
	height: 120px;
	overflow: hidden;
}
.vb-featured-author-list {
	height: 121px;
	text-align: center;
}
.vb-featured-author-list li {
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 96px;
	text-align:center;
}
#featured-authors-label {
	text-indent:-30000px;
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/featuredauthors-label.png) no-repeat scroll 0px 0px;
	display: block;
	height: 108px;
	width: 110px;
	position: relative;
	top: -2px;
	left: -2px;
	z-index: 100;
}
.featured-authors-inner {
	margin-top: -120px;
}
.vb-featuredauthors .nav-controls {
	position: relative;
	margin-top: -55px;
	margin-right: 3px;
	float: right;
}
.vb-featured-author-avatar a img.avatar {
	display:inline !important;
	border:1px solid #fff;
	box-shadow:0 0 2px rgba( 0, 0, 0, .5 );
}
.vb-featured-author-name {
	font-weight: bold;
	line-height: 1.4em;
	font-size: 0.9em;
}
.vb-featured-author-submit {
	margin: 0px auto;
	padding: 15px;
	clear: both;
	text-align: center;
	height: 30px;
	width: 188px;
}
.vb-featured-author-submit a {
	min-width: 188px;
	min-height: 30px;
	display: block;
	background: transparent url(/wp-content/themes/vip/venturebeat2/images/featuredauthors-submit-button.png) no-repeat;
	text-indent: -30000px;
}

.vb_user_ad_widget h2.widgettitle {
	text-align: right;
	background: #FEFEFE url(/wp-content/themes/vip/venturebeat2/../images/widgetbg-top.png) no-repeat top center;
	border: 1px solid #E4E4E4;
	width: 267px;
	padding: 6px 12px 6px 19px;
}

.vb-user-placeholder-wrapper {
  position: relative;
}

.vb-user-placeholder-wrapper .user-avatar {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  border: 2px solid #fff;
  box-shadow: 1px 0px 3px #666;
  bottom: 32px;
  right: 23px;
}

.vb-user-placeholder-wrapper .user-avatar img {
  max-width: 100%;
  height: auto;
}

.page-indicators {
  position: relative;
  top: -90px;
  left: 110px;
}
.page-indicators a {
  background-color: #eee;
  border: 1px solid #CBCBCB;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	margin-right: .5em;
	text-indent: -100000px;
	overflow: hidden;
}
.ie7 .page-indicators a {
  display: block;
  float: left;
}
.page-indicators a.activeSlide {
  background-color: #ef3320;
  border: 1px solid #ef3320;
}


/* = Single post */
#facebook-facepile { margin-bottom: 10px; }
/* =Footer
----------------------------------------------- */

#colophon {
  background-color: #333;
  border-top: 27px solid #ef3320;
}
#colophon-inner {
  margin: 0px auto;
  width: 1000px;
  position: relative;
}
#colophon-inner #footer-logo a {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/logo-footer.png) no-repeat scroll right bottom;
  display: block;
  height: 144px;
  text-indent: -9999px;
  width: 250px;
  position: absolute;
  right: 0px;
  bottom: -1px;
}
.ie7 #colophon-inner #footer-logo a {
  bottom: -1px;
}

/* Footer Categories */
#footer-categories {
  margin: 40px 0px 80px 15px;
}
#footer-categories .category {
  height: 200px;
  float: left;
  margin: 0px 20px 0px 0px;
  width: 176px;
}
#footer-categories .category .category-label {
	color: #EF3320;
	font-size: 108%;
	font-weight: 600;
}
#footer-categories .category ul {
  list-style-type: none;
}
#footer-categories .category li {
  background: transparent url(/wp-content/themes/vip/venturebeat2/images/footer-bullet.png) no-repeat scroll 0px 7px;
  line-height: 1em;
  margin-bottom: 12px;
  padding-left: 8px;
}
#footer-categories .category li a {
  color: #fff;
  font-family: georgia, serif;
  font-size: 93%;
}

.footer-permatext { 
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .85em;
	padding: 15px 0;
}
.footer-permatext h3 { text-transform: uppercase; font-weight: bold; }
	.permatext { color: #999; }

/* Footer Nav */
#footernav {
  margin-bottom: 40px;
}
#footernav li {
  float: left;
  margin-right: 70px;
}
#footernav li a {
  color: #fff;
  font-size: 138.5%;
}

/* Site Generator Line */
#site-generator {
min-height: 1px;
  width: 712px;
}
#site-generator .the-title {
  color: #fff;
  font: normal normal bold 77%/14px arial, sans-serif;
  text-transform: uppercase;
}
#site-generator .the-content {
  color: #8b8b8b;
  font-size: 85%;
  font-family: arial;
  line-height: 14px;
  margin-bottom: 20px;
}

/* Copyright Info */
#colphon-copyright {
  height: 32px;
}
#colphon-copyright p {
  color: #888;
  font-size: 69.5%;
  line-height: 32px;
  margin: 0px auto;
  text-align: right;
  width: 1000px;
	font-family: Helvetica, Arial, sans-serif;
}


/* =Responsive Structure
----------------------------------------------- */

/* for ipad specifically */
@media only screen and (max-device-width: 1024px) and (orientation:portrait) { 
	#category-slider-controls { display: none; }
	body, #branding, #colphon-copyright { width: 1000px; }
}

@media only screen and (max-device-width: 1024px) and (orientation:landscape) { 
	#category-slider-controls { display: none; }
	body, #branding, #colphon-copyright { width: 1000px; }
}

/* for ipad specifically */
@media only screen and (max-device-width: 480px) and (orientation:portrait) and (orientation:landscape) {
	#category-slider-controls { display: none; }
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#channels {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}



/* =Advertising
----------------------------------------------- */
.advertorial {
	margin-bottom: 10px; 
	padding-bottom: 19px;
/*	padding-bottom: 32px; advertorial zone line break padding fix needed again ( VBEAT - 451 )*/

}
.advertorials {
  text-align: center;
}

#the_wire,
.advertorials.ad { height: 250px; }

.ad { 
	background-color: #F8F8F8;
	border: 1px solid #DFDFDF;
	padding: 10px; 
	margin: 25px 0;
	text-align: center;
}
.advertorial .ad { margin: 0; }

.single #the_wire { margin-bottom: 0px; }

/* Sidebar Square ads 
.square-sponsorship table {
	text-align: center;
	width: 100%;	
}
.square-sponsorship table td {
	padding: 10px;
}*/

/* Sidebar Square ads */ 
.square-sponsorship { 
	background: #FEFEFE url(/wp-content/themes/vip/venturebeat2/images/widgetbg-top.png) no-repeat top center; 
	border: 1px solid #E4E4E4; 
	width:298px; 
} 
.square-sponsorship table { 
	width: 100%; 
	border-spacing:0px; 
	margin: 0px 0px 16px 0px; 
} 
.square-sponsorship table td div {height:125px;} 

/* Changed for GamesBeat */
/*
.square-sponsorship table td.left div {padding:16px 8px 0px 16px;} 
.square-sponsorship table td.right div {padding:16px 16px 0px 8px;} 
*/
.square-sponsorship table td.left div {padding:8px 0px 0px 8px;} 
.square-sponsorship table td.right div {padding:8px 8px 0px 0px;} 

.square-sponsorship table td.left {text-align:left;} 
.square-sponsorship table td.right {text-align:right;}

/* Job Baord Ads */
.widget .job-board img {
	/*max-width: 100%;*/
}

.vb-store-display {
	margin-top: 20px;
	padding-top: 10px;
	min-width: 300px;
	min-height: 260px;
}

.widget ins { vertical-align: top; }


/* Business Wire Widget */
.business-wire-widget-logo {
	margin-left: 7px;
}


/* = Mini posts, used in Most Popular Widget */
.mini-post/*,
.widget_vb_most_popular #most-shared li*/ { overflow: hidden; clear: both; padding: 2px 10px; }
/*.widget_vb_most_popular #most-shared li a { color: #343434; }*/
	.mini-post .image-container { width: 52px; height: 52px; float: left; box-shadow: 0 0 2px rgba( 0, 0, 0, .5 ); margin: 3px 10px 0 0; }
	.mini-post .entry-meta { clear: none; font-size: 93%; color: #666; }
	.mini-post .post-title a:hover { text-decoration: none; color: #FF001D; }
	.mini-post .the-author a { color: #0085E1; }
	.mini-post .the-time { display: none; } /* change relates to VBEAT - 371 */
/*	.mini-post .the-author { padding-left: 4px; }*/
	.mini-post .post-title { color: #000; font-size: 93%; font-weight: 600; line-height: 1; }
	

/* Takeover Ads */
#takeover-ad { position: absolute; width: 100%; height: 100%; z-index: 0; left: 0; top: 0; }

#pushdown-ad { padding: 12px 0px; }

/* sharrre widget */
#vb-social-share {
	width: 200px;
}

#branding-toolbar .vb-social-share {
	float: right;
}

.sharrre{
    margin:0 0 0 10px;
    width: 26px;
    display: inline-block;
  }
  .sharrre .box a:hover{
    text-decoration:none;
  }
  .sharrre .count {
    color:#525b67;
    display:block;
    font-size:10px;
    font-weight:bold;
    line-height:20px;
    height:20px;
    position:relative;
    text-align:center;
    min-width:30px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border:1px solid #b2c6cc;
    background: #fbfbfb; /* Old browsers */
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* IE10+ */
    background: linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  }
  .sharrre .count:before, .sharrre .count:after {
  	content:'';
  	display:block;
  	position:absolute;
  	left:49%;
  	width:0;
  	height:0;
  }
  .sharrre .count:before {
  	border:solid 7px transparent;
  	border-top-color:#b2c6cc;
  	margin-left:-7px;
  	bottom: -14px;
  }
  .sharrre .count:after {
  	border:solid 6px transparent;
  	margin-left:-6px;
  	bottom:-12px;
  	border-top-color:#fbfbfb;
  }
  .sharrre .share {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	color: transparent;
	margin-top: 8px;
	margin-left: 3px;
	width:26px;
	height:26px;
  }
  .twitter_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/twitter.png) no-repeat;
  }
  .twitter_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/twitter-hover.png) no-repeat;
  }
  .facebook_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/facebook.png) no-repeat;
  }
  .facebook_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/facebook-hover.png) no-repeat;
  }
  .googleplus_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/google-plus.png) no-repeat;
  }
  .googleplus_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/google-plus-hover.png) no-repeat;
  }
  .linkedin_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/linkedin.png) no-repeat;
  }
  .linkedin_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/linkedin-hover.png) no-repeat;
  }
  .pinterest_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/pinterest.png) no-repeat;
  }
  .pinterest_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/pinterest-hover.png) no-repeat;
  }
  .stumbleupon_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/stumbleupon.png) no-repeat;
  }
  .stumbleupon_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/stumbleupon-hover.png) no-repeat;
  }
  .comments_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/comments.png) no-repeat;
  }
  .comments_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/comments-hover.png) no-repeat;
  }
  .umano_share .share {
  cursor: pointer;
	background:url(/wp-content/themes/vip/venturebeat2/images/social/umano.png) no-repeat;
  }
  .umano_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/umano-hover.png) no-repeat;
  }
  .feed_share .share {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/feed.png) no-repeat;
  }
  .feed_share .share:hover {
	background:url(/wp-content/themes/vip/venturebeat2/images/social/feed-hover.png) no-repeat;
  }



/* Limited fixed scrolling widgets */
.fixed-widget { position: absolute; right: 0; }
.fixed-widget.fixed { position: fixed; width: 100%; left: 0; height: 0; bottom: 0; }
	.fixed-widget .widget { position: absolute; right: 0; bottom: 10px; }
	.fixed-widget.fixed .widget-container { width: 998px; margin: 0 auto; position: relative; }

/* = Next Story */

.singular #main { position: relative; z-index: 0; }
#next-post { overflow: hidden; border: 0; width: 318px; visibility: hidden; margin: 0; }
	#next-post .vb_widget { left: 0; top: 0; border: 1px solid #E4E4E4; border-right: 0; }
	#next-post a { display: block; width: 100%; height: 100%; padding-bottom: 10px; }
	#next-post .image-container { float: left; width: 100px; height: 90px; box-shadow: 0 0 2px rgba( 0, 0, 0, .5); margin: 15px; position: relative; }
	#next-post .title { padding: 15px 10px; }
	#next-post span { color: #FF001D; font-style: italic; display: block; margin-bottom: 10px; font-weight: 600; font-family: georgia, serif; }
	#next-post h4 { 
		color: #343434; 
		clear: none; 
		font-size: 131%;
		line-height: 1.2;
		font-weight:  600;
	}
	#next-post a:hover { text-decoration: none; }
	#next-post.has-thumbnail .title { width: 165px; float: left; }
	#next-post .thumbnail { height: 100%; float: left; }
/* = Most Popular / Most Shared */

/* =Disqus
----------------------------------------------- */
#disqus_thread #dsq-content h3 {
	font-size:15px;
	text-transform:uppercase;
	color:#333;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	margin-bottom:10px;
	padding-top:35px;
}
div#dsq-auth div.dsq-by{margin-top:29px;}
#dsq-content #dsq-auth div.dsq-auth-header{width:100%;}
.dsq-reaction-header{padding:5px;}
.dsq-reaction-message{padding-top:5px;line-height:19px;color:#333;}

/* =Page Templates
----------------------------------------------- */

.page-template-page-no-sidebar-php #primary {
	width: auto;
}

/* =Sitewide Alert
----------------------------------------------- */
#sitewide-alert {
	background: none;
	font-family: arial, helvetica, sans-serif;
	margin-top: 16px;
}
#sitewide-alert.white {
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea);
	background-image: -moz-linear-gradient(top, #fafafa, #eaeaea);
	background-image: -ms-linear-gradient(top, #fafafa, #eaeaea);
	background-image: -o-linear-gradient(top, #fafafa, #eaeaea);
	background-image: linear-gradient(to bottom, #fafafa, #eaeaea);
	border: 1px solid #cdcdcd;
	-webkit-box-shadow: 0px 1px 8px 0px #eaeaea;
	-moz-box-shadow: 0px 1px 8px 0px #eaeaea;
	box-shadow: 0px 1px 8px 0px #eaeaea;
}
#sitewide-alert.yellow {
	background-color: #ffd636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea9e), to(#ffd636));
	background-image: -webkit-linear-gradient(top, #ffea9e, #ffd636);
	background-image: -moz-linear-gradient(top, #ffea9e, #ffd636);
	background-image: -ms-linear-gradient(top, #ffea9e, #ffd636);
	background-image: -o-linear-gradient(top, #ffea9e, #ffd636);
	background-image: linear-gradient(to bottom, #ffea9e, #ffd636);
	border: 1px solid #f5b224;
	-webkit-box-shadow: 0px 1px 8px 0px #eaeaea;
	-moz-box-shadow: 0px 1px 8px 0px #eaeaea;
	box-shadow: 0px 1px 8px 0px #eaeaea;
}
#sitewide-alert-inner {
	margin: 0px auto;
	padding: 10px;
	width: 980px;
}
.yellow#sitewide-alert #sitewide-alert-inner #sitewide-alert-heading {
	color: #DA3930;
	border-top: 5px solid #FFC525;
}
.white#sitewide-alert #sitewide-alert-inner #sitewide-alert-heading {
	color: #000;
	border-top: 5px solid #DA3930;
}
#sitewide-alert #sitewide-alert-inner #sitewide-alert-heading {
	float: left;
	width: 230px;
	height: 22px;
	padding: 3px 10px;
	margin-top: 8px;
	margin-right: 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	overflow: hidden;
}
#sitewide-alert #sitewide-alert-inner #sitewide-alert-content {
	height: 30px;
	padding-top: 6px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: normal;
}

/* Hide initial styles for GamesBeat widgets */
.widget.vb_text_widget, .widget.vb_recent_posts_widget {
	display: none;
}

.community-disclaimer {
	font-size: 1em;
	font-style: italic;
	padding-bottom: 12px;
	color: #000;
}


/* events */

nav.event-tabs {
	border-top: 1px solid #B7B7B7;
	clear: both;
	height: 55px;
	position:relative;
}

nav.event-tabs a {
	background: #F2F2F2 -moz-linear-gradient(bottom,  rgba(183, 183, 183, 0.1) 0%, rgba(0, 0, 0, 0) 20%); /* FF3.6+ */
	background: #F2F2F2 -webkit-gradient(linear, left bottom, left top, color-stop(0,rgba(183, 183, 183, 0.1)), color-stop(0.20,rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
	background: #F2F2F2 -webkit-linear-gradient(bottom,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* Chrome10+,Safari5.1+ */
	background: #F2F2F2 -o-linear-gradient(bottom,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* Opera 11.10+ */
	background: #F2F2F2 -ms-linear-gradient(bottom,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* IE10+ */
	background: #F2F2F2 linear-gradient(bottom,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* W3C */
	border-bottom: 2px solid #EF3320;
	display:block;
	float:left;
	height: 53px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	width:50%;
}

nav.event-tabs a {
	text-indent: 100%;
}

nav.event-tabs a.current {
	background: #FFF -moz-linear-gradient(top,  rgba(183, 183, 183, 0.1) 0%, rgba(0, 0, 0, 0) 20%); /* FF3.6+ */
	background: #FFF -webkit-gradient(linear, left top, left bottom, color-stop(0,rgba(183, 183, 183, 0.1)), color-stop(0.20,rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
	background: #FFF -webkit-linear-gradient(top,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* Chrome10+,Safari5.1+ */
	background: #FFF -o-linear-gradient(top,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* Opera 11.10+ */
	background: #FFF -ms-linear-gradient(top,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* IE10+ */
	background: #FFF linear-gradient(top,  rgba(183, 183, 183, 0.1) 0%,rgba(0, 0, 0, 0) 20%); /* W3C */
	border-bottom: none;
}

nav.event-tabs a:not(:first-of-type):before {
	background-color: #B7B7B7;
	content: '';
	height:100%;
	position: absolute;
	left:0;
	width:1px;
}

nav.event-tabs a.current:not(:first-of-type):before {
	background-color: #FFF;
}

nav.event-tabs a:not(:last-of-type):after {
	background-color: #B7B7B7;
	content: '';
	height:100%;
	position: absolute;
	right:0;
	width:1px;
}

nav.event-tabs a.current:not(:last-of-type):after {
	background-color: #FFF;
}

nav.event-tabs a span {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-o-background-size:      contain;
	-moz-background-size:    contain;
	-webkit-background-size: contain;
	background-size:         contain;
	display: block;
	position: absolute;
	height: 80%;
	left:50%;
	top: 50%;
	-o-transform:      translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform:         translate(-50%, -50%);
	width: 80%;
}

.nosvg nav.event-tabs a span {
	-o-background-size:      100% auto;
	-moz-background-size:    100% auto;
	-webkit-background-size: 100% auto;
	background-size:         100% auto;
}

nav.event-tabs a.venturebeat span {
	background-image: url(/wp-content/themes/vip/venturebeat2/images/venturebeat-eventtab.png);
}

nav.event-tabs a.cloudbeat span {
	background-image: url(/wp-content/themes/vip/venturebeat2/images/cloudbeat-eventtab.png);
}

/* tag page and tag meta related */
.tag .page-title {
	padding: 10px;
	overflow: hidden;
}
.tag .page-title h1 {
	font-weight: bold;
	margin-left: 0;
}
.tag .page-title p {
	font-style: normal;
	font-weight: normal;
	color: #222;
}
.tag .tag-image {
	float: left;
	padding: 0 8px 0 0;
}

.the-author .author-name span {
    color: #1f81e5;
}


/* Infinite Scroll stuff */
#infinite-footer .blog-credits ul, #infinite-footer .blog-credits div {
  display: inline;
}

#infinite-footer .blog-credits a, #infinite-footer .blog-credits a:hover {
  color: #111 !important;
}

#infinite-footer .blog-credits ul li {
  display: inline;
  border-left: 1px solid #ccc;
  padding-left: 4px;
}

#infinite-footer .footer-jump, #infinite-footer .footer-resume {
  margin-right: 10px;
  font-weight: bold;
}

#infinite-footer .footer-resume {
  display: none;
}

.scrolling-suspended .footer-jump {
  display: none !important;
}

#infinite-footer .container {
  background-color: #fff !important;
}

.scrolling-suspended .footer-resume {
  display: inline !important;
}

#infinite-footer .blog-credits ul li:first-child {
  border-left: 0;
}

#infinite-footer {
  z-index: 1000;
}

.ui-dialog {
  z-index: 1000;
}

/* jquery tooltip styles */
.ui-tooltip {
	background-color: rgb(255, 255, 255);
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-box-shadow: rgb(170, 170, 170) 0px 0px 5px 0px;
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url(http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png);
	border-radius: 4px;
	box-shadow: rgb(170, 170, 170) 0px 0px 5px 0px;
	color: rgb(34, 34, 34);
	display: block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	max-width: 300px;
	padding: 8px;
	position: absolute;
	z-index: 9999;
}

/* multi page view all button */
.vb-view-all {
	float: right;
	margin-left: 10px;
	font-weight: bold;
}

/* twitter styles */
.vb-twitter-widget {
	border-radius: 5px;
	border: 1px solid #ddd;
}

.vb-twitter-header {
	padding: 10px;
}

.vb-twitter-content {
	padding: 2px;
	position: relative;
	margin-bottom: 9px;
	border-bottom: 1px solid #ddd;
}

.vb-twitter-image {
	width: 10%;
}

.vb-twitter-profile-image {
	float: left;
}

.vb-twitter-profile-image,
.vb-twitter-username,
.vb-twitter-name {
	display: inline-block;
	padding: 3px;
}

.vb-twitter-follow-button {
	float: right!important;
	position: relative!important;
	top: -45px!important;
	margin-right: 10px!important;
}

/* Sponsored posts sidebar widget */
.vb-sponsored-posts-sidebar-widget-title {
	font-weight: normal;
	color: #FF001D;
	font-size: 16px;
	font-family: Georgia, serif;
	padding: 8px;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
}
