
/**
 * @copyright 2009-2011
 * @author Mauricio Pasciulla
 */
 
/* global */
.idx-wrapper { float: left; width: 100%; margin:20px 0; }
.idx-wrapper .c-left { float:left; width:68%; clear:left; }
.idx-wrapper .c-right { float:right; width:30%; }

/* notes top */
.idx-wrapper .notes-top { margin-bottom:10px; }
.idx-wrapper .notes-top .box-yellow { color:#514721; background:#FFF6BF; padding:.6em .8em; border:2px solid #FFD324; border-left:0; border-right:0; }
.idx-wrapper .notes-top .box-gray { color:#444; background:#F6F6F6; padding:.6em .8em; border:2px solid #ddd; border-left:0; border-right:0; }

/* notes right */
.idx-wrapper .notes-right { margin-bottom:10px; }
.idx-wrapper .notes-right .title { font-size:1.2em; font-weight:bold; padding:2px 0; }
.idx-wrapper .notes-right .box-blue { color:#444; background:#F1F5FA; border:1px solid #77ACCE; border-left:0; border-right:0; padding:5px; }

.idx-box { border:1px solid #ccc; margin-bottom:10px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius: 8px;}
.idx-box .header { 
	background-color: #eee;
	padding: 3px 7px; 
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;
}


/* contents */
.idx-box ul { padding:0; list-style:none; }

.idx-users { margin:10px; }

.idx-box .albums { }
.idx-box .albums img { vertical-align: text-top; margin:3px; padding:3px; border:1px solid #ddd; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius: 4px; }
.idx-box .albums a.artist { color:#999; }

.idx-box .tracks { height:120px; margin:0; padding:10px 5px 0 20px; }

.idx-box ul.comments  { padding:10px 12px; }
.idx-box ul.comments li { font-size:.9em; color:#777; margin-bottom:1em; line-height:1.3em; list-style:none; }

.idx-box ul.publications  { margin:15px 8px; }
.idx-box ul.publications  li { background:url(../img/bl-page.png) no-repeat left 6px; padding:1px 14px; } 

.idx-box ul.events  { padding:10px 12px; }
.idx-box ul.events li { margin-bottom:.3em; list-style:none; }
.idx-box ul.events span { font-size:.9em; color:#777; }
