/*  
Theme Name: IPM - Events
Theme URL: http:/
Description: Indiana Public Media Events theme
Version: 2.0
Author: Indiana Public Media
Author URL: http://indianapublicmedia.org

*/

/* embedded fonts */

div#program-upper-navigation {
	height: 220px;
}

div#program-upper-navigation img {
	width: 100%;
}

div.program-upper-content {
	min-height: 500px;
}

#sidebar-events {width:300px; float:right; margin-right:10px; margin-bottom:10px; margin-top:-8px;}

h2.page-title {
	margin-left:20px;
	margin-bottom:20px;
	font-size: 46px;
	font-family: Lato;
}

ul.events-nav {
	margin-left: 20px;
}

.entry img.postimage {
	max-width: 596px !important;
	max-height: 391px !important;
}

ul.events-nav {
	position:absolute;
	bottom: 15px;
	left: 8;
}

ul.events-nav li a {
	color:#fff !important;
}

#program-upper-navigation ul li {
    display: inline;
    margin-right: 10px;
    font-weight: bold;
    font-size: 8px;
}

ul.events-nav li a.active {
	padding-bottom: 2px;
	border-bottom: 12px solid #fff;
}

#program-upper-navigation ul li a {
   margin-left: 15px;
   font-size: 16px;
}

/* bigger event titles */

h3.program-headline {
	font-size: 24px;
}


/* event box on single.php */

div.event-box {
	float:left;
	width: 150px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	margin: 2px 15px 15px 0;
}

div.event-box h3 {
	font-size: 15px !important;
	font-weight: bold !important;
	margin-top:0;
	margin-bottom: 10px !important;
	color: #999;
}

div.event-box hr {
	display: block;
	height: 0px !important;
	border:0;
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 10px;
}

div.event-box p {
	font-size: 12px !important;
	line-height: 14px !important;
	margin-bottom: 10px !important;
}

img.program-photo {
	float:left;
	width: 120px;
	margin: 0 10px 10px 0;
	border: 1px solid #ccc;
}

/* featured box */

div.featured-box {
	border-bottom: 10px double #eee;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
}

div.featured-box h3.featured-box-label {
	color:#999;
	margin-bottom: 10px;
}

div.featured-box h3.program-headline {
	font-size:34px;
}

div.featured-box img.program-photo {
	width: 180px;
}

#program-sidebar-upper h3 {
    font-size: 16px;
}

.program-single-header{
    border-top: none;   
}

img.size-full.lead-image {
    max-width: 596px;
    width: 100%;
    height: auto;
}