/*  
Theme Name: Museum Secrets
Theme URI: http://themetrust.com/themes/museum_secrets
Description: Museum Secrets Blog, based on Pure Theme by Theme Trust
Version: 1.0.1
Author: Theme Trust
Author URI: http://themetrust.com
Tags: blog, clean, minimal, white, two-columns, fixed-width, custom-background, threaded-comments

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;
	font-family: Georgia, Times, "Times New Roman", serif;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	width:auto; height:auto;	
	padding: 0;
	margin: 0;
	color: #ffffff;	
	/*border-top: 4px solid #b9c68c;*/
	background:url('images/body-bg.png') no-repeat scroll top center #0A0B11;
}

p {
	line-height:1.5em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

img.noBorder{
	padding: 0;
	background: none;
	border: none;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;	
	margin: 0 0 15px 0;
	font-weight: normal;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

.accent {
	color: #b9c68c;	
}

input[type="text"], textarea {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 10px;
}

/* Clearfix ----------- */

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	margin: 0 auto;
	width: 968px; /*960px*/
	background-color: #000000;
	background-image:url('images/container-bg.png');
	background-repeat:no-repeat;
	/*padding:0 44px;*/
}

	.postPageBg {
		background-position:0 -160px;
	}
	
	.frontPageBg {
		background-position:0 40px;
	}

#header {
	width: 100%;	
}

#main {
	margin: 0 auto;
	width: 880px;	
	padding: 0 0 0 0;
	background: transparent url(images/line.gif) 550px 0 repeat-y;
}

#main.full {
	background: none;
}

#content {		
	padding: 0 0 0 0;		
	float: left;
	margin: 0 0px 0 0;
	position: relative;	
	
}

#sidebar {
	width: 300px;
	float: right;
	margin: 0;
	padding: 0;	
}

#footer {
	width: 100%;
}

.oneThird {
	width: 270px;	
}

.twoThird {
	width: 550px;	
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	padding: 0 0 0 0;
	/*padding: 0 0 25px ;*/
	position: relative;
	/*border-bottom: 1px solid #cccccc;	*/
}

	#siteHeader { /* Copy of main site header */
		width:100%;
		height:122px;
/*height:180px;*/
		background:#0b0e14 url('images/siteHeader-bg.jpg') 0 0 no-repeat;
	}
	
		#siteHeader #siteLogo a { /* Allow user to click header logo to go back to home page */
			display:block;
			position:absolute;
			top:10px;
			left:320px;
			width:321px;
			height:161px;
		}
	
	#header #blogTitle {
		background:url("images/blogHeader-blogTitle.png") no-repeat scroll 0 0 transparent;
		height:31px;
		left:50px;
		position:relative;
		top:15px;
		width:173px;
	}
	
	#header #blogTitle a {
		display:block;
		height:31px;
		width:173px;
	}
	
	#header .inside{
		width:100%;
		height:62px;
		background:transparent url('images/blogHeader-bg.png') 0 0 no-repeat;
	}

#logo {		
	float: left;	
	margin: 0px 25px 0px 0;
	font-size: 20px;
	font-weight: bold;
}

#header h1 {
	font-size: 35px;	
	text-transform: uppercase;
	padding: 10px 0 0 0;
	color: #363636;	
}

#header h1 a, #header h1 a:hover{	
	color: #363636!important;	
}

#mainNav{	
	right: 0;	
	position:absolute; top:75%; height:20px; margin-top:-10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	
}

#mainNav li{
	margin: 0 0 0 25px;	
	display: inline-block;
	padding-top: 7px;
}

#mainNav ul ul {
background: #363636;
}

#mainNav li.current,
#mainNav li.current-cat,
#mainNav li.current_page_item,
#mainNav li.current-menu-item,
#mainNav li.current-post-ancestor,
#mainNav li.current_page_parent
{
	border-top: 1px solid #b9c68c;
}


#mainNav li.current:hover a,
#mainNav li.current-cat:hover a,
#mainNav li.current_page_item:hover a,
#mainNav li.current-menu-item:hover a,
#mainNav li.current-post-ancestor:hover a,
#mainNav li.current_page_parent:hover {
	color: #363636;
}

