/*---Inline---*/
	
.red-font {
	font-size:.85em;
	color:#C00;
}

.blue-font {
	font-size:.85em;
	color:#000080;
}

.magazine-red {
	font-size:1.2em;
	color:#C00;
	font-weight: bold;
}

.magazine-grey {
	font-size:1em;
	color:#333;
	font-weight: bold;
}

.magazine-toc {
	font-size:1.1em;
	color:#ccc;
}

.img-cap {
	font-size:.75em;
	color:#2b9eff;
	width:450px;
	text-align:center;
}

/*---- Magazine covers----*/
	
.mag-cov  {
	box-shadow: rgb(211, 211, 211) -5px 5px 5px; 
	height: 183px; 
	width: 140px;
}

.rollover {
	background-image: url('/sites/default/files/mag-rollover.jpg');
	height: 183px; 
	width: 140px;
	margin: 10px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.rollover:hover {
	background-position: 0px -183px;

}
	

