/*--------------------------------------------
Website: Aane Mane - http://www.aanemane.org
Design & development: Laure Ricote - laure.ricote@gmail.com
Date: June 2008
Description: Layout

-------------------------------------------- */

/* WEBSITE ARCHITECTURE 
----------------------------------
	1 - CONTAINER / #Container
		
		1.1 - HEADER / #header
			1.1.1 - Logo
			1.1.2 - navigation #nav
	
		
		1.2 - PAGE / #page		
			1.3.1 - left column / #content
			1.3.2 - right column / #subnav
							
	2 - FOOTER / #footer
	
----------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #102110;
}

#container {
	background-color: #102110;
	margin:10px auto 0;
	width: 980px;
}

#header {
	margin: 0 0 20px;
	position: relative;
	width: 980px;
}

	
#page {
	clear: both;
	margin: 0 0 40px;
	width: 980px;
}


#footer {
	border-top: 1px solid #FFF;
	clear: both;
	height: 20px;
	margin: 0 auto 20px;
	padding: 5px 0 0;
	width: 980px;
}

#news {
	background-color: #0A150A;
	clear: both;
	height: 300px;
	margin: 0;
	padding: 0;
	width: 980px;
}

#newstext {
	float: left;
	height: 280px;
	margin: 10px 20px;
	padding: 0;
	width: 510px;
}


.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
	width: 100%;
}

#filmcover {
	float: left;
	margin: 0 10px 10px;
	text-align: center;
}

#filmcover2 {
	float: right;
	margin: 10px 10px 0;
	text-align: center;
}
	
/* ---------------------------------------
	NAVIGATION
----------------------------------------*/	
	
ul#nav {
	border-top: 1px solid #FFF;
	color: #7D916C;
	height: 25px;
	margin: 20px 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
	width: 980px;
}

	#nav li {
		float: left;
		list-style-type: none;
		margin: 0 35px 0 0;
	}
	
	#nav li.last {
		margin: 0;
	}
	
	#nav a {
		background: url(../graphics/chevron.gif) no-repeat 0 2px;
		float: left;
		list-style-type: none;
		padding-left: 18px;
	}
	
	#nav a:hover {
		background: url(../graphics/chevron_off.gif) no-repeat 0 2px;
		color: #FF4E00;	
		text-decoration: none;	
	}

a.version {
	background: url(../graphics/chevron.gif) no-repeat 0 2px;
	color: #7D916C;
	display: block;
	font-size: 1em;
	margin: 0;
	padding-left: 18px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}	

a:hover.version {
	background: url(../graphics/chevron_off.gif) no-repeat 0 2px;
	color: #FF4E00;
	text-decoration: none;	
}		


a.enter {
	background: url(../graphics/chevron.gif) no-repeat 0 2px;
	color: #7D916C;
	display: block;
	float: left;
	font-size: 1.4em;
	margin: 50px 140px;
	padding-left: 18px;
	text-transform: uppercase;	
}	

a:hover.enter {
	background: url(../graphics/chevron_off.gif) no-repeat 0 2px;
	color: #FF4E00;
	text-decoration: none;	
}
			
			
/* ---------------------------------------
	SUBNAVIGATION
----------------------------------------*/	

#subnav {
	border-left: 1px solid #7D916C;
	display: block;
	float: right;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 20px;
	width: 220px;
}
	
	#subnav li 	{
		color: #b0be8f;
		margin: 0;
		padding: 0;
		text-align: left;
	}

	
		#subnav li a {
			background: url(../graphics/chevron.gif) no-repeat 0 12px;
			color: #7D916C;
			display: block;
			font-size: 1.1em;
			padding: 10px 0 0 20px;
			text-decoration: none;
		}	
			
		#subnav li a:hover,
		#subnav li a:active {
			color: #FF4E00;
			text-decoration: none;	
				
		}
		
#gallery #subnav {
	margin: 0 0 0 10px;
	width: 180px;
}
		