#mainNav ul li.current:hover ul a,
#mainNav ul li.current-cat:hover ul a,
#mainNav ul li.current_page_item:hover ul a,
#mainNav ul li.current-menu-item:hover ul a,
#mainNav ul li.current-post-ancestor:hover ul a,
#mainNav ul li.current_page_parent:hover ul {
	color: #fff;
}

#mainNav li a:hover{
	color: #767676;
}

#mainNav li li a:hover {
	color: #a3a3a3 !important;
}

#mainNav a {
	color: #363636;	
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	padding-top: 40px;
	/* border-right:1px solid #2E3C3D; */
}

#content .post {
	margin: 0 0 40px 0px;
	position: relative;	
	padding-bottom: 20px;
	border-bottom: 1px solid #2e3c3d;
}

.page #content .post {
	margin: 0 40px 40px 0px;
	border: none;
}

#content .post h1{
	font-size: 27px;
}

.post .meta {
	margin: -5px 0 20px 0;		
	padding: 0 0 0px 0;	
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.metaCat {
	text-transform: uppercase;
	margin-bottom: 5px;
}

#content .post.withThumb .inside {
	margin-left: 170px;
}

#content .post .inside {
	margin-right: 30px;
}

#content .post.lastPost {
	border-bottom: none;
}

a{
	text-decoration: none;
	color: #63827d;	
}

a:hover {
	color: #598f93;
	text-decoration: none;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a{	
	color: #ffffff ;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover{	
	color: #598F93 ;		
}

#content .postThumb{
	position: absolute;
	left: 0 right: 0;
}

.moreLink {
	font-family: Arial, Helvetica, sans-serif ;
}

.moreLink a {
	text-decoration:underline;
}

.moreLink a:hover {
	text-decoration:none;
}

#pageHead {
	width:880px;
	margin:0 auto;
	color: #363636;	
	border-bottom: 1px solid #2E3C3D;
	padding: 10px 0 10px 0;	
}

#pageHead h1 {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 0;
	color:#63827D;
}

/*Lists------------------*/

#content ul{	
	margin-bottom: 25px;		
}

#content ul li{	
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;	
	line-height: 1.4em;
	background: transparent url(images/list_item_marker.png) 0 5px no-repeat;	
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

/*//////////////////////////////////////////////////////////////////// 
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

#homeMessage {
	color: #363636;	
	border-bottom: 1px solid #cccccc;
	padding: 30px 0 30px 0;		
}

#homeMessage p{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 40px;
	line-height: 1.2em;
	margin-bottom: 0;	
}

#slideshow {	
	height: 350px;
	width:880px;
	margin:0 auto;
	border-bottom: none;
	position: relative;	
	z-index: 1;	
	border-bottom: 1px solid #2e3c3d;
}

	#slideshow #slides {
		
	}

.slide {
	position: relative;
	width: 100%;
	padding-top: 40px;
}


.slideImage {	
	float: left;
	width:550px; /*Pure Value 580px*/
}

.slideText {	
	width: 300px; /*was 280px*/
	float: right;
}

.slideText h3{	
	font-size: 25px;
}

.slideText h3 a{	
	color: #ffffff ;
}

.slideText h3 a:hover{	
	color: #598F93 ;		
}

.slideText p{
	font-size: 13px;	
	margin: 0 0 15px 0;
}

#slideshowNav {
	position: absolute;
	bottom: 40px;
	left: 578px;
	z-index: 10;	
}

#slideshowNavPager {
	float: left;	
}

#slideshowNav a {
	width: 10px;
	height: 10px;
	background: transparent url(images/slideshow_nav_active.png) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav.png) no-repeat;
}

#slideshowNav a:focus { outline: none; }

/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

.button,
#searchsubmit  {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	background: #363636;	
	display: inline-block;	
	color: #fff!important;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 5px 15px 5px;	
	margin: 0 5px 0 0;
	border: none;	
}

.button:hover {
	background-color: #787878!important;
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	padding-top: 30px;
}

