/* Styles Reset*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
/* Common styles */
body {
	/* background: url("/assets/images/site_img/background.gif"); */
	background: url("/assets/images/site_img/xmas_bg.jpg");
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
}
.clear {
	clear: both;
}
a, a:link, a:active {
	text-decoration: none;
	color: #3B5998;
	outline: none;
}
a:hover {
	color: #B01016;
}
hr {
	height: 1px;
	border-top: 1px dotted #acacac;
	padding-bottom: 8px;
}
a:visited {
	color: #800080;
}
.noshow {
	display: none !important;
}
.not-found {
	margin: 10px 0;
}
.breadcrumbs {
	border-top: 1px solid #BFBFBF;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.breadcrumbs a {
	color: #5E5E5E;
}
.breadcrumbs a:last-child {
	color: #B01016;
}
.add-space-before {
	margin-top: 10px !important;
}

.prev {
	background: url("/assets/images/site_img/arrows.gif") no-repeat 0 -30px;
	height: 20px;
	width: 20px;
	display: inline-block;
}
.next {
	background: url("/assets/images/site_img/arrows.gif") no-repeat 0 -10px;
	height: 20px;
	width: 20px;
	display: inline-block;
}
.page-content ul, .page-content ol, .free-page-content ul, .free-page-content ol {
	padding: 0 0 0 30px;
}

/* Page Layout */
.container {
	width: 1000px;
	margin: 0 auto;
}
.site-header, .outer-content {
	width: 980px;
	margin: 0 10px;
}
.site-header {
/*	background: url("/assets/images/site_img/header_background.jpg") no-repeat transparent;*/
	position: relative;
	height: 157px;
}
.outer-content {
	background: url("/assets/images/site_img/snowman.jpg") no-repeat 100% bottom #FFFFFF;
}
.sections {
	float: left;
	width: 660px;
	padding: 0 9px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px dotted #BFBFBF;
}
.page-content {
	float: left;
	width: 645px;
	padding: 0 14px 10px 10px;
	margin: 0 10px 0 0;
	border-right: 1px dotted #BFBFBF;
}
.full-page {
	width: 961px;
	border: none;
	margin: 0;
	padding: 0 10px;
}
.free-page-content {
	padding: 0 10px 10px;
	font-size: 14px;
	line-height: 20px;
}
.free-page-content .page-content {
	padding: 0 14px 0 0;
	width: 635px;
}
.extras {
	width: 150px;
	margin: 0 15px 0 0;
	float: left;
}
.main-column {
	width: 480px;
	float: left;
}
.services {
	width: 300px;
	float: left;
	position: relative;
}
.site-footer {
	position: relative;
	border-top: 1px solid #BFBFBF;
	margin: 30px 10px;
	height: 130px;
}
/* Header */
.select-version {
	width: 260px;
}
.select-version table {
	position: relative;
	top: -2px;
}
.select-version, .select-version table, .select-version .select-version-field {
	position: relative;
}
.select-version, .select-version-list li a {
	color: #5E5E5E;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.select-version {
	padding: 10px 0;
}
.select-version-text {
	line-height: 22px;
}
.select-version table {
	display: inline-block;
	vertical-align: top;
}
.select-version-field {
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	padding: 3px 0 3px 5px;
	position: relaitve;
}
.current-version {
	float: left;
}
.site-header .dropdown {
	float: left;
	width: 8px;
	height: 10px;
	background: url("/assets/images/site_img/arrows.gif") no-repeat 0 0;
	margin: 2px 5px 2px 25px;
}
.select-version-list {
	list-style: none outside none;
	display: none;
	position: absolute;
	border: 1px solid #BFBFBF;
	border-bottom: none;
	z-index: 10;
	top: 20px;
	left: 2px;
}
.select-version-field:hover .select-version-list {
	display: block;
}
.select-version-list li {
	border-bottom: 1px solid #BFBFBF;
	background: #FFFFFF;
	width: 140px;
}
.select-version-list li:hover {
	background: #EFEFEF;
}
.select-version-list li a {
	display: block;
	padding: 5px;
}
.top-social {
	position: absolute;
	left: 255px;
	top: 12px;
	list-style: none outside none;
}
.top-social li {
	display: inline-block;
	word-spacing: 0;
	letter-spacing: 0;
}
.top-social li a, .social-icon {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url("/assets/images/site_img/top_social_icons.gif");
	background-repeat: no-repeat;
}
.rss {
	background-position: 0 0;
}
.facebook {
	background-position: 0 -18px;
}
.twitter {
	background-position: 0 -36px;
}
.linkedin {
	background-position: 0 -54px;
}
.pinterest {
	background-position: 0 -72px;
}
.subscribe {
	background-position: 0 -90px;
}
.static-pages-links {
	font-size: 11px;
	font-weight: bold;
	list-style: none outside none;
}
.site-header .static-pages-links {
	position: absolute;
	right: 0px;
	top: 12px;
}
.static-pages-links li {
	display: inline;
}
.static-pages-links li:not(:last-of-type)::after {
	content: " ·";
}
.static-pages-links li a {
	color: #5E5E5E;
	text-transform: uppercase;
	text-decoration: none;
}
.logo {
/*	background: url("/assets/images/site_img/RBTH-NEW2.gif") no-repeat transparent;  */
	background: url("/assets/images/site_img/snowlogo.png") no-repeat transparent;
	width: 395px;
	height: 70px;
	position: absolute;
	bottom: 39px;
}
.motto {
	position: absolute;
	right: 0;
	bottom: 39px;
	color: #B01016;
	font-size: 17px;
	font-weight: normal;
}

