

/* PODCAST */
#podcast { margin: 12px 0 12px 15px; }
#podcast h3 { display: inline; font-size: 21px; font-family: 'Cabin Condensed', Arial, sans-serif; color: #369 }
#download{ float: right; margin-right: 10px; }
#download a{  color: #369; border-bottom: 1px solid #CCC; }
#download a:hover{ color: #333; }
#podcast .date { font-size: 11px; font-weight: bold; }
#podcast .descr { padding: 10px 0;line-height: 1.4em;  }
#podcast .descr p{ margin-top: 0; }
#podcast h4 { margin: 0; font-family: 'Scada', sans-serif; }
#podcast blockquote.spip { background: #F9F9F9; font-size: 11px; line-height: 1.4em;  font-weight: bold; color: #666; padding: 10px; border: 2px solid #F5F5F5; letter-spacing: 1px; }


/* MOBILES */
@media all and (max-width: 650px)
{	
	#gch {width: 100%; }
 	#info { display: none; }
}