/* THEGRIO CUSTOM */

a[href="#"] {
   background-color: red;
}

/* =Global
----------------------------------------------- */
/* Links */
a { text-decoration: none; }
a:focus, a:active, a:hover { text-decoration: underline; }

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

#wpstats, #wpstats2 {
	position: absolute;
	left: -1000px;
}

/* =Structure
----------------------------------------------- */
html {
	background-color: #00a1cc;
}
body {
	font-family: 'PT Sans', sans-serif;
}
#page {
	background-color: #fefefe;
	position: relative;
}
#main {
	background-color: #fff;
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
	max-width:970px;
}
#primary-category, #more-stories-header {
	 background:none;
}
#primary-category h2, #more-stories-header h2 {
	background:none;
	color: #4c4c4c !important;
    font-family: 'Oswald', arial, sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}
#primary-category.page-heading {
	background:none !important;
}
#primary-category.page-heading h2 {
	background:none;
	color: #4c4c4c !important;
    font-family: 'Oswald', arial, sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
	margin-bottom:20px;
}

#more-stories-header h2 { font-size: 24px; }

#primary {
	float: left;
	margin-right: 20px;
	width: 650px;
	background-color: #fff;
}
#secondary {
	float: left;
	width: 300px;
	background-color: #fff;
}
#secondary ul li
{
	list-style:none;
}

/* Singular */
.singular #primary {
}
.singular #content,
.left-sidebar.singular #content {
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
}
	.entry-content strong, .entry-content b { font-weight: bold; }
	/*.entry-content em, .entry-content i { font-style: normal !important; }*/

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

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
}
.page-template-showcase-php section.recent-posts {
}
.page-template-showcase-php #main .widget-area {
}

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

/* Alignment */
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}

/* Right Content */
.left-sidebar #primary {
}
.left-sidebar #content {
}
.left-sidebar #secondary {
}

/* One column */
.one-column #page {
}
.one-column #content {
}
.one-column #nav-below {
}
.one-column #secondary {
}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
}
.one-column .page-template-showcase-php #main .widget-area {
}
.one-column .page-template-showcase-php .other-recent-posts {
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
}
.one-column article.feature-image.small {
}
.one-column article.feature-image.small .entry-title {
}
.one-column article.feature-image.small .entry-summary {
}
.one-column article.feature-image.small .entry-summary a {
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
}
.one-column.singular .pull.alignleft {
}
.one-column.singular .pull.alignright {
}
.one-column.singular .entry-meta .edit-link a {
}
.one-column.singular #author-info {
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
}
.one-column .commentlist .avatar {
}
.one-column .commentlist .children .avatar {
}
.one-column #respond {
}

.leave-comment {}
	.leave-comment .generic-comment-text {}
	.leave-comment .fb-comment-count-wrapper { display: none; }
#ie7 .leave-comment .generic-comment-text, #ie8 .leave-comment .generic-comment-text { display: none; }
#ie7 .leave-comment .fb-comment-count-wrapper, #ie8 .leave-comment .fb-comment-count-wrapper { display: inline; }
#ie7 .leave-comment .fbml-comment-count, #ie8 .leave-comment .fbml-comment-count{ display: inline; }

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

#branding-wrapper {
	background-color:#ececec;
	width: 100%;
}
#main-nav-wrapper.stuck {background-color:#ececec; height:39px;}
#branding {
	height:39px;
	margin: 0px auto 0px auto;
	padding: 0px 10px;
	width: 970px;
	position: relative;
}
.branding-container{
	height: 80px;
	margin: 0px auto 0px auto;
	padding: 10px;
	width: 970px;
	position: relative;
}
#site-title {
	background: transparent url('../images/logo-partner.png') no-repeat left top;
	float:left;
}
#site-title a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	width:200px;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
}
#site-description {
}
#branding img {
}

#header-social {
	position: relative;
	left: 0;
	top:0px;

}
#header-social a {
	background-color: transparent;
}
#header-social li {
	display: inline-block;
}
#header-social li:first-child {
	height: 23px;
}
#header-social li .fb_edge_widget_with_comment {
	top: 0px;
}

#header-connect {
	position: absolute;
	right: 17px;
	top: 16px;

}

#header-connect li {
	display: inline-block;
	width: 20px;
	height: 20px;
}

#header-connect li.connect-title {
	position: relative;
	bottom: 5px;
	width: 58px;
	font-size: 13px;
	color: #fff;
}
	#header-connect .connect-fb { width: 100px; }
	#header-connect .fb-login-button a {
		display: block;
		width: 100px;
		height: 20px;
		background: transparent url( '../images/fb-connect.png' ) no-repeat scroll 0 0;
	}
		#header-connect .fb-login-button a > * { display: none; }


/* =Menu
-------------------------------------------------------------- */

#access ul {
}
#access li {
	float: left;
	position: relative;
	z-index: 99999;
}

#access .menu > li {

}
#access .menu > li.current-menu-primary:after,
#access .menu > li.current-menu-ancestor:after,
#access .menu > li.current-menu-item:after,
#access .menu > li:hover:after {

}
#access li:first-child  {border-left: 1px solid #d1d1d1;}
#access li:last-child  {border-right:0px solid #f6f6f6;}
#access li:last-child a {border-right:0px;}
#access a {
	/* IE9 SVG, needs conditional override of 'filter' to 'none'
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(210,210,210,1) 100%); FF3.6+ */
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #f6f6f6;
	color: #646464;
	display: block;
	font-size:16px;
	font-weight:500;
	height:39px;
	line-height: 39px;
	padding: 0px 8px;
	font-family: 'Oswald', arial, sans-serif;
	text-transform: uppercase;
	text-decoration:none;
}
#access ul ul {
	background-color:#dedede;
	display: none;
	width: auto;
	position: absolute;
}
#access ul ul li {
	min-width: 100%;
}
.sub-menu li:first-child {
	border-left:0px !important;
}
#access ul ul li a {
	background: none;
	border: none;
	color: #636466;
	text-shadow: none;
	filter: none;
	white-space: nowrap;
}
#access ul ul li a:hover {
	color: #636466 !important;
	background:#ececec;
}
#access li > a:hover {
	color: #636466 !important;
	background:#dedede;
}
#access li.current-menu-primary a {
	color: #636466 !important;
	background:#dedede;
}
#access li.current-menu-item a {
	color: #636466 !important;
	background:#dedede;
}
#access li.current-menu-parent {
	color: #636466 !important;
	background:#dedede;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
}
#access ul ul ul {
	display: none;
}

