/* CUSTOM JENKEM CSS BELOW THIS LINE */

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {background: url(library/images/background-final.jpg) center top scroll repeat black;}

.typekit-badge {display: none !important;}

a, a:active, a:visited {color: #333;}

a:hover {color: #B58F24;}

/* Override default link 'press' effect */

a:active, a:focus {
	top: auto;
}

#wrapper {
	background: none;
	/*background: url(library/images/background-final.jpg) center top scroll repeat black !important;*/
	margin: 0 auto;
	width: 1020px;
}

/* ADDED WIDTH */

#header {
	width: 1020px;
}

#nav-bar {
	width: 1000px;
}

#primary-nav.g9 {
	width: 760px;
}

#home-slider {
	padding: 30px 0px 7px 0px;
	width: 1020px;
}

.category-video-2 #home-slider {
	background: url(library/images/black50pct.png);
	padding: 30px 0 25px 0px;
}

#home-slider .viewport {
	width: 1020px;
}

#container {
	width: 1000px;
}

#content {
	width: 660px;
}

#home-widgets .widget {
	width: 320px;
}

#random {
	width: 1000px;
}

#random .random-post {
	height: 160px;
	width: 160px;
}

#random .sec-head {
	width: 980px;
}

#random .random-post .dt-post-image {
	height: 160px;
	width: 160px;
}

#random .random-post .post-info {
	width: 160px;
}

#footer {
	width: 1000px;
}

#footer-nav {
	width: 740px;
}

/* HEADER & NAV */

#header {
	height: 90px;
	padding: 0 0 0 0;
	position: relative;
	/* width: 980px; */
}

#branding {
	margin: 0 20px 0 0;
}

#access {
	min-height: 46px;
	margin-top: 10px;
	position: relative;
}

/* Header 728x90 */
#leaderboard {
	height: 90px;
	position: absolute;
	top: 0px; right: 0px;
	width: 728px;
}

#site-title {
	margin-top: 25px;
}

#site-title a:active,
#site-title a:focus {
	top: 0px;
	left: 0px;
}

#access #primary-nav #menu-master-menu a {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
}

#primary-nav li a:hover, #primary-nav li a.active {
	background: none;
	border-left-color: #4b4b4b;
	border-right-color: transparent;
	color: #B58F24;
}

#primary-nav li:last-child a:hover, #primary-nav li:last-child a:active {border-right-color: #4b4b4b;}

#nav-bar {
	background: url(library/images/bg-light.png);
	/* background: #535353; */
	border-bottom: 0;
	min-height: 46px;
	position: relative;
}

#nav-bar.scroll-to-fixed-fixed {
	border-bottom: 5px solid #000;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

/* Submenu */

#primary-nav ul ul.sub-menu, #primary-nav ul ul.children {
	background: url(library/images/black85pct.png);
}

#primary-nav ul.sub-menu li a:hover {
	background: url(library/images/black80pct.png);
	color: #B58F24;
	-webkit-transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	transition: color 300ms ease;
}

/* MAIN */

/* Big Slider */

#home-slider {
	/* background: url(library/images/bg-dark.png); */
	/* background: #202020; */
	background: none !important;
	height: 358px;
}

.category-video-2 #home-slider {
	height: auto;
	background: url(library/images/black50pct.png) !important;
}

#home-slider .g4 {
	width: 1020px;
}

#home-slider .g4 img {
	height: auto;
	width: 1020px;
}

#home-slider li {
	overflow: hidden;
}

#home-slider .col {margin:0 30px 0 0;}

#home-slider .post-info {
	left: -900px;
	width: 900px;
	/* -webkit-transition: left 600ms ease; */
}

#home-slider li:hover .post-info {
	left: 0px;
}

#home-slider h2.entry-title {
	font-size: 36px;
}

#home-slider h2.entry-title a:hover {
	color: #EEE;
}

#home-slider .viewport {
	height: 333px;
}

#home-slider .featured-post {
	height: 333px;
}

.slider-on #main {
	/* background: url(library/images/slider-bg.png) 0 -22px repeat-x; */
	background: none !important;
}

/* Slider articles categories */
#home-slider .cat-links {
	display: none;
}

/* Recent Posts headers */
.sec-head h4 {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

/* Article titles */
h2.entry-title {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	line-height: normal;
}

#content .entry-title a:hover {
	color: #B58F24;
}

