/* Feed
======================*/
textarea:focus{
	outline: none;
}
#feeds, #share {
	color:#333333 !important;
}
.feed_block a, .feed_block a:visited, .feed_block a:active, .showMore a, .feed_comment a, .similar_block a, .similar_block a:visited, .similar_block a:active, .unfold_button a, .unfold_button a:visited, .unfold_button a:active{
	color: #3366cc;
	text-decoration: none;
	cursor: pointer;
}
.feed_block a:hover, .showMore a:hover, .similar_block a:hover, .unfold_button a:hover {
	color: #3366cc;
	text-decoration: underline;
	cursor: pointer;
}
.feed_block {
	padding:20px 0 10px;
	border-bottom:1px solid #dddddd;
	position:relative;
}
.feeder_icon_block {
	float:left;
	width:50px;
	padding-right:15px;
}
.feed_content_block {
	float:left;
	width: 615px;
}
.feed_content_block_no_icon {
	float:left;
	width: 100%;
}
.vox_content {
	font-size: 14px;
	margin-bottom: 10px;
}
.feed_content_block img, .feed_content_block_no_icon img {
	max-width: 600px;
	max-height: 400px;
}
.feed_msg_wrapper {
	margin-bottom:10px;
}
.feed_msg {
	
	font-size:12px;
	color:#808080;
}
.feed_msg_ivwide {
	padding:0;
	font-size:12px;
	color:#333333;
}
.feed_msg_title {
	font-weight: bold;
}
.feed_short_msg {
	font-size: 14px;
	margin-bottom:10px;
}
.feed_feeder_name{
	font-size:12px;
}
.feed_thumbup_block {
	padding:5px 7px;
	margin-bottom:1px;
	border-bottom: 1px solid #dddddd;
	background-color: #eee;
}
.feed_comment {
	line-height:1.4em;
	padding:5px 7px;
	/*width: 500px;*/
	background-color: #eee;
	border-bottom: 1px solid #dddddd;
}
.feed_comment_block {
	margin-bottom:5px;
	border-bottom: 1px solid #dddddd;
	padding-bottom:5px;
}
.feed_comment_input {
}
.feed_comment_author {
	position: absolute;
}
.feed_comment_content {
	padding-left:37px;
}
.feed_comment_author_name {
	font-weight:bold;
	margin-right:5px;
}
.feed_comment_textarea_wrap textarea {
	margin:0;
	color: #666;
	/*width: 494px;*/
	height: 25px;
}
.feed_comment_textarea_wrap {
	padding-left:37px;
	padding-right: 7px;
}
.tt_comment{
	width: 454px !important;
}
.feed_comment_submit {
	margin-top:5px;
	float:right;
}
.feed_comment_post_date {
	font-size:10px;
	color:#808080;
}
.feed_comment_functions {
	font-size:11px;
}
.feed_comment_count {
	background-color:#eee;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #dddddd;
}
.feed_msg_embed{
	position: relative;
	float:left;
	padding-right: 10px;
}
.feed_msg_content {
	/*float:left;*/
	width: 600px;
}
.feed_msg_content_no_icon {
	float:left;
	width: 548px;
}
.feed_embed_icon img {
	width:100px;
}
.feed_msg_descript{
	margin-top:5px;
}
.feed_info_functions{
	font-size:12px;
	color:#808080;
	margin-bottom:10px;
	display:inline-block;
}
.feed_get_embed_icon{
	position: absolute;
	width:100%;
	bottom: 0;
}
.vox_photo {
	margin:15px 0;
}
.tt_none_resize {
	resize: none;
	width:100%;
}
.shareBoxTriangle{
	background-image:url(/images/sharebox_triangle.png);
	width:10px;
	height:16px;
	position:absolute;
	top:9px;
	left:59px;
}
#share_desc{
	margin:6px;
	color:#808080;
}
.shareTextAreaUnfocused{
	height: 48px;
	width: 672px;
	padding:3px;
	font-size:14px !important;
	border:1px solid #cccccc;
	color:#333333;
	overflow: hidden;
	resize: none;
}
.shareTextAreaFocused{
	height: 48px;
	width: 672px;
	padding:3px;
	overflow: auto;
	resize: none;
}
.attachTextAreaUnfocused{
	height: 14px;
	width: 596px;
	_float: left;
	padding:3px;
	border: 1px solid #999;
	font-size:12px !important;
	color:#808080;
	overflow: hidden;
	resize: none;
}
.attachTextAreaFocused{
	height: 14px;
	width: 596px;
	_float: left;
	padding:3px;
	border: 1px solid #999;
	overflow: hidden;
	resize: none;
}
.shareButtons {
	margin-top: 5px;
}
.sendShareButton {
	float:right;
}
.shareThumb {
	width:100px;
	height:100px;
	margin-right:10px;
	float:left;
}
.shareContent {
	width:538px;
	float:left;
}
.shareThumbPager{
	margin-top:5px;
}
.shareThumbCheck {
	margin-top:10px;
	clear:both;
}
#prenextbutton {
	margin-top:10px;
}
.shareThumbPagerCount{
	color:#000;
	font-size:11px;
	padding-left:5px;
}
.shareThumbPagerHint{
	color:#666;
	font-size:11px;
	padding-left:5px;
}
.shareThumbPagerButton {
	background-image: url(/images/feed_assets.png);
	height:21px;
	/*float:left;*/
	border:none;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
}
.shareThumbPagerButtonPrev {
	background-position:0 0;
	width:20px;
}
.shareThumbPagerButtonNext{
	background-position: -20px 0;
	width: 21px;
}
.shareThumbPagerButtonPrev:active {
	background-position:-41px 0;
}
.shareThumbPagerButtonNext:active{
	background-position: -61px 0;
}
.closeAttachButton {
	background-image: url(/images/feed_assets.png);
	width:16px;
	height:16px;
	float:right;
	background-repeat: no-repeat;
	background-position:-123px 0;
}
.closeAttachButton:hover, .closeAttachButton:active{
	background-position:-139px 0;
}
.shareAttachButton {
	background-image: none;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	padding: 4px 5px;
	float:left;
}
.shareAttachButton:hover, .delete_button:hover {
	background-image: url(/images/feed_assets.png);
	background-position:-155px 0;
}
.shareAttachButton:active, .delete_button:active {
	background-image: url(/images/feed_assets.png);
	background-position:-181px 0;
}
.sendAttachButton {
	padding-top:2px;
	padding-bottom:3px;
	margin-top:1px;
	float:right;
}
.showMore {
	border:1px solid #dddddd;
	background-color:#eee;
	padding:5px 10px;
}
.similar_block {
	padding:20px 0px 0px 65px;
	margin-bottom:0px;
	border-bottom:1px solid #dddddd;
	margin-top:-1px;
	border-top:1px solid #dddddd;
	position:relative;
}
.similar_feed {
	padding:10px 0px 10px 0px;
}
.list_collection {
	padding:0 0 0 65px;
}
.similar_play {
	width:45px;
	height:45px;
	background:#F4F4F4 url(/images/360player/360-button-play.png) no-repeat center;
}
.similar_play:hover {
	width:45px;
	height:45px;
	background:#F4F4F4 url(/images/360player/360-button-play-light.png) no-repeat center;
}
.delete_button {
	background-image: url(/images/feed_assets.png);
	background-position:-155px 0;
	width:16px;
	height:16px;
	background-repeat: no-repeat;
	padding: 4px 5px;
	float:left;
	position:absolute; 
	right:0px;
	z-index:10;
}
.new_feeds_button{
	background-color:#E7E7E7;
	border: 1px solid #DDDDDD;
	color:#333333;
	cursor:pointer;
	padding:10px 0;
	margin-top:10px;
}
.list_collection_end_hr{
	display:block;
	margin:0;
	margin-top:-1px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 0 solid #DDDDDD;
	size:1;
}
.unfold_button{
	padding:5px 5px 5px 5px;
	cursor:pointer;
	border:none;
	margin-bottom:0px;
	margin-top:-1px;
	position:relative;
}
.feed_360player{
	float:left;
	vertical-align:middle;
	width:45px;
	height:45px;
}
.feed_info_func_text{
	float:left;
	padding-top:4px;
}
.feed_fb-like{
	float:left;
	margin-left:10px;
}
/*VOX out menu
======================*/
.voxout_menu {
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	height:27px;
	font-size:13px;
}
.voxout_menu li {
	padding:4px 12px 8px;
	margin:0;
	display:block;
	float:left;
	cursor: pointer;
}
.voxout_menu li.active {
	background-image: url(http://www.indievox.com/images/voxout_select_triangle.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	font-weight:bold;
	color:#000;
}
.voxout_menu li.inactive
{
	border-top: 1px solid #fff;
	background-color: #fff;
	color:#666;
}
.vox_desc {
	color:#666;
	margin-bottom:20px;
}
/*icons
======================*/
.icons {
	background-image: url(/images/iv_icons.png?16);
	_background-image: url(/images/iv_icons.gif?16);
	width:16px;
	height:16px;
	background-repeat: no-repeat;
}
.iconsLink {
	background-position:0 0;
}
.iconsPicture {
	background-position:0 -16px;
}
.icons_newsfeed {
	background-position:0 -32px;
}
.icons_musictalk {
	background-position:0 -48px;
}
.icons_feedback {
	background-position:0 -64px;
}
.icons_artist {
	background-position:0 -80px;
}
.icons_music {
	background-position:0 -96px;
}
.icons_event {
	background-position:0 -112px;
}
.icons_blog {
	background-position:0 -128px;
}
.icons_photo {
	background-position:0 -16px;
}
.icons_thumbup {
	background-position:0 -144px;
}
.icons_arrowup {
	background-position:0 -160px;
}
.icons_arrowdown {
	background-position:0 -176px;
}
.icons_delete {
	background-position:0 -192px;
}
.menuIcon {
	float:left;
	margin-right:5px;
}
