@charset "UTF-8";
/* CSS Document */


/* full media surrounding box */

#media_display {
  /*background-color:#000;*/
}


/* section where the media and meta-data go */

#media {
  padding-left:18px;
  margin-top:20px;
  margin-left:0px;
  float:left;
  width:618px;
  margin-bottom:20px;
}


/*
  media meta-data at the bottom of the media
*/

#video_description {
	width: 280px;
	font-size: 11px;
	margin-top: 10px;
	float: left;
}

#video_properties {
	width: 260px;
	float: right;
	margin-top: 10px;
	padding-right:18px;
	color: #fff;
}

.table_line {
	border-top: 1px solid #fff;
	padding-top: 5px;
	margin-top: -3px;	
}

.table_line h2 {
  line-height:1.5em;
}


/*
    sidebar stuff
*/


/*
  more by this member section in sidebar
*/

#media_about {
  float:left;
  width:282px;
  margin-top:20px;
}
#media_about_header {
  width:282px;
  border-bottom:1px solid #fff;
  padding-bottom:5px;
}
#media_about_header h4 {
  float:left;
}
#media_about .media {
  margin:20px 0;
}

#media_about_header {
  width:282px;
	margin-top: 20px;
	_width: 282px !important;
	_padding: 0px;
	_margin: 0px;
}

#media_about_header a.title_link {
  float: right;
	padding-right: 10px;
	padding-bottom:0;
	margin-bottom:0;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin-top:0;
}

#media_about_header h4 {
  font-size:13px; font-weight:bold;
	margin-bottom:3px;
	color: #fff;
	/*padding-left: 10px;*/
}



/*
  details about the mtt that uploaded the media
*/

#user_profile {
  margin-left:10px;
}
#user_profile p {
  margin-top:0;
  margin-bottom:0 !important;
}
#user_profile h2 {
	color: #fff;
  font-size: 16px;
}

.userpicture {
	border: 1px solid #ccc;
}

#owner_details {
  margin-bottom:20px;
}


#embed-code {
  width:290px;
  border-radius:11px;
  -moz-border-radius:11px;
  -webkit-border-radius:11px;
  border:2px solid #fff;
}