.entry-byline {
	font-size: 12px;
}

.entry-content, .entry-summary {
	font-family: 'Lucida Grande', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

.not-singular #content .hentry,
.slug-features #content .hentry {
	border-top: 3px solid #eee;
	margin-top: 25px;
}

.slug-features #content .hentry {
	padding-top: 30px !important;
}

.slug-features #content .hentry.p1,
.slug-features #content .hentry.p2 {
	padding-top: 0 !important;
}

.not-singular #content .hentry.p1,
.slug-features #content .hentry.p1,
.slug-features #content .hentry.p2 {
	border: 0;
	margin-top: 0;
}

/* Hide bylines */
.entry-byline .author,
.entry-byline .byline-sep {
	display: none;
}

/* Hide categories and tags */
.entry-meta .cat-links,
.entry-meta .meta-sep,
.entry-meta .tag-links,
.entry-meta .comments-link {
	display: none;
}

/* Recent Posts on Homepage & General Archives Customization */

.home #main #content .dt-thumb-wide,
.archive #main #content .dt-thumb-wide,
.slug-features #main #content .dt-thumb-wide,
.search #main #content .dt-thumb-wide {
	background: #000;
	display: block;
	float: left;
	padding: 4px;
	margin: 5px 20px 10px 0;
	opacity: 1;
	width: 250px;
	height: 150px;
}

.home #main #content .dt-thumb-wide img,
.archive #main #content .dt-thumb-wide img,
.slug-features #main #content .dt-thumb-wide img,
.search #main #content .dt-thumb-wide img {margin:0;}

.home #main #content .dt-thumb-wide:hover,
.archive #main #content .dt-thumb-wide:hover,
.slug-features #main #content .dt-thumb-wide:hover,
.search #main #content .dt-thumb-wide:hover {
	background: #b58f24;
}

.home #main #content .dt-post-image,
.archive #main #content .dt-post-image,
.slug-features #main #content .dt-post-image,
.search #main #content .dt-post-image {
	/* float: left;
	margin: 5px 20px 10px 0; */
}

.home #main #content h2.entry-title,
.archive #main #content h2.entry-title,
.slug-features #main #content h2.entry-title,
.search #main #content h2.entry-title {
	margin-bottom: 10px;
}

.home #main #content .entry-byline,
.archive #main #content .entry-byline,
.slug-features #main #content .entry-byline,
.search #main #content .entry-byline {
	margin-bottom: 0;
}

.home #main #content .entry-byline,
.home #main #content .entry-meta,
.archive #main #content .entry-byline,
.archive #main #content .entry-meta,
.slug-features #main #content .entry-byline,
.slug-features #main #content .entry-meta,
.search #main #content .entry-byline,
.search #main #content .entry-meta {
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
}

.home #main #content .entry-byline .author,
.home #main #content .entry-byline .byline-sep,
.archive #main #content .entry-byline .author,
.archive #main #content .entry-byline .byline-sep,
.slug-features #main #content .entry-byline .author,
.slug-features #main #content .entry-byline .byline-sep,
.search #main #content .entry-byline .author,
.search #main #content .entry-byline .byline-sep {
	display: inline;
}

.home #main #content .entry-byline .byline-sep,
.archive #main #content .entry-byline .byline-sep,
.slug-features #main #content .entry-byline .byline-sep,
.search #main #content .entry-byline .byline-sep  {
	margin: 0 5px 0 5px;
}

.home #main #content .entry-meta .meta-sep,
.archive #main #content .entry-meta .meta-sep,
.slug-features #main #content .entry-meta .meta-sep,
.search #main #content .entry-meta .meta-sep {
	margin: 0 5px 0 7px;
}

.home #main #content .entry-meta .cat-links,
.home #main #content .entry-meta .meta-sep,
.archive #main #content .entry-meta .cat-links,
.archive #main #content .entry-meta .meta-sep,
.slug-features #main #content .entry-meta .cat-links,
.slug-features #main #content .entry-meta .meta-sep,
.search #main #content .entry-meta .cat-links,
.search #main #content .entry-meta .meta-sep {
	display: inline;
}

