/* CSS for elaum.free.fr   version 7.0 - feb 2008*/
/******INIT******/
body, div, span {
	margin: 0;
	padding: 0;
	font: inherit;
}

a, img {border: 0;}

/******BASE******/
body {
	background-color: #222222;
	font: 10pt Verdana, sans-serif;
	color: black;
}

h1 {
	font-size: 24pt; 
	font-weight: bold;
	text-shadow: 2px 2px 4px gray;
	text-align:center;
}
h2 {font-size: 18pt; 
	font-weight: bold;
	text-shadow: 2px 2px 2px gray;
}
h3 {
	font-size: 14pt; 
	font-weight: bold;
}

abbr, acronym {
	border-bottom: 1px dotted black;
	cursor: help;
}

p {
	margin-top: 0.5em;
}

input, textarea {
	font: 10pt Verdana, sans-serif;
	margin: 0.3em 0.3em;
}

tt, pre {font: 10pt monospace;}
sup {font-size: smaller;}
sub {font-size: bigger;}

ul, ol {margin: 0.5em 0em 0.5em 3em;}


/******CLASS******/
hr.clear, hr.spacer, hr.spacer-big {
	visibility: hidden;
	clear: both;
}
hr.spacer {height:2em}
hr.spacer-big {height:4em}

.multi-column {
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
}

.rounded-div {
	margin: 0.8em;
	padding: 10px 12px;
	-moz-border-radius:		8px;
	-webkit-border-radius:  8px;
	-webkit-box-shadow: 1px 1px 3px #AAAAAA;
	background-color: #DDDDDD;
}

.flickr-wrapper {
	margin:0px auto;
}
.flickr-wrapper a {
	float:left;
}
.flickr-wrapper a:hover {
	position:relative;
	top:-5px;
}

/******LAYOUT******/
#wrapper-center {
	position: relative;
	margin: 0px auto 20px auto;
	width: 750px;
	background-color: white;
	-webkit-box-shadow: 0px 4px 8px black;
	-moz-border-radius-bottomleft:		4px;
	-moz-border-radius-bottomright:		4px;
	-webkit-border-bottom-left-radius:  4px;
	-webkit-border-bottom-right-radius: 4px;
	resize: both;
}

#header {
	background: url("../images/Header.png") no-repeat;
	border-bottom: 1px solid white;
	padding: 0em 0.4em 0em 0.4em;
	height: 75px;
	text-align: center;
	color: #9E9E9E;
	text-shadow: 1px 1px 0px white;
}

#main {
	margin-top: 26px;
	padding: 0em 1em 1em 1em;
}

#footer {
	padding: 0.1em 0.4em 0.1em 0.4em;
	text-align: center;
	font-size: 10pt;
	background: url("../images/gradient-menu.png") repeat-x;
	border: 1px solid #CCCCCC;
	-moz-border-radius-bottomleft:		4px;
	-moz-border-radius-bottomright:		4px;
	-webkit-border-bottom-left-radius:  4px;
	-webkit-border-bottom-right-radius: 4px;
}

/******MENU (main menu)******/
ul.menubar {
	position: relative;
	top: -25px;
	height: 0px;
	line-height: 24px;
	padding: 0em 0.6em;
	margin:0px;
}
ul.menubar li {
	display: block;
	float:left;
}
ul.menubar li div{
	display: inline;
	height: 24px;
	padding: 3px 0.5em;
	margin-left: 2px;

	background: url("../images/gradient-menu.png") repeat-x;
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
	color: black;
	text-shadow: 1px 1px 0px #CCCCCC;
	font-size: 12pt;

	-moz-border-radius-topleft:		4px;
	-moz-border-radius-topright:	4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius:4px;
}
ul.menubar li div:hover, #active-tab div {
	position: relative;
	top: -3px;
	background: url("../images/gradient-menu-hover.png") repeat-x;
	border-left: 1px solid #3B3B3B;
	border-right: 1px solid #3B3B3B;
	border-bottom: 3px solid #3B3B3B;
	color: white;
	text-shadow: 1px 1px 0px black;
}
ul.menubar li div:active {
	position: relative;
	top: -3px;
	background: black;
	border: 1px solid #3B3B3B;
	border-bottom: 3px solid black;
	color: white;
	text-shadow: 1px 1px 0px black;
}
ul.menubar li div a, ul.submenu li a{
	color: inherit;
	text-decoration: none
}

