/** User **/

/* Left side */

#user_header {margin:0 0 12px 0;position:relative;}
	#user_header h1 {color:#19B8D5; }
	#user_header table {font-size:0.9em;margin:-6px 0 0 0;}
		#user_header table span {color:#19b8d5;}
	#user_header ul li a {color:#19b8d5;}
	#user_header:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	#user_header #user_header_avatar_container {float:left;background:#dedede;width:100px;height:100px;padding:5px;margin:0px 12px 0 0;}
	#user_header_selection {position:absolute;bottom:-6px;left:150px;}
		#user_header_selection table {font-size:0.8em;}
			#user_header_selection table tr td {text-align:center;}
				#user_header_selection table tr td a {text-decoration:none;}
	#user_header_functions {position:absolute;bottom:-6px;right:0;}
		#user_header_functions table tr td {text-align:center;}
			#user_header_functions a:link, #user_header_functions a:visited {color:#6d6d6d;text-decoration:none;}
			#user_header_functions a:hover {}
.userinfo {padding: 0;top:40px;left:108px;position:absolute;}

#user_description {}
#user_lastviewed {height:100px;}
	.user_thumb {position:relative;border:0px solid #dedede;float:left;margin:0 6px 0 0;overflow:hidden;}
	/*#user_lastviewed img {position:absolute;top:-20px;}*/
	.user_thumb_more {position:absolute;top:80px;right:-24px;width:70px;height:68px;float:left;}
#user_favorites_channels {height:100px;}
#user_favorites_videos {height:100px;}
	/*#user_favorites_videos img {position:absolute;top:-20px;}*/
#user_blog {}
	#user_blog h2 {color:#444;margin-bottom:2px;}
	#user_blog pre {color:#b6b6b6;}
	#user_blog p {color:#444;margin-top:2px;}
	#user_blog .archivelink {text-align:right;padding:0 12px 0 0;}
	#user_blog .archivelink a:link, #user_blog .archivelink a:visited {color:#444;}
#user_comments {}
	#user_comments h1 {color:#a6a6a6;}
		#user_comments h1 span {color:#a5cd39;}
	.user_comments_comment {margin:0 0 6px 0;}
		.user_comments_comment:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
		.user_comments_comment img {float:left;border:3px solid #e3e3e3}
		.user_comments_comment_balloon {background:url(../img/comment_balloon.png) no-repeat;height:56px;width:200px;padding:6px 0 0 33px;margin:0 0 0 57px;}
			.user_comments_comment_balloon strong {font-size:0.9em;color:#a5cd39;text-decoration:underline;}
			.user_comments_comment_balloon span {font-size:0.65em;color:#989898;}
			.user_comments_comment_balloon .comment_text {font-size:0.8em;color:#444;display:inline;}
	#user_comments textarea {background:url(../img/comment_textarea_bg.png) no-repeat;border:0;font-family:inherit;font-size:0.8em;width:483px;height:131px;padding:8px 12px;}
	#user_comments input {background:#a5cd39;color:#fff;border:0;font-size:1.2em;margin:0 20px 21px 0;}		
	#user_comments_pagination {}
	#user_comment_add {}
#userchannels_channellist {}
	#userchannels_channellist table {margin:0 0 6px 0;}
	#userchannels_channellist .user_channels_channel {padding:3px;position:relative;margin:0 0 6px 0;width:615px;}
		#userchannels_channellist .user_channels_channel h2 {margin:0;font-size:1.4em;color:#444;}
		#userchannels_channellist .user_channels_channel p {margin:0;padding:0 3px 0 0;}
			.user_channels_channel img {width:617px;}
	
/* Right side */

.user_channels_top {background:url(../img/user_channel_top_bg.png);height:5px;padding:6px 6px 0 6px; width:240px; }
.user_channels_bottom {background:url(../img/user_channel_bottom_bg.png) bottom; height:25px; margin:0 0 12px 0px; width:240px; }
#user_channels {background:url(../img/filmrol_bg.png) repeat-y;padding:6px;min-height:400px; width:240px; }
	#user_channels h1 {color:#fff;}
	#user_channels .user_channels_list .user_channels_videoframe {width:160px;height:90px;margin:0 auto;border:3px solid #413d36;overflow:hidden;}
		#user_channels .user_channels_videoframe img {width:160px;}
	#user_channels .user_channels_list .user_channels_title {width:160px;border:0px solid #413d36;overflow:hidden;padding:0 0 0 6px;background:#524d46;margin:0 auto 6px auto;}
		#user_channels h2 {color:#a5cd39;margin:0;font-size:1.3em;text-align:center;}

#user_friends {}
	#user_friends ul li {display:inline;}
		#user_friends ul li img {border:2px solid #dedede;}
	#user_friends p {margin:0;}
		#user_friends p span {color:#a5cd39;}
#user_interests {margin:0 0 40px 0;height:100px;}
#user_forumposts {}
	#user_forumposts ul li {list-style-image:url(../img/list_disc.png);margin:0 0 3px 18px;}
	#user_forumposts ul li a:link, #user_forumposts ul li a:visited {color:#444;font-size:1.1em;}
	#user_forumposts ul li a:hover {}
div.user_comment p {
	color:#A6A6A6;
	font-size:1.4em;
	margin:0pt 0pt 12px;
	padding:0pt;
}
div.user_comment textarea {
	background:transparent url(../img/comment_textarea_bg.png) no-repeat scroll 0%;
	border:0pt none;
	font-family:inherit;
	font-size:0.8em;
	height:131px;
	padding:8px 12px;
	width:483px;
}

div.user_comment input {
	background:#A5CD39 none repeat scroll 0%;
	border:0pt none;
	color:#FFFFFF;
	font-size:1.2em;
	margin:0pt 20px 21px 0pt;
}