.home #main #content .entry-byline a:hover,
.home #main #content .entry-meta a:hover,
.archive #main #content .entry-byline a:hover,
.archive #main #content .entry-meta a:hover,
.slug-features #main #content .entry-byline a:hover,
.slug-features #main #content .entry-meta a:hover,
.search #main #content .entry-byline a:hover,
.search #main #content .entry-meta a:hover {
	color: #B58F24;
	text-decoration: none;
}

.home #main #content .entry-summary p,
.archive #main #content .entry-summary p,
.slug-features #main #content .entry-summary p,
.search #main #content .entry-summary p {
	font-size: 13px;
	line-height: 18px;
}

.home #main #content .entry-summary .read-more,
.archive #main #content .entry-summary .read-more,
.slug-features #main #content .entry-summary .read-more,
.search #main #content .entry-summary .read-more {
	display: none;
}

.home #main #content .dt-thumb-wide img,
.archive #main #content .dt-thumb-wide img,
.slug-features #main #content .dt-thumb-wide img,
.search #main #content .dt-thumb-wide img {
	/* display: inline-block; */
	display: block;
	width: 250px;
	height: 150px;
	background: #444;
	/* float: left;
	margin: 5px 20px 10px 0; */
}

/* Bottom Widget Titles */
#home-widgets .widget-title {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#home-widgets a:hover {
	color: #B58F24;
}

.home #main #content #home-widgets .entry-byline .author,
.home #main #content #home-widgets .entry-byline .byline-sep {
	display: none;
}

.home #main #content #home-widgets .entry-date {
	display: none;
	font-size: 12px;
	text-transform: none;
}

/* Jenkem TV Header */

#jenkem-tv-hed {
	margin-top: 30px;
	position: relative;
}

#jenkem-tv-hed .watch-more {
	background: #fff;
	height: auto;
	position: absolute;
	padding-left: 15px;
	top: 0px; right: 0px;
	width: auto;
}

#jenkem-tv-hed .watch-more a {
	display: block;
	margin: 0 0 10px;
	font: bold 11px/2 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	padding: 2px 10px 0;
	background-color: #EEE;
	border-bottom: 1px solid transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#jenkem-tv-hed .watch-more a:hover {
	text-decoration: none;
	color: #444;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #CCC;
	box-shadow: inset 0 0 4px #DDD;
}

#jenkem-tv-vid h2 {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
}

#jenkem-tv-vid h2 a:hover {
	text-decoration: none;
}

#jenkem-tv-vid iframe {
	height: 372px;
	width: 660px;
}

#content #jenkem-tv-posts {
	margin-top: 15px;
	margin-bottom: 0px;
	overflow: auto;
}

#jenkem-tv-posts li {
	float: left;
	list-style: none;
	margin-left: 6px;
	padding: 0px;
	width: 150px;
}

#jenkem-tv-posts li:first-child {
	margin: 0px;
}

.home #main #content #jenkem-tv-posts li .dt-post-image {
	float: none;
	margin: 0;
}

.home #main #content #jenkem-tv-posts li a {
	background: #d9d9d8;
	display: block;
	padding: 7px;
	width: 136px;
	text-decoration: none;
}

.home #main #content #jenkem-tv-posts li a:hover {
	background: #eee;
}

.home #main #content #jenkem-tv-posts li h3 {
	font-size: 11px;
	line-height: 16px;
	margin: 0;
	-webkit-transition: color 200ms ease;
}

.home #main #content #jenkem-tv-posts li a:hover h3 {
	border: none;
	color: #000;
	text-decoration: none;
}

/* Random Posts Article Titles */

#random {
	background: url(library/images/bg-light.png);
	/* background: #535353; */
	padding: 25px 10px 90px 10px;
}

#random .random-post {
	background: url(library/images/black20pct.png);
	overflow: visible;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px;
}

#random .random-post:hover {
	background: url(library/images/black10pct.png);
}

#random .random-post a {
	display: block;
	position: absolute;
	top: 10px;
	width: 160px;
	height: 160px;
}

#random .random-post .post-info h3 a {height: auto;}

#random .random-post a:focus {
	top: 10px;
}

#random .col {
	display: inline-block;
	*display: inline;
}

#random .entry-title .hide {
	display: none !important;
}

#random .random-post .dt-post-image {
	top: 0px;
	z-index: 2;
}

#random .random-post .post-info {
	background: url(library/images/black20pct.png);
	min-height: 57px;
	padding: 0px 10px 10px 10px;
	top: 180px;
	left: 0px;
}

