/*
Theme Name: HipHopWired v2
Theme URI: http://www.hiphopwired.com/
Description: Custom theme for HipHopWired.com
Version: 2.0.1
Author: Rich Collier, Federico Jacobi, Brian Van Nieuwenhoven
Author URI: http://moguldom.com
*/

/* GRID TO 12 + 642 (content) + 11 + 1 (divider) + 12 + 300 (sidebar) + 12 */

/* Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:top}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
a { text-decoration:none; color:#00aeff; }
a:hover {text-decoration: underline;}
strong,b { font-weight: bold;}
em,i { font-style:italic; }
blockquote { padding:10px; font-style:italic; background:#eee; font-size:1.1em; margin-bottom:10px; }
blockquote p:last-child { margin-bottom: 0; }

/*
 *	COMMON ELEMENTS
 */
body {
	text-align:center;
	background: url("images/bg.png") repeat-x scroll 0 0 #FFFFFF;
	border-top: 6px solid #000000;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 12px; 
}

#wrapper {
	text-align: left;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
	-webkit-box-shadow: 0 0 50px 0 #aaaaaa;
	box-shadow: 0 0 50px 0 #aaaaaa;
}
body.single #wrapper { width: 1076px; }
#container {
	clear: both;
	background-color: white;
	min-height: 800px;
}
#content, ul.sidebar, ul.home-sidebar {
	display: block;
	float: left;
	/* height: 1%; */
}
ul.sidebar, ul.home-sidebar {
	overflow:hidden;
}
#content {
	width: 642px;
	min-height: 785px;
	margin-top: 12px;
	margin-left: 12px;
	padding-right: 11px;
	padding-bottom: 12px;
	border-right: 1px solid #E0E0E0;
	font-size: 13px;
	line-height: 18px;
}
body.single #content { width: 728px; }
ul.home-sidebar {
	padding: 15px;
	width: 310px;
}
ul.sidebar {
	padding: 12px 11px 12px 12px;
	width: 300px;
}
.left {float:left; margin-right: 10px; position: relative;}
.right {float:right; margin-left: 10px; position: relative;}
.clear {clear:both;}
h1 {
	font-size: 24px;
}
h2 {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #00aeef;
}
h3 {
	padding-bottom: 10px;
}
h3 a {
	color: black;
	font-size: 24px;
	line-height: 24px;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
article {
	margin-bottom: 15px;
}
.categories a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
.comments {
	display: inline;
}

/*
 * ADVERTISEMENTS
 */
#ad-leaderboard {
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}
#ad-leaderboard > div { 
	display: inline;
	text-align: center;
	padding-bottom: 15px;
}
body.home #ad-pushdown {
	background: #eee;
}
#ad-pushdown {
	text-align: center;
}
#ad-pushdown div > div:first-of-type {
	padding-top: 15px;
}
.ad-block {
	width: 100%;
	/*height: 250px;*/
	margin: 30px 0;
	overflow: hidden;
}
.ad-block div {
	float: left;
	width: 300px;
	/*height: 250px;*/
}
.ad-block div:first-child {
	margin-right: 34px;
}
#ad-tag-HHWRightBoxAboveCommentsROS,
#ad-tag-HHWRightBoxWithinContentROS,
.ad-block > div:last-of-type {
	float: right;
}
.ad-block > div:first-of-type {
	float: left;
}

.above-content-ad {
	text-align:center;
	width:100%;
	margin-bottom: 30px;
}
.above-content-ad div > div:first-of-type {
	display:inline-block;
	width:468px;
	height:auto;
	margin-top:25px;
}
#interContainer {
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	padding: 0;
	position:fixed;
	display:block;
	z-index: 2147483647;
}
#inter-bg {
	background-color: white;
	padding-bottom:1000px;
	height: 145px;
}
#inter-bg .interWrap {
	height: 100%;
	margin: 0 auto;
	width: 1064px;
}
#inter-bg .headerbar-logo {
	background: url(images/logo-new2.gif) no-repeat scroll 0 2px transparent;
	height: 145px;
	width: 230px;
}
#inter-bg #tagline {
	padding-top: 55px;
	text-align: center;
}
#inter-bg .headerbar {
	text-align: center;
	margin-top: -90px;
}
#interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}

#interContent{ /*CSS for div that holds the content to show*/
	clear: both;
	margin: 0 auto;
	padding: 30px;
	width: 728px;
	height: 500px;
}

/*
 *	HEADER
 */
#header { 
	/*height:205px;*/
	background:white;
}

#header .headerLeft {
	display: inline-block;
	/*height:150px;*/
	float: left;
}
#logo {
	display: block;
	margin: 10px;
}

#header .headerRight {
	margin: 0 15px 15px 245px;
}
#network-menu {
	font-size: 10px;
	color: #595959;
	padding: 10px 0;
}
#network-menu ul {
	margin-left: 0px;
	text-align: right;
}
#network-menu li {
	display:inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#network-menu li:last-of-type { margin-right: 0px;}