/* Search Form */
#branding #searchform { margin:5px 0;}
#branding #searchform div {
}
#branding #s {
	background: none;
	border:0;
	background-color: #fff;
	border-top: 1px solid #ececec;
	border-right: none;
	color: #646464;
	font-weight:500;
	padding:5px 5px;
	width:120px;
	box-shadow:0px 1px 0 #c2c2c2 inset;
	border-right:1px solid #e1e1e1;
	float:left;
	font-family: 'Oswald', arial, sans-serif;
}
#branding #s:focus {
}
#branding #searchsubmit {
	background:url(../images/mag.png) no-repeat right 2px ;
	width:23px; height:23px; border:0; text-indent:-999px; margin-left:-26px; float: none;

}

/* =Content
	For .entry-title modifications, make sure to check the
	Visual Revenue block as well.
-------------------------------------------------------------- */
.entry-title {
	color: #00a1cc;
	font-size: 26px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: .25em;
}

.single .entry-content, .page .entry-content {
	color: #000; /* was #444 before 2012-05-16 14:55; */
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 24px; /* Changed from 21px to meet golden ratio */
	float:left;
}

/** Drop-Cap **/
.single .entry-content > p:first-of-type:first-letter{
	font-size:30px;
	font-weight:bold;
	color:#4c4c4c;
	float: left;
}

.single .entry-content > .first-p:first-letter{
	font-size: 350%;
	margin: 8px 0 -5px 0;
	padding: 0 .1em 0 0;
	height:.7em;
	line-height: .75em;
	float:left;
}


/** CSS Selector to increase the font size of the first paragraph **/
.single .entry-content > .first-p,
.page .entry-content > .first-p,
.single .entry-content > p:first-of-type,
.page .entry-content > p:first-of-type {
	font-size:16px;
	line-height:24px;
	color:#4c4c4c;
}
.single .entry-content > .first-p {
	font-size: 1.4em;
	line-height: 1.4em;
	float: none;
}
.entry-content .the-post-thumbnail-wrapper {
	text-align: center;
	margin-bottom: 1em;
}
.entry-content .the-post-thumbnail .wp-caption {
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 10px;
	margin-bottom: 1em;
}
.entry-content h1,
.comment-content h1 {
	font-size: 24px;
}
.entry-content h2,
.comment-content h2 {
	font-size: 22px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
}
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	color: #00a1cc;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	line-height: 1.25em;
}
.entry-content p,
.comment-content p {
	margin-bottom: 1em;
}
.entry-content ul,
.comment-content ul,
.entry-content ol,
.comment-content ol {
	margin-bottom: 1em;
	padding-left: 2em;
}
.entry-content ul,
.comment-content ul {
	list-style: square;
}
.entry-content ol,
.comment-content ol {
	list-style-type: decimal;
}
.entry-content blockquote {
	background: transparent url('../images/blockquote.png') no-repeat 0px 0px;
	color: #666666;
	font-style: italic;
	margin-bottom: 1em;
	padding-left: 2em;
}
.entry-content a,
.comment-content a {
	color: #224488;
}

/* =Visual Revenue
-------------------------------------------------------------- */
#trailer-stories .vr-automation-module h2.entry-title {
	margin-bottom:0;
	border: 0;
	font-size: 26px;
	font-weight:500;
	line-height: 30px;
}

#trailer-stories .vr-automation-module a {
	border-bottom: 1px solid #CCC;
	color: #214588;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: .25em 0 .5em 0;
}
#infinity-river {
	background:none;
}

/* =Footer
-------------------------------------------------------------- */
#colophon {
	background-color: #e6e6e6;
	font-family: 'Oswald', arial, sans-serif;
	color:#757575;
	font-size:16px;
	text-transform:uppercase;
}
.colophon-inner {
	margin: 0 auto;
	padding: 1em 10px;
	width: 970px;
	position: relative;
}
#colophon a,
#copyright {
	color: #757575;
	font-size:18px !important;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Oswald', arial, sans-serif;
	padding-top: 10px;
}
.home #colophon a,
.home #copyright {
	font-size:16px !important;
}
.home .menu-footer-nav-container ul a, .home .menu-second-footer-nav-container ul a {
	margin:0 8px;
}
#wpcom-vip-powered {
	font-size:16px !important;
}
#copyright, #wpcom-vip-powered {
	padding-bottom: 10px;
	text-align: center;
}
#colophon a:hover {
	text-decoration:none;
	color:#00a1e4;
}

/* =Footer navigation
-------------------------------------------------------------- */
#footer-access {
	margin: 0px auto;
	width: 970px;
}
.menu-footer-nav-container ul, .menu-second-footer-nav-container ul {
  margin-bottom: 1em;
  text-align: center;
}
.menu-footer-nav-container ul a, .menu-second-footer-nav-container ul a {
  display: inline-block;
  margin: 0px 20px;
}
.menu-footer-nav-container ul li, .menu-second-footer-nav-container ul li {
	display: inline;
}
.menu-footer-nav-container ul li + li:before, .menu-second-footer-nav-container ul li + li:before {
	color: #757575;
  content:'|';
}
.home #menu-item-222888:before ,.home #menu-item-64353:before ,.home #menu-item-64355:before {
	color: #757575 !important;
  	content:'' !important;
}
.home #menu-footer-nav-container {
	margin-bottom:0 !important;
}

/* =Footer Categories
-------------------------------------------------------------- */

/* =Ads
-------------------------------------------------------------- */
#leaderboard	{
	background-color: #fff;
	padding-bottom: 1em;
	text-align: center;
	width: 100%;
	float:right;
	/*height: 100%;
	margin-bottom: 10px;*/
}

.thegrio-widget-gpt-leaderboard > div {
	margin: 0 auto;
}

#secondary .ad {
	clear: both;
	margin-bottom: 1em;
}

.widgetcontainer div.thegrio-widget-gpt-btf,
.widgetcontainer div.thegrio-widget-gpt-atf {
	padding: 0;
}

/* =Widgets
----------------------------------------------- */
#dynamic-sidebar {
	clear: both;
}
.widgetcontainer {
	margin-bottom: 1em;
}
.widgetcontainer .border-gradient {
	display: block;
}
.widget-area {
}
.widget {
	list-style:none;
}
.widgettitle {
	border-bottom: 1px solid #bbe6f8;
    color: #00a1e4;
    font-family: 'Oswald', arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
	position: relative;
	/*margin: 0 -9px;*/
	margin-bottom:10px !important;
	padding:0 0 10px;
	width:300px;
	line-height: normal;
}
.headtxt {
	border-bottom: 1px solid #bbe6f8 !important;
    color: #00a1e4 !important;
    font-family: 'Oswald', arial, sans-serif !important;
    font-size: 30px;
    font-weight: 500;
	position: relative;
	margin-bottom:10px !important;
	padding:0 0 10px;
	background:none;
}
.single-post .headtxt a {
	font-size:20px;
}
.single-post .mnet_kw_listing li {
	font-size:20px;
	color:#646464;
	font-family: 'Oswald', arial, sans-serif;
}
.widgettitle span {
	 color: #00a1e4 !important;
	 font-size: 30px;
    font-family: 'Oswald', arial, sans-serif;
}

