/*
 * Nathalie Sameli | stylesheet
 * Copyright 2010 binnovation webdesign
*/

*
{
	margin:0;
	padding:0;
	outline:0;
}

html {
	height:100%;
}

body {
	font: 14px Verdana, Geneva, Tahoma, sans-serif;
	color:#333;
	text-shadow: #fff 0px 1px 0px;
}

/* headings & text specifications*/

h1, h2, h3, h4 {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h1 {
	font-size: 24px;
	color:#063;
	margin-bottom:20px; 
	font-weight:normal;
}

h2 {
	font-size: 20px;
	color:#063;
	margin-bottom:15px;
	font-weight:normal;
}

p {
	line-height:22px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

table { 
	color:#333;
	margin-bottom:50px; 
}

tr {
	padding:5px;
	line-height:26px; 
}
td {
	vertical-align:top;
	padding-right:20px;
	min-width:100px;
}

/* LAYOUT */

#centering {
	position:absolute;
	margin-left:-500px;
	left:50%;
	width:1000px;
	height:575px;
}


/* LOGO */

#logo {
	float:left;
	margin:30px 0 0 0;
}

#logo a {
	padding-right:10px;
	font-family:Georgia Bold;
	font-style:italic;
	font-size:35px;
	letter-spacing:1px;
	color:#063;
	text-shadow: #acacac 1px 1px 2px;
}

#logo span { 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:16px;
	padding:5px 10px;
	letter-spacing:1px;
	color:#4e4e4e;
}

/* language selection */

#lang {
	position:absolute;
	top:40px;
	right:0px;
}


/* NAVIGATION */

/* horizontal background for navigation */

div#menu-bg {
	top:75px;
	height:40px;
	background-color:#f0f0f0;
	width:100%;
	position:absolute;
	z-index:-1;
}


div.menu {
	position:absolute;
	top:75px;
	padding:0;
	margin:0;
}

div.menu ul {
	margin:0px;
	padding:0px; 
	list-style-type:none;
	}

div.menu ul li {
	float: left;
	display:inline; 
	}

div.menu ul li a {
	float: left;
	font-weight:bold;
	font-style:normal;
	letter-spacing:1px;
	font-size:16px;
	display:block;
	padding:0 15px;
	line-height:40px;
	border:none; 
	cursor: pointer; 
	text-shadow: rgba(255,255,255, 0.5) 0px 1px 0px;
}

div.menu ul li a:hover {
	background-color:#ccc;
}

div.menu ul li.active a {
	text-shadow:none;
	color:#fff;
	background-color:#063;
}

div.menu ul li.active a:hover {
	/*
	color:#063;
	*/
}


/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */


/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	border-top:1px solid #fff;
	position:absolute;
	z-index:10000000;
	margin:40px 0px 0px 0px;
	display:block; 
	height:auto;
	width:100px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li, .menu ul li:hover ul li:hover {
	text-align:left;
	color:#000;
	background:#f0f0f0;
	display:block;
	float:left;
}

.menu ul li:hover ul li a {
	line-height:23px;
	width:100px;
	color:#000;
	font-size:13px;
	padding:5px 10px 5px 10px;
	text-shadow: rgba(255,255,255, 0.5) 0px 1px 0px;
	background:#f0f0f0;
	display:block;
	float:left;
}

/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
	width:100px;
	font-size:13px;
	background-color:#ccc;
	text-shadow: none;
}

div.menu ul li ul li.active a
{
	background:#063;
	color:#fff;
	text-shadow: none;
}

div.menu ul li ul li.active a:hover
{
	background:#063;
	color:#fff;
	text-shadow: none;
}

/* CONTENT AREA */

/* wrapping */

#wrap {
	position:absolute;
	top:140px;
	width:1000px;
	height:400px;
}

/* container for presenting images */

#left {
	float:left;
	width:400px;
}

/* scroll pane container */

.scroll-pane {
	float:right; 
	width:530px;
	height:400px;
	overflow:auto;
}

/* container for content */

#content {
	float:right;
	width:600px;
	height:400px;
	letter-spacing:1px;
}

/* content links - i.e. to resume */

#content a {
	color:#063;
}

#content a:hover {
	color:#063;
	text-decoration:underline;
}

#content ul {
	list-style-type:none;
	margin:15px;
}

#content ul li {
	line-height:26px;
	padding:5px 0;
}


/* GALERIE */

/* galerie overview */

ul#display-albums {
	position:absolute;
	list-style-type:none;
	top:75px;
	padding:0;
	height:250px;
}

#display-albums li {
	float:left;
	margin:0 17px 0 0;
	height:225px;
	width:180px;
	border: 3px solid #ddd;
}

#display-albums li.last {
	margin:0px;
}

#display-albums li a {
	text-indent:-9999em;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70;
}

#display-albums li a:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}

#display-albums li img {
	display:block;
	height:225px;
	width:180px;
	border:none;
}

/* album titles */

p.title {
	padding-top:5px;
}


/* slightly different wrapping for slideshow - without navigation */

#slideshow-wrap {
	position:absolute;
	top:150px;
	width:1000px;
	height:500px;
}

/* simple backlink */

a.back {
	position:relative;
	margin-bottom:50px;
	font-style:normal;
}

a.back:hover {
	font-style:normal;
	color:#063;
}


/* FOOTER */

div#footer {
	font-size:14px;
	top:575px;
	height:20px;
	background-color:#f0f0f0;
	width:100%;
	position:absolute;
	text-align:center;
	padding:10px 0;
}

div#footer.gallery {
	font-size:14px;
	top:700px;
	height:20px;
	background-color:#f0f0f0;
	width:100%;
	position:absolute;
	padding:10px 0;
	text-align:center;
}

a.backlink	{
	color:#04345e;
}

a.backlink:hover	{
	color:#04345e;
	text-decoration:underline;
}

