a
{
	color: #655435;
}
#content-body
{
	position: relative;
	padding-top: 45px;
	padding-bottom: 35px;
}

.rss-content-wrapper
{
	margin-left: 12px;
	margin-right: 12px;
	margin-top: -40px;
}


#featured-pick-header span
{
	visibility: hidden;
}

#featured-pick-header
{
	background: url('../images/featured-pick.png') no-repeat;
	width: 190px;
	height: 20px;
	margin-top: 45px;
	margin-bottom: 3px;
}

#featured-pick
{
	position: relative;
	background-color: #f9e4b9;
	padding-top: 5px;
	padding-bottom: 5px;
}

#featured-pick-title
{
	padding-top: 8px;
	font-size: 14px;
	width: 290px;
	vertical-align: top;
	padding-left: 9px;
}

#featured-pick-title h2
{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 0;
}

#featured-pick-description
{
	line-height: 18px;
	font-size: 14px;
	font-style: italic;
}

#featured-pick-add
{
	position: relative;
	width: 200px;
	text-align: right;
	font-size: 14px;
	vertical-align: top;
	padding-top: 6px;
}

#featured-pick-add button
{
	position: relative;
	float: right;
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 20px;
}

#sort-by
{
	background-color: #f9e4b9;
	margin-top: 28px;
	padding: 9px;
       	padding-bottom: 6px;
	padding-top: 6px;	
}

#sort-by-header
{
	display: inline;
	width: 70px; 
	font-size: 20px;
	padding: 5px;
}

#sort-by-nav
{
	display: inline;
}

#sort-by-nav li
{
	display: inline;
	border-right: solid 2px #282827;
	list-style-type: none;
	padding-left: 2px;
	padding-right: 9px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#sort-by-nav li.last
{
	border: none;
}

#sort-by-nav li span.active
{
	background-color: #ffb71a;
	padding: 3px 8px;
}

#sort-by-nav li span
{
	display: inline;
}

#picks
{
	position: relative;
}

#even_picks
{
	display: inline;
	float: left;
	width: 375px;
	padding-left: 0;
}

#odd_picks
{
	display: inline;
	float: right;
	position: relative;
	width: 375px;
	margin-left: 0;
	padding-left: 0;
}

#picks ul
{
	position: relative;
	margin-bottom: 12px;
}

#picks ul li
{
	position: relative;
	list-style: none;
	padding-left: 12px;
	overflow: hidden;
}

#picks ul li.alt
{
	background-color: #f9e4b9;
}

#picks ul li a
{
	z-index: 1000;
}

#picks ul li h3
{
	color: #bf391b;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 6px;
	word-wrap: break-word;
}

#picks ul li p
{
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#picks ul li h2
{
	background-repeat: no-repeat;
	padding-left: 22px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 0;
	margin-top: 5px;
	margin-bottom: 0;
}

#picks ul li div.showing ul
{
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#picks ul li div h2
{
	background-repeat: no-repeat;
	cursor: pointer;
}

.showing
{
	padding-bottom: 12px;
}

.last-five-showing
{

	background-image: url('../images/picks-arrow-hide.png');
	padding-bottom: 0;
}

.last-five-hidden 
{
	background-image: url('../images/picks-arrow-show.png');
	margin-bottom: 0px;
}

.add-button
{
	position: absolute;
	background-color: transparent;
	background-image: url('../images/rss-add-button.png');
	background-repeat: no-repeat;
	border: none;
	width: 72px;
	height: 22px;
	cursor: pointer;
	top: 4px;
	right: 4px;
}

.remove-button
{
	position: absolute;
	background-color: transparent;
	background-image: url('../images/rss-remove-button.png');
	background-repeat: no-repeat;
	border: none;
	width: 87px;
	height: 22px;
	cursor: pointer;
	top: 4px;
	right: 4px;
}

.remove-button span
{
	visibility: hidden;
}

.add-button span
{
	visibility: hidden;
}

.last-five-tracks
{
	font-size: 14px;
	padding-left: 22px;
}