.aroundweb {
	border-bottom: 1px solid #bbe6f8;
    color: #00a1e4;
    font-family: 'Oswald', arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
	position: relative;
	/*margin: 0 -9px;*/
	padding:0 0 10px;
	width:259px;
	margin-bottom:10px;
}
.thegrio-widget-Zergnet a {
	font-family: 'Oswald', arial, sans-serif !important;
	color:#646464 !important;
	font-weight:500 !important;
}
.textwidget h3 strong span {
	color:#646464 !important;
	font-size:16px !important;
	display:inline-block !important;
	width:100% !important;
	margin-bottom:10px !important;
	font-weight:500 !important;
}
.textwidget h3 strong span a:hover {
	color:#00a1e4 !important;
	text-decoration:none !important;
}
.widgettitle span { color: #888; }
.widgettitle:after {}
.widgetcontainer.core ul,
.widgetcontainer.core .textwidget,
.widgetcontainer .thegrio-widget {
	border-top: none;
	color: #646464;
	font-family: 'Oswald', arial, sans-serif;
	font-size:18px;
	font-weight: normal;
	line-height: 20px;
	padding:0;
}
#zergnet-widget-28611 .zergheadline a {
	color: #646464;
	font-family: 'Oswald', arial, sans-serif;
	font-size:18px;
}
.widgetcontainer ul li {
	margin-bottom: 8px;
	line-height: 18px;
	font-size: 16px;
}
.widgetcontainer a {
	color: #4d4d4d;
}

/* =Widgets - Top Posts
----------------------------------------------- */
.widget_text .widgettitle { margin: 0; }

/* =Widgets - Top Posts
----------------------------------------------- */
.thegrio-widget-top_stories, .thegrio-widget-new_stories {
	border: none;
}
	.thegrio-widget-top_stories .widgettitle, .thegrio-widget-new_stories .widgettitle { border: none; }
		.thegrio-widget-top_stories .widgettitle span, .thegrio-widget-new_stories .widgettitle span { color: #888; }
#top-posts, #new-stories {
	border: none;
	list-style: disc outside none;
	margin-left: 15px;
	line-height: 18px;
	font-size: 16px;
}
	#top-posts li, #new-stories li { vertical-align: middle; }
	#top-posts li.has-thumbnail, #new-stories li.has-thumbnail {
		list-style: none;
		margin-left: -15px;
	}
	#top-posts li.last, #new-stories li.last {
		border-bottom: 1px solid #D9D9D9;
		padding-bottom: .25em;
	}
	#top-posts .thumbnail-wrapper, #new-stories .thumbnail-wrapper {
		float: left;
		padding-right: 10px;
	}

/* =Widgets - Social Media
----------------------------------------------- */
.widgetcontainer .thegrio-widget-social-media {
	border: none;
}
	.widgetcontainer .thegrio-widget-social-media .widgettitle { border: none; }
		.widgetcontainer .thegrio-widget-social-media .widgettitle span { color: #888; }
	.widgetcontainer .thegrio-widget-social-media #social-buttons {
		width: 250px;
		margin: 0 auto;
	}
		.widgetcontainer .thegrio-widget-social-media #social-buttons a {
			display: block;
			width: 55px;
			height: 55px;
			float: left;
			background: transparent url( '../images/social-buttons.png' ) no-repeat scroll 0 0;
			margin-right: 10px;
		}
			.widgetcontainer .thegrio-widget-social-media #social-buttons a#social-facebook { background-position: -60px 0; }
			.widgetcontainer .thegrio-widget-social-media #social-buttons a#social-googleplus { background-position: -120px 0; }
			.widgetcontainer .thegrio-widget-social-media #social-buttons a#social-rss {
				background-position: -182px 0;
				margin-right: 0;
			}

/* =Widgets - Email
----------------------------------------------- */
.widget_thegrio-email-signup {}
	.widget_thegrio-email-signup .border-gradient { display: none; }
	.widget_thegrio-email-signup .thegrio-widget-email-signup {
		border: none;
		width: 280px;
		height: 30px;
		padding: 10px;
		position: relative;
		background-color: #12a1cd;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
		-moz-border-top-left-radius: 25px;
		-moz-border-bottom-left-radius: 25px;
		-webkit-border-top-left-radius: 25px;
		-webkit-border-bottom-left-radius: 25px;
		-o-border-top-left-radius: 25px;
		-o-border-bottom-left-radius: 25px;
		-ms-border-top-left-radius: 25px;
		-ms-border-bottom-left-radius: 25px;
	}
		.widget_thegrio-email-signup .thegrio-widget-email-signup #emailbox {
			height: 20px;
			width: 165px;
			position: absolute;
			left: 40px;
			top: 15px;
			padding: 0 0 0 10px;
			border: none;
			background-color: #eee;
			color: #444;
			font-weight: 700;
		}
		.widget_thegrio-email-signup .thegrio-widget-email-signup .submit {
			width: 68px;
			height: 20px;
			position: absolute;
			right: 10px;
			top: 15px;
		}
		.widget_thegrio-email-signup .thegrio-widget-email-signup #email-envelope {
			position: absolute;
			left: 10px;
			top: 7px;
		}

/* =Widgets - Image
----------------------------------------------- */
.widget_thegrio-image {}
	.widget_thegrio-image p, .widget_thegrio-image .image_widget_footer {
		font-family: 'PT Sans', sans-serif;
		font-size: 14px;
		line-height: 16px;
	}
	.widget_thegrio-image .image_widget_footer {
		margin-top: 8px;
		height: 17px;
	}
	.widget_thegrio-image .no-border {
		padding: 0 0 8px 0;
		border: none;
	}
		.widget_thegrio-image .no-border h3 {
			margin: 0;
			border-left: none;
			border-right: none;
		}

/* =Widgets - Top Stories
----------------------------------------------- */
#top-stories-body .thumbnail {
	background-color: #333;
	float: left;
	margin-right: 10px;
	height: 54px;
	width: 96px;
}