ul.submenu {margin:0px;}

li ul.submenu {
	display: none;
	position:absolute;
	z-index: 500;
	float:left;
	padding: 0em 0.6em;
	-moz-border-radius-bottomleft:		5px;
	-moz-border-radius-bottomright:		4px;
	-webkit-border-bottom-left-radius:  4px;
	-webkit-border-bottom-right-radius: 4px;
}

li:hover ul.submenu {
	display: block;
	margin-top: -1px;
	margin-left: 1px;
	
	background: #333333;
	border: 1px solid #9E9E9E;
	-webkit-box-shadow: 1px 1px 3px black;
}
li:hover ul.submenu li{
	display: block;
	clear:both;

	font-size: 11pt;
	color: white;
	text-shadow: 1px 1px 0px black;
}

/******COMMENTS******/
#comments {
	margin: 2em 2em 1em 2em ;
}
#comments-title {
	font-size: 16pt;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}

.comment, #new_comment, #new_comment-title {
	padding: 0em 3em 0em 3em;
}

.comment {
	font-size: 10pt;
}

#new_comment-title {
	margin-bottom: 0.5em;
	cursor: pointer;
}
#new_comment {
	display: none;
	margin: 0.2em;
	padding: 0em 3em 0em 3em;
	margin-bottom: 0.8em;
}

#comment-footer {
	margin-top: 0.8em;
	text-align: center;
	font-size: 10pt;
}

/******LEFT NAVIGATOR (sub menu)******/
.navigator {
	float: right;
	clear: both;
	margin: -2em -2em 0.5em 0.5em;
	background-color: #CCCCCC;
	border: 1px solid #333333;

	-moz-border-radius:		6px;
	-webkit-border-radius:  6px;
	-webkit-box-shadow: 2px 2px 8px black;
}
.navigator span {
	padding: 0.1em 0.4em 0.1em 0.4em;
	display: block;
	
	text-align: center;
	text-shadow: 1px 1px 0px black;
	border-bottom: 1px solid #333333;
	background: url("../images/gradient-navigator-menu.png") repeat-x;
	color: white;
	font-size: 12pt;
	
	-moz-border-radius-topleft:		6px;
	-moz-border-radius-topright:	6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius:6px;
}
.navigator li {
	padding: 0.1em 0.4em 0.1em 0.4em;
	display: block;
	color:black;
	text-shadow: 1px 1px 0px white;
	border-bottom: 1px solid #333333;
	font-size: 12pt;
}
.navigator li:hover, #active-menu {
	background: url("../images/gradient-menu.png") repeat-x;
}
.navigator li:active {
	background: url("../images/gradient-menu-hover.png") repeat-x;
	color: white;
	text-shadow: 1px 1px 0px black;
}

li.navigator-title, li.navigator-title:hover, li.navigator-title:active {
  	background-image: none;
	background: #AAAAAA;
	color:black;
	font-weight: bold;
	text-shadow: 1px 1px 0px black;
}

.navigator ul li a{
	color: inherit;
	text-decoration: none
}


.navigator-separator {
	float: right;
	clear: both;
	height: 3.5em;
	margin: -2em -2em 0.5em 0.5em;
}
.navigator-li-vide {background: url("../images/gradient-menu.png") repeat-x;}
.navigator-li-vide:hover {background: url("../images/gradient-menu.png") repeat-x;}