/*  Search  */
.search-input {
	font-family: arial;
	width: 173px;
	height: 24px;
	overflow: hidden;
}
.site-header .search-input {
	position: absolute;
	right: 0;
}
.search-input .field {
	color: #919191;
	width: 131px;
	height: 22px;
	font-size: 12px;
	padding-left: 10px;
	position: relative;
	padding-top: 0;
	float: left;
	border: 1px solid #E2E2E2;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.search-input .submit {
	color: #919191;
	background: #FFFFFF;
	width: 27px;
	height: 24px;
	text-align: center;
	font-size: 10px;
	position: relative;
	border: 1px solid #E2E2E2;
	border-left: none;
	display: block;
	float: left;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}
.search-input .submit:hover, .search-input .field:focus {
	box-shadow: 0 0 2px 2px #F7F7F7 inset;
}
.autocomplete-w1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 6px 0 0 6px;
	_background: none;
	_margin: 1px 0 0 0;
}
.autocomplete {
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	text-align: left;
	max-height: 350px;
	overflow: auto;
	margin: -6px 6px 6px -6px;
	_height: 350px;
	_margin: 0;
	_overflow-x: hidden;
}
.autocomplete .selected {
	background: #F0F0F0;
}
.autocomplete div {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete strong {
	font-weight: normal;
	color: #3399FF;
}
.ui-autocomplete {
	background: #FFFFFF;
	list-style: none outside none;
	width: 200px !important;
}
.ui-autocomplete li {
	padding: 2px 5px;
	border-bottom: 1px dotted #F7F7F7;
	font-size: 11px;
	color: #000000;
}
/* Menu */
.menu {
	background: #B01016;
	background: -moz-linear-gradient(top, #D64B4B, #C03535);
	background: -webkit-linear-gradient(top, #D64B4B, #C03535);
	background: -o-linear-gradient(top, #D64B4B, #C03535);
	background: -ms-linear-gradient(top, #D64B4B, #C03535);
	background: linear-gradient(top, #D64B4B, #C03535);
	position: absolute;
	bottom: 0;
}
.menu-main {
	float: left;
	width: 980px;
	list-style: none outside none;
}
.menu-main li {
	float: left;
	border-right: 1px solid #BA3D3D;
	border-left: 1px solid #D85C5C;
	padding: 4px 7px 6px 7px;
}
.menu-main li.current {
	background: #BFBFBF;
	background: -moz-linear-gradient(top, #AAAAAA, #BFBFBF);
	background: -webkit-linear-gradient(top, #AAAAAA, #BFBFBF);
	background: -o-linear-gradient(top, #AAAAAA, #BFBFBF);
	background: -ms-linear-gradient(top, #AAAAAA, #BFBFBF);
	background: linear-gradient(top, #AAAAAA, #BFBFBF);
}
.menu-main li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.menu-main li ul {
	display: none;
	background: #FFFFFF;
	border: none;
	position: absolute;
	z-index: 100;
	top: 28px;
	margin: 0 0 0 -8px;
	list-style: none outside none;
}
.menu-main li:hover ul {
	display: block;
}
.menu-main li ul.last-menu {
	margin-left: -40px;
}
.menu-main li ul li {
	float: none;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-top: none;
	padding: 0px 5px;
}
.menu-main li ul li a {
	display: block;
	font-size: 11px;
	font-style: normal;
	line-height: 25px;
	text-align: left;
	white-space: nowrap;
	color: #000000;
}
/* Hot Topics */
.hot-topics {
	padding: 10px;
	overflow: hidden;
	position: relative;
}
.hot-topics-list {
	background: #E6E6E6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	list-style: none outside none;
}
.hot-topics-list li {
	display: inline-block;
	padding: 4px 0 6px;
}
.hot-topics-list li:not(:last-of-type)::after {
	content: " ·";
	color: #B01016;
	font-weight: bold;
}
.hot-topics-list li.hot-topics-title::after {
	border-left: 1px solid #FAFAFA;
	content: none;
}
.hot-topics-list li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 0 5px;
}
.hot-topics-title {
	border-right: 1px solid #CFCFCF;
}
li.hot-topics-title a {
	color: #B01016;
	padding: 7px;
}
.more-topics {
	background: url("/assets/images/site_img/arrows.gif") no-repeat 0 -99px transparent;
	display: block;
	height: 23px;
	width: 20px;
	position: absolute;
	top: 17px;
	right: 11px;
}
/*  Basic Article Preview*/
.simple-article {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #BFBFBF;
	line-height: 15px;
	overflow: hidden;
}
.simple-article .title {
	font-size: 14px;
}
.simple-article .title a {
	color: #000000;
}
.simple-article .title a:hover {
	color: #B01016;
}
.simple-article .info {
	margin: 3px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}
.simple-article .info .date {
	color: #000;
	padding-right: 5px;
}
.services .news .info {
	margin: 0;
}
.services .news .info .date {
	color: #b01016;
}
.simple-article .info .author, .simple-article .info .author a {
	color: #5E5E5E;
}
.simple-article .info .author a:hover {
	color: #B01016;
}
.simple-article .subtitle {
	font-size: 12px;
	color: #646464;
}
.comments {
	white-space: nowrap;
}
/* Material Type */
.multimedia-content::after {
	text-transform: uppercase;
	color: #FFFFFF;
	background: #5D5D5D;
	border-radius: 2px;
	margin: 0 0 0 2px;
	font-size: 11px;
	padding: 1px 5px;
	-moz-box-shadow: inset 0 0 3px #000;
	-webkit-box-shadow: inset 0 0 3px #000;
	box-shadow: inset 0 0 3px #000;
}
.video-type::after {
	content: "Video";
}
.audio-type::after {
	content: "Audio";
}
.slideshow-type::after {
	content: "Slideshow";
}
.multimedia-type::after {
	content: "Multimedia";
}
.infogr-type::after {
	content: "Infographics";
}
.cartoon-type::after {
	content: "Cartoon";
}
.adv-type::after {
	content: "Advertising";
}

/* Paginator */
.paginator {
	clear: both;
	text-align: center;
	font-weight: bold;
}
.paginator a, .article-text .paginator a {
	color: #7E7E7E;
	vertical-align: middle;
	text-decoration: none;
}
.paginator a:after, .paginator .current::after, .paginator span.current:last-child::before {
	content: " · ";
}
.paginator a.prev::after, .paginator a.next::after, .paginator a:nth-last-child(2)::after, .paginator span.current:last-child::after, .article_paginator li a::after, .paginator span.current:nth-last-child(2)::after {
	content: none;
}
.paginator .current {
	color: #B01016;
	vertical-align: middle;
}
.paginator .prev, .paginator .next {
	width: 48px;
	line-height: 21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}
.paginator .prev {
	background: url("/assets/images/site_img/pagination_arrows.gif") no-repeat 0 -63px;
	padding: 0 0 0 22px;
	margin: 0 10px 0 0;
	text-align: left;
}
.paginator .next {
	background: url("/assets/images/site_img/pagination_arrows.gif") no-repeat 100% -42px;
	padding: 0 22px 0 0;
	margin: 0 0 0 10px;
	text-align: right;
}
.article_paginator ol {
	text-align: left;
}
.article_paginator strong {
	text-align: left;
	display: block;
}
/* Sidebar */
.services {
	background: url("/assets/images/site_img/stripped_background.gif") repeat-y #EFEFEF;
	margin-bottom: 600px;
	padding: 10px 0;
}
.wrap {
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	margin: 10px;
	overflow: hidden;
	padding: 0 10px 10px;
}
.services .wrap:first-child {
	margin: 0 10px 10px;
}
.services .simple-article .image {
	width: 120px;
	height: 80px;
}
.services .optional-image-block .image {
	float: left;
	margin: 0 5px 0 0;
}
.services .optional-image-block .title {
	font-size: 12px;
}
.extras .wrap {
	margin: 10px 0 0 0;
	padding: 0;
}
.headtitle {
	background: #586378;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px -10px;
	padding: 2px 10px;
	width: 160px;
}
.headtitle a {
	color: #FFFFFF;
}
.headtitle.multimedia-headtitle {
	background: #B01016;
	background: -moz-linear-gradient(top, #D64B4B, #C03535);
	background: -webkit-linear-gradient(top, #D64B4B, #C03535);
	background: -o-linear-gradient(top, #D64B4B, #C03535);
	background: -ms-linear-gradient(top, #D64B4B, #C03535);
	background: linear-gradient(top, #D64B4B, #C03535);
	width: auto;
	margin: 0;
}
.more {
	overflow: hidden;
	padding: 5px 0;
}
.more-link {
	font-size: 11px;
	padding: 0 0 0 15px;
	height: 10px;
	line-height: 10px;
	display: block;
	float: right;
}
.editors-choice .only-title-article {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	overflow: hidden;
}
.editors-choice .only-title-article .image {
	float: right;
	width: 150px;
	height: 100px;
}
.editors-choice .only-title-article .title {
	font-size: 14px;
	line-height: 14px;
}
.editors-choice .only-title-article .title a {
	color: #5E5E5E;
}
.editors-choice .more, .epaper .more {
	clear: both;
	padding: 5px 0 0 0;
	border-top: 1px solid #BFBFBF;
}
.editors-choice .prev, .epaper .prev {
	float: left;
}
.editors-choice .next, .epaper .next {
	float: right;
}
.circles {
	margin: 0 auto;
	padding: 0;
	width: 180px;
	list-style: none outside none;
	text-align: center;
}

.circles li {
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid #BFBFBF;
	border-radius: 50%;
	margin: 0 1px;
	padding: 0;
}
.circles li.current {
	background: #BFBFBF;
	margin: 0 1px;
	padding: 0;
}
.photo-wrap {
	background: #3D3D3D;
	padding: 5px;
}
.photo-wrap .image {
	width: 290px;
	height: 193px;
}
.photo-wrap .more-link {
	color: #FFFFFF;
	background: url("/assets/images/site_img/arrows.gif") no-repeat 0 -60px;
}
.news .simple-article {
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
}
.news .title {
	font-size: 13px;
}
.news .info {
	float: left;
	line-height: 13px;
}
.blogs .simple-article {
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
	overflow: hidden;
}
.blogs .simple-article .image {
	float: left;
	margin: 3px 0 0 0;
	width: 50px;
	height: 50px;
}
.blogs .simple-article .title {
	float: right;
	width: 200px;
}
.blogs .simple-article .subtitle {
	line-height: 14px;
	float: right;
	width: 200px;
}
.popular {
	padding: 0;
	position: relative;
}
.popular .headtitle {
	margin: 0;
}
.tab-label-wrap {
	position: relative;
	bottom: -1px;
}
.tab-label {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	float: left;
	height: 18px;
	border: 1px solid #EFEFEF;
	border-bottom: none;
	margin: 20px 0 0 0;
}
.tab-label.most-read {
	margin: 20px 0 0 20px;
}
.tab-label.most-rated {
}
.tab-label.active {
	border: 1px solid #BFBFBF;
	border-bottom: none;
}
.tab-label a {
	color: #898989;
	padding: 0 10px;
}
.tab-label.active a {
	color: #B01016;
}
.tab-content {
	/* border-top: 1px solid #BFBFBF; */
	clear: both;
	padding: 10px;
	position: relative;
	font-family: 'Gotham-Medium', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.tab-content ul {
	list-style-type: disc;
	padding: 0 0 0 15px;
}
.tab-content a {
	color: #5E5E5E;
}
.tab-content a:hover {
	color: #B01016;
}
.events {
	position: relative;
}
.events .dropdown {
	display: block;
	width: 20px;
	height: 20px;
	background: url("/assets/images/site_img/arrows.gif") no-repeat 0 -80px;
	position: absolute;
	right: 10px;
	top: 40px;
}
.events .dropdown .months-list {
	display: none;
	list-style: none outside none;
	background: #FFFFFF;
	position: absolute;
	right: 10px;
	top: 5px;
	border: 1px solid #BFBFBF;
	border-bottom: none;
	list-style: none outside none;
}
.events .dropdown:hover .months-list {
	display: block;
}
.events .dropdown .months-list li {
	border-bottom: 1px solid #BFBFBF;
	padding: 3px 5px;
	text-transform: uppercase;
	font-family: Georgia, 'Times New Roman', serif;
	color: #646464;
}
.events .month {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5E5E5E;
	padding: 10px 0;
	border-bottom: 1px solid #BFBFBF;
}
.events .events-list {
	list-style-type: disc;
	padding: 0 0 0 15px;
	list-style: none outside none;
}
.events .simple-article {
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
}
.events .simple-article:last-child {
	border-bottom: none;
}
.events .simple-article .title a {
	color: #000000;
}
.events .simple-article .title a:hover {
	color: #B01016;
}
.events .date {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
.events .venue {
	font-size: 12px;
	color: #646464;
}
.events .more {
	clear: both;
	padding: 5px 0 0 0;
	border-top: 1px solid #BFBFBF;
}
.events .more-link {
	color: #5E5E5E;
	background: url("/assets/images/site_img/arrows.gif") no-repeat 0 -50px;
}
.epaper .epaper-preview {
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	background: #DADADA;
	-moz-box-shadow: inset 0 0 10px #AAAAAA;
	-webkit-box-shadow: inset 0 0 10px #AAAAAA;
	box-shadow: inset 0 0 10px #AAAAAA;
}
.epaper .epaper-preview img {
	width: 100px;
	height: 163px;
	float: left;
}
.epaper-preview .sidebar-epaper-info {
	float: left;
	width: 128px;
	margin-left: 10px;
	text-align: left;
}
.epaper-preview .sidebar-epaper-info h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
}
.epaper-preview .sidebar-epaper-info .epaperDate {
	font-size: 10px;
	font-weight: bold;
	color: #b01016;
}
.epaper-preview .sidebar-epaper-info p {
	font-size: 10px;
}
.epaper-preview .sidebar-epaper-info p span {
	font-weight: bold;
}

/*  Advertising and social  */
.adv {
	margin: 10px 0;
	text-align: center;
}
.adv.top-adv {
	margin: 0 0 10px 0;
}
/*  Footer  */
.site-footer .static-pages-links {
	position: absolute;
	top: 10px;
}
.site-footer .rg-logo {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: center
}
.site-footer .rg-logo .copyright {
	font-size: 11px;
}
.site-footer .network {
	position: absolute;
	top: 30px;
	font-size: 11px;
	width: 600px;
}
.site-footer .network strong {
	color: #B01016;
}
.site-footer .network ul, .site-footer .network li {
	display: inline;
}
.site-footer .network li::after {
	content: " ·";
}
.site-footer .network li:last-child:after {
	content: none;
}
.site-footer .network li a {
	color: #2E2E2E;
}
.site-footer .network li a:hover {
	color: #B01016;
}

/* Extras block */
.extras-title {
	font-size: 10px;
	text-transform: uppercase;
	color: #B01016;
}
.extras-bottom .wrap {
	margin: 20px 0;
	padding: 0;
}
.extras-bottom .tags {
	padding: 5px 0 5px 10px;
	line-height: 15px;
}
.extras-bottom .tags .extras-title {
	padding: 0 5px 0 0;
}
.extras-bottom .extras-title {
	padding: 5px 5px 5px 10px;
}
.extras-bottom .extras-title.wide {
	display: block;
}
.extras-bottom .most-read-element {
	display: inline-block;
	width: 135px;
	margin: 5px 10px;
	vertical-align: top;
}
.extras-bottom .most-read-element .image {
	width: 135px;
	height: 90px;
}
.extras-bottom .most-read-element .title {
	font-size: 12px;
	line-height: 14px;
}
.extras-bottom .most-read-element .title a {
	color: #000000;
}
.extras-bottom .most-read-element .title a:hover {
	color: #B01016;
}
.extras-bottom .social > * {
	vertical-align: baseline !important;
	margin: 0 5px !important;
	position: relative;
}
.extras-bottom .social > *:first-child {
	margin-left: 0 !important;
	margin-right: 10px !important;
	position: relative;
	top: -3px !important;
}
.extras .social > * {
	margin: 2px 0 !important;
}
.extras .social .IN-widget {
	display: block !important;
	text-align: left !important;
}
.extras-bottom .social iframe[src$='pinterest.com'] {
	margin-top: 20px !important;
}
.extras-bottom .twitter-share-button {
	width: 85px !important;
	top: 0px !important;
}
.extras-bottom .IN-widget {
	top: 1px !important;
}
.extras-bottom #PinItButton {
	top: 5px !important;
}
.extras-bottom .twitter-share-button.twitter-count-horizontal {
	margin: 0 5px;
}
.extras-bottom .IN-widget {
	margin: 0 5px;
	position: relative;
	left: -5px;
}
/* Splashscreen */
#itunesPodcasts {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	text-align: center;
}
@media screen and (orientation: landscape) { 
  .splashscreen {
  	height: 95%;
	top: 2%;
  }
  .splashscreen div {
	margin: 2% auto 3% auto;
  }
	.splashscreen .submitPodcastsItunes, .splashscreen .submitPodcastsItunes:visited, .splashscreen .submitPodcastsItunes:link {
		height: 24px;
		font-size: 1em;
	}
	.splashscreen form span {
		font-size: 1.2em;
	}
}

@media screen and (orientation: portrait) { 
	.splashscreen {
	  	height: 50%;
	  	top: 15%;
	  	margin: 2% auto 5% auto;
	  	background-size: 15% auto;
	}
	.splashscreen div {
		margin: 2% auto 5% auto;
	}
	.splashscreen .submitPodcastsItunes, .splashscreen .submitPodcastsItunes:visited, .splashscreen .submitPodcastsItunes:link {
		height: 48px;
		font-size: 2em;
	}
	.splashscreen form span {
		font-size: 1.5em;
	}
	.splashscreen input[type="checkbox"] {
	position: relative;
	top: -7px;
	margin-right: 15px;
}
}
.splashscreen {
	margin: 0 auto;
	width: 80%;
	background: url("/assets/images/site_img/funnySmile.jpg") no-repeat 96% 15px #fff;
	font-family: arial;
	position: relative;
	z-index: 7000;
	border: 1px solid #bfbfbf;
	overflow: hidden;
}
.splashscreen h3 {
	font-size: 1.7em;
	padding: 25px 0 0 15px;
	text-align: left;
}
.splashscreen p {
	font-size: 1.5em;
	padding: 10px 5% 0 18px;
	margin-right: 10%;
	text-align: left;
}
.splashscreen div {
	width: 430px;
	clear: both;
	padding: 0;
	height: 209px;
}
.splashscreen a {
	float: left;
	width: 176px;
	margin: 0 19px;
}

.splashscreen a img {
	box-shadow: 0 0 5px #000;
}
.splashscreen a span {
	background: -moz-linear-gradient(top, #fff 70%, #dbdbdb);
	background: -o-linear-gradient(top, #fff 70%, #dbdbdb);
	background: -webkit-linear-gradient(top, #fff 70%, #dbdbdb);
	background: linear-gradient(top, #fff 70%, #dbdbdb);
	display: inline-block;
	border: 1px solid #bfbfbf;
	padding: 5px 15px;
	color: #fe413f;
	font-weight: bold;
	font-size: 1.2em;
	border-radius: 5px;
	height: 25%;
	margin-top: 15px;
}
.splashscreen form {
	text-align: center;
	margin-right: 20px;
}
.splashscreen .submitPodcastsItunes, .splashscreen .submitPodcastsItunes:visited, .splashscreen .submitPodcastsItunes:link {
	width: 60px;

	background: -moz-linear-gradient(top, #fff 70%, #dbdbdb);
	background: -o-linear-gradient(top, #fff 70%, #dbdbdb);
	background: -webkit-linear-gradient(top, #fff 70%, #dbdbdb);
	background: linear-gradient(top, #fff 70%, #dbdbdb);
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	color: #000;
	display: inline;
	text-align: right;
	float: none;
	padding: 2px 5px;
}
.splashscreen input[type="checkbox"] {
	width: 17px;
	height: 17px;
	position: relative;
	top: 3px;
	border: 1px solid #000 !important;
	background: #fff !important;
}

/* Overrides */
#PDI_container6596880 .pds-box {
	border: none !important;
	width: 260px !important;
}
#PDI_container6596880 .pds-input-label {
	width: 205px !important;
}