/* =Widgets - Monster
----------------------------------------------- */
.widget_thegrio-monster-com {}
	.widget_thegrio-monster-com .thegrio-widget-monster-com { padding: 0; }
		.widget_thegrio-monster-com .thegrio-widget-monster-com iframe {
			width: 298px;
			height: 486px;
		}

/* =Widgets - Tag Cloud
----------------------------------------------- */
.widget_tag_cloud {}
	.widget_tag_cloud .widgettitle { margin: 0; }
	.widget_tag_cloud > div {
		padding: 0 8px 8px 8px;
		border: 1px solid #d9d9d9;
		border-top: none;
	}

/* =Widgets - Ad Code Manager widget
----------------------------------------------- */
.acm_ad_zones .border-gradient { display: none; }

/* =Related Posts
----------------------------------------------- */
#thegrio-related {
	font-family: arial, sans-serif;
	margin-top: 10px;
	width: 300px;
	padding: 0 8px 8px 8px;
	float:left;
	background:#f4f4f4;
	font-family: 'FuturaStdCondensedLight';
	font-size:18px;
	color:#4d4d4d;
	line-height:22px;
	width:100%;
}
#thegrio-related h3.widgettitle {
		border: 0;
		margin: 0px;
		font-family: 'Oswald', arial, sans-serif;
		font-size:18px;
		color:#4c4c4c;
		font-weight:500;
		padding:30px 0 5px 15px !important;
		text-transform:uppercase;
	}
	#thegrio-related .related-posts-content {
		border:0;
		border-top: none;
	}
	#thegrio-related  ul.related-posts-content {
		list-style: none;
		padding:0 0 0 15px;
		margin: 0;
	}
	#thegrio-related ul.related-posts-content li {
		display:inline-block;
		width:45%;
		padding-right:5%;
		vertical-align:top;
		padding-bottom:22px;
	}
	#thegrio-related ul.related-posts-content li:before {
		/*content: "* ";*/
	}

/* =Lead Stories
-------------------------------------------------------------- */
#top-stories {
	margin-bottom:30px;
}
	#top-stories .the-post-thumbnail { font-size: 0; }
#lead-story .type-post {
	border-bottom: none;
	float: left;
	margin: 0;
	width: 100%;
	position: relative;
}
#lead-story .type-post .entry-header .the-post-thumbnail img {width:100%; height:auto;}
#lead-story .entry-summary-wrapper {
	background-color: #00a1e4;
	width: 100%;
}
	.category #lead-story .entry-summary-wrapper {
		position: absolute;
		bottom: 0;
	}
#lead-story .entry-summary {
	padding: 10px;
}
#lead-story	.entry-title {
	margin-bottom: 0em;
}
#lead-story	.entry-title a {
	color: #fff;
	display: block;
	font-size:40px;
	line-height: 45px;
	font-weight:500;
	font-family: 'Oswald', arial, sans-serif;
}
#lead-story	.type-post .entry-footer {
	margin-bottom: .25em;
}
#lead-story	.entry-footer .entry-meta {
	color: #fff;
	margin-bottom: 0;
}
#lead-story	.entry-footer .entry-meta a {
	color: #fff;
}
#lead-story .entry-footer .entry-meta .sep {
	display: inline-block;
}
#trailer-stories {
	float: right;
	width: 100%;
	margin-bottom:57px;
}
#trailer-stories #trailer-stories-header {
	color: #00a1e4;
	font-size:30px;
	font-family: 'Oswald', arial, sans-serif;
	border-bottom: 1px solid #bbe6f8;
	padding-bottom: 0px;
	font-weight:500;
	margin: 0 0 0px;
	text-transform: none;
}
.category #trailer-stories .cat-top-story {
	float: left;
	width: 100%;
	margin-bottom: 4px;
}
#trailer-stories .cat-top-story .cat-top-story-thumb {
	float: left;
	margin: 4px 10px 4px 4px;
}
#trailer-stories .entry-title a {
	font-family: 'Oswald', arial, sans-serif;
	border-bottom: 1px solid #e3e3e3;
	color: #646464;
	display: block;
	font-size:17px;
	letter-spacing: 0px;
	line-height: 24px;
	padding:5px 0;
	font-weight:500;
}
#trailer-stories .entry-title a:hover ,#trailer-stories .entry-title a:focus{
	text-decoration:none;
	color: #00a1e4;
}

/* =Around the Grio
-------------------------------------------------------------- */
#around-the-grio {
	margin-bottom: 1em;
}

#around-the-grio li {
	float: left;
	height: 81px;
	margin-left: 24px;
	overflow: hidden;
	width: 142px;
	position: relative;
}
#around-the-grio li:first-child {
	margin-left: 0px;
	margin-right: 0px;
}
#around-the-grio li .post-link-title {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, .8);
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
#around-the-grio li .post-link-title a {
	color: #fff;
	display: block;
	font-family: 'Oswald', arial, sans-serif;
	font-size:15px;
	font-weight: 500;
	line-height: 16px;
	padding: 5px;

}

/* =Images
-------------------------------------------------------------- */
.the-post-thumbnail {
	overflow: hidden;
	position: relative;
}
.the-post-thumbnail-wrapper .the-post-thumbnail img {
	width:100%;
}
/* Default Images = Standard */
.tax-specials .the-post-thumbnail .default-image {
	max-width: 650px;
}

/* Gallery & Video Post Formats */

.format-video .the-post-thumbnail:after,
.format-gallery .the-post-thumbnail:after
{
	width: 300px;
	height: 27px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}

.format-video .the-post-thumbnail:after
{
	background: transparent url('../images/video-tag.png') no-repeat left top;
}

.format-gallery .the-post-thumbnail:after
{
	background: transparent url('../images/gallery-tag.png') no-repeat left top;
}

.format-video #next-prev-story .the-post-thumbnail:after, .format-gallery #next-prev-story .the-post-thumbnail:after { background: none; }

#lead-story .format-video .the-post-thumbnail:after,
#lead-story .format-gallery .the-post-thumbnail:after {
	background: none;
}

/* =Gravatars
-------------------------------------------------------------- */
.column #opinions .the-gravatar {
	background-color: #eee;
	height: 96px;
	overflow: hidden;
	width: 96px;
}

