#recent-activity li {
    list-style: none;
    padding: 10px 50px 10px 10px;
    margin: 0;
    border-bottom: 1px dotted #ddd;
    clear: left;
}

#recent-activity a.thumbnail {
    margin-right: -50px;
    float: right;
position: relative;
display: block;
width: 54px;
height: 54px;
}
#recent-activity a.thumbnail strong {display: none;}

#recent-activity .collection a.thumbnail {
width: 50px;
height: 50px;
border: 1px solid #bbb;
background: #ddd; 
}
#recent-activity .collection a.thumbnail img {
margin-left: 4px;
margin-top: 4px;
}

#recent-activity .title {
    font-weight: bold;
display: block;
}	

#recent-activity .activity {
    font-size: 11px;

    color: #999;
}

#recent-activity .date {
	float: left;
	margin: 0 3px 2px 0;
font-size: 11px;

}

#recent-activity .project { display: block; clear: left; font-size: 11px; }


#random-media { width: 565px; margin: 0 auto; }


#collection-header h2 {
	margin-bottom: 5px;
}

#collection-description {
	margin-bottom: 10px;
}

.media-type { 
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	color: #888;
}

#collection-list {
    list-style: none;
}

.collection-name { font-weight: bold; }

.media-set .media-thumbnails li { margin: 5px !important; width: 100px; height: 100px; }
.media-set .media-thumbnails { margin: 0 !important; overflow: hidden; width: 555px; height: 110px; background: #fff;}
.media-set .media-thumbnails li a { border: 5px solid transparent; display: block; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
.media-set .media-thumbnails li a:hover, .media-set .media-thumbnails li.selected a { border-color: #80ccff; }

img.large, .video-player.full-size {
    margin: 15px 0 5px;
}


#media-popularity { margin: 5px 0 15px; clear: both;}
#media-rating img { vertical-align: top; }
#media-views { float: right; }

#rating {
	clear: both;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #eff6f9; 
    margin-bottom: 20px;
}
#rating a { float: right; }


h4 {
	font: 12px/20px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #666;
	margin-bottom: 5px;
}

.media-set {
    clear: both;
    width: 565px;
    margin-bottom: 20px;
}

.media-set.closed .set-wrapper, .media-set.closed .set-count { display: none; }

.media-set a {
    color: #111;
}

.media-set .toggle {
    background: #eff6f9;
    color: #333;
     font-weight: bold;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    display: block;
    float: left;
    margin-right: 0.5em;
    width: 1.5em;
    text-align: center;
    line-height: 18px;
    padding-bottom: 2px;
    position: relative;
    z-index: 100;
}

.media-set.closed .toggle {
    border-width: 1px; 
    -moz-border-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding-bottom: 1px;
}

.media-set .current, .media-set .set-count { font-size: 11px; color: #888; }
.media-set .set-count { float: right; }

.media-set .set-wrapper {
    position: relative;
    top: -1px;
    clear: left;
    background: #eff6f9;
    padding: 5px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    margin: 0;
}


.media-set ol { width: 555px; }




.media-thumbnails li {
    list-style: none;
    float: left;
    margin: 10px 5px;
    position: relative;
    width: 90px;
    height: 90px;
}


.media-thumbnails li.spacer, .media-thumbnails li.spacer:hover {border-color: transparent;}
.media-thumbnails li img {
    width: 100%;
    height: 100%;
}

.media-thumbnails li.viewing {
    border-color: #bbb !important;
}

.media-set .set-navigation {
    clear: left;
    text-align: center;
    padding: 0 8px;
}

.media-set .set-navigation .prev {
    position: absolute;
    left: 10px;
    cursor: pointer;
    display: none;
}

.media-set .set-navigation .next {
    position: absolute;
    right: 10px;
    cursor: pointer;
    display: none;
}

.media-set .set-navigation a.disabled {
    color: #aaa;
    cursor: default;
}


.media-list-header, .media-header {
    border-bottom: 1px dashed #aaa;
    margin-bottom: 10px;
}

.media-header h2, .media-header h3 {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    text-transform: uppercase;
    display: inline;
}

.media-header .count, .media-header .linkback { float: right; }


.media-sorting a, .media-sorting span { margin: 0 5px; }
.media-sorting span { font-weight: bold; }

.media-list li {
    list-style: none;
    width: 180px;
    margin: 20px 0 0 10px;
    float: left;
    line-height: 15px;
}
.media-list li.new-row { clear: left; margin-left: 0; }

#audio-list.media-list li {
    width: 125px;
}


.media-list a {
    display: block;
    font-weight: bold;
	position: relative;
}

.media-list img.thumbnail {
    width: 180px;
    height: 180px;
    margin-bottom: 4px;
    display: block;
}




#audio-list.media-list img.thumbnail {
    width: 125px;
    height: 125px;
}


.media-list .media-info img {
	width: 16px;
	height: 16px;
	margin: 0;
	vertical-align: text-bottom;
}


.media-list h3 {
    font: 13px/15px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-weight: bold;
}




.audio-thumbnail { float: right; margin: 0 0 20px 20px; }
.audio-player { margin: 20px; }


#press-wrapper {
width: 565px;
margin-right: 20px;
float: left;
}

#press-sidebar {
width: 175px;
float: left;
margin-top: 55px;
}
#press-sidebar p { padding: 0 10px; }
#press-cta {
padding: 10px;
background: #eff6f9;
-moz-border-radius: 4px;
}

#press-list .date { display: block; margin-bottom: 10px; }

#press-list .press-download { display: block; float: left; background: #eff6f9; font-weight: bold; padding: 2px 5px; -moz-border-radius: 4px; margin-bottom: 10px;}

#press-list .press-text { clear: both; }

#press-list li {
clear: both;
list-style: none;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ddd;
}




