/* CSS Document */
body {
	background-color:#ffffff;
	font-family: georgia,sans-serif;
	color:#736F6E;
	margin:0;
	padding:0;
	}
	 
	#wrapper {
   width:960px;
	background-color:#f8f8f8;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
	 
	#header {
	width:960px;
	height:135px;
	margin:0 auto;
	margin-bottom:25px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	}
	 
	#header h2 {
	padding:05px;
	}
	 
	#nav {
	width:960px;
	height:25px;
	border-bottom:1px solid #ccc;
	}
	 
	#nav a {
	display:inline;
	padding:5px;
	text-decoration:none;
	background-color:#f1f1f1;
	}
	 
	#nav a:hover {
	background-color:#bababa;
	height:40px;
	}
	 
	#content {
	width:675px;
	float:right;
	padding:10px;
	color: #736F6E;
	}
	 
	#sidebar {
	width:200px;
	float:right;
	margin-bottom:25px;
	}
	 
	#sidebar a {
	text-decoration:none;
	}
	 
	#sidebar li {
	list-style:none;
	}
	 
	#footer {
	clear:both;
	width:960px;
	height:135px;
	border-top:1px solid #ccc;
	}
	 
	#footer p {
	padding:10px;
	}
	
.Main a:link {
font-family: "Courier New", Courier, mono;
font-size: 12px;
color: #cccccc;
text-decoration: none;
}
.Main a:active {
font-family: "Courier New", Courier, mono;
font-size: 12px;
color: #ffffff;
text-decoration: none;
}
.Main a:visited {
font-family: "Courier New", Courier, mono;
font-size: 12px;
color: #736F6E;
text-decoration: none;
}
.sm2-bar-ui {
 font-size: 16px;
}
.sm2-bar-ui .sm2-main-controls,
.sm2-bar-ui .sm2-playlist-drawer {
 background-color: #2288cc;
}
.sm2-bar-ui .sm2-inline-texture {
 background: transparent;
}

.ui360,
.sm2-360ui {
  /* size of the container for the circle, etc. */
  width:50px;
  height:50px;
}