/* =Social = AddThis
-------------------------------------------------------------- */
#social-container {
	border-top: 1px solid #d9d9d9;
	height: 20px;
	padding: 6px 0px;
	position: relative;
	width: 300px;
}
	table.comment-count {
		font-size: 11px;
		float: left;
		height: 20px;
		margin: 5px 37px 0 0;
	}
		table.comment-count td.comment-text { padding-right: 5px; }
			table.comment-count td.comment-text a {
				background: transparent url( '../images/comments-bubble-bg.png' ) repeat-x scroll;
				border: 1px solid #08a2cc;
				height: 20px;
				padding: 2px;
				border-radius: 2px;
				-moz-border-radius: 2px;
				-webkit-border-radius: 2px;
				-ms-border-radius: 2px;
				color: #224488;
			}
		table.comment-count td.comment-count-point span {
			background: transparent url( '../images/comments-count-bubble-left.png' ) no-repeat scroll;
			width: 6px;
			height: 18px;
			display: inline;
		}
		table.comment-count td.comment-num { position: relative; }
			table.comment-count td.comment-num span.point-gray {
				position: absolute;
				zoom: 1;
				line-height: 0;
				width: 0;
				height: 0;
				left: 0;
				top: 5px;
				margin: -4px 0 0 -4px;
				border: 4px transparent solid;
				border-right-color: #ccc;
				border-left: 0;
			}
			table.comment-count td.comment-num span.point-white {
				position: absolute;
				zoom: 1;
				line-height: 0;
				width: 0;
				height: 0;
				left: 0;
				top: 5px;
				margin: -4px 0 0 -3px;
				border: 4px transparent solid;
				border-left: 0;
				border-right-color: white;
			}
			table.comment-count td.comment-num a {
				color: #666;
				border: 1px solid #ccc;
				padding: 2px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				-ms-border-radius: 3px;
			}

			#ie9 table.comment-count td.comment-num span.point-gray, #ie9 table.comment-count td.comment-num span.point-white, #ie8 table.comment-count td.comment-num span.point-gray, #ie8 table.comment-count td.comment-num span.point-white, #ie7 table.comment-count td.comment-num span.point-gray, #ie7 table.comment-count td.comment-num span.point-white { left: 1px; }
			#ie7 table.comment-count { margin-top: 0; }
				#ie7 table.comment-count td { height: 20px; }
					#ie7 table.comment-count td.comment-text a {
						padding-top: 0;
						padding-bottom: 0;
					}
					#ie7 table.comment-count td a { display: inline-block; }
					#ie7 table.comment-count td.comment-num a {
						position: relative;
						top: 0;
					}
					#ie7 table.comment-count td.comment-num span {
						top: 9px;
					}

.single div.addthis_toolbox {}
	div.addthis_toolbox a, #at20mc a {
		background-color: transparent;
	}
	.single div.addthis_toolbox a.addthis_button_facebook_like {
		width: 86px;
	}
	.single div.addthis_toolbox a.addthis_button_google_plusone {
		width: 74px;
	}
	/* If the following declarations related to email buttons are updated, the mobile theme must be changed accordingly. */
	.single div.addthis_toolbox a.addthis_button_email {
		background: transparent url( '../images/email.png' ) no-repeat scroll 0 0;
		width: 52px;
		height: 20px;
		margin-right: 31px;
	}
		.single div.addthis_toolbox a.addthis_button_email:hover {
			background-position: 0 -20px;
		}
		.single div.addthis_toolbox a.addthis_button_email > * { display: none; }
div.addthis_16x16_style { float: right; }

/* =Index Results
----------------------------------------------- */
.type-post {
	display: block;
	float: left;
	margin: 0px 12px 1em 0;
	overflow: hidden;
	width: 300px;
	position: relative;
}
	#primary-river .type-post { width: 300px; }
.type-post .entry-header .primary-category-title-tag {
	color: #04A1CC;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: .5em;
}
.type-post .entry-title,
.type-post .entry-title a {
	color:#4d4d4d;
	display: block;
	font-size:24px;
	font-weight:500;
	line-height:28px;
	margin-bottom: .25em;
	font-family: 'Oswald', arial, sans-serif;
	text-decoration:none;
}
.type-post .entry-title a:hover {
	color: #00a1e4;
}
.type-post .entry-summary, .archive .post-set .entry-content {
	color: #4d4d4d; /* was #676868 before 2012-05-16 14:55 */
	font-size:24px;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: 500;
}
.post-set .entry-content {
	font-size:14px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	line-height:22px;
}
.type-post .entry-footer {
	clear: both;
  	margin: 1em 0;
}
.type-post.no-excerpt .entry-footer { margin-top: 0; }
.type-post .entry-footer .entry-meta .sep {
	display: inline-block;
}
.type-post .entry-footer a {
	color: #224488;
  font-size: 14px;
  line-height: 16px;
}

div#wp_page_numbers { margin-bottom: 10px; }

/* =404 - No results
-------------------------------------------------------------- */
.error404 .type-post,
.search-no-results .type-post {
	border-bottom: none;
	margin: 0 0 1em 0;
	width: auto;
}

.error404 #post-0 {
	border: 4px solid #cc3333;
	width: 922px;
	height: 34px;
	padding: 20px;
}
	.error404 #post-0 .entry-header { float: left; }
		.error404 #post-0 .entry-header .entry-title {
			color: #cc3333;
			text-transform: uppercase;
			font-size: 42px;
			line-height: 36px;
			margin-bottom: 0;
		}
	.error404 #post-0 .entry-content {
		width: 410px;
		float: right;
	}

/* Search Form */
.error404 .type-post #searchform,
.search-no-results .type-post #searchform {
	background: rgb(210,210,210); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(210,210,210,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(40%,rgba(255,255,255,1)), color-stop(100%,rgba(210,210,210,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(210,210,210,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(210,210,210,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(210,210,210,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(210,210,210,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-8 */
	border: 1px solid #ccc;
	height:28px;
	padding: 2px 4px;
	width: 400px;
	position: relative;
}
.error404 .type-post #s,
.search-no-results .type-post #s {
	background: none;
	background-color: #fff;
	border: 1px solid #B6B6B8;
	border-right: none;
	color: #00a1cc;
	font-weight: 700;
	height:13px;
	padding: 5px 2px 4px 2px;
	position:absolute;
	top:4px;
	width: 371px;
}
.error404 .type-post #searchsubmit,
.search-no-results .type-post #searchsubmit {
	background: none;
	background: #fff url('../images/mag.png') no-repeat -1px 0px;
	border: 1px solid #B6B6B8;
	border-left: none;
	cursor: pointer;
	display: block;
	height: 24px;
	padding: 0px;
	text-indent: -9999px;
	text-transform: capitalize;
	width: 24px;
	position: absolute;
	top: 4px;
	right: 4px;
}

/* =Latest News Columns & Sidebar
-------------------------------------------------------------- */
#primary-river {
	margin-top:90px;
}
.column {
	float: left;
	margin-top: -42px;
}

.column .category-heading,
#secondary .category-heading {
	color: #00a1e4;
	font-size:30px;
	font-family: 'Oswald', arial, sans-serif;
	border-bottom: 1px solid #bbe6f8;
	padding-bottom:10px;
	font-weight:500;
	margin-bottom:27px;
}
.column .category-heading h2,
#secondary .category-heading h2 {
	font-weight:500;
}

/* =Left Column = River for Home & Primary Categories
-------------------------------------------------------------- */
.column #opinions {
	overflow: hidden;
	padding: 0 17px 0 0 ;
	width: 300px;
}
.column #opinions .the-gravatar {
	float: left;
	margin-right: 10px;
}
.column #opinions .the-advanced-excerpt {
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444343;
	line-height:20px;
}
.column #opinions .the-advanced-excerpt a {
	color:#444343;
	text-decoration:none;
}
.column #opinions .the-advanced-excerpt a:hover {
	color:#00a1e4;
}
.column #opinions .entry-header .entry-meta, .post-set .type-post .entry-header .entry-meta, .archive .post-set .entry-meta, .archive .post-set .entry-meta a {
	color: #999999;
	font-size:18px;
	font-style: normal;
	font-family: 'Oswald', arial, sans-serif;
	font-weight: normal;
	margin-bottom: .5em;
}

