/*

	www.filmautos.nl | COPYRIGHT 2011	
	
	Design & Development by Outkasted Media | www.outkastedmedia.com | info@outkastedmedia.com
				
*/

/* GENERAL */

body { 
	font-family: 'AllerLightRegular', Helvetica, Arial, serif;
	border-top: 3px solid #000;
	font-size: 14px;
	line-height: 20px;
	color: #aaa;
	background: url('../images/gray_sand.png'); 
	overflow: hidden;
}

*:focus				{ outline: none; }
.clear				{ clear: both; }
.underline			{ text-decoration: underline; }
.left				{ float: left; }
.right				{ float: right; } 

/* WRAPPER */

#wrapper{
	width: 970px;
	margin: 0 auto;
	position: relative;
}

/* UPPER BLOCKS */

.block{
	width: 485px;
	float: left;
	position: relative;
}

.title{
	float: left;
	position: relative;
}
	.title h1{
		color: #555;
		margin: 30px 5px 5px;
		padding: 6px 10px;
		font-size: 16px;			
		background: url('../images/black.png');
		float: left;
		position: relative;
	}
	.head{
		
	}
	.variant h1{	
		color: #fff;
	}	

.text{
	width: 455px;
	height: 99px;
	margin: 5px;
	padding: 10px;
	background: url('../images/black.png');
	float: left;
	position: relative;
}
	
	.text a				{ text-decoration: none; color: #000; background-color: #ddd; padding: 0 3px;}
	.text a:hover		{ background-color: #aaa; }

/* MEDIA CONTAINER */

#media-container{
	float: left;
	position: relative;
	clear: both;
}

.video{
	width: 184px;
	margin: 5px;
	float: left;
	position: relative;
	overflow: hidden;
}
	.video a{
		float: left;
		position: relative;
	}
	.video a img{
		width: 184px;
		height: auto;
	}
	.video p.title{
		margin: 5px 0 0 0;
		padding: 0 5px;
		font-size: 12px;
		float: left;
		position: relative;
		background: url('../images/black.png');
	}

/* BOTTOM MASTHEAD */

#bottom-masthead{
	width: 100%;
	height: 20px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
#bottom-masthead-inside{
	width: 970px;
	margin: 0 auto;
	position: relative;
}
	#bottom-masthead-inside p{
		margin: 0 5px;
		font-size: 10px;
		line-height: 20px;
		color: #ddd;
	}
	#bottom-masthead-inside a{
		color: #aaa;
		text-decoration: none;
	}
	#bottom-masthead-inside a:hover{
		color: #fff;
	}