/**************************/
/* Colors:       
/* "wrapper" : ededed
/* content background : ffffff
/* content "degradé" f1f1f1
/* light gray for footer : 999999
/* border : #000000
/********************************/


/*************************/
/* Css for all site       */
/************************/
body{
  background-color:#fff;
/*  background-color:#ededed;*/
  text-align:center;
  border-top:8px solid #000;
  margin:0;
}

.super_container{
  width:1001px;
  margin: 0 auto;
  border-left:8px solid #000;
}

#mandril_icon{
  padding-left:11px;
  position:relative;
  top:-2037px;
  left:0;
}

#left_side{
  float:left;
  width:150px;
  height:100%;
  display:block;
  background-image:url('../images/left_side_2.png');
  background-repeat:no-repeat;
/*  border-left:8px solid #000;*/
/*  min-height:50px;*/
/*  padding-top:596px;*/
/*  border-right:8px solid #000;*/
}

#container{
  width:822px;
  min-height:600px;
  margin:0;
  padding:5px;
  padding-bottom:0;
  padding-left:0;
  background-color:#ffffff;
  margin-left: auto; 
  margin-right: auto;
  text-align:left;
  border-left:8px solid #000;
  border-right:8px solid #000;
/*  border:1px solid #BBBBBB;*/
  float:left;
}

#content{
/*  background-color:#ededed;
*/
  z-index:20000;
  background-color:#fff;
  margin-top:67px;
  margin-left:2px;
  padding:5px;
  margin-bottom:4px;
  min-height:675px;
/*  border:1px solid #BBBBBB;
*/}

#footer{
  margin-top:-42px;
  text-align:right;
  margin-right:3px;
/*
    margin-right:-175px;
    margin-top:-20px;*/
  z-index:100;
}
#footer{
  font-size:65%;
}
#footer span{
  color:#999999;
}

#footer a{
  text-decoration:none;
  color:#010101;
}
#footer a:hover{
  text-decoration:underline;
}

#content_footer{
  z-index:1;
/*  background-color:#123;*/
  width:100%;
  height:675px;
  margin-top:-675px;
  background-position:right bottom;
  background-repeat:no-repeat;
}
.clear{
  clear:both;
}

a img { border: none; }
img{
  margin:0;
  padding:0;
  border:0;
}

.loader{
  margin-top:40px;
}

a .enter{
  font-weight:bold;
  font-size:20px;
  font-family:verdana, arial;
  color:black;
  text-decoration:none;
}

a:visited .enter{
  color:white;
  text-decoration:none;
}

a:hover .enter{
  color:#ebebeb;
}
body.home{
  margin-top:5px;
  background-color:#000;
}

.home_image{
  border:8px solid #fff;
}
/*************************/
/* Css for header       */
/************************/
#header{
/*  background-color:#780;*/
  height:120px;
  margin-left:5px;
  cursor:pointer;
  z-index:2;
 /* border:1px solid #BBBBBB;
   border-bottom:none;*/
}
#header_image{
  padding-top:88px;
  padding-left:12px;
  padding-bottom:0;
  z-index:2;
}

#empty_menu{
  display:block;
  width:469px;
  height:18px;
  float:left;
/*  background-color:#00f;*/
  margin-top:101px;
  border-bottom:1px solid #BBBBBB;
}
#menu{
  float:left;
  margin-top:1px;
  margin-left:-5px;
  border:8px solid #000;
  border-left:none;
}

#home_menu, #videos_menu, #more_menu, #images_menu{
  float:left;
  min-width:110px;
/*  padding-left:3px;
  padding-right:3px;
  padding-top:3px;
  padding-bottom:3px;*/
  background-color:#fff;
  text-align:center;
  font-size:20px;
  font-weight:bold;
  font-family:helvetica;
/*  border-bottom:1px solid #BBBBBB;*/
}

a.item_menu{
  color:black;
  text-decoration:none;
}

#home_menu{
  
}

#images_menu{
  
}

#videos_menu{
  
}

#more_menu{
  
}

#home_menu.selected, #videos_menu.selected, #images_menu.selected, #more_menu.selected{
  background-color:#000;
/*  border-bottom:1px solid #fff;*/
}

#videos_menu.selected{
  
}

#images.selected{
  
}
/*************************/
/* Css for images       */
/************************/

#images_index{
  min-height:520px;
}

.thumb{
  min-width:50px; /* =54 with the padding*/
  min-height:50px;
  padding:2px;
  float:left;
  margin-bottom:0;
  overflow:hidden;
}

.thumb img{
  padding:0;
  margin:0;
  margin-top:0px;
  margin-bottom:-6px;
}

.preview{
  position:absolute;
  z-index:10;
}

.preview img{
}
.odd{
/*  background-color:#009;
*/}

.even{
/*  background-color:#005;*/
}

#overlay {
background-color: rgb(0, 0, 0);
opacity: 0.8; /* Safari, Opera */
-moz-opacity:0.80; /* FireFox */
filter: alpha(opacity=80); /* IE */
z-index: 200;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}

