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

/* COLORS & Titles & Text 
----------------------------------
	Background: #102110 (Dark green)
	
	Nav, Subnav : #7D916C (light Green) - #FF4E00 (orange)
			
	H1: #b0be8f (light green) - Verdana uppercase 15px
	H2: #b0be8f (light green) - Verdana 12px Uppercase + border 1px
	H3: #FFF (white) - Verdana 12px Uppercase
	p: #FFF (White) - verdana 12px
	
	Links: #7D916C (light green) - verdana 12px - rollover: underline	
	
----------------------------------*/


/* --------------------------------
	GENERAL TYPOGRAPHY
________________________________ */

html {
	font-size: 100.01%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, dd, dl, dt, ol, p, ul {
	font-size: 1.2em;
	margin: 0 0 1em;
	padding: 0;
}

#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	text-align: center;
}

#footer p,
#footer a {
	font-size: 1em;
}

a {
	color:#7D916C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #b0be8f;
	font-size: 2.4em;
	font-weight: normal;
	margin: 50px 0;
	text-transform: uppercase;
	text-align: center;
}

	#elephant h1 {
		float: left;
		margin-left: 350px;
	}

h2 {
	border-bottom: 1px solid #b0be8f;
	clear: both;
	color: #b0be8f;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 16px;
	padding: 20px 0 2px 5px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;	
}	
	#actus h2 {
		text-transform: none;
	}
	
	#home h2 {
		font-size: 1.3em;
		text-transform: none;
	}
	

h3 {
	clear: both;
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
	margin: 20px 0 15px;
	text-transform: uppercase;	
}

		#gallery h3 {
			margin: 0 0 15px;
		}
		
		#contact h3 {	
			clear: none;
			margin: 50px 0 15px 50px;
		}

h4 {
	color: #7D916C;
	font-size: 1.2em;
	font-weight: normal;
	margin: 15px 0 15px;
}

h5 {
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px;
	text-transform: uppercase;	
}

p {
	color: #FFF;
	line-height: 18px;
	text-align: justify;
}

.list li {
	color: #FFF;
	line-height: 18px;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0 0 0 10px;
	text-align: justify;
}

.listarrow li {
	background: url(../graphics/chevron.gif) no-repeat 0 9px;
	color: #FFF;
	line-height: 25px;
	list-style-type: none;
	padding-left: 18px;
}

	#missions .listarrow li {
		background-position: 0 5px;
		line-height: 18px;
		margin: 0 0 10px;
		padding-left: 18px;
		text-align: justify;
	}

.textright {
	text-align: right;
}

/* Images */

img {
	border: 0;
}

img.floatright {
	margin: 5px 0 20px 10px;
}

img.floatleft {
	margin: 5px 10px 20px 0;
}

.imgcenter {
	display: block;
	margin: 10px auto;
	width: 592px;
}

.imgcenter2 {
	display: block;
	margin: 10px auto;
	width: 358px;
}

#news img {
	margin: 0;
	padding: 0;
}

/* Specific Typo */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.green {
	color: #7D916C;
}

.orange {
	color: #FF4E00;
}

/* links */


.listarrow a:hover {
	color: #FF4E00;
	text-decoration: none;	
}

a.arrow {	
	background: url(../graphics/chevron.gif) no-repeat 0 3px;
	font-size: 1.2em;
	padding-left: 18px;
}

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

a.back {	
	background: url(../graphics/chevron.gif) no-repeat 0 3px;
	font-size: 1.2em;
	float: right;
	padding-left: 18px;
}

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

/* Table */

table {
	color: #102110;
	font-size: 1.2em;
	margin: 20px 0 20px 280px;
}

tr {
	height: 20px;
}

th {
	background-color: #7D916C;
	color: #fff;
	font-weight: bold;
	margin: 1px;
	padding: 0 5px;
	width: 120px;
}

td {
	background-color: #B0BE8F;
	margin: 1px;
	padding: 0 5px;
	width: 120px;
}

/* --------------------------------
	Photo galleria
________________________________ */

#main_image {
	background-color: #0A150A;
	float: left;
	margin:0 0 10px;
	height:350px;
	text-align: center;
	width:520px;	
}

	#main_image img {
		margin: 10px 0;
	}

p.gallerynav {
	clear: both;
	text-transform: uppercase;
	text-align: center;
}

#thumbs {
	float: left;
	margin: 0 10px 10px 0;
	width:195px;
}

ul.galleria {
	list-style:none;
	margin:0;
	width:195px;
}

	ul.galleria li {
		display:block;
		width:60px;
		height:60px;
		overflow:hidden;
		float:left;
		margin:0 5px 5px 0;
	}

	ul.galleria li.last {
		margin:0 5px 20px 0;
	}
	ul.galleria li a {
		display:none;
	}

	ul.galleria li div{
		position:absolute;
		display:none;
		top:0;
		left:180px;
	}

	.galleria li div img {
	cursor:pointer;
	}

	.galleria li.active div img,
	.galleria li.active div {
		display:block;
	}

	.galleria li img.thumb {
		cursor: pointer;
		top: auto;
		left: auto;
		display: block;
		width: auto;
		height: auto;
	}

.caption {
	color: #FFF;
	font-size: 1.2em;
	margin: 10px 0;
}

* html .galleria li div span {
	width:400px;
} /* MSIE bug */
