/* DELETE ME */

h1.projects_header {
	float: left;
}

div.projects_create_new {
	float: left;
	margin-top: -20px;
}

div.projects_search_container {
	float: right;
	margin-top: -14px;
}

#search_header {
	float: left;
	padding-bottom: 0px;
	line-height: 15px;
}

#projects_search_select {
	margin-bottom: 2px;
}

div.projects_search_option_hl {
	float: left;
	margin-right: 5px;
}

div.projects_search_option a {
	color: #959595;
	text-decoration: none;
}

div.projects_search_option a:hover {
	color: #363636;
}

div.projects_search_option_hl a {
	color: #363636;
	text-decoration: none;
}

div.projects_search_option {
	float: left;
	margin-right: 5px;
}

div.projects_search_option_hl a {
	color: #363636;
}

div.projects_search {
	clear: both;
}

div.projects_search form {

}

#projects_search_input {
	margin-top: 2px;
	float: left;
	border: 1px solid #707070;
	height: 16px;
	margin-right: 10px;
	width: 200px;
}

div.search {
	float: left;
}

div.btn_icon {
	float: left;
	margin-left: 5px;
}

div.projects_browse {
	float: right;
}

#projects_browse_1 {
	margin-bottom: 3px;
	margin-top: -17px;
}

div.projects_browse a.link {
	font-size: 12px;
}

div.projects_browse_top {

}

#projects_list {

}

#projects_subtitle {
	margin-bottom: 10px;
}

div.projects_project_header {
	width: 400px;
	margin-left: 20px;
}

div.projects_members_header {
	width: 150px;
	margin-left: 20px;
}

div.projects_likes_header {
	width: 80px;
	margin-left: 20px;
}

div.projects_followers_header {
	width: 80px;
	margin-left: 20px;
}

div.projects_remixes_header {
	width: 80px;
	margin-left: 20px;
}

div.projects_project {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.projects_project_info {
	float: left;
	width: 400px;
	margin-left: 20px;	
}

div.projects_project_info_left {
	float: left;
}

div.projects_project_info_projectpicture {
	
}

div.projects_project_info_container {
	float: left;
	width: 320px;
	padding-left: 10px;
}

div.projects_project_info_top {
	width: 100%;
}

div.private {
	float: left;
	width: 12px;
	height: 13px;
	background-image:url('../images/projects/icon_private.png');
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-top: 3px;
}

div.projects_project_info_name_link {
	float: left;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight: bold;
}

div.projects_project_info_name_link h2 {
	font-weight: bold;
	padding: 0px;
	float: left;
}

a.btn_play {
	margin-right: 5px;
	margin-top: 2px;
}

a.btn_pause {
	margin-right: 5px;
	margin-top: 2px;
}

div.projects_project_info_tags {
	clear: both;
	margin-bottom: 4px;
}

div.projects_project_info_bottom {
	width: 100%;
	margin-bottom: 5px;
}

div.projects_project_info_description {
	float: left;
	width: 300px;
	line-height: 16px;
	margin-right: 20px;
}

div.projects_members {
	float: left;
	width: 150px;
	margin-left: 20px;
}

div.projects_members_artist {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

div.projects_members_artist_creator {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: -1px;
	margin-top: -1px;
}

img.projects_members_artist_creator {
	border: 1px solid #3cc0f3;
	width: 32px;
	height: 32px;
}

div.projects_members_artist_link {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	width: 100px;
}

div.projects_members_apply {
	clear: both;
}

div.projects_likes {
	float: left;
	width: 80px;
	margin-left: 20px;
}

div.projects_likes_icon {
	float: left;
}

/*---btn_like---*/

a.btn_like {
	float: left;
	margin-right: 5px;
	height: 19px;
	width: 17px;
	background-image: url('../images/projects/btn_like.png');
}

a.btn_like:hover {
	background-position: center left;
}

a.btn_like:active {
	background-position: bottom left;
}

/*---btn_unlike---*/

a.btn_unlike {
	float: left;
	margin-right: 5px;
	height: 19px;
	width: 17px;
	background-image: url('../images/projects/btn_unlike.png');
}

a.btn_unlike:hover {
	background-position: center left;
}

a.btn_unlike:active {
	background-position: bottom left;
}

/*---btn_like_inactive---*/

div.btn_like_inactive {
	float: left;
	margin-right: 5px;
	height: 19px;
	width: 17px;
	background-image: url('../images/projects/btn_like.png');
}

div.projects_likes_text {
	float: left;
	margin-top: 4px;
}

div.projects_followers {
	float: left;
	width: 80px;
	margin-left: 20px;
}

div.projects_followers_icon {
	float: left;
}

/*---btn_follow---*/

a.btn_follow {
	float: left;
	margin-right: 5px;
	height: 20px;
	width: 22px;
	background-image: url('../images/projects/btn_follow.png');
}

a.btn_follow:hover {
	background-position: center left;
}

a.btn_follow:active {
	background-position: bottom left;
}

/*---btn_unfollow---*/

a.btn_unfollow {
	float: left;
	margin-right: 5px;
	height: 20px;
	width: 22px;
	background-image: url('../images/projects/btn_unfollow.png');
}

a.btn_unfollow:hover {
	background-position: center left;
}

a.btn_unfollow:active {
	background-position: bottom left;
}

/*---btn_follow_inactive---*/

div.btn_follow_inactive {
	float: left;
	margin-right: 5px;
	height: 20px;
	width: 22px;
	background-image: url('../images/projects/btn_follow.png');
}

div.projects_followers_text {
	float: left;
	margin-top: 4px;
}

div.projects_remixes {
	float: left;
	width: 80px;
	margin-left: 20px;
}

div.projects_remixes_icon {
	float: left;
}

a.btn_remix {
	float: left;
	margin-right: 5px;
	height: 20px;
	width: 20px;
	background-image: url('../images/projects/btn_remix.png');
}

a.btn_remix:hover {
	background-position: center left;
}

a.btn_remix:active {
	background-position: bottom left;
}

div.projects_remixes_text {
	float: left;
	margin-top: 4px;
}

div.projects_remixes_remixof {

}


div.projects_sort {
	float: left;
}

#sort_text {
	line-height: 20px;
}

div.projects_sort a {
	font-size: 14px;
}

div.projects_sort_item {
	width: 120px;
	float: left;
}

#sort_text {
	width: 60px;
	line-height: 18px;
}

