/*
 * WKSU
 * Cleveland Rock n Roll Feature
 * Style Sheet File
 * Copyright 2007 WKSU
 *
 */



/****** CORE LAYOUT *******/



.tableContainer {
	margin-left: 10px;
	/*font-size: 10pt;*/
	/*margin: auto;*/
	min-width: 700px;
	width: 100%;
}

.story {
	text-align: left;
}

.crrSong {
	border: solid #ccc;
	border-width: 1px 1px 1px 1px;
	display: block;
	text-align: center;
	width: 50%;
	min-width: 200px;
	padding: 20px;
}

.crrSong ul {
	list-style-image: url(http://www.wksu.org/graphics/audio-icon.gif);
	text-align: left;
	text-indent: 0px;
	list-style-position: outside;
}




a, a:active, a:visited {
	text-decoration: none;
	color: #009;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #900;
}

.interview  {
	padding: 5px;
	text-align: left;
	width: 100%;
	width: auto;
  border: solid #eee;
	border-width: 0px 0px 1px 0px;

}

.interview img {
	margin: 5px;
}

.interview h2 {
	color: #d93104;
	font-size: 12pt;
	font-weight: bold;
}

.crrSong {
	float: left;
	width: 39%;
	margin: 5px;

}

.crrSong h2 {
	color: #d93104;
	font-size: 10pt;
	font-weight: bold;
}

.interviews  {
	border: solid black;
	border-width: 1px 0 0;
}

.interviews legend {
	border: solid black;
	border-width: 0 1px 0 1px;
}


.sideContent {
	padding: 15px;
	text-align: left;
	width: 100%;
	width: auto;
	
}

.sideContent h2 {
	color: #333;
	font-size: 12pt;
	font-weight: bold;
}

.sideContent ul {
	list-style-image: url(http://www.wksu.org/graphics/arrows/arrow-grey.gif);
	text-align: left;
	text-indent: 0px;
	list-style-position: outside;
}

.sideContent li {
	list-style-image: url(http://www.wksu.org/graphics/arrows/arrow-grey.gif);
	text-align: left;
	list-style-position: outside;

	margin: 0em; 
	line-height: 0em; 
	padding: 0em;
}


.comments h2 {
	color: #d93104;
	font-size: 12pt;
	font-weight: bold;
}

.comment {
	border: solid #eee;
	border-width: 0 0 1px 0;
	padding: 5px;
}


