#network-menu .separator {
	border-right: 1px solid #595959;
	padding-right: 10px;
}
#network-menu li a {
	font-family: Georgia,Times,"Times New Roman",serif;
	color: #595959;
	text-decoration: none;
}
.menu-social-facebook, .menu-social-twitter, .menu-social-youtube, .menu-social-instagram, .menu-social-gplus, .menu-social-pinterest {
	margin:0px;
}
.menu-social-facebook a, .menu-social-twitter a, .menu-social-youtube a, .menu-social-instagram a, .menu-social-gplus a , .menu-social-pinterest a {
	content:" ";
	text-align: left;
	display:block;
	width:32px;
	height:32px;
	text-indent:-9999px;
}
.menu-social-facebook a {
	margin-left: 20px;
	background: url("images/icons/facebook-icon.png");
}
.menu-social-twitter a {background: url("images/icons/twitter.png");}
.menu-social-youtube a{background: url("images/icons/youtube_icon.png");}
.menu-social-instagram a {background: url("images/icons/insta.png");}
.menu-social-gplus a {background: url("images/icons/g+.png");}
.menu-social-pinterest a {background: url("images/social/pinterest_32.png");}

.menubar {
	width:1010px;
	height: 45px;
	margin-left: -10px;
	background:#00aeef;
	border-bottom: 3px solid #c6aaff;
}
body.single .menubar { width: 1096px; }
.corner-right {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #000000 transparent transparent transparent;
	position: absolute;
	margin-left: 1000px;
	margin-top: 48px;
}
body.single .corner-right { margin-left: 1086px; }
.corner-left {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #000000 transparent transparent;
	position:absolute;
	margin-top: 48px;
	margin-left: 0px;
}
#header-menu {
	display: inline-block;
	width: 750px;
	margin-left: 30px;
}
.menubar li {
	display: inline-block;
	height: 15px;
	margin: 10px 10px;
	padding: 5px;
	text-align: center;
}
.menubar a {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: white;
}
.menubar a:hover {
	color: #c6aaff;
}
.menubar #header-search {
	display:block;
	float:right;
	padding: 5px;
	margin-right: 15px;
}
.menubar #header-search input {
	font-family: sans-serif;
	font-size: 10px;
	padding: 5px;
	border: none;
}
.menubar #header-search #submit {
	font-family: 'Oswald', sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	color: white;
	border: none;
	background: none;
}
.menubar .current-menu-item, .menubar .current-menu-parent {
	background-color: black;
	margin-left: 10px;
	margin-right: 10px;
}
.menubar li.current-menu-item:before, .menubar li.current-menu-parent:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 25px 25px;
    content: "\00a0";
	width: 0;
    height: 0;
	position: absolute;
    margin-left: -30px;
    margin-top: -5px;
}
.menubar li.current-menu-item:after, .menubar li.current-menu-parent:after {
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 25px 25px 0 0;
    content: "\00a0";
	width: 0;
    height: 0;
    position: absolute;
    margin-top: -5px;
	margin-left: 5px;
}
.menubar .current-menu-item a, .menubar .current-menu-parent a {
	color: yellow;
}
/*
	END HEADER
*/

#slider {
	padding: 15px;
	background-color: #eee;
}
#featured_slider {
	height: 250px;
	width: 640px;
	overflow: hidden;
	background-color: black;
	display: inline-block;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 7px;
}
#home-topbox-ad {
	display: inline-block;
	margin-left: 15px;
	width: 300px;
	height: 250px;
}
#featured_slider .prev-button, #featured_slider .next-button {
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	height: 140px;
	width: 30px;
	font-size: 30px;
	font-weight: bolder;
	color: gray;
	padding-top: 110px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
}
#featured_slider .prev-button {
	border-right: 1px solid #E0E0E0;
}
#featured_slider .prev-button:hover { background-color: rgba(0, 174, 239, 0.75); color: white;}
#featured_slider .next-button {
	border-left: 1px solid #E0E0E0;
	margin-left: 609px;
}
#featured_slider .next-button:hover { background-color: rgba(0, 174, 239, 0.75); color: white;}
#featured_slider .slide { display: none; width: 200%; }
#featured_slider .slide.first { display:block; }

#featured_slider .title-holder {
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	width: 325px;
	padding: 15px;
	right: 40px;
	bottom: 15px;
	z-index: 100;
}
#featured_slider .title-holder h2 { border: none; text-transform: none; margin-bottom:0px;}
#featured_slider .title-holder h2 a {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: normal;
	font-size: 23px;
	line-height: 1.1em;
	color: yellow;
	text-decoration: none;
}
#featured_slider .title-holder h2 a:hover {
	text-decoration: underline;
}
#featured_slider .byline {}
#featured_slider .excerpt { color: white; line-height: 1.4em; }
#featured_slider .image_holder {}
#featured_slider .image_holder img:nth-child(2) { opacity: 0.5; }
#featured_slider ul {
	display: none;
	position: absolute;
	bottom: 0px;
	margin-left: 40px;
	width: 600px;
}
#featured_slider ul li {
	display: inline;
	margin-right: -20px;
	cursor: pointer;
}
#featured_slider ul li:hover { opacity: 0.5; }
#featured_slider ul li.active { opacity: 0.5; }

/*
 * HOMEPAGE 
 */
body.home #sidebar-home-left {
	width:200px;
}

body.home #sidebar-home-right {
	width:300px;
}

body.home #home-center {
	width:395px;
	height:auto;
	padding: 15px;
	float:left;
	vertical-align: top;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
}
article {
	margin-bottom: 20px;
}

body.home .categories-wrapper {
	float:left;
}