/* =Right Column = River for Home & Primary Categories
-------------------------------------------------------------- */
.column #latest-news {
	overflow: hidden;
	padding: 0 17px 0 16px;
	width: 300px;
}

/* =Top News = River for Home & Primary Categories
-------------------------------------------------------------- */
.column #top-news {
	width: 300px;
}
.top-news-category-title {
	font-family: 'Oswald', arial, sans-serif;
	font-weight:500 !important;
}
.top-news-category {
	border: 1px solid #D9D9D9;
	margin-bottom:20px;
	padding: 9px;
}
.top-news-category .more-stories-on-the-grio .top-news-category-title {font-weight:500 !important;font-family: 'Oswald', arial, sans-serif;}
.top-news-entertainment .more-stories-on-the-grio .top-news-category-title {
  background:#a41d2c;
}
.top-news-politics .more-stories-on-the-grio .top-news-category-title {
 background:#277c7c;
}
.top-news-news .more-stories-on-the-grio .top-news-category-title {
 background:#00a1cc;
}
.top-news-category-title {
	background-color: #00A1CC;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height:26px;
	padding: .25em;
	text-transform: uppercase;
	position: relative;
}
.top-news-category-title:after {
	width: 0;
	height: 0;
	border-top: 18px solid #00a1cc;
	border-right: 18px solid transparent;
	position: absolute;
	top: 36px;
	left: 0px;
	content: "";
	z-index: 1;
}
#top-news .the-post-thumbnail {
	margin-bottom: 1em;
}
.column #top-news .entry-title {
	margin-bottom: 0;
}
.column #top-news .entry-title a {
	color: #224488;
	display: list-item;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	list-style-type: square;
	margin: 0 0 1em 1.25em;
}
#top-news .top-news-read-more {
	color: #00A1CC;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
}
.cat-top-story .entry-title {
	font-size: 30px;
}

/* =Secondary River = Default Query = NOT Home or Primary Category
-------------------------------------------------------------- */
#secondary-river .column {
	margin-top: 0px;
}
#secondary-river .column .type-post {
	float: none;
}

/* =Taxonomy = Specials
-------------------------------------------------------------- */
#taxonomy-image {
	margin-bottom: 1em;
	max-height: 120px;
	width: 970px;
	overflow: hidden;
}

/* =Author Profiles
-------------------------------------------------------------- */
.author #author-info {
	border-bottom: 2px solid #CCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
	.author #author-info h2 {
		font-size: 20px;
	}
	.author #author-info p {
		margin-top: 1em;
		font-size: 14px;
		line-height: 21px;
		font-weight: normal;
		color: #444;
	}
.author #author-info #author-avatar {
	border: 1px solid #ccc;
	float: left;
	padding: 3px 3px 0px 3px;
	margin: 0 20px 20px 0;
}
.author #author-info #author-description {
	display: block;
}
.author #author-info #author-description blockquote {
	font-style: italic;
	line-height: 1.25em;
}


/* =Latest News Columns & Sidebar
-------------------------------------------------------------- */

/* =Left Column
-------------------------------------------------------------- */

/* =Right Column
-------------------------------------------------------------- */

/* =Top News
-------------------------------------------------------------- */

.page-navigation {
	clear: both;
}


/* =IE 7
-------------------------------------------------------------- */
#ie7 #branding {
	margin-bottom: 0;
	width: 990px;
}
#ie7 #access a,
#ie7 #branding #searchform {
	background: none;
	background-color: #eee;
}
#ie7 #access ul ul {
	top: 26px;
	left: 0px;
}
#ie7 #access ul ul li {
	float: none;
}
#ie7 #access ul ul li a {
	background: none;
}
#ie7 #branding #s,
#ie7 .error404 .type-post #s,
#ie7 .search-no-results .type-post #s {
	border-right: 1px solid #b6b6b8;
	padding-right: 21px;
}
#ie7 #branding #searchsubmit,
#ie7 .error404 .type-post #searchsubmit,
#ie7 .search-no-results .type-post #searchsubmit {
	border: none;
	height: 22px;
	width: 22px;
	top: 5px;
	right: 5px;
}
#ie7 .error404 .type-post #searchsubmit,
#ie7 .search-no-results .type-post #searchsubmit {
	right: 9px;
}
#ie7 #branding #s {
	width: 101px;
}
#ie7 div.gig-button-container {
	padding: 0px 0px;
	margin-right: 5px;
}
#ie7 #header-social li {
	display: inline;
}
#ie7 #breaking-news-heading {
	float: left;
	margin-right: 10px;
	padding: .25em .5em .5em .5em;
	width: 218px;
}
#ie7 #around-the-grio li,
#ie7 #around-the-grio li.first-child {
	margin: 0;
	margin: 0 18px 0 0;
}
#ie7 #primary-category h2, #ie7 #more-stories-header h2 {
	display: inline;
}
#ie7 .type-post .entry-footer .entry-meta .sep {
	display: inline;
	margin-right: 4px;
}
#ie7 .single .type-post .entry-footer .entry-meta .sep {
	display: none;
}
#ie7 .type-post .entry-footer {
	padding-bottom: .25em;
}
#ie7 div.gig-button-container-google-plusone div,
#ie7 div.gig-button-container-twitter-tweet div,
#ie7 div.gig-button-container-facebook-like div,
#ie7 div.gig-button-container-email div {
	filter: alpha(opacity=0);
}
#ie7 #access .menu > li.current-menu-primary:after,
#ie7 #access .menu > li.current-menu-ancestor:after,
#ie7 #access .menu > li.current-menu-item:after,
#ie7 #access .menu > li:hover:after,
#ie7 .widgettitle:after,
#ie7 .the-post-thumbnail:after,
#ie7 .top-news-category-title:after {
	display: none;
}