.sidebarBox {	
	position: relative;
	margin: 0 0 40px 0;	
}

#sidebar p {
	line-height: 1.5em;
	margin-bottom: 12px;
}

.avatar {
	float: left;
	margin: 0 20px 20px 0;
	padding-top: 3px;
}

/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/


#sidebar .widgetBox h3,
#footer .widgetBox h3{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.2em;
}

.oneFourth p {
	line-height: 1.5em !important;
	margin-bottom: 12px !important;
}

#sidebar ul, #footer ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;	
	border-top: 1px solid #2E3C3D;
	line-height: 1em;
	background: none;
	position: relative;	
}

#sidebar ul li, #footer ul li{
	padding: 8px 0 9px 0;
	margin: 0 0 0px 0;
	border-bottom: 1px solid #2E3C3D;
	line-height: 1em;
	background: none;	
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	font-size: 13px;
	margin: 0 0 0px 0 ;	
	padding: 0 !important;	
	line-height: 1em;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sidebar ul li span, #footer ul li span{	
	padding: 0;
	margin: 0 !important;
}

#sidebar ul li a:hover,
#footer ul li a:hover {
	
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 13px;
	margin: 10px 0 0 0;
	background: transparent url(images/list_item_marker.png) 0 5px no-repeat;	
	border: none;	
}

/*Search------------------*/

#s {
	margin: 0 10px 0 0;
	width: 160px;
	padding: 3px;
}

#searchsubmit{
	padding: 5px 10px 5px !important;
	font-size: 11px !important;
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 5px 0 !important;
	display: block;
	padding: 0;	
}

.firstPost {
	border-bottom: 1px solid #363636;	
}

.firstPost h2{
	font-size: 15px;	
}

.secondaryPost {
	border-bottom: 1px solid #363636;
	padding: 10px 0 10px 0;	
}

.secondaryPost h2{
	font-size: 14px !important;
	margin: 0;
}


/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 100%;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {
	color: #b0b0ad;
	padding-top: 10px;
}

table#wp-calendar td a{
	font-weight: bold;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 14px;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{	
	font-size: 11px !important;
	padding: 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	color:#54878B;
}

.widget_tag_cloud a:hover{
	color:#598F93;
}

#footer .widget_tag_cloud a,
#sidebar .widget_tag_cloud a{
	background: #192728;	
}

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

.widget_tag_cloud {
    display: inline-block;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitter_div{
	margin: 0 0 10px 0;
}

#twitter_div li{
	line-height: 1.4em !important;	
}

.twitterLink a{	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}


/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 0px;
	width: 590px;		
	padding: 0;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 40px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;
	margin: 0;
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;		
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;	
}

#commentForm h3 {
	font-size: 19px;
}

.comment h5 {
	font-size: 16px;
	margin: 0 0 0 110px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 110px;	
	display: block;
}

.comment p {	
	margin: 0 0 10px 110px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 110px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;	
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	text-align: center;
	text-decoration: none;
}

a:hover span.newer-comments,
a:hover span.older-comments {
	
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

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


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 580px;
	padding: 0 0 20px;	
	clear: both;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #e3e3e3;	
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {
	border-top: 1px solid #2e3c3d;
}

#footer .main{	
	padding: 35px 0 10px 10px;	
	margin: 0 0px 35px 0px;	
}

.footerBox{
	margin: 0 0 40px 20px;	
	float: left;
	position: relative;
}

.footerBox p{			
	padding: 0;	
}

.widget_links {
	margin-left:30px;
        width:275px;
}

.widget_archive {
     margin-left:30px;
     width:275px;
}

#footer .secondary {
	color:#7E7E7E;	
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	height:154px;
	background:#000000 url('images/footer-bg.jpg') 0 0 no-repeat;
}

#footer .secondary a {
	color: #848484;	
}

#footer .secondary a:hover {
	color: #9d9d9a;
	text-decoration: none;	
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

#footer .secondary .footerText {
	border-bottom:1px solid #1F2026;
	border-top:1px solid #1F2026;
	left:220px;
	padding:10px 0;
	position:relative;
	top:40px;
}