#front{
  position: absolute;
  left:5%;
  right:5%;
  top: 0px;
  margin-left:5%; 
  margin-right: 5%;
  z-index: 210;
  vertical-align: middle;
  text-align:center;
}

#image_full {
  text-align:center;
  position: absolute;
  left:5%;
  right:5%;
  top: 10px;
  
}

#image_full_content{
  max-width:95%;
  margin-top:10px;
  border:solid #fff 5px;
}

#navigation{
}

#navigation a{
  color:white;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
}

#navigation a:hover{
  text-decoration:underline;
}

#previous{
}
#next{
}

#close{
  cursor:pointer;
}
#images_admin{
  text-align:left;
}

.admin_thumb{
  min-width:110px;
  min-height:150px;
  float:left;
}

/********************************
    About style
********************************/
#about{
  padding-top:5px;
}

#about_left, #about_right{
  float:left;
  width:400px;
}
#about_left{
  margin-right:9px;
}

#about_top{
 
}

#about_bottom{
   padding-top:5px;
}

.box{
  width:402px;
/*  border:1px solid #000; */
  background-color:#fff;
  float:left;
  min-height:20px;
  margin-bottom:5px;
  
}

.box img{
  padding:0;
  margin:0;
}
.box_left{
  margin-right:5px;
}

.box h2{
  margin:0;
  
  padding:5px;
  padding-left:54px;
  padding-top:20px;
  min-height:50px;
  border-bottom:1px solid #bbb;
}

.box h3{
  padding-top:0;
  padding-bottom:0;
  margin-top:10px;
  margin-bottom:1px;
}
.ban1 h2{
  background-image:url('../images/banniere_1.png');
  padding-left:60px;
  padding-top:29px;
}

.ban2 h2{
  background-image:url('../images/banniere_2.png');
}

.ban3 h2{
  background-image:url('../images/banniere_3.png');
}

.box p{
  padding-left:5px;
  font-family:verdana, arial;
  font-size:12px;
}

.box ul{
  list-style-type:none;
}

.portrait{
  float:left;
  margin-right:5px;
  width:150px;
}

a.portrait_link{
  font-family:verdana, arial;
  font-weight:bold;
  font-size:12px;
  color:#222;
  text-decoration:none;
}

a:hover.portrait_link{
  text-decoration:underline;
}

#mandril_web{
  min-height:315px;
}

#mandril_web h2{
  padding-left:68px;
}
#partner{
  min-height:340px;
}
#mandril_contact{
  font-family:verdana, arial;
  font-weight:bold;
}
#mandril_contact a{
  color:black;
  text-decoration:none;
}
#mandril_contact a:hover{
  color:#060606;
  text-decoration:underline;
}
/********************************
    videos style
********************************/
#videos{
  text-align:left;
  
}
#videos a{
  padding:5px;
  width:146px; /* = 162 with padding */
  height:200px;
  text-align:center;
  float:left;
  border:1px solid #ccc;
  margin:2px;
  text-decoration:none;
}

#videos a:hover{
  background-color:#ebebeb;
}
#videos a.middle{
  /*margin-right:2px;
    margin-left:3px;*/
}

#videos a img{
  margin-bottom:-20px;
}

#videos a .video_title {
  font-family:verdana, arial;
  font-weight:bold;
  font-size:12px;
  color:#222;
}

#videos a:hover .video_title {
  text-decoration:underline;
}

/* ----------- Tag cloud */
#tag_cloud{
  float:right;
  padding-top:2px;
  padding-right:5px;
  width:460px;
}
.nube1 {
  font-family:verdana, arial;
  font-size: 0.8em;
  text-decoration:none;
  color:#222;
}
.nube2 {
  font-family:verdana, arial;
  font-size: 1.0em;
  text-decoration:none;
  color:#222;
  }
.nube3 {
  font-family:verdana, arial;
  font-size: 1.2em;
  text-decoration:none;
  color:#222;
  }
.nube4 {
  font-family:verdana, arial;
  font-size: 1.4em;
  text-decoration:none;
  color:#222;
  }
.nube5 {
  font-family:verdana, arial;
  font-size: 1.6em;
  text-decoration:none;
  color:#222;
  }
.nube6 {
  font-family:verdana, arial;
  font-size: 1.8em;
  text-decoration:none;
  color:#222;
  }
  
a.nube1:hover{
  text-decoration:underline;
}
a.nube2:hover{
  text-decoration:underline;
}
a.nube3:hover{
  text-decoration:underline;
}
a.nube4:hover{
  text-decoration:underline;
}
a.nube5:hover{
  text-decoration:underline;
}
a.nube6:hover{
  text-decoration:underline;
}
/********************************
    admin style
********************************/
#admin_container{
  text-align:left;
  margin-left:10px;
}

.admin_video{
  float:left;
  width:250px;
}

/********************************
    pagination style
********************************/

.pagination{
  text-align:center;
  font-family: verdana, arial;
  padding-top:5px;
}

.pagination a{
  color:black;
  text-decoration:none;
}

.pagination a:hover{
  text-decoration:underline;
}

#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #fff;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/images/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/images/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/images/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/images/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/images/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/images/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