/* Gallery & Video Post Formats */
#ie7 .ie-video-label,
#ie7 .ie-gallery-label {
	width: 300px;
	height: 27px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#ie7 .ie-video-label {
	background: transparent url('../images/video-tag.png') no-repeat left top;
}
#ie7 .ie-gallery-label {
	background: transparent url('../images/gallery-tag.png') no-repeat left top;
}

#ie7 .single #more-stories { width: 100%; }

#ie7 #colophon { width: 100%; }

/* =IE 8
-------------------------------------------------------------- */
#ie8 #branding {
	width: 990px;
}
#ie8 #breaking-news-heading {
	width: 218px;
}
#ie8 div.gig-button-container-google-plusone div,
#ie8 div.gig-button-container-twitter-tweet div,
#ie8 div.gig-button-container-facebook-like div,
#ie8 div.gig-button-container-email div {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#ie8 #access a {
	font-size: 14px;
}

#ie8 #access .menu > li.current-menu-primary:after,
#ie8 #access .menu > li.current-menu-ancestor:after,
#ie8 #access .menu > li.current-menu-item:after,
#ie8 #access .menu > li:hover:after,
#ie8 .widgettitle:after,
#ie8 .the-post-thumbnail:after,
#ie8 .top-news-category-title:after {
	display: none;

}
/* Gallery & Video Post Formats */
#ie8 .ie-video-label,
#ie8 .ie-gallery-label {
	width: 300px;
	height: 27px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#ie8 .ie-video-label {
	background: transparent url('../images/video-tag.png') no-repeat left top;
}
#ie8 .ie-gallery-label {
	background: transparent url('../images/gallery-tag.png') no-repeat left top;
}

#ie8 #around-the-grio li .post-link-title a {
	filter: none;
}

/* =IE 9
-------------------------------------------------------------- */
#ie9 .border-gradient {
	background-image: none;
}
#ie9 #branding #searchform,
#ie9 #access a,
#ie9 #lead-story .entry-summary,
#ie9 #around-the-grio li .post-link-title a {
	filter: none;
}

/* =IE
-------------------------------------------------------------- */
/* Remove the gradients because we cant have color stops with a hack and it's not worth it. */
#ie7 .border-gradient,
#ie8 .border-gradient,
#ie9 .border-gradient {
	filter: none;
}

/* = TheGrios 100 - Temporary
-------------------------------------------------------------- */
#thegrios-100 {
	margin: -16px 0 16px 0;
}
#thegrios-100-iframe {
	border:0px #FFFFFF none;
}
#thegrios-100-banner {
	margin: -8px 0 8px 0;
}

/*****************************************/
.vvffd {
    font-family: arial,sans-serif;
    margin-top: 10px;
    padding: 0 0 8px 8px;
    width: 300px;
}
.vvffd .thegrio-widget{
    padding-left:0px;
    padding-bottom:2px;
}
.vvffd .widgettitle{
    margin-left: -1px;
}
.vvffd .thegrio-widget-vocative_feed ul{
    padding-left: 15px;
     margin-bottom: 0px;
}
.vvffd .thegrio-widget-vocative_feed ul li{
    padding-left: 0;
    text-indent: 0;
    list-style-type: none;
 }
.vvffd .thegrio-widget-vocative_feed ul.related-posts-content li:before {
  content: none;
    color: #a41d2c;
}
.vvffd .thegrio-widget-vocative_feed ul li a{
  line-height: 24px;
  font-size: 14px;
  }
 #vvfgre{
      margin-left: -7px;
  }

.vocativpsfed{float:left; width:100%;}

.vvffd #thegrio-related {
    padding-right: 0px;
}


.vocimg > img {
    width: 100%;
}
.vocimg {
    width: 100px;
    height: auto;
    float:left;
    margin-right:10px;
    max-height: 100px;
}
.vnoimg {
    border: 1px solid #eee;
    color: #999;
    height: 28px;
    padding-top: 2px;
    text-align: center;
}

  @font-face {
    font-family: 'Roboto-Medium';
	src: url('font/Roboto-Medium.ttf');
}

.voctit{
    float:left;
    width:185px;
    color: #444;
    font-family: "Roboto-Medium";
    font-size: 15px;
    line-height: 17px;
    max-height: 74px;
    overflow: hidden;
}

.vvffd .vocative-feed .related-posts-content > li {
    width: 100%;
    float: left;
    margin-bottom:0px;
    padding-left: 0 !important;
    text-indent: 0 !important;
}
.vvffd .vocative-feed .related-posts-content li:before{
   content: "" !important;
}
.vvffd .vocative-feed .related-posts-content{
    border:none !important;
}

.vvffd .vocmtt{
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 15px;
    padding: 0 0 5px;
    font-family: robotoregular, sans-serif;
    color: rgb(68, 68, 68);
    border-bottom: 2px solid rgb(255, 0, 0);
}

/* = TheGrios Sidebar Zones
-------------------------------------------------------------- */

/*Siderails*/
#siderails {
	display: block;
}

#GRIONET1-160x600,#div-gpt-ad-1436310688123-0 {
	position: absolute;
	top: 49px;
	z-index: 99999;
	margin-left: -175px;
}

#GRIONET1-160x600_BTF,#div-gpt-ad-1436310688123-1 {
	position: absolute;
	top: 49px;
	z-index: 99999;
	margin-left: 985px;
}

li.widget_thegrio_acm_grionet_ad_zones {
	list-style: none;
}

#ad-wrapper-right > div { position:fixed !important; display:none !important; }
#ad-wrapper-left > div { position:fixed !important; display:none !important; }

.addthis_button_facebook_like .fb_iframe_widget { top: -3px; }

.addthis_button_twitter_follow_native span.label { padding-left: 16px!important; }
.addthis_button_twitter_follow_native #l { display: none!important; }


.my_cpt_gallery_paginate_links{
	text-align: center;
	padding: 5px 0px 30px;
}