body.home .categories_after {
	display: inline-block;
	border-color: #FF0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 19px 20px 0 0;
	content: "";
	height: 0;
	position: relative;
	width: 0;
}
body.home .categories {
	background-color: #FF0000;
	color: #FFFFFF;
	display: inline-block;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	padding: 3px;
}

body.home .tweet {
	float:right;
}

body.home .meta-top {
	margin-bottom: 10px;
}
body.home .content {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
body.home .byline {
	font-family: sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #A0A0A0;
	margin: 5px 0;
	clear: both;
}
body.home img.icon_more {
	vertical-align: baseline;
}
body.home .meta-bottom {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.3em;
	padding: 7px 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 10px;
}
body.home .tags {
	display:inline;
}
body.home .tags a {
	text-decoration: none;
	color: #00aeff;
}
body.home .tags a:hover {
	text-decoration: underline;
}
.more-news {
	display: block;
	background-color: #00aeff;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}
.more-news a { color: white; text-decoration: none; }

/*
 *	CATEGORIES
 */
 .sub_menu {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 2px solid #c8c8c8;
	padding-left: 15px;
	margin: 0px -11px 15px -15px;
}
.sub_menu ul.menu { 
 	background-color: #f8f8f8;
	border: 1px solid #c8c8c8;
	border-bottom: none;
}
.sub_menu .menu li { 
	display: inline-block;
	padding: 10px 0;
}
.sub_menu .menu li a {
	display: inline-block;
	color: #c8c8c8;
	text-decoration: none;
	
	border-right: 1px dotted #ccc;
	padding: 0 15px;
}
.sub_menu .menu li.current-menu-item {
	background: white;
	padding: 0px;
	margin: -4px -4px -2px -4px;
}
.sub_menu .menu li.current-menu-item a {
	color: black;
	font-weight: bold;
	padding: 13px;
	border: 1px solid #c8c8c8;
	border-bottom: none;
}

/*
 *	Archive Layouts
 */
.layout-archive {
}
.layout-archive .featured-title, 
.layout-archive .section-title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #00aef0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #E0E0E0;
}
.layout-archive .archive-featured  {
	border-bottom: 5px solid #E0E0E0;
	margin-bottom: 20px;
}
.layout-archive .archive-featured  .contentBlock {
	display: block;
	width: 200px;
	margin-left: 20px;
	float: left;
}
.layout-archive .archive-featured .first {
	margin-left: 0;
}
.layout-archive .archive-featured  .contentBlock .category-caption {
	background: #ff0000 url('images/categorybarbg.gif') no-repeat top right;
	color: #fff;
	padding: 3px 29px 3px 5px;
	font: bold 10px/16px sans-serif;
	text-transform: uppercase;
}
.layout-archive .archive-featured  .contentBlock .article-title {
	border-bottom: 0px;
}
.layout-archive .archive-featured  .contentBlock .article-title a {
	color: #000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
	padding-bottom: 8px;
}
.layout-archive .archive-featured  .contentBlock .article-title a:hover{
	color: #00AEFF;
}
.layout-archive .archiveLeft {
	float: left;
	margin-right: 15px;
	position: relative;
}
.layout-archive .archiveLeft img {
	width: 200px;
	height: auto;
}
.layout-archive .archiveRight {
	margin-left: 210px;
}
.layout-archive .archiveRight .article-title {
	border-bottom: 0px;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
.layout-archive .archiveRight .article-title a {
	color: #000;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.layout-archive .archiveRight .article-title a:hover{
	color: #00AEFF;
}
.layout-archive .archiveRight .excerpt {
	font-family: 'Times New Roman', serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.layout-archive .archiveRight .meta {
	font-size: 11px;
	font-family: sans-serif;
	line-height: 18px;
	color: #a0a0a0;
	vertical-align: baseline;
	border-right: 0px;
}
.layout-archive .archiveRight .meta a {
	text-decoration: none;
	color: #707070;
}
.layout-archive .archiveRight .meta a:hover {
	text-decoration: underline;
}
.layout-archive .meta, .layout-archive .comments, .layout-archive .categories { 
	display:inline;
	padding-right: 5px;
	border-right: 1px solid #A0A0A0;
	font-family: sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #a0a0a0;
}
.layout-archive .archiveRight .meta .metaIcon {
	border-left: 1px solid #bababa;
	padding-left: 8px;
	margin: 0 2px 0 8px;
	vertical-align: baseline;
}
.layout-archive .tags { display: inline; }

/*
 *	Video & Wired Tracks paging
 */

.template-category-video #pagination, .category-wired-tracks #pagination {
	width: 100%;
	margin-bottom: 30px;
}
.template-category-video #pagination div, .category-wired-tracks #pagination div {
	float: left;
}
.template-category-video #pagination #previousPg, .template-category-video #pagination #nextPg, .category-wired-tracks #pagination #previousPg, .category-wired-tracks #pagination #nextPg {
	padding-top: 5px;
}
.template-category-video #pagination a, .category-wired-tracks #pagination a {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	font-family: Arial;
}
.template-category-video #pagination #wp_page_numbers, .category-wired-tracks #pagination #wp_page_numbers {
	margin: 0 10px;
}
.template-category-video #pagination #wp_page_numbers li a, .category-wired-tracks #pagination #wp_page_numbers li a {
	font-weight: bold;
	font-size: 12px;
	padding: 8px 11px;
	border-color: #00aeef;
}
.template-category-video #pagination #wp_page_numbers li.active_page a, .template-category-video #pagination #wp_page_numbers li a:hover, .category-wired-tracks #pagination #wp_page_numbers li.active_page a, .category-wired-tracks #pagination #wp_page_numbers li a:hover {
	background-color: #00aeef;
}
.template-category-video #pagination #wp_page_numbers li a:hover, .category-wired-tracks #pagination #wp_page_numbers li a:hover {
	text-decoration: none;
	color: #fff;
}
.template-category-video #pagination li.page_info, .category-wired-tracks #pagination li.page_info {
	display: none;
}
.video-originals-label {
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #00aeef;
	color: white;
	padding: 3px 5px;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	border-radius: 7px 7px 0 0;
	margin-left: 9px;
}


