#sidebar {
	font-size: 11px;
	font-family: Trebuchet MS;
}

#sidebar #title{
	font-size: 18px;
	font-family: Georgia;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	padding: 8px 3px 11px 5px;
	width: 174px;
	color: #333;
	background-color: #eee;
	background: center url(../images/bg/lights.jpg);
	border-top: 3px solid #888;
	border-left: 3px solid #888;
	border-bottom: 3px solid #bbb;
	border-right: 3px solid #bbb;
}


#sidebar .sectionHeader{
	padding: 3px 3px 3px 5px;
	width: 176px;
	background-color: #ccc;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 2px 0;
	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
}

#sidebar ol,
#sidebar ul{
	margin: 3px;
}

#sidebar ul{
  padding-left: 15px;
}

#sidebar ul li{
  padding: 1px;
  margin: 0px;
}

/*---------------------------------------------*/
/*---------------------Music-------------------*/

#musicFromAlex{
	font-size: 11px;
	background: #aaa;
	padding: 5px;
	margin: 10px 0 10px 0;
	border-top: 3px solid #bbb;
	border-left: 3px solid #bbb;
	border-bottom: 3px solid #888;
	border-right: 3px solid #888;
}

#musicFromAlex .track{
	background: #bbb;
	padding: 2px;
	margin-bottom: 5px;
}

#musicFromAlex .title{
	font-size: 13px;
	font-weight: bold;
	width: 150px;
	margin-bottom: 3px;
}

/*---------------------------------------------*/
/*--------------------Netflix------------------*/

#sidebar #netflix{
	margin-bottom: 10px;
}

#sidebar #netflix ol{
	list-style-position: inside;
	padding: 0px;
}

#sidebar #netflix li{
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------*/
/*-------------------Twitter-------------------*/

#twitter ul{
  padding: 0;
}

#twitter li{
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#twitter li.last{
  border: none;
}

/*---------------------------------------------*/
/*-------------------Twitter-------------------*/

#lastfm ul{
  padding: 0;
}

#lastfm li{
  list-style: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#lastfm li.last{
  border: none;
}

/*---------------------------------------------*/
/*---------------------Books-------------------*/

#books {
	margin: 0 4px 10px 4px;
}

#books .bookFirstLine{
	margin: 0px;
	padding: 0px;
	clear:both;
	width: 180px;
}

#books .title{
	float:left;
	font-size: 1.1em;
}

#books .author{
	clear: both;
}

#books .yearPublished{
	padding-top:1px;
	margin-left: 5px;
	float:left;
}

#books .keywords{
	font-size: 10px;
}

#books .keywords a{
	font-weight: normal;
	font-size: 10px;
}

#books .bookSeparator{
	border-top: 1px solid #bbb; 
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

/*---------------------------------------------*/
/*---------------------Songs-------------------*/

#songs {
	margin: 0 4px 10px 4px;
}

#songs .genres{
	font-size: 10px;
}

#songs .genres a{
	font-weight: normal;
	font-size: 10px;
}

#songs .songSeparator{
	border-top: 1px solid #bbb; 
	line-height: 1px;
	font-size: 1px;
	margin: 5px 0 5px 0;
}

#songs img.itunesLogo{
	margin: 0 2px 0 4px;
}	

#songs .song a{
  padding-right: 18px;
	background: transparent url(../images/icons/itunes.gif) no-repeat scroll right top;
}

#songs .song a:hover{
  background-color: #ccc
}