.small {
	font-size: 9px;
}

.large {
	font-size: 18px;
}

div.center { 
	width: 100%;
	height: auto;
	text-align: center;
}

img.float_left {
	margin: 5px;
}

img.float_right {
	margin: 5px;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.align_top {
	vertical-align: top;
}

div.SCmain {
	width: 100%;
	height: 100%;
	border: 0px;
}

div.SCposts {
	width: auto;
	height: 320px;
	border: 0px;
	padding: 6px;
	overflow: auto;
	text-align: left;
}

div.scrollable {
	width: auto;
	height: 60px;
	border: 0px;
	padding: 5px;
	overflow: auto;
}

div.vote {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

.hidden {
	visibility: hidden;
}

div.blurb { 
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding-top: 5px; 
	padding-right: 50px; 
	padding-bottom: 5px; 
	padding-left: 50px;
	border: 0px;
}
div#lastfm {
	margin: 0 auto;
	width: 371px;
	height: 201px;
}
div#recent {
	margin: 0 !important;
	position: relative;
	top: 1px;
	left: 1px;
	width: 184px;
	height: 199px;
	text-align: left;
}
div#artists {
	margin: 0 !important;
	position: relative;
	top: -198px;
	left: 186px;
	width: 184px;
	height: 199px;
	text-align: right;
}
div#recent span {
	margin: 0 0 0 3px;
	line-height: 20px !important;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
div#artists span {
	margin: 0 3px 0 0;
	line-height: 20px !important;
	color: #FFFFFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
div#quilt  {
	margin: 0 auto;
	padding: 0;
	width: 369px;
	height: 45px;
}
a.reveal, a.showall {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

.image-left img {
	float: left;
	margin: 0 10px 5px 0;
}

.image-right img {
	float: right;
	margin: 0 0 5px 10px;
}

.showYT {
	cursor: pointer;
}
  
.jqmWindow {
	display: none;
	
	position: fixed;
	top: 17%;
	left: 50%;
	
	margin-left: -300px;
	width: 600px;
	
	background-color: #EEE;
	color: #333;
	border: 1px solid black;
	padding: 10px;
	
	-moz-border-radius: 15px;
}

.jqmOverlay { background-color: #000; }



.jqmClose {
	display: block;
	text-align: right !important;
	/* background: url(.././graphics/close.png) no-repeat right top; */
}

.jqmContent {
	margin: 5px 0 0 0;
	padding: 10px;
	overflow: auto;
}

ol.alpha {
	list-style: upper-alpha;
}