/* added footer */
div#footer_add {margin-top:3px;background-image:url('../../../images/bg_footer.jpg');background-repeat:no-repeat;}
div#footer_add div.footer_logo {float:left;}
div#footer_add div.footer_text {float:left;padding-top:35px;padding-bottom:25px;width:730px;color:#5F5F5F;}
div#footer_add div.footer_text a {text-decoration:none;margin-right:30px;}
div#footer_add div.footer_text a:hover {text-decoration:underline;}
div#footer_add div.footer_text hr {height:1px;border:0;background-color:#1f2026;color:#1f2026;margin:13px 0;}
div#footer_add div.footer_text p {font-size:0.83em;line-height:1.3em;}
div#footer_add div.footer_text a.sm_logo {margin-right:40px;}

/* site nav added by pixelpusher */
div#site_nav {height:127px;padding-left:45px;background-image:url('../../../images/bg_site_nav.jpg');background-repeat:no-repeat;}
div#site_nav div.sn_top_left {float:left;}
div#site_nav div.sn_top_right {float:left}
div#site_nav div.sponsor_spot {height:43px;}
div#site_nav a.sn_home {float:left;margin-right:8px;}
div#site_nav a.sn_top {background-position:top left;background-repeat:no-repeat;height:28px;width:151px;display:block;float:left;margin-right:8px;}
div#site_nav a.sn_top:hover {background-position:left -28px;}
div#site_nav a.sn_top_current {background-position: left -28px;}
div#site_nav a.sn_top span {display:none;}




/*-- additional changes --*/
/*- fixes -*/
#masterSitesDropdown select{
float: right;
}
.pagination-prev {
margin-right: 60px;
}



#sidebar h2{
	width: 300px; 
	line-height: 27px;
}
#sidebar p{
	width: 300px;
}
.shareThisStyle{
	margin:5px 0 14px -3px;
	}
.shareThisStyle span{
	vertical-align: top;
}
.headSocial{
	float: right;
	padding: 19px 50px 0 0;
}
.headSocial a{
	display: block;
	float: left;
	margin-left: 8px;
}
/** -- header slider -- **/
.anythingFader{
border-bottom: 1px solid #2E3C3D;
padding-bottom: 25px;
margin: 0 auto;
width: 888px;
height: 195px;
}
.wrapper{
position: relative;
}
#Slider li{
position: absolute;
z-index: 10;
}
#Pager{
position: absolute;
z-index: 100;
width: 888px;
text-align: center;
top: 170px;
}
#SlidePager li{
display: inline;
overflow: hidden;
width: 882px;
height: 151px;
}
#SlidePager li span{
height: 10px;
width: 10px;
display: inline-block;
cursor: pointer;
background: transparent no-repeat top center;
}
/* -- footer widgets -- */
#SelectLinks select{
width: 145px;
margin: 5px 0 15px;
}
#SelectLinks{
height: 200px;
}
#ttrust_text_wide-3{
width: 212px;
}
#footer div#text-3{
margin: 0 25px 0 20px;
width: 193px;
}
#footerlinkswidget-3{
width: 156px;
margin: 0 20px 0 0;
}

#footer #search-3, #footer #text-2{
margin-left: 30px;
}
#footer #search-3 h3{
font-size: 15px;
margin-bottom: 5px;
}
#footer #search-3 #s{
width: 190px;
}
#footer #search-3 input{
font-family: arial;
}
#footer #searchsubmit{
font-size: 12px !important;
padding: 4px;
margin-top: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.footerBox{
margin-bottom: 20px;
}