/*************************
* Date Archive Link Matrix
**************************/
table.datemap-sb{
	margin:0px auto 24px;
	width: 100%;
}
table.datemap-sb tr{
	border-bottom:1px solid #E0E0E0;
}
table.datemap-sb tr.last{
	border-bottom:0;
}
table.datemap-sb th{
	background-color:#00aeef;
	font-family: 'Oswald', sans-serif;
	padding:0px 0px;
	text-align: center;
}
table.datemap-sb th a {
	color: white;
	display:block;
	padding: 4px 7px;
}
table.datemap-sb th a:hover{
	text-decoration: none;
}
table.datemap-sb td{
	padding:0px 0px 0px;
	text-align: center;
}
table.datemap-sb td a{
	color:#000;
	display:block;
	text-decoration: none;
	padding: 4px 7px;
}
table.datemap-sb td a:hover,
table.datemap-sb td a:focus,
table.datemap-sb td a:active {
	background-color:#00aeef;
}
table.datemap-sb td a.currentdate {
	background-color:#E0E0E0;
}
/*
 *	Grid Layout
 */
.layout-grid .section-title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-top: 12px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #00aef0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #E0E0E0;
}
.layout-grid .gridTop {
	margin-bottom:3px;
	position: relative;
}
.layout-grid article.post {
	width: 200px;
	float: left;
	margin: 0 0 15px 21px;
}
.layout-grid article.post.first-post{
	margin-left: 0px;
}
.layout-grid .grid-title {
	border-bottom: 0px;
	min-height: 54px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.layout-grid .grid-title a {
	color: #000;
	display: block;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: none;
}
.layout-grid .grid-title a:hover {
	text-decoration: underline;
}
.layout-grid .meta {
	width: 100%;
	font-family: Arial,sans-serif;
	vertical-align: baseline;
}

.layout-grid .meta img, 
.layout-grid .meta a, 
.layout-grid .meta span
{
    display: block;
	float:left;
}

.layout-grid .meta a {
	text-decoration: none;
	color: #707070;
	margin-top: 4px;
}
.layout-grid .meta a:hover {
	text-decoration: underline;
}
.layout-grid .meta .metaElement{
	font-size: 10px;
	margin-top: 4px;
	color: #a0a0a0;
	margin-right: 6px;
}
.layout-grid .meta .metaElement.metaOutput{
	font-size: 11px;
	margin-top: 4px;
	color: #707070;
	margin-right: 8px;
	padding-right: 12px;
}
.layout-grid .meta .metaElement.metaOutput.separator{
	border-right: 1px solid #a0a0a0;
}
.layout-grid .meta .metaIcon {
	margin: 8px 2px 0px 0px;
	vertical-align: baseline;
}

/*
 *	Page Layouts
 */
.layout-page {
}
.layout-page .page-title {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #00aef0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #E0E0E0;
}
.layout-page h3 {
	font-weight: bold;
	font-size: 1.2em;
}
.layout-page p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.layout-page .article-title {
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: .5em;
}
.layout-page img {
	max-width: 100%;
	height: auto;
}
.layout-page img.featured-image {
	width: 200px;
	height: auto;
	margin: 0 10px 10px 0;
	float: left;
}
/*
 *	FOOTER
 */
.corner-right-footer {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 0 0 10px;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	margin-left: 1000px;
	margin-top: -28px;
}
body.single .corner-right-footer { margin-left: 1086px; }
.corner-left-footer {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #000000 transparent;
	position:absolute;
	margin-top: -28px;
	margin-left: 0px;
}
#footer {
	width: 1011px;
	padding-top: 15px;
	border-top: 3px solid #c6aaff;
	background-color: black;
	color: #fff;
	margin: 0 auto;
	text-align: left;
}
body.single #footer { width: 1097px; }
#footerContent {
	width: 1010px;
	background-color: #000;
	margin: 0 auto;
}
body.single #footerContent { width: 1096px; }
#footerContent > li {
	width: 961px;
	border-bottom: 5px solid #363636;
	padding-top: 2px;
	margin: 0 0 11px 24px;
}
body.single #footerContent > li { width: 1051px; }

/* TENTATIVE: Footer Menu Navigation Widget Styles */
#footerContent > li.widget_nav_menu ul  > li {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 25px;
}
#footerContent > li.widget_nav_menu ul  > li  a:link,
#footerContent > li.widget_nav_menu ul  > li  a:visited,
#footerContent > li.widget_nav_menu ul  > li  a:hover,
#footerContent > li.widget_nav_menu ul  > li  a:active,
#footerContent > li.widget_nav_menu ul  > li  a:focus {
	color: #00aeff;
	line-height: 33px;
	display: block;
}

