/*  
Theme Name: IPM - Ether Game
Theme URL: http:/
Description: Indiana Public Media Ether Game theme
Version: 1.0
Author: Indiana Public Media
Author URL: http://indianapublicmedia.org

*/

/* embedded fonts */




a {
	color:#224f92;
}

a:hover {
	color: #000;
}


/* subheaders for boxes */

h3.program-heading, h1.page-title
{
	background:#224f92;
	color:#FFF;
}

h4.toptag {
	display:none;
}

/*div.program-single-intro p {*/
/*	background:#999 url('/wp-content/themes/ipm/images/eartheats-bg-trans-bottom.png') repeat-x bottom;*/
/*}*/

.program-fullwidth-overlay .program-overlay-toolbar {
	background:#054691;
}

/* tab colour */

/*div.tabs ul li.ui-state-default {
	background: #054691;
}

div.tabs ul li.ui-state-default a {
	color: #fff;
}

div.tabs ul li.ui-state-active a {
	color: #054691;
}*/

/* misc */

.postthumb {
	display:none;
}
#program-upper-navigation {margin-bottom:10px;height:150px;}
#program-upper-navigation-links {
	top: 65px;
    left: 540px;
    letter-spacing: 0px;
}

#program-upper-navigation-links ul li a:hover {color: #ccc;}
.entry img.left, .archive-item img.left {float: left; margin-right:20px;}

li.jcarousel-item img {height:98px; width:auto;}

span.buybutton {background:#054691 !important;}

#segment_box span.program-photo-wrapper img.program-photo {
	float:left;
	max-width: 120px;
	margin-right: 10px;
	border: 1px solid #999;
}

/* EG front page */

div.archive-item.quiz-item {
	background: #eee;
	border-radius: 15px;
}

div.archive-item.the-answer {
	display:none;
	position:static;
}

div.archive-item.the-answer .eg-info-box, div.archive-item.the-answer .details-box {
	width: 350px;
	float:left;
	margin-right: 20px;
}

div.archive-item.the-answer .eg-info-box span {
	display:block;
	margin-bottom: 10px;
}

div.archive-item.the-answer .details-box p {
	line-height: 18px;
}

div.archive-item.the-answer .eg-info-box span.composer {
}

div.archive-item.the-answer .eg-info-box span.title {
	font-weight: bold;
}

div.archive-item.the-answer .eg-info-box span.artist {
	font-size: 12px;
	color: #666;
}

div.archive-item.the-answer .eg-album-box {
	width: 200px;
	float:right;
	margin-bottom: 20px;
}

/* sexy buttons */

.button-clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.sleek-button {
    background: transparent url('http://wfiu.org/images/common/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.sleek-button span {
    background: transparent url('http://wfiu.org/images/common/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.sleek-button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.sleek-button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
div.details-box p {margin-bottom:8px;}

#rss-thickbox{
	height: 180px; 
}

.singleCB #rss-primary-items {
	padding: 10px 0 0 0; 
}


div.program-upper-content div.home-player div.jp-audio {
	position:relative;
	right: 11px;
	width: 618px;
}

#program-sidebar-upper {
	margin-top: 0px;
}

/* show hidden answer */

p#showanswer {
	background: #666;
	color: #fff;
	padding: 5px 8px;
	display:inline;
	user-select:none;
	border-radius: 5px;
}

p#showanswer:hover {
	cursor: pointer;
}

.jp-flat-audio{
    left: 10px;
}

#ethergame-front-podcast {
    margin-left: -10px;
}

@media(min-width: 960px){
.jp-flat-audio{
    max-width: 598px;
    }
}

@media(max-width: 960px){
    .jp-flat-audio{
    max-width: 900px;
    margin-right: 20;
    }
    
    .jp-flat-audio .jp-bar{
        right: 20;
    }
}