#random .random-post:hover .post-info {
	background: url(library/images/black10pct.png);
}

#random .random-post .post-info a {
	position: relative;
	top: auto;
}

#random .random-post .post-info h3 {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
}

#random .random-post:hover .post-info h3 a {
	color: #fff;
}

#random .random-post .post-info .cat-links {
	display: none !important;
}

#random .random-post .post-info:hover p {
	display: none;
}

#random .load-overlay {
	width: 160px; height: 160px;
	background: #000 url(library/images/ajax-loader.gif) center center no-repeat;
	opacity: .5; filter: alpha(opacity=50);
	position: absolute;
	top: 10px;
	z-index: 100;
}

/* SIDEBAR */

#sidebar {
	padding: 10px 0 20px 0;
	width: 320px;
}

#sidebar .widget {
	margin-left: 20px;
	width: 280px;
}

#site-info p,
#footer-nav .menu {
	font-family: 'Lucida Grande', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

/* Widget titles */
#sidebar .widget-area .widget-title {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.widget h2 {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}

#sidebar li h2 a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar #dt_getposts-4 {
	margin-bottom: 10px;
}

/* Sidebar 300x250 */

#simple_ads_manager_widget-3,
#simple_ads_manager_widget-4 {
	height: auto;
	margin: 0 0 30px 10px;
	position: relative;
	width: 300px;
}

#simple_ads_manager_widget-3 .ad-wrapper,
#simple_ads_manager_widget-4 .ad-wrapper {
	height: auto;
	position: relative;
	width: 300px;
}

/* Sidebar Social Media Rack */

#sidebar #text-3 {
	margin: 0;
	width: auto;
}

ul#social-rack {
	list-style: none;
	margin: 0 0 30px 20px;
	padding: 0;
}

ul#social-rack:after {
	display: block;
	clear: both;
	content: " ";
	height: 0;
	overflow: hidden;
}

/* ul#social-rack li {
	float: left;
	height: 52px;
	margin: 0 0 0 5px;
	padding: 0;
	width: 52px;
} */

ul#social-rack li {
	float: left;
	height: 64px;
	margin: 0 0 0 8px;
	padding: 0;
	width: 64px;
}

ul#social-rack li:first-child {margin:0;}

/* ul#social-rack li a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 52px;
	text-indent: -9000px;
	width: 52px;
} */

ul#social-rack li a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 64px;
	text-indent: -9000px;
	width: 64px;
}

ul#social-rack li a:hover {
	background-position: top right;
}

/* ul#social-rack li.email-icon a {
	background-image: url(library/images/email-icon.png);
} */

ul#social-rack li.facebook-icon a {
	background-image: url(library/images/facebook-icon-new.png);
}

ul#social-rack li.twitter-icon a {
	background-image: url(library/images/twitter-icon-new.png);
}

ul#social-rack li.youtube-icon a {
	background-image: url(library/images/youtube-icon-new.png);
}

/* ul#social-rack li.rss-icon a {
	background-image: url(library/images/rss-icon.png);
} */

ul#social-rack li.instagram-icon a {
	background-image: url(library/images/instagram-icon-new.png);
}

/* Sidebar Polls */

.widget_polls-widget {margin-bottom: 50px;}

#sidebar .wp-polls {
	font-family: 'Lucida Grande', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	text-align: left !important;
}

#sidebar .wp-polls p {
	text-align: left !important;
}

#sidebar .wp-polls-ans {
	margin-top: 8px;
}

#sidebar .wp-polls-ul {
	margin: 0 0 10px 0;
}

#sidebar .wp-polls ul li {
	padding: 0 0 7px 0;
}

#sidebar .wp-polls input.Buttons {
	border: none;
	font: bold 11px/2 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #444;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 2px 10px 0;
	background-color: #bababa;
	border-bottom: 1px solid transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#sidebar .wp-polls input.Buttons:hover {
	color: #222;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #CCC;
	box-shadow: inset 0 0 4px #DDD;
}

#sidebar .wp-polls a {
	color: #777;
}

#sidebar .wp-polls a:hover {
	color: #000;
	text-decoration: none;
}

#sidebar .wp-polls .pollbar {
	background-image: none;
	background: #444;
	border: none;
}

/* Facebook Widget */

.widget .fbf_facebook_page_widget_container img {
	float: none;
	text-align: center;
}