.my_cpt_gallery_paginate_links a.page-numbers{
	height: 25px;
	width: 25px;
	display: inline-block;
	white-space:nowrap;
	color:blck !important;
}
.my_cpt_gallery_paginate_links .current{
	background-color: rgb(164, 29, 44);
	color: #FFF;
	border-radius: 100px;
	height: 25px;
	width: 25px;
	display: inline-block;

}
.my_cpt_gallery_paginate_links a.prev,.my_cpt_gallery_paginate_links .next{
	width:auto;
	height:auto;
	margin:0px 10px;
}
.my_cpt_gallery_paginate_links a.dots{
	color: black;
	width: auto;
	height: auto;
}

.my_cpt_gallery_paginate_links a.page-numbers:hover{
	background-color: rgb(164, 29, 44);
	color: #FFF;
	text-decoration:none;
	border-radius: 100%;
}
.my_cpt_gallery_paginate_links a.prev:hover,.my_cpt_gallery_paginate_links a.next:hover{
	color:rgb(164, 29, 44);
	text-decoration:none;
	background-color:transparent;

}
.my_cpt_gallery_paginate_links a.dots:hover{
	color: black;
	text-decoration:none;
	background-color:transparent;
}
#leaderboard-fix-2{
    float:right;
	width:100%;
}

/*--------------------------27-08-2015--------------------------*/
.footer_sec {clear:both;}
#mobile-menu {display:none;}
.widgetcontainer.core .textwidget{ word-wrap:break-word}
#zergnet-widget-28611 .zergentity{ width:47% !important; margin:1px 4px !important}
#thegrio-zergnet-7 .thegrio-widget-Zergnet{ padding-top:5px;}
#leaderboard #div-gpt-ad-1427688969360-42,#leaderboard #div-gpt-ad-1427688969360-43{ margin-bottom:15px;}


.menu-primary-menu-container {float:left; padding:0 12px;}
.header-logo {float:left; padding:4px 0 0 0;}
#menu-main-nav {float: left;}
#access {float: right;}
#header-social {padding:0 10px; float:left;}
#header-social .follow-us {float:left; padding-right:10px; font-size:16px; color:#646464; font-family: 'Oswald', arial, sans-serif; line-height:39px; text-transform:uppercase;}
#header-social .facebook-follow {float:left;}
#header-social .facebook-follow a { border:0px; padding:0 2px;}
#header-social .twitter-follow {float:left;}
#header-social .twitter-follow a { border:0px;}
#header-social .facebook-follow a:hover,#header-social .twitter-follow a:hover {opacity:0.5;}
.infinity-item a  {
	 font-size:24px !important;
	 color:#646464 !important;
	 font-family: 'Oswald', arial, sans-serif !important;
	 font-weight:500 !important;
}
#zergnet-widget-33607 .zergheader{
	border-bottom: 1px solid #bbe6f8 !important;
    color: #00a1e4 !important;
    font-family: 'Oswald', arial, sans-serif !important;
    font-size: 30px !important;
    font-weight: 500 !important;
	position: relative;
	margin-bottom:10px !important;
	padding:0 0 10px;
}
.post-share-buttons-fb img { width:100%;}
.post-share-buttons-yt img { }
.footer_sec {
	background:#e6e6e6 !important;
	padding-top:15px;
}

#branding-wrapper { background:#ececec !important;}
#searchform .field {
	color: #646464 !important;
}
#top-stories .entry-summary-wrapper {
	background:#00a1e4 !important;
}
#top-stories .entry-summary-wrapper .entry-title a {
	margin:0;
}
.archive #secondary #trailer-stories .entry-title a {
	padding-top:8px !important;
}
.category #trailer-stories .cat-top-story {
	border-bottom:1px solid #e3e3e3 !important;
}
.category #trailer-stories .cat-top-story:hover {
	/*background:#00a1e4 !important;*/
}

#wp_page_numbers ul {padding:10px !important;}
#wp_page_numbers li.page_info {
}
.zergheadline a {
	font-family: 'Oswald', arial, sans-serif !important;
	font-size:18px !important;
	color:#646464 !important;
	font-weight:500 !important;
}
#wp_page_numbers li.active_page a {
	font-weight:500 !important;
	border:0 !important;
}
#wp_page_numbers a {
	border:0 !important;
	padding:5px 10px !important;
}
#wp_page_numbers li a:hover {
	background:#00a1e4 !important;
	color:#fff !important;
	border:0 !important;
}
#lead-story .type-post .entry-footer {display:none;}

.bump-view {line-height: 20px;}

ul li#text-8 .a {line-height: 20px;}

#top-posts li a {line-height: 20px;}

.header-cat-details .entry-meta {float:left;line-height:38px;}

/* 29-2-2016 */
.post-share-buttons-tw {
    background-color: #55acee;
    display: inline-block;
    float: right;
}
.post-share-buttons-tw > img {
    display: block;
    margin: 0 auto;
}

/* 1-3-2016 */
.widget_top-posts .widgets-list-layout-links {
 width: 65%
}

.widget_top-posts .widgets-list-layout a {
float: left;
width: 32%;
height: 54px;
overflow:hidden;
}

.widget_top-posts .widgets-list-layout a img {
display:block;
width: 100%;
max-width: 100%;
height: auto;
}

/* Social Buttons CSS */

#social-buttons a {
background:url(../images/social-buttons.png);
display: block;
height: 56px;
width: 56px;
float:left;
margin-left:5px;
}

#social-buttons a:first-child {
background-position: left center;
}

#social-buttons a:nth-child(2) {
background-position: left 180px center;
}


#social-buttons a:nth-child(3) {
background-position: left 120px center;
}

#social-buttons a:nth-child(4) {
background-position: left 57px  center;
}

/* Social Buttons CSS End */

.fancybox-skin {
padding: 2px;
width: auto;
height: auto;
}
.fancyvideotitle {
color: #00a1e4;
font-family: 'Oswald', arial, sans-serif;
font-size: 30px;
font-weight: 500;
position: relative;
padding: 0 0 10px;
line-height: normal;
text-align: center;
border-bottom: 1px solid #bbe6f8;
width: 215px;
margin: 0 auto 10px;
}
.thgrio_sep_video {
color: #fff;
display: block;
font-size: 40px;
line-height: 45px;
font-weight: 500;
font-family: 'Oswald', arial, sans-serif;
}
.fancybox-lock .fancybox-overlay {
z-index: 999999;
}

.public_good_right{
	float:right;
	width: 33%;
	margin-left: 10px;
}

.inspire-background{
	background: url(../images/ken_gibbs_back_image.jpg) #ffffff;
	display: block;
	float: left;
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;	
}

.inspire-topbar{
	float: left;
    width: 100%;
    background: #ffffff;
}