#footerContent > li.widget_nav_menu ul  > li:last-of-type a {
	padding-left: 18px;
	background-image: url(images/footer-rss.png);
	background-repeat:no-repeat;
	background-position:center left; 
}

/* TENTATIVE: About Widget Styles */
#footerContent #widget-about {
	width: 961px;
	margin-left: 24px;
	padding-bottom:11px;
	color: #fff;
	clear: left;
	text-align:center;
}

#footerContent #widget-about a {
	font-weight: bold;
	text-decoration: underline;
	color: #00AEEF;
	padding: 5px 0;
}
#footerContent #widget-about a:hover {
	text-decoration: none;
}

/* TENTATIVE: Copyright Widget Styles */
#footerContent > li:last-of-type {
	width: 961px;
	border-bottom: 0px;
	padding-top: 2px;
	margin: 0 0 0px 24px;
}

#footerContent > li:last-of-type div.textwidget {
	width: 961px;
	color: #535353;
	font-size: 11px;
	padding: 6px 0 6px 0;
}

















































/*
 *	WIDGETS CSS HERE ONLY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *	WE MIGHT MOVE THIS SECTION TO ANOTHER FILE
 */

.widget {
	margin-bottom: 15px;
}

.widget_hhw_right_bangin_candy {
	overflow: hidden;
}

.widget_hhw_right_bangin_candy img.primary {
	width:170px;
	height:200px;
	float:left;
}

.widget_hhw_right_bangin_candy img.secondary {
	width:120px;
	height:60px;
	float:right;
	margin-bottom:10px;
}

.widget_hhw_right_bangin_candy img.last {
	margin-bottom:0;
}

.widget_hhw_right_bangin_candy img:hover {
	opacity: .5;
}

/*
 * POLITICS
 */
.widget_hhw_left_politics article a {
	display: block;
	line-height: 1.3em;
	margin-bottom: 5px;
	padding-left: 13px;
	color: black;
	text-decoration: none;
	text-align: left;
}
.widget_hhw_left_politics article a:hover {
	color: #00aeff;
}
.widget_hhw_left_politics article a:before {
	content: "\00BB";
	margin-left: -15px;
	margin-right: 7px;
}
.widget_hhw_left_politics article:first-of-type {
	padding: 0px;
}
.widget_hhw_left_politics h3 {
	margin:0; padding: 0;
}
.widget_hhw_left_politics h3 a {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 0;
	margin: 0;
	text-decoration: none;
}
.widget_hhw_left_politics h3 a:before {
	content: "";
	margin: 0;
}

/* inline styles for YT widget. Edit to customize for site. */ 
#yt-widget {
	background-color: #00aeef;
	text-align:left;
	padding: 12px;
	width: 276px;
}
#yt-widget h2 {
	font-size: 1.2em;
	color: #fff;
	padding: 0 0 1em 0;
}

#yt-button-container-render-outer {
	background-color: #fff;
	padding: 5px;
}

.widget-newsletter {
	width:300px;
	height:194px;
	background: url(images/nl_widget.png) no-repeat;
	display:block;
	text-align:left;
	margin-bottom:15px;
}
.widget-newsletter .nlsubmit {
	position: relative;
	top: -180px;
	left: 200px;
	width: 40px;
	height: 30px;
	text-indent: -1000px;
	cursor: pointer;
}

.widget-newsletter input {
	width:215px;
	margin-top:156px;
	margin-left:30px;
	background:transparent;
	border:0;
	font-style:italic;
	color:white;
}

/*
 * PHOTOS ON THE LEFT SIDEBAR
 */
.widget_hhw_left_photo_ops img {
	display: inline-block;
	height: auto;
	margin: 8px;
	overflow: hidden;
	width: 50px;
}
.widget_hhw_left_photo_ops img:hover {
	opacity: .8;
}

/*
 * STREETS IS TALKING
 */
.widget_hhw_left_streets #image img {
	width: 200px;
	height: auto;
}
.widget_hhw_left_streets #title {
	padding: 5px;
	background-color: black;
}
.widget_hhw_left_streets #title a {
	color: #FFF200;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
}

/*
 * KICKS
 */
.widget_hhw_left_latest_post_in_category #image img {
	width: 200px;
	height: auto;
}
.widget_hhw_left_latest_post_in_category #title {
	padding: 5px;
	background-color: black;
}
.widget_hhw_left_latest_post_in_category #title a {
	color: #FFF200;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	text-decoration: none;
}
.widget_hhw_left_latest_post_in_category #title a:hover {
	color: #fff;
}



/*
 * RSS FEED (TMZ)
 */
.widget_hhw_right_feed li {
	display: block;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-left: 20px;
}
.widget_hhw_right_feed li:before {
	content: ">>";
	color: #00aeff;
	margin-left: -20px;
	letter-spacing: -.3em;
	margin-right: 10px;
}
.widget_hhw_right_feed li a {
	color: #000;
}
.widget_hhw_right_feed li a:hover {
	color: #00aeff;
}


/*
 * TRENDING
 */
.widget_hhw_left_trending h2.widgettitle {
	font-size: 2em;
	text-align: center;
	border-bottom: 32px solid #ebebeb;
	margin-bottom: -18px;
}