.widget .fbf_facebook_page_widget li {
	border-bottom: 1px dotted #b3b3b3;
	font-family: 'Lucida Grande', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 15px 0 15px 0;
}

.widget .fbf_facebook_page_widget li:first-child {
	padding: 0 0 15px 0;
}

#sidebar .widget .fbf_facebook_page_widget li a {
	color: #777;
}

#sidebar .widget .fbf_facebook_page_widget li a:hover {
	color: #000;
}

.widget .fbf_facebook_page_widget .facebook_page-timestamp {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
}

.widget .fbf_facebook_page_widget .facebook_page-timestamp abbr {border-bottom: none;}

/* ARCHIVE PAGES */

#content .page-title {
	background: none;
	border-bottom: 1px dotted #EEE;
}

#content .page-title h1 span {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
}

#content .page-title .feed-link {
	margin-top: 9px;
}



/* INDIVIDUAL POSTS */

.single #container {
	background: #eee;
	padding: 32px;
	width: 956px;
}

.single #content.g8 {
	background: #fff;
	margin: 0;
	padding: 20px 18px 20px 18px;
	width: auto;
	-webkit-box-shadow: 0px 0px 5px rgba(221, 221, 221, 1);
	-moz-box-shadow:    0px 0px 5px rgba(221, 221, 221, 1);
	box-shadow:         0px 0px 5px rgba(221, 221, 221, 1);
}

.singular #content .hentry a.dt-thumb {
	display: none;
}

.singular h1.entry-title {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
}

.singular .entry-byline .entry-date {display:none;}

.singular .entry-meta {
	border-bottom: 7px solid #EEE;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.singular .entry-meta .cat-links,
.singular .entry-meta .meta-sep,
.singular .entry-meta .tag-links,
.singular .entry-meta .comments-link {
	display: inline;
	text-transform: uppercase;
}

.singular .entry-meta .meta-sep {
	margin: 0 5px 0 5px;
}

/* Related Posts */
.singular h3.related-posts-header {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 20px;
	text-transform: uppercase;
}

.related-posts {
	margin-bottom: 30px;	
}

.related-posts div a {
	background: none !important;
	border: none !important;
	width: 198px;
	margin-left: 42px !important;
	padding: 0px !important;
}

.related-posts div a:first-child {
	margin-left: 0px !important;
}

.related-posts div a:hover {
	background: none !important;
}

.related-posts div a div div {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 19px !important;
	text-transform: uppercase;
}

.related-posts div a div div:first-child {
	background-size: 190px 190px !important;
	border: 4px solid #333 !important;
	margin-bottom: 8px !important;
}

.related-posts div a:hover div div:first-child {
	border: 4px solid #B58F24 !important;
}

/* Comments */

#comments {
	border-top: 1px dotted #EEE;
	padding-top: 15px;
}

#comments h3, #respond h3 {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

#comments .avatar-wrap {}

#comments img.photo {
	margin: 0 20px 0 0;
}

#comments li.comment div {
	margin-left: 0;
}

#comments .comment-content {
	font-size: 13px;
}

#comments .comment-text-total {padding-left: 80px;}

#comments .comment-reply {
	border-bottom: 1px dotted #EEE;
}

#comments .form-allowed-tags {
	display: none;
}

#comments-list ol {
	margin-bottom: 30px;
}

#comments .comment-author .fn {font-size: 16px;}

#comments .form-submit input {
	display: inline-block;
	margin: 20px 0 10px 0;
	font: bold 11px/2 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
	padding: 2px 10px 1px 10px;
	background-color: #EEE;
	border-bottom: 1px solid transparent;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 0;
}

#comments .form-submit input:hover {
	text-decoration: none;
	color: #444;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #CCC;
	box-shadow: inset 0 0 4px #DDD;
}

#comments .comment-meta .meta-sep {display: none;}

/* SINGLE PAGE SPECIAL CASES FIXES */

.pageid-39 #content.g8,
.pageid-11973 #content.g8,
.pageid-494 #content.g8,
.pageid-19669 #content.g8 {
	width: 660px;
}

.pageid-39 #content .page h1.entry-title,
.pageid-11973 #content .page h1.entry-title,
.pageid-494 #content .page h1.entry-title,
.pageid-19669 #content .page h1.entry-title {
	border-bottom: 1px dotted #EEE;
	margin-bottom: 30px;
}

