/**
mindspace.css - This is css for the Media Lab libguide pages: bucks.libuigdes.com/media  as well as mirrors

By Paul Proces, New Media Librarian 
*/

/**************************************************
This is for the tutorial pages on multimedia tools and collections. Rework to new style November 2013. See the wiki for instructions on adding new videos or sections. Fixed for LibGuides 2.0 February 2015. System now uses .hide and .hidden as well as .show
**************************************************/
.hideme {
	display:none;
}
.showme {
	display:block;
}
.discover {
	font-weight:bolder;
	color:#800000;
}
#left-menu {
	float:left;
	width:180px;
	padding: 7px;
	background-color: #EDEEED;
	box-shadow: 10px 10px 5px #888888;	
}
#left-menu h2 {
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
#right-content div {
	padding: 25px;
}
#right-content {
	float:left;
	width: 850px;
}
#right-content h2 {
	margin-bottom:15px;
}
figure.yt {
	float:left;
	padding: 5px 7px;
	margin-left: 10px;
	cursor:pointer;
}
figure.yt:hover {
	opacity: .7;
	filter:Alpha(Opacity=70)
}
figure.screenshot {
	padding: 5px;
	border-left: 1px inset #999999;
	float:right;
	margin:0;
	margin-left:10px;
}
figcaption {
	padding-top:3px;
}
.tool-select {
	font-size: 2em;
	text-decoration:none;
}
.tool-select:hover {
	padding-right: 10px;
}
.p-head {
	font-weight:bolder;
	letter-spacing:3px;
}
.more-info {
	font-size:1.5em;
}
#left-menu {
	font-size: .9em;
}