.widget_hhw_left_trending .left-column, 
.widget_hhw_left_trending .right-column, 
.widget_hhw_left_trending .header-artists, 
.widget_hhw_left_trending .header-topics {
	display: inline-block;
	width: 90px;
	margin: 0 2px;
}

.widget_hhw_left_trending .header-artists, 
.widget_hhw_left_trending .header-topics {
	margin-bottom: 12px;
	font-weight: bold;
	padding-left: 3px;
}

.widget_hhw_left_trending a, 
.widget_hhw_left_trending a:visited {
	background: #fff200;
	display: inline-block;
	padding: 5px;
	margin: 2px 0;
	color: #372718;
	font-size: .9em;
}

.widget_hhw_left_trending a:hover {
	background: #372718;
	text-decoration: none;
	color: #fff;
}

.widget div.read-more a, 
.widget div.readmore a, 
.widget a.read-more, 
.widget a.readmore {
	display: inline-block;
	background: url(images/read-more-background.png) #000 top right no-repeat;
	height: 14px;
	color: #fff;
	margin-top: 10px;
	padding-right: 26px;
	font-size: 1em;
	padding-top: 3px;
	padding-left: 3px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.widget div.read-more a:hover, 
.widget div.readmore a:hover, 
.widget a.read-more:hover, 
.widget a.readmore:hover {
	text-decoration: none;
	color: #00aeff;
}

.widget_hhw_right_video {
	position: relative;
	height: 200px;
	overflow: hidden;
}
.widget_hhw_right_video h2 {
	position: absolute;
	z-index: 999;
	background: black;
	padding: 5px;
	right: 0;
	border: 0;
}
.widget_hhw_right_video a {
	color: #000;
	font-weight: bold;
	display: block;
}
.widget_hhw_right_video a:hover {
	color: #00aeff;
}
.widget_hhw_right_video .description {
	position: absolute;
	background: black;
	bottom: 0;
	padding: 5px;
	color: white;
	line-height: 1.4em;
}
.widget_hhw_right_video img {
	position: absolute;
}

.widget_hhw_right_video .overlay {
	opacity: .4;
	margin-top: -23px;
}

.widget_hhw_right_video .overlay:hover {
	opacity: 1;
}

.widget_hhw_right_wired_tracks a {
	color: #000;
}
.widget_hhw_right_wired_tracks a:hover {
	color: #00aeff;
}


/*
 *	END WIDGETS CSS. DO NOT ADD ANYTHING UNDER THIS LINE!!!!!!!!!!
 *	WE MIGHT MOVE THIS TO ANOTHER FILE
 */

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/* SIDEBAR ALIGNMENT */
#sidebar-home-left .widget {
	border-bottom: 10px solid #ddd;
	width: 200px;
	margin-left: -15px;
	padding: 0 15px 15px 15px;
}
/* END SIDEBAR ALIGNMENT */


/* SOCIAL BUTTONS */
.sharethis-social {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
}
.sharethis-social:nth-of-type(even),
.sharethis-social:nth-child(2n+0) {
	margin: 0 0 15px;
}

.sharethis-social div.social-cell {
	width: 34%;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 35px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: right;
	color: white;
}

.sharethis-social div.social-cell span,
.sharethis-social div.social-cell a {
  	background-repeat: no-repeat;
	height: 36px;
	padding-right: 10px;
	display: block; 
	cursor: pointer;
	transition: all 0.3s ease;
}

.st_facebook_custom {
	background: #3b5998 url(images/mob_social_facebook.svg) 10px center;
}
.st_twitter_custom {
	background: #00aced url(images/mob_social_twitter.svg) 10px center;
	margin: 0 4%;
}
.st_email_custom {
	background: #cb2027 url(images/mob_social_email.svg) 10px center;
}
.st_facebook_custom:hover {
	background-color: #4367b4;
}
.st_twitter_custom:hover {
	background-color: #0096d1;
}
.st_email_custom:hover {
	background-color: #e4262f;
}
.sharebutton {
	background-position: center;
	background-repeat: no-repeat;
	height:53px;
	display:block;
	cursor: pointer;
}


/* Article Layout Styles - Global */
.layout-article p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
.layout-article .article-title {
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: .5em;
}
.layout-article img {
	max-width: 100%;
	height: auto;
}
.layout-article img.featured-image {
	width: 200px;
	height: auto;
	margin: 0 10px 10px 0;
	float: left;
}

.layout-article div.sub_menu {
	margin-top: 0;
}

.layout-article div.sub_menu a:after {
	content: " NEWS";
}

.layout-article div.submenu a:hover {
	color: #000;
}
.layout-article .categories {
	background-color: #FF0000;
	color: #FFFFFF;
	display: inline-block;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	height: 13px;
	padding: 3px;
}
.layout-article .categories_after {
    border-color: #FF0000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 19px 20px 0 0;
    content: "";
    height: 0;
    position: relative;
    width: 0;
    display: inline-block;
}
.layout-article .byline {
	margin: 7px 0 12px 0;
	font-family: Arial,sans-serif;
	font-size: .9em;
	color: #888;
}

.layout-article .social span, 
.layout-article .social div {
	display: inline-block;
}

