/*
 * -----------------------------------------------
 * www.happyworm.com
 * silvia benvenuti
 * 
 * jPlayer.css
 * -----------------------------------------------
 */

#branding {
	width: 280px;
}

#breadcrumbs {
	list-style-type:none;
	margin: 0 ;
	padding: 0;
	width: 100%;
	overflow: hidden;
	font-size:.9em;
}

#breadcrumbs li{
	float: left;
	color: #666;
	padding-right: .5em;
}

#content_main {
	width: 685px;
	float: left;
	font-size: 0.8em;
}

#content_main img{
	float: right;
	margin: 0 0 20px 20px;
}
div.demo_section_top {
	border:none;
	padding-bottom:0;
}

div.demo_section_mid {
	border:none;
	padding:0;
}

div.demo_section_bot {
	padding-top:0;
}
#content_sub {
	width: 264px;
	margin-left: 714px;
	margin-top: 3.2em;
	font-size:.7em;
}

#content_sub h2 {
	font-size:1.1em;
	color: #666;
	margin-top: 0;
}

#content_sub .section {
	border: none;
}

#content_sub .highlight {
	padding: 1em;
	margin: 0 0 1em 0;
	border: 1px dotted #009be3;
}

#content_sub ul{
	margin: 0;
	padding: 0;
	list-style-type:none;	
}

.date {
	margin: 0;
	padding: 0;
	font-style:oblique;
}
.miaow {
	font-size:.8em;
	color:#999;
}

div.obsolete {
	background-color:#ffeeee;
	border: 1px dashed #ff3333;
	font-weight:bold;
	color:#ff0000;
	padding:0 10px;
	margin-bottom:10px;
}
