
.rec-topper-container {
	width: 100%;
	overflow: auto;

	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;

	/*border-bottom: solid 1px #555555;*/
}

.rec-prefs {
	float: right;
	
	padding: 0;
	margin: 0;
}

.rec-prefs-form {
	display: inline;

	padding: 0;
	margin: 0;
}

.rec-podcast-notice {
	padding: 0;
	margin: 0;
}

.rec-index-list {
	padding: 0;
	margin: 0;

	float: left;
}


/* month navigation */
.rec-month-nav {
	width: 98%;
	overflow: auto;

	padding: 5px 1% 5px 1%;
	margin: 0 0 5px 0;
	background: #dddddd;

}

.rec-month-nav p.disabled {
	display: inline;
	text-decoration: none;
	color: #888888;
}

.rec-month-nav div {
	white-space: nowrap;
	text-align: center;
	width: 33%;
	float: left;
}

.rec-month-nav-prev {
	font-weight: normal;
}

.rec-month-nav-current {
	font-weight: bold;
}

.rec-month-nav-next {
	font-weight: normal;
}



.rec-list-title {
	width 100%;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
}


/* generic list within the recordings interface */
.rec-list {
	padding: 0;
	margin: 0;
	width: 100%;
}

.rec-list-count {
	font-weight: bold;
}

.rec-item {
/*
	width: 98%;
	background: #e8e6d5;
	border: 1px solid #b4c88c;

	padding: 5px 1% 5px 1%;
*/
	margin: 0 0 10px 0;

	padding: .5em 1em .5em 1em;

	background: #e8e6d5;

	border: #999 2px solid;

	/*hack*/
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	/*css3*/
	border-radius: 15px;
}

.rec-item .speaker-header {
	color: #339;
}

.rec-item .speaker-name {
	color: #339;
	font-weight: bold;
}

.rec-item .started-header {
	color: #555;
}

.rec-item .started-name {
	color: #555;
	font-weight: bold;
}

.rec-item .recording-count {
}

.rec-item .description {
	color: #555;
}


.rec-series-description {
/*
	background: #e8e6d5;
	border: 1px solid black;

	padding: 5px;
	margin: 10px;
*/
	margin: 0 20px 10px 20px;

	padding: .5em 1em .5em 1em;

	background: #e8e6d5;

	border: #999 2px solid;

	/*hack*/
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	/*css3*/
	border-radius: 15px;
}

.rec-series-handout {
	margin: 0 0 10px 0;
	font-weight: bold;
}


/* specifically a list of recordings */
.rec-recording-list {
}

.rec-recording-item {
}

.rec-recording-item .row1 {
	padding: 0 0 3px 0;
	margin: 0;
	border-bottom: 1px #888 solid;
}

.rec-recording-item .event {
	color: #753;
	/*font-size: 120%;*/
	font-weight: bold;
}

.rec-recording-item .title {
	color: #000000;
	padding: 0 0 0 10px;
	/*font-size: 120%;*/
	font-weight: bold;
	font-style: italic;
}

.rec-recording-item .when {
	color: #555;
}

.rec-recording-item .row2 {
	padding: 3px 0 0 0;
	margin: 0;
}


/* specifically a list of speakers */
.rec-speaker-list {
}

.rec-speaker-item {
	/* required to make the div bound the two floated child divs */
	width: 95%;
	overflow: auto;
}

.rec-speaker-item-name {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.rec-speaker-item-count {
	width: 45%;
	float: right;
	margin: 0;
	padding: 0;
}

/* specifically a list of months */
.rec-month-list {
}

.rec-month-item {
	/* required to make the div bound the two floated child divs */
	width: 95%;
	overflow: auto;
}

.rec-month-item-name {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.rec-month-item-count {
	width: 45%;
	float: right;
	margin: 0;
	padding: 0;
}

/* specifically a list of series */
.rec-series-list {
}

.rec-series-item {
}

