/*--- GENERAL ---*/
/* 730 width to work with */
/* 710 width after content padding  */
#content{
  position:relative;
}

#podcast_left{
  width:155px;
  float:left;
  margin:20px 0 0 0;
	position:relative;
}
#podcast_left_inner {
	width:100%;
	
}
#podcast_right{
  width:530px;
  margin:10px 0 40px 0px;
  position:relative;
	float:right;
}
#podcast_right_inner{
	width:100%;
}

.static_content{
  margin-bottom:40px;
}

.static_content{
  font-size:110%;
  padding:0;
  margin:0;
  color:#666;
  line-height:1.4em;
}

.static_content p{
	margin-bottom:15px;
}

.static_content a {
	color:#009ada;
}

.podcast_note {
  font-size:70%;
  font-style:italic;
}
#podcast_icon {
	float:right;
	border:none;
	margin:-25px 20px 0 10px;
}

/*--- LEFT SIDE MENUS ---*/
#podcast_left .section{
  background:#f4eee0;
  margin:0 0 18px 0;
}
#podcast_left .section .corner-top{
	background:#C2B592;
	text-align:center;
	color:#7C2103;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px;
	margin-bottom:5px;
	font-size:92%;
}

#podcast_left .section .content{
	padding:0 8px;
}

#podcast_left .section a img{
	margin-right:2px;
}

#podcast_left .section .corner-bottom{
	background:#C2B592;
	height:8px;
}


#podcast_left ul.latest_episodes {
  margin:5px 0;
}
#podcast_left ul.latest_episodes li{
    list-style:none;
    margin:0;
    padding:5px 0;
    border-top:1px #C2B592 solid;
  }
#podcast_left ul.latest_episodes li:first-child { 
	border:none;  
  }
#podcast_left ul.latest_episodes li a{
    padding-left:20px;
    background:url('layout_imgs/itunes_note.png') no-repeat;
    text-decoration:none;
    color:#4d4d4d;
    font-weight:bold;
    letter-spacing:.01em;
 }
#podcast_left ul.latest_episodes li a span.date{
      display:block;
      font-weight:normal;
      font-size:90%;
      font-style:italic;
      color:#808080;
 }


/* PODCAST */

h1.podcast{
  font-size:134%;
  margin-bottom:5px;
  font-weight:bold;
  color:#7C2103;
}

.podcast img{
  float:left;
  margin:0 10px 10px 5px;
}

#media_player_container{
  margin:20px auto;
}

.item_bar{ 
  height:152px;
  width:100%;
}
.item{
  position:relative;
  width:164px;
  padding:0;
  margin:0 0 0 0;
  background:#f4eee0;
  text-align:center;
  vertical-align:bottom;
  float:left;
  cursor:pointer;
  height:152px;
}

.item_bar .item p.title{
	font-size:.9em;
	font-weight:bold;
	line-height:1em;
	color: #653C7D;
	cursor:default;
}
#content p.title {
	margin: 5px 0 0 0;

}
#content p.photo-essay {
	margin: 5px 0 0 0;
	line-height:1em;
	color:#333;
	font-size:.8em;
	
}
#content p.photo-essay a.essay-link{
	color:#333;
	text-decoration:underline;
}

.item_bar .item a{
	color:#653c7d;
	text-decoration:none;
}

.item img {
	margin:0 auto;
	border:1px #6F561F solid;
}

p.flash_vars{
  display:none;
}

 
.clearer {
  clear:left;
  line-height:0;
  margin:0;
}


.corner-top {
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
}

.corner-bottom {
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
}



