/*
Theme Name: deTube
Theme URI: http://dedepress.com/themes/detube/
Description: A Professional Video/News/Magazine WordPress Theme. Downloaded from <a href="http://www.96down.com/">96down.com</a>.
Author: Cloud Stone
Author URI: http://dedepress.com
Version: 1.3.5
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: buddypress, theme-options
*/

/*= Table of Content
 * 
 *= Reset,Base and Common 
 *= Structure 
 *= Header 
 *= Main Navigation 
 *= General Content Style
 *= Archive Content Style
 *= Featured Content Style
 *= Singular Content Style
 *= Widgets (Sidebar & Footbar) 
 *= Footer (Footbar & Colophon) 
 *= Comments & Response
 *= Plugins Style
 *= Browser Specific 
 *==================================================================*/


/*= Reset,Base and Common
 *==================================================================*/



.section-content {
	margin:0 0 20px;
	background:url(images/section-shadow.png) repeat-x center bottom;
	padding-bottom:10px;
}





.info-toggle {
	text-align:center;
	margin-top:-21px;
}


.info-more,.info-less {
	display:none;
	background:#F7F7F7;
	background-image:-ms-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-moz-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-o-linear-gradient(top,#FFF,#F0F0F0);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#FFF),to(#F0F0F0));
	background-image:-webkit-linear-gradient(top,#FFF,#F0F0F0);
	background-image:linear-gradient(top,#FFF,#F0F0F0);
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding:3px 10px;
	border:1px solid #DDD;
	-webkit-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
	border-top:0;
	min-width:70px;
	color:#555;
}



.info-more:hover,.info-less:hover {
	border-color:#BBB;
	color:#333;
	text-decoration: none;
}





#details .section-content {
	padding:0 0 20px;
}
#info {
	overflow:hidden
}
#meta {
	color:#999;
	font-size:11px;
	margin:0 0 10px;
}
#meta .sep {
	padding:0 3px
}
#extras {
	font-size:11px;
}
#extras h4 {
	font-size:11px;
	margin: 4px 0 0;
}

































/