/* © RESEN */
/* Section Stylesheet: Material
------------------------------------------------------------------------------- */


/* ABBREVIATED HEADER
------------------------------------------------------------------------------- */

#content h4 {

	margin-bottom: 300px;

}

	body {
	
		background-image: url('../images/layout/bg-body-abbr.png');
	
		}
		
	#header {
	
		height: 93px;
	
		}
		
	#header h3.heading {
	
		float: left;
		width: 100%;
		clear: left;
		margin-top: 7px;
		background-image: url('../images/headings/h3-material.png');

		}
		

/* MATERIAL
------------------------------------------------------------------------------- */


	#main ul.actions.inline {
	
		margin: -20px 0 30px;
	
		}


/* MATERIAL
------------------------------------------------------------------------------- */

		
	#material h4 {
	
		clear: both;
		margin-bottom: 15px;
			
		}
		
	#material ul.table li {
	
		float: left;
		clear: left;
		width: 100%;
		position: relative;
	
		}
		
	#material ul.table a {
	
		float: left;
		width: 96%;
		padding: 4px 2%;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

		}
		
	#material ul.table a:hover {
	
		background: #222;
	
		}
		
	#material ul.table img {
	
		width: 30px;
		height: 30px;
		float: left;
		margin-right: 15px;
	
		}
		
	#material ul.table a strong {
	
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font: normal 16px/30px Helvetica, Arial, sans-serif;
		letter-spacing: 1px;
	
		}
		
	#material ul.table em {
	
		position: absolute;
		top: 4px;
		right: 10px;
		font-size: 10px;
		line-height: 30px;
		color: #555;
		font-style: normal;
		white-space: nowrap;
	
		}