@charset "UTF-8";
/* CSS Document */


body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #CCC;
	background-image: url(../images/back-pattern.jpg);
	text-align:center;
	margin:0;
	padding:0;
}




h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	margin: 0px;
	line-height: 28px;
	color: #FFF;
}
	
	

a:visited {
	color: #006eba;
	text-decoration: underline;
	}
a:hover {
	color: #006eba;
	text-decoration: none;
}
a:active {
	color: #006eba;
	text-decoration: underline;
	}
a:link {
	color: #006eba;
	text-decoration: underline;
	}	
	
	


#siteContainer{
	text-align: left;
	width: 960px;
	padding-top: 10;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


	
		
		#nav {
			background-color: #999999;
			padding: 0px;
			text-align: center;
			border: 1px #666666 solid;
			}
			
		#navborder {
			border: 1px #cccccc dotted;
			margin: 4px auto;
			}
		
		#playlists {
			background-color: #666666;
			margin: 4px auto;
			width: 100%;
			border: 1px #cccccc dotted;
			}
		
		#playlists th {
			font-weight: bold;
			text-align: left;
			font-size: 10px;
			background-color: #999999;
			}
		
		#playlists td {
			font-size: 12px;
			font-family: Verdana;
			}

.control {
	font-size: 14px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 6px;
			}

		
		#songlist {
			font-size: 10px;
			font-family: Verdana;
			width: 100%;
			border: 1px #cccccc dotted;
			}
		
		#songlist th {
			background-color: #999999;
			color: #ffffff;
			font-weight: strong;
			text-align: left;
			}
		
		#songlist td {
			color: #333333;
			}
		
		.paginationborder {
			border: 1px #cccccc dotted;
			margin-bottom: 3px;
			margin-top: 3px;
			}
		
		.pagination {
			font-size: 10px;
			font-family: Verdana;
			color: #ffffff;
			background-color: #999999;
			border: 1px #666666 solid;
			padding: 4px;
			}
	
	
.tweet .tweet_list {

    list-style-type: none;
    margin: 0;
    padding: 0;

	color:#006eba;
	
	}
	
 .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; 
	  list-style: none;	  
	  font-size:12px;
	  width:360px;
	  
	  } 
	  
	  
#left {	float:left;}

#right{
	float:right;
	background-image: url(../images/video.png);
	height: 388px;
	width: 472px;
	background-repeat: no-repeat;
	}
	
#video{
	margin-left:30px;
	margin-top:34px;
	color:#FFF;
	}
	  
.tweet{	

margin-top:60px;
margin-left:-6px;
}

#footer{
	margin-left:0px;
	margin-right:18px;
	margin-top:20px;
	color:#f0f0f0;
	font-size:12px;
	float:right;
	}
	
#song {
	font-size:12px;
	margin-top:5px;
	color:#960e20;
	}
	
#playing {
	font-size:13px;
	font-style: oblique;
	margin-left:5px;
	}
	