#footer .main{
margin-bottom: 0 !important;
padding: 35px 0 0 10px;
}
/**-- footer email newsletter --**/
.mailList_title{
background-color: #363636;
width: 189px;
padding: 5px;
font-size: 15px;
}
#mce-EMAIL{
width: 189px;
border: 2px solid #363636;
padding: 3px;
}
#mc-embedded-subscribe{
font-family: arial;
padding: 4px;
margin-top: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/**-- sidebar widget --**/
/*-- twitter --*/
#sidebar #ttrust_twitter-3{
width: 300px;
background:url('images/twitsBG.png') no-repeat top left transparent;
margin-bottom: 15px;
}
#ttrust_twitter-3 h3{
padding-top: 5px;
}
#ttrust_twitter-3 h3, #ttrust_twitter-3 div, #ttrust_twitter-3 p{
margin-left: 45px;
}
#sidebar #ttrust_text_wide-6{
margin: 0 0 30px; /*facebook like*/
}
#sidebar #ttrust_twitter-3 #twitter_update_list a{
color: #556467;
}
#sidebar #ttrust_twitter-3 #twitter_update_list{
border-top: 0 none;
}
#sidebar #ttrust_twitter-3 #twitter_update_list li{
border-bottom: 0 none;
}
#catchOn{
height: 200px; 
width: 313px;
text-align: center;
padding-top:120px;
}
#catchOnKen{
display: block;
height: 38px;
width: 209px;
margin: 0 auto;
}
#catchOnHistory{
display: block;
height: 37px;
width: 87px;
margin: 0 auto 85px;
}

.sidebarBox{
margin: 0 0 20px;
}
/*--- popular widget ---*/
#popularTable{ width: 300px; }
#popularTable th{
background-color: #2e3233;
padding: 5px 0;
}
#popularTable th.active{ background-color: #4f5555; }
#popularTable a{
color: #fff;
cursor: pointer;
}
#popularTable a span{
width: 210px;
display: inline-table;
vertical-align: top;
}
#popularTable td .listBlock{
/*height: 53px;*/
/*border-top: 1px solid #72867d;*/
width: 274px;
padding: 12px 13px 0;
margin: 0;
vertical-align: text-top;
}
#popularTable td .listBlockTop{
width: 274px;
padding: 16px 13px 0;
margin: 0;
vertical-align: text-top;
}
#popularTable td .listBlock img, #popularTable td .listBlockTop img{ margin-right: 14px; }
#popularTable td .listBlock a{ line-height: 19.5px; }
#popularTable td .listBlockTop a{ line-height: 17.5px; }
#popularTable td .listBlock a, #popularTable td img, #popularTable td .listBlockTop a, #popularTable td .listBlockTop img{
display: inline-block;
}
#popularTable td img{
width: 44px;
height: 42px;
}
#popularTable td .listBlockTop img{
width: 44px;
height: 35px;
}
#popularTable .more{
display: block;
width: 280px;
background-color: #4f5555;
text-align: right;
padding: 12px 10px;
margin-top: 6px;
}
#popularTable .popVid{ margin-top: 14px; }
#popularTable .commentList a{ color: #63827D; }
.endBlock{
background-color: #4f5555;
width: 280px;
padding: 15px 10px;
display: none;
}

#ListCategory td li{
background: url("images/list_item_marker.png") no-repeat scroll 0 5px transparent;
margin: 10px 0 0 10px;
padding: 0 0 0 10px;
}
#ListCategory li a{
color: #63827D;
}
#ListCategory td li, #ListCategory td ul{
list-style: none;
border: 0 none;
}
#ListCategory ul{
margin-left: 20px;
}
.popularWidget h3{ display: none; }
.popularWidget a.sideBarBrowseLnk{
color: #fff;
font-size: 25px;
padding-bottom: 5px;
display: block;
}
.popWidgetTblMain{ border-top: 1px solid #72867d; }
/**-- twitter widget --**/
#ttrust_twitter-3 h3{
cursor: pointer;
}

/* History Header */
.history-header {
  min-height: 149px;
  padding-top: 25px;
  border-bottom: 3px solid #fb0102;
  background-color: #333;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.48);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.48); 
}

.history-header > .centered {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.history-logo-heading {
  float: left;
  margin: 14px 0 0 -4px;
}
.history-logo {
  display: block;
  width: 133px;
  height: 124px;
  text-indent: -9999px;
  background: url(../images/history-television-logo.png) no-repeat;
  overflow: hidden;
}
.ad-leaderboard {
  float: right;
  width: 728px;
  height: 90px;
  margin-top: 27px;
}

/* Utility */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }