/********************************************
	CONTENT > WIDGET
*/

#content .widget {
	margin: 0 0 17px;
	background: #ddd url("") no-repeat top left;
	padding: 17px 0 0;
	overflow: hidden;
}

#content .col .widget {
	margin: 17px;
}

#content .col.hover {
	border-width: 2px;
	border-style: dashed;
}

#content #col1.col {
	width: 49%;
	float: left;
	min-height: 200px;
}

#content #col2.col {
	float: right;
	min-height: 200px;
}

#content .col.sortable .widget .header {
	cursor: move;
}

#content .widget .content {
	padding: 0 7px;
}

#content .widget .feed {
	float: right;
}

#content .widget H2 {
	letter-spacing: -0.25px;
	margin: 0 0 3px 60px;
}

#content .widget H3 {
	font: normal 10px verdana,arial,helvetica;
	margin: 3px 0 3px 60px;
}

#content .widget H3 UL {
	list-style: none;
	padding: 0;
}

#content .widget H3 UL LI {
	display: inline;
	margin: 0 15px 0 0;
}

#content .widget LI SMALL {
	font-family: verdana, arial, helvetica;
	font-size: 9px;
	display: block;
	clear: both;
}

#content .widget .body {
	margin: 8px 0 0;
}

#content .widget .top,
#content .widget .bot {
	clear: both;
	width: 100%;
	height: 8px;
	font-size: 0;
	line-height: 0;
}

#content .widget .top SPAN,
#content .widget .bot SPAN {
	float: right;
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 0;	
}

#content .widget .body P {
	margin: 0;
}

#content .widget .body A {
}

#content .widget .body A:hover {
}	

#content .widget .more {
	text-align: right;
	padding: 7px 0 0;
	font-size: 11px;
}

#content .widget .more A {
	text-decoration: none;
}

#content .widget .widget-nav {
	text-align: center;
	margin: 6px 0 0;
}

#content .widget .widget-nav UL LI {
	display: inline;
	margin: 0 2px;
	padding: 0 2px;
}

#content .widget .widget-nav UL LI A {
	text-decoration: none;
}

#content .widget .widget-nav UL LI A:hover {
	text-decoration: underline;
}

#content .widget .widget-nav UL LI.selected {
	border-style: solid;
	border-width: 1px;
}

#content .widget .widget-nav UL LI DIV {
	display: inline;
}


/********************************************
	CONTENT > WIDGET > NEWSFEED
*/

#content .widget.newsfeed OL {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

#content .widget.newsfeed OL LI {
	border-style: solid;
	border-width: 0 0 1px;
	padding: 4px 7px 4px 32px;
	margin: 0;
	font-size: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 8px 8px;
	clear: both;
	overflow: hidden;
}

#content .widget.newsfeed OL LI.empty {
	border: none;
	padding: 4px 7px 0 15px;
}


#content .widget.newsfeed OL LI.lineitem {
	padding-bottom: 6px;
	background-position: 8px 4px;
	list-style:none;
}

#content .widget.newsfeed OL LI.lineitem .desc {
	float: left;
}

#content .widget.newsfeed OL LI.lineitem .total {
	float: right;
	margin-right: 10px;
}

#content .widget.newsfeed OL LI.article		{ background-image: url("../images/icons/note.gif"); }
#content .widget.newsfeed OL LI.audio		{ background-image: url("../images/icons/music.gif"); }
#content .widget.newsfeed OL LI.birthday	{ background-image: url("../images/icons/cake.gif"); }
#content .widget.newsfeed OL LI.blog		{ background-image: url("../images/icons/note.gif"); }
#content .widget.newsfeed OL LI.member		{ background-image: url("../images/icons/member.gif"); }
#content .widget.newsfeed OL LI.message		{ background-image: url("../images/icons/email_open.gif"); }
#content .widget.newsfeed OL LI.photo		{ background-image: url("../images/icons/camera.gif"); }
#content .widget.newsfeed OL LI.photos		{ background-image: url("../images/icons/camera.gif"); }
#content .widget.newsfeed OL LI.song		{ background-image: url("../images/icons/music.gif"); }
#content .widget.newsfeed OL LI.revenue		{ background-image: url("../images/icons/coins.gif"); }
#content .widget.newsfeed OL LI.tour		{ background-image: url("../images/icons/bus.gif"); }

