/*
Theme Name: AdobeP
Theme URI: http://www.thenomads.com/
Description: Theme for Adobep website
Version: 1.0
Author: Nomad industries (Erwan)
Author URI: http://www.thenomads.com/
*/


html, body { height:100%; }

body {
	background: #000;
	color: #fff;
	font-family: georgia, arial;
	font-size: 12px;
	margin: 0;
	padding: 0;	
	overflow: auto;
}

.clear {
	clear: both;
}

a {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active, div, h2 { outline: none; }
a:focus, div, h2 { -moz-outline-style: none; }

/*----------------------------------------------------------------------------
*/

#new-content, #old-content {
	position: absolute;
	z-index: 12;
	width: 100%;
	height: 480px;
	color: #000;
}

#new-content a {

}

/*----------------------------------------------------------------------------
*/

#page {
	left: 0px;
	position: absolute;
	overflow: hidden;
	top: 0px;
	width: 100%;
	z-index: 2;
}

.simple-article {
	margin-left: 40px;
	padding-top: 25px;
	
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
	
	
}

.simple-article h1 {
	border-bottom: medium dashed #6d5a53;
	float: left;	
	margin-top: 0;
}

.simple-article p {
	clear: both;
	margin: 5px;	
}

/*----------------------------------------------------------------------------
*/

#header {
	height: 90px;
}

#header h1 {
	display: block;
	height: 80px;
	left: 45%;
	margin: 0;
	position: absolute;
	top: 10px;
	width: 180px;
	z-index: 3;
}
	
#header h1 a {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 80px;
	width: 180px;
}
		
#header h1 span {
	display: none;
}

#scroll {
	margin-top: 10px;
	width: 100%;
	height: 12px; 
	background-color: #6d5a53;
}

/*----------------------------------------------------------------------------
*/

.entry-wrapper {
	padding-right: 15px;
	position: relative;
}

	.entry {
		position: relative;
		top: 0;
	}

	.entry-scroll-handle {
		height: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 10px;
	}
	
/*----------------------------------------------------------------------------
*/

#footer {
	bottom: 10px;
	color: #444444;
	font-size: 11px;
	position: absolute;
	right: 5px;
	z-index: 3;
}
	#footer a {
		color: #444444;
		text-decoration: none;
	}

/*----------------------------------------------------------------------------
*/

#loading {
	background: url(images/ajax-loader.gif) no-repeat 0px 50%;
	color: #FFF;
	padding-top: 60px;
	position: absolute;
	z-index: 21;
	left: 45%;
	top: 46%;
	display: none;
	text-align: center;
	width: 128px;
}

/* chargement des images video ect... */
.loading {
	background: #000 url(images/ajaximg-loader.gif) no-repeat 50% 50%;
	color: #FFF;
	max-height: 145px;
	text-align: center;
	padding-top: 200px;
	margin-top: 20px;
	position: relative;
}

#loadmask {
	position: absolute;
	margin-top: 5px;
	z-index: 20;
	background: url(images/blackbg.png);
	width: 100%;
	height: 480px;
	display: none;	
}

/*TWEAK FOR FILMS PAGES*/
.links_box {display:block;margin-bottom:10px;background:Gray;height:30px;line-height:30px;text-align:center}
.links_box span:hover{text-decoration:underline}
.links_box span {margin:0 5px;font-weight:bold;cursor:pointer}


