/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
	html { margin-top: 0!important; }
	body { font-family:'Arial',sans-serif; font-size:13px; color:#333; }
	a { color:#05478a; }

	.leaderboard {
		background-image:url(http://www.publishersweekly.com/images/bg-leaderboard.png);
		background-repeat:repeat-x;
		border-bottom: thin solid #ededed;
		text-align:center;
		height:85px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.small .leaderboard { display:none; }
	#navigation-pulldown-show { display:none; }
	.small #navigation-pulldown-show { clear:left;padding:7px;background-color:#424242;color:white;display:block }
	

.navigation-tab {
    background-color: #424242;
    color: white;
    cursor: pointer;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    height: 16px;
    padding: 8px 17px 8px 17px;
    text-align: center;
    text-transform: uppercase;
}
.small .navigation-tab {
	float:none;
	background: url(/images/topic-small-arrow.png), #f6f6f6; /* Old browsers */
	background: url(/images/topic-small-arrow.png), -moz-linear-gradient(top,  #fdfdfd 0%, #eeeeee 100%); /* FF3.6+ */
	background: url(/images/topic-small-arrow.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(/images/topic-small-arrow.png), -webkit-linear-gradient(top,  #fdfdfd 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(/images/topic-small-arrow.png), -o-linear-gradient(top,  #fdfdfd 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(/images/topic-small-arrow.png), -ms-linear-gradient(top,  #fdfdfd 0%,#eeeeee 100%); /* IE10+ */
	background: url(/images/topic-small-arrow.png), linear-gradient(to bottom,  #fdfdfd 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-repeat:no-repeat;
	background-position:right center;
	text-transform:uppercase;
	font-size:13px; 
	font-family:'Open Sans',sans-serif;
	color:#545454;
	cursor:pointer;
	border-bottom:thin solid #ccc;
	padding:7px 21px 8px 20px;
	height:16px;
	text-align:left;
}
.small .navigation-tab:nth-of-type(1) {
	border-top:thin solid #ccc;
}

.small #navigation-tabs { display:none; }

.navigation-separator { float:left; width:1px; }
.small .navigation-separator { display:none; }

.navigation-filler {height:32px;background-color:#424242;}
.small .navigation-filler { display:none; }

.navigation-tab:hover {
		color:#676767;
}
#navigation-tabs{
		min-height:31px;
		clear:left;
		overflow:hidden;
	}

.logo {
	float:left;
	padding-left:20px;
	padding-right:20px;
}

.wrapper {
	padding-left:15px;
	padding-right:15px;
}


footer[role="contentinfo"] {
	background-color:#424242;
	padding:20px;
}
footer[role="contentinfo"] a{
	color: #9aadb3;
}
.footer-nav {
	color:#9aadb3;
	padding-bottom:8px;
	border-bottom:solid thin #9aadb3;
}
.footer-tmks {
	margin-top:8px;
	color:#9aadb3;
	margin-bottom:30px;		
}
.footer-nav a{
	color:#9aadb3;
}
.footer-nav .break {
	padding-left:4px;
	padding-right:2px;
}
.pwxyz-logo {
	padding-top:15px;
	padding-bottom:38px;
	text-align:center;
}

.boombox {
	display:block;
	border-bottom: 4px double #EDEDED;
	padding-bottom:50px;
	margin-bottom:20px;
}
.small .boombox {
	display:none;
}
.boombox-single {
	display:block;
	text-align:center;
	width:390px;
	padding:19px 0px 19px 0px;
	border-style:solid;
	border-width:1px;
	border-color:#000;
	margin-top:20px;
	margin-bottom:20px;
	margin: 0 auto;
}
.small .boombox-single {
	display:none;
}