.pageid-39 .entry-content iframe,
.pageid-11973 .entry-content iframe,
.pageid-494 .entry-content iframe {display: none;}

.pageid-39 .entry-content h2,
.pageid-494 .entry-content h2 {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

/* FEATURES PAGE SPECIFIC STYLES */

.slug-features .entry-byline,
.slug-features .entry-meta {border-top: none; border-bottom: none;}

.slug-features .entry-byline .entry-date {display:inline-block;}

.slug-features .entry-meta,
.slug-features .entry-byline {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

#pagination .selected {
	color: #666;
	background-color: #ddd;
	border: 1px solid #c4c4c4;
	box-shadow: inset 0 0 4px #ccc;
}

/* VIDEO PAGE SPECIFIC STYLES */

.category-video-2 #archives .entry-content:first-child .post {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.category-video-2 #home-slider .viewport {
	height: auto;
	text-align: center;
} 

.category-video-2 #home-slider .viewport iframe {
	margin: 0 auto;
}

/* FOOTER */

#footer {
	background: url(library/images/bg-dark.png);
	/* background: #202020; */
	padding: 0 10px 20px 10px;
}

#footer a:hover {
	color: #B58F24;
}

/* Footer 728x90 */
#footer-leaderboard {
	height: 90px;
	margin: auto;
	padding: 20px 0 20px 0;
	width: 728px;
}

#credits {
	font-family: 'Lucida Grande', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#credits a:hover {
	color: #B58F24;
}

/* Odds and Ends */

.page-title h1 a.feed-link {display: none;}

#comments-nav-below {margin-bottom: 30px;}

.singular .wp-caption-text {
	font-size: 12px;
	text-align: right;
}

#post-0 .entry-title {
	font-family: LeagueGothicRegular, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#post-0 #searchform input {
	background: #e5e5e5;
	padding: 6px 5px 5px;
	border: 0;
	width: 210px !important;
	font-size: 13px;
	line-height: 20px;
	color: #777;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#post-0 #searchform input.submit {
	background: #414141;
	color: #808080;
	font-family: LeagueGothicRegular, 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	width: auto !important;
	position: relative;
	top: 3px;
	text-transform: uppercase;
}

#home-slider .pager {
	width: 1020px;
}

.fb-like {margin-bottom: 15px;}

/* TWITTER BUTTON */

/* .twitter-share-button {
	display: inline-block;
	position: relative;
	top: -2px;
} */

/* SIDEBAR ADS */

#sidebar #simple_ads_manager_widget-3,
#sidebar #simple_ads_manager_widget-4,
#sidebar #simple_ads_manager_widget-2 {
	/* margin-left: 10px; */
	margin: 0;
	width: 300px;
}

#sidebar #text-4,
#sidebar #text-5,
#sidebar #text-6 {
	margin: 0 0 30px 10px;
	width: 300px;
}

#sidebar #simple_ads_manager_widget-3 {
	margin: 0 0 30px 10px;
	width: 300px;
}


/* COMMENTS PAGINATION */

.paginated-comments-links:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.paginated-comments-links .page-numbers,
.paginated-comments-links a {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 7px 10px 7px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	background: #666;
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
	text-transform: uppercase;
}

.paginated-comments-links span.page-numbers {
	background: #a3a3a3;
	color: #dbdbdb;
}

.paginated-comments-links a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #808080;
}

#comments-nav-above {margin-bottom:10px;}

/* Left Aligned Caption Text */

#post-29267 .wp-caption-text {
	text-align: left;
}

/* UPDATED SOCIAL BUTTONS ON ARTICLES */

.lower-social:after {
	content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.lower-social #twitter-widget-0 {
	float: left;
	margin-right: 10px;
}

.lower-social .fb-like {
	float: left;
}

/* UPDATED TAGS */

.tag-links span {
	color: rgb(51, 51, 51);
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
}

.tag-links a {
	background: #666;
	color: #ccc;
	display: inline-block;
	font-weight: bold;
	margin: 0 3px 3px 0;
	padding: 4px 7px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color .1s linear, color .1s linear;
	-moz-transition: background-color .1s linear, color .1s linear;
	-o-transition: background-color .1s linear, color .1s linear;
	-ms-transition: background-color .1s linear, color .1s linear;
	transition: background-color .1s linear, color .1s linear;
}

.tag-links a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #808080;
}