div.projects_sort_item a {
	float: left;
}

div.projectrow_data {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 100px;
}

div.projectrow_data_text {
	float: right;
	text-align: right;
	margin-top: 4px;
	margin-right: 4px;
	color: #959595;
}

div.projectrow_data_star {
	clear: both;
	float: right;
	margin-top: 2px;
	width: 17px;
	height: 17px;
	background-image:url('../images/projects/star.png');
}

div.projectrow_data_thumb {
	clear: both;
	float: right;
	width: 17px;
	height: 19px;
	background-image:url('../images/projects/thumb.png');
}

div.projectrow_data_remix {
	clear: both;
	float: right;
	width: 17px;
	height: 17px;
	margin-top: 3px;
	background-image:url('../images/projects/remix.png');
}

div.projectrow_data_remix_of {
	clear: both;
	float: left;
	width: 17px;
	height: 17px;
	margin-top: 3px;
	background-image:url('../images/projects/remix.png');
}

div.projectinfo_remixof {
	float: left;
	padding-top: 3px;
	padding-left: 3px;
}





#project_view {
	line-height: 24px;
}

div.projectinfo_artist {
	margin-bottom: 2px;
}

div.projectrow_skills {
	float: left;
	width: 100px;
}

#popup_apply_textarea_element {
	width: 300px;
	height: 150px;
}

/*------------------RIGHT COLUMN------------------*/

#projects_featured {

}

#projects_featured_name {
	font-size: 24px;
	margin-bottom: 5px;
}

#projects_featured_name a.btn_bigplay {
	float: left;
	margin-right: 8px;
}

#projects_featured_name a.link {
	line-height: 34px;
}

#projects_featured_tags {
	clear: both;
	margin-bottom: 10px;
}

#projects_featured_wrap {
	margin-bottom: 10px;
}

#projects_featured_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#projects_featured_members {
	float: left;
	width: 140px;
}

#projects_featured_members_header {
	font-size: 12px;
	margin-bottom: 5px;
}

#projects_featured_desc {
	clear: both;
	margin-bottom: 5px;
}

#projects_featured_apply {
	line-height: 25px;
}