.layout-article .social { 
	/*display: inline-block; 
	float: right;
	height: 21px;
	position: relative;
	top: -7px;
	margin-bottom: -10px;*/
	display: block;
	margin-top: 5px;
}

.layout-article .social img {
	height: 21px;
	width: auto;
	margin-top: 2px;
}

.layout-article .social #googlecount,  
.layout-article .social #twitcount {
	border: 1px solid #999;
	height: 9px;
	width: auto;
	margin-top: 2px;
	border-radius: 3px;
	padding: 0px 5px 9px 5px;
	margin-right: 3px;
}

.layout-article #article-metadata {
	width: 100%;
	height: 26px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	vertical-align: baseline;
}

.layout-article #article-metadata img, 
.layout-article #article-metadata span
{
    display: block;
	float:left;
}

.layout-article #article-metadata a {
	text-decoration: none;
	color: #707070;
	margin-top: 4px;
}
.layout-article #article-metadata a:hover {
	text-decoration: underline;
}
.layout-article #article-metadata .title{
	margin-top: 7px;
	color: #a0a0a0;
	padding-right: 0px;
	margin-right: 0px;
} 

.layout-article #article-metadata .metaElement{
	font-size: 0.8em;
	margin-top: 4px;
	color: #a0a0a0;
	margin-right: 4px;
}
.layout-article #article-metadata .metaElement.metaOutput{
	color: #707070;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	padding-right: 10px;
}
.layout-article #article-metadata .metaElement.metaOutput.last{
	border-right: 0px;
}

.layout-article #article-metadata .metaIcon {
	margin: 8px 4px 0px 0px;
	vertical-align: baseline;
}

.layout-article .post-pagination {
	padding: 0 0 40px 0;
	text-align:center;
	clear: both;
}

.layout-article .post-pagination #previous-page, 
.layout-article .post-pagination #next-page {
	display:inline-block;
	width: 15%;
}
.layout-article .post-pagination #next-page {
}

.layout-article .post-pagination .single-pagination {
	display:inline-block;
	width: 69%;
	position: relative;
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.layout-article .post-pagination .single-pagination #pagination-label {
	font-weight: bold;
}
.layout-article .post-pagination .single-pagination a:hover {
	font-weight: bold;
}

.layout-article .slideshow-image {
	text-align: center;
	padding-top: 30px;
}


/* END Article Layout Styles - Global */

/* Article Layout Styles - WIRED TRACKS */
.layout-article #article-metadata .star-rating-block img.star {
	width: 15px;
	height: auto;
	opacity: .7;
	cursor: pointer;
	margin-top:2px;
}

.layout-article #article-metadata .star-rating-block img.star:hover {
	opacity: 1;
}

/* END Article Layout Styles - WIRED TRACKS */



.category-bangin-candy .featured-wrapper {
    position:relative;
    width: 640px;
	overflow: hidden;
	margin-bottom: 12px;
}
.category-bangin-candy .featured-wrapper .featured-images{
	display: block;
	width:700px;
}
.category-bangin-candy .featured-wrapper .featured-images img{
	display: block;
	float:left;
}
.category-bangin-candy .featured-wrapper .featured-overlay {
	width: 316px;
	padding: 12px 19px 0 12px;
	background: transparent url(images/featureContentbg.png);
	position: absolute;
	bottom: 15px;
	right: 45px;
	color: #fff;
	line-height: 1.3em;
}

.category-bangin-candy .featured-wrapper .featured-overlay .title  {
	border-bottom: 0px;
}

.category-bangin-candy .featured-wrapper .featured-overlay .title  a{
	color: #FFF200;
	font-size: 23px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	line-height: 24px;
	text-decoration: none;
	text-transform: none;
}
.category-bangin-candy .featured-wrapper .featured-overlay .title a:hover {
	text-decoration: underline;
}

.category-bangin-candy .featured-wrapper .featured-overlay span {
	display: block;
}
.category-bangin-candy .featured-wrapper .featured-overlay span.feature-header{
	width: 45px;
	height: 16px;
	padding-bottom: 0;
	text-indent: -9999px;
	background: transparent url(images/feature.png) no-repeat top left;
}
.category-bangin-candy .featured-wrapper .featured-overlay .more {
	text-align: right;
	margin-top: -7px;
}
.category-bangin-candy .assorted-candy article.with-thumb {
	width:100px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 7px;
}
.category-bangin-candy .assorted-candy article.with-thumb.first {
	margin-left: 0px;
}
.category-bangin-candy .assorted-candy article.with-thumb .assorted-title{
	border: 0px;
	text-align:center;
}
.category-bangin-candy .assorted-candy article.with-thumb .assorted-title a{
	font: normal 12px/16px Georgia, Times, "Times New Roman", serif;
	color: #000;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
}
.category-bangin-candy .assorted-candy article.with-thumb .assorted-title a:hover{
	text-decoration: underline;
}