#content .widget.newsfeed OL LI UL {
	margin-top: 6px;
	padding: 0;
}

#content .widget.newsfeed OL LI UL LI {
	border: none;
	padding: 2px;
}

/********************************************
	CONTENT > WIDGET > NEWSFEED > MEDIA PLAYER
*/

#content .widget.newsfeed OL LI .mediaplayer {
	margin: 7px 0;
	background: #fff;
	font-size: 10px;
	color: #666;
}

#content .widget.newsfeed OL LI .mediaplayer P {
	padding: 5px;
	border: solid 2px #ddd;
}

/********************************************
	CONTENT > WIDGET > NEWSFEED > PHOTOS
*/

#content .widget.newsfeed OL LI .thumbnails {
	list-style: none;
	margin: 7px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

#content .widget.newsfeed OL LI .thumbnails LI {
	border: none;
	padding: 8px;
	display: block;
	width: 106px;
	height: 106px;
	float: left;
	clear: none;
}

#content .widget.newsfeed OL LI .thumbnails LI A {
	background: #f8f8f8;
	padding: 3px;
	display: block;
	*display: inline-block;
	height: 100px;
	width: 100px;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#content .widget.newsfeed OL LI .thumbnails LI A:hover {
	background: #f60;
}

#content .widget.newsfeed OL LI .thumbnails LI A IMG {
	vertical-align: middle;
}


/********************************************
	CONTENT > WIDGET > SNAPSHOT/SHORTCUTS
*/

#content .widget.snapshot {
	padding-top: 5px;
	margin-top: 27px;
}

#content .widget.snapshot H2 {
	margin-left: 4px;
	font-size: 26px;
}

#content .widget.snapshot H3 {
	margin-left: 4px;
	color: #666;
	font-size: 13px;
}

#content .widget.newsfeed.snapshot OL {
	border-style: solid;
	border-width: 1px 0 0;
}

#content .widget.snapshot OL.shortcuts {
	margin: 8px;
	list-style: none;
	border: none;	
	overflow: hidden;
}

#content .widget.snapshot OL.shortcuts LI {
	font-size: 16px;
	padding: 0 5px 0 18px;
	background: url("../images/bullet_large.gif") no-repeat left;
	border: none;
	width: 165px;
	float: left;
	clear: none;
}

#content .widget.snapshot OL.shortcuts LI A {
	text-decoration: none;
	display: block;
	padding: 3px 10px 5px 3px;
}

/********************************************
	CONTENT > WIDGET > FANCLUBS
*/

#content .widget.fanclubs {}

#content .widget.fanclubs OL {
	padding: 0 15px 0 15px;
	margin: 10px 0 5px;
	list-style: none;
	overflow: hidden;
}

#content .widget.fanclubs OL LI {
	width: 100%;
	float: left;
	padding: 0 15px 10px 0;
}

#content .widget.fanclubs OL LI P.title {
	font-size: 17px;
	
}

#content .widget.fanclubs OL LI UL.small {
	padding: 5px 0 5px 5px;
	list-style: none;
	font-size: 10px;
	border-bottom:solid 1px #f0f0f0;
	border-top:solid 1px #f0f0f0;
	overflow:hidden;
}

#content .widget.fanclubs OL LI UL.small LI {
	width: auto;
	float: left;
	margin:0 20px 0 0;
	padding: 2px 0 2px 25px;
}
#content .widget.fanclubs OL LI UL.small LI  A{
	display:block;
}
#content .widget li small, #content .widget li small  {
	margin:5px 0;
}
#content .widget.fanclubs OL LI UL.small LI.purchase {background:url(../images/icons/coins.gif) left center no-repeat;}
#content .widget.fanclubs OL LI UL.small LI.email {background:url(../images/icons/email_open.gif) left center no-repeat;}
/********************************************
	CONTENT > WIDGET > ARTICLE
*/

#content .widget.article .body P {
	margin: 10px 0;
}

#content .widget.article .body OL {
}

#content .widget.article .body OL LI {
	border: none;
	list-style-type: decimal !important;
	list-style-position: inside !important;
}

#content .widget.article .body OL LI:hover {
	background: none;
}

#content .widget.article .body UL LI {
	border: none;
	list-style-type: disc !important;
	list-style-position: inside !important;
}