.category-bangin-candy .more-candy {
}
.category-bangin-candy .more-candy .alphabet {
	margin-bottom: 10px;
	text-align: center;
}
.category-bangin-candy .more-candy .alphabet span:first-child {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding: 2px;
}
.category-bangin-candy .more-candy .alphabet .ajax-model {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	padding: 2px;
	cursor: pointer;
}
.category-bangin-candy .more-candy .alphabet .ajax-model-active {
	color: black;
}
.category-bangin-candy .more-candy .candy-loading {
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	z-index: 999;
	text-align: center;
	display: none;
	padding-top: 20px;
}
.category-bangin-candy .more-candy article {
	display: block;
	position: relative;
	float: left;
	width: 149px;
	margin-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.category-bangin-candy .more-candy article img {
	min-height: 150px;
	margin-bottom: 5px;
}
.category-bangin-candy .more-candy article.last {
	margin-right: 0px;
}
#content.category-bangin-candy .more-candy article a {
	font: normal 12px/16px Georgia, Times, "Times New Roman", serif;
	text-align: center;
	color: #000;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
}
.category-bangin-candy .more-candy article a:hover {
	cursor: pointer;
}

/* WP PAGE NUMBERS */
#wp_page_numbers {
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	line-height: 12px;
}
#wp_page_numbers ul li {
	display: inline-block;
}
#wp_page_numbers li a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
}
#wp_page_numbers li a:hover {
	text-decoration: none;
	border-color: #00aeef;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #00aeef;
}

#wp_page_numbers li.page_info {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
}
/* END WP_PAGE_NUMBERS */

/* AJAX SLIDESHOWS */

#hhw-ajax-slideshow {
	position: relative;
	margin: 30px 0;
}

#hhw-ajax-slideshow .slide {
	text-align: center;
	display: none;
}

#hhw-ajax-slideshow .slide:nth-child(1) {
	display: block;
}

#hhw-ajax-slideshow .slide img {
	width: 100%;
	height: auto;
	display: inline-block;
}

#hhw-ajax-slideshow .slide span {
	position: relative;
	background: white;
	font-size: 1.1em;
	display: block;
	border: 1px solid #00aeff;
	margin-right: 15px;
	margin-left: 20%;
	margin-top: -15px;
	padding: 10px;
}
#hhw-ajax-slideshow .crop_image_area { max-height: 600px; overflow: hidden;}

#hhw-ajax-slideshow .slide-navigate-left,#hhw-ajax-slideshow .slide-navigate-right {
	padding: 10px;
	background: #00aeff;
	position: absolute;
	text-align: left;
	font-size: 2em;
	cursor: pointer;
	border: 1px solid #fff;
	color: white;
}
#hhw-ajax-slideshow .slide-navigate-left {
	left: 15px;
	top: -20px;
}
#hhw-ajax-slideshow .slide-navigate-right {
	left: 50px;
	top: -20px;
}
#hhw-ajax-slideshow .slide-pages {
	position: absolute;
	left: 15px;
	bottom: -25px;
	width: 60px;
	text-align: center;
	padding: 5px;
}
#hhw-ajax-slideshow .nomore { background-color: #ddd; opacity:.5;}
#hhw-ajax-slideshow .slide-navigate-left.bottom, #hhw-ajax-slideshow .slide-navigate-right.bottom {
	top:inherit;
	bottom: 0px;
}

/* Native Ads */
body.single div.sponsor-message { 
	width: 200px; 
	position: absolute;
	margin-top: 150px;
}

body.single div.sponsor-message img, 
body.single div.sponsor-message div.sponsor-single-text {
	display: inline-block;
}

body.single div.sponsor-message img {
	height: 48px;
	width: auto;
}
	
body.single div.sponsor-message div.sponsor-single-text {
	margin-top: 6px;
	margin-left: 5px;
	font-size: .85em;
}

body.single div.sponsor-message div.sponsor-single-text a {
	font-size: 1.4em;
}

body.home div.sponsor-message {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 5px;
}

body.home div.sponsor-message div, 
body.home div.sponsor-message a, 
body.home div.sponsor-message img {
	display: inline-block;
} 

body.home div.sponsor-message div.sponsor-text {
	margin-top: 16px;
	margin-right: 10px;
}

body.home div.sponsor-message div.sponsor-text a {
	font-size:1.1em;
}

.widget_hhw_left_twitter .mainlink a {
	color: #fff200;
	background-color: #000;
	text-decoration: none;
	text-align: center;
	padding: 6px;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
}

.widget_hhw_left_twitter .smalllink a {
	color: #00aeff;
	text-transform: uppercase;
	font-size: 8px;
	text-align: center;
	display: block;
}

.google-authorship-link { display:none; }

div.sub_menu .menu.bt100 a:after {
	content:'';
}

.bt100_holder {
	float:left;
	width: 110px;
	margin-right: 17px;
	margin-top: 15px;
}

/* Article Layout Styles - The Gentleman's Project / tgp */
.category-tgp #container #content {
	margin-left: 15px;
	width: 636px;
	padding-right: 13px;
}

.category-tgp #container ul.sidebar {
	padding: 12px 12px 12px 10px;
}

#content h2.tgp-article-title {
border-bottom: 0px;
}

#content h2.tgp-article-title a {
color: #000;
font-family: Georgia, Times, 'Times New Roman', serif;
font-size: 23px;
font-weight: normal;
line-height: 24px;
text-decoration: none;
text-transform: none; 
}

.teconsent { position:fixed; left:20px; top:17px; z-index:999999999; }

/* Utility Classes */
.invisible { visibility: hidden; }

h2.subheader { font-family:'Oswald',sans-serif; font-size:16px; color:#00aeff; text-transform:uppercase; border-bottom:0; }

.sidebar.sticky {
	position: fixed;
}