/*-----------------------------------------*/
/*-------------- BASICS -----------------*/
/*-----------------------------------------*/

*{
	margin : 0;
}
body {
	background-color:#222222;
	margin:0;
	padding:0;
	font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
	font-size:12px;
	overflow-x:hidden;
	position:relative;
	width:100%;
}
.home{
	overflow:hidden;
	width:100%;
	height:100%;
	position:relative;
}

h1, h2, h3, h4, h5, h6, p, a, label{
	color : #ffffff;
	font-weight:normal;
}

h1, h1 a{
	color:#ffffff;
	font-size : 40px;
	font-weight:normal;
	margin-bottom:20px;
}

h2, h2 a{
	font-size : 32px;
	font-weight:normal;
	/*margin-bottom:20px;*/
}

h3, h3 a{
	color:#ffffff;
	font-size : 28px;
	font-weight:normal;
	margin:30px 0 20px 0;
}

h4, h4 a{
	color:#ffffff;
	font-size : 26px;
	font-weight:normal;
	margin:30px 0 20px 0;
}

h5, h5 a{
	font-size : 22px;
	font-weight:normal;
	margin:30px 0 20px 0;
}

h6, h6 a{
	color:#ffffff;
	font-size : 18px;
	font-weight:normal;
	margin:30px 0 20px 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color:#666666;
	text-decoration:none;
}

p{
	font-size : 14px;
	text-align : justify;
	line-height:20px;
}

div,p,span,ul,li {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

a{
	color:#ff00ff;
	font-weight:normal;
	text-decoration:none;
	outline:none;
}

a:hover {
		color:#ffffff;
		text-decoration :none;
}

.clear{
	clear:both;
}

/*-------------- IMAGES -----------------*/

.image{
	text-decoration : none;
	border : none;
	margin:8px 0 0 0;
}

.img{
	text-decoration : none;
	border : none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter {
	display: block;
	margin: 20px auto;
	/*padding:4px;*/
	}

img.alignright {
	/*padding: 4px;*/
	margin: 20px 0 20px 25px;
	display: inline;
	}

img.alignleft {
	/*padding: 4px;*/
	margin: 20px 25px 20px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.aligncenter{
	margin:auto;
}

/*-----------------------------------------*/
/*-------------- ENTETE -----------------*/
/*-----------------------------------------*/
.header {
	width:100%;
	height:81px;
	margin:auto;
	color:#ffffff;
	position:absolute;
	left:0;
	top:0;
	z-index:998;
}

.header_alpha_css {
	background-color:#000000;
	-moz-opacity:0.5;
	opacity:.5;
}
.header_alpha_picture {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/header_bg_alpha.png) repeat top left;
}
.header_alpha_color {
	background-color:#000000;
}

.home ul.subnav li a.header_alpha_picture {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/header_bg_alpha.png) repeat top left;
}

ul.subnav li a.header_alpha_picture {
	background: transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/bg_alpha_90.png) repeat scroll left top ;
}

.pages .header {
	position:relative;
	margin:auto;
	color:#ffffff;
	z-index:998;
	width:100%;
	height:81px;
}

.inner-header-logo {
	clear:both;
	float:left;
	width:350px;
	height:42px;
}

.inner-header-content {	
	float:right;
	width:335px;
	width:165px;
}

#inner-OP{
	float:left;
	margin:13px 0 0 0;
	display:none;
}

#searchform #s{
	background:transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/search.png) no-repeat scroll top left;
	/*border:1px solid #ffffff;*/
	border:none;
	color:#ffffff;
	float:right;
	font-size:12px;
	height:18px;
	margin:2px 0 2px 2px;
	padding:2px 2px 2px 5px;
	position:absolute;
	right:10px;
	top:50px;
	width:126px;
}

.inner-header {
	margin:auto;
	padding:10px;
	width:975px;
	height:auto;
	position:relative;
}

.home .inner-header{
	width:975px;
}

.inner-header-search {
	text-align:right;
	width:100%;
	background-color : #999999;
	height:29px;
}

.inner-header-nav {
	z-index:1000;
	position:relative;
	min-width:500px;
	width:auto;
	float:left;
	/* margin:35px 0 0 0; */
	margin:0 0 0 0;
	font-size:11px;
	font-color:#ffffff;
	font-weight:normal;
	text-transform:uppercase;
	font-color:#ffffff;
}

ul.topnav {
	float:left;
	list-style:none outside none;
	position:relative;
	z-index:1001;
	padding:0;
	margin: 0;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding:0 25px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	z-index:1;
	line-height:30px;
}
ul.topnav li a{
	padding: 0;
	display: block;
	float: left;
	z-index:1;
	font-weight:normal;
	letter-spacing:1px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	vertical-align:30px;
	color:#ffffff;
	padding:0 2px;
	font-size:11px;
	font-weight:normal;
}
ul.topnav li a:hover{
	color : #dddddd;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	display:none;
}
ul.topnav li span.subhover {
	background-position: center bottom; 
	cursor: pointer;
} /*--Hover effect for trigger--*/

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;/*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0px; 
	top: 35px;
	margin: 0; 
	padding: 0;
	width: 210px;
	z-index:999;
	top:29px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	overflow:hidden;
	display:none;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	overflow:hidden;
	border-bottom: 1px solid #999999; /*--Create bevel effect--*/
	clear: both;
	width: 100%;
	z-index:1000;
}
html ul.topnav li ul.subnav li a {
	float: left;
	z-index:1000;
	padding:0px 10px;
	width:200px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	font-size:11px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #282828;
	z-index:1;
}

.searchform{
	float:right;
	height:30px;
}

.language ul li a{
	padding:2px 0;
}

.language ul li a img{
	border:none;
}


/*-----------------------------------------------------------------------------------------------
  Social Links and other platform
-----------------------------------------------------------------------------------------------*/
.icons {
	float:right;
	height:26px;
	border: 0px #ff0000 solid;
	margin-right:1px;
}

.icons span{
	text-indent : -5000px;
	visibility : hidden;
	font-size : 10px;
}

ul.list {
	height:100%;
}

ul.list li{
	display:block;
	float:left;
	height:100%;
	margin:2px;
	width:26px;
}

.list a{
	height:25px;
	width:25px;
	line-height:25px;
	display:block;
}

a.FLICKR{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/flickr.png) no-repeat top left;
}

a.YOUTUBE{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/youtube.png) no-repeat top left;
}

a.DAILYMOTION{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/daily.png) no-repeat top left;
}

a.FACEBOOK{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/facebook.png) no-repeat top left;
}

a.TWITTER{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/twitter.png) no-repeat top left;
}

a.VIMEO{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/vimeo.png) no-repeat top left;
}

a.FLICKR:hover{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/flickr_hover.png) no-repeat top left;
}

a.YOUTUBE:hover{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/youtube_hover.png) no-repeat top left;
}

a.DAILYMOTION:hover{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/daily_hover.png) no-repeat top left;
}

a.FACEBOOK:hover{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/facebook_hover.png) no-repeat top left;
}

a.TWITTER:hover{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/twitter_hover.png) no-repeat top left;
}

a.VIMEO:hover{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/vimeo_hover.png) no-repeat top left;
}


/*-----------------------------------------*/
/*-------------- CONTENT HOMEPAGE-----------------*/
/*-----------------------------------------*/
.content {
	bottom:145px;
	right:150px;
	margin:auto;
	position:absolute;
	width:975px;
	z-index:900;	
}
.content_top {
	bottom:0px;
	right:100px;
	margin:auto;
	position:absolute;
	width:825px;
	z-index:900;
}
.content_right {
	bottom:45px;
	right:180px;
	margin:auto;
	position:absolute;
	width:825px;
	z-index:900;
}
.content_bottom {
	bottom:145px;
	right:70px;
	margin:auto;
	position:absolute;
	width:825px;
	z-index:900;
}
.content_alpha_css {
	background-color:#000000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:.8;
}
.content_alpha_picture {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/content_bg_alpha.png) repeat top left;
}
.content_alpha_color {
	background-color:#000000;
}

/*--------------- BTN NEXT PREV ---------------*/

/* Position slider : bottom */

#next-post_bottom, #prev-post_bottom{
	height:30px;
	opacity:1;
	/*padding:10px 17px;*/
	position:absolute;
	width:39px;
	z-index:1000;
}

.inner-post-btn{
	height:28px;
	width:40px;
}

#next-post_bottom p, #prev-post_bottom p{
	color:#9e0b0f;
}

#next-post_bottom a:hover, #prev-post_bottom a:hover{
	color:#ce171c;
}

#next-post_bottom{
	background : transparent;
	top:308px;
	right:55px;
}

#next-post_bottom .inner-post-btn{
	background : transparent url( http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn_next.png) no-repeat -3px top;
}

#prev-post_bottom{
	background : transparent;
	top:308px;
	right:396px;
}

#prev-post_bottom .inner-post-btn{
	background : transparent url( http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn_prev.png) no-repeat left top;
}

/* Position slider : top */

#next-post_top, #prev-post_top {
	height:30px;
	opacity:1;
	/*padding:10px 16px;*/
	position:absolute;
	width:45px;
	z-index:900;
}

#next-post_top p, #prev-post_top p{
	color:#9e0b0f;
}

#next-post_top a:hover, #prev-post_top a:hover{
	color:#ce171c;
}

#next-post_top{
	background : transparent;
	top:425px;
	right:100px;
}

#next-post_top .inner-post-btn{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn_next.png) no-repeat 4px top;
}

#prev-post_top{
	background : transparent;
	top:425px;
	right:428px;
}

#prev-post_top .inner-post-btn{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn_prev.png) no-repeat left top;
}

/* Position slider : right */

#next-post_right, #prev-post_right {
	height:30px;
	opacity:1;
	position:absolute;
	width:45px;
	z-index:1000;
}

#next-post_right p, #prev-post_right p{
	color:#9e0b0f;
}

#next-post_right a:hover, #prev-post_right a:hover{
	color:#ce171c;
}

#next-post_right{
	background : transparent;
	top:330px;
	left:345px;
}

#next-post_right .inner-post-btn{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn_next.png) no-repeat 4px top;
}

#prev-post_right{
	background : transparent;
	top:330px;
	left:20px;
}

#prev-post_right .inner-post-btn{
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn_prev.png) no-repeat left top;
}

/*-------------- SLIDER -----------------*/
#slider-content{
	width : 100%;
	height : 100%;
	margin : auto;
	z-index:1;
	overflow:hidden;
}

.slider {
	width:100%;
	height:100%;
	margin:auto;
}

div.slider-post-post , div.slider-post-excerpt {
	width:100%;
}

.slider-post-post h3, .slider-post-excerpt p {
	margin:0 0 10px 0;
	text-align : justify;
	color : #ffffff;
}

.slider-post-post h3{
	font-size : 24px;
}

.slider-post-excerpt p{
	font-size : 12px;
}

#carousel .slider-content_bottom {
	right:55px;
	margin:auto;
	padding:15px;
	position:absolute;
	top:125px;
	width:350px;
	height : 145px;
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#carroussel .slider-content-bottom .content_alpha_color{
	background-color:#000000;
}

.slider-img {
	border:solid 1px #000000;
	float:left;
	width:480px;
}

.slider-img img{
	width:2550px;
}


.slider-post-img {
}

.tooltip {
	position:absolute;
	color:#FFFFFF;
	height:13px;
	text-align:center;
	font-size:11px;
	-moz-border-radius: 3px ; 
	-webkit-border-radius: 3px ;
	border-radius:3px;
	padding:4px 7px;
	min-width:50px;
	white-space: nowrap;
	text-shadow:1px 1px 0 #222222;
	display:none;
}

.tooltip_bottom {
	bottom:125px;
}
.tooltip_top {
	top:185px;
}
.tooltip_right {
	right:180px;
}

.pages .tooltip_bottom{
	bottom:110px;
}

.carousel, .carousel .carousel-wrap{
	zoom:1;
	border:0 none;
	height:100%;
	width:100%;
}
.js .carousel-wrap{
	display:inline-block;
	vertical-align:middle;
	width:100%;
}
.IE #container .js .carousel-wrap{
	display:inline;
}
.carousel ul{
	margin:0;
	padding:0;
	zoom:1;
}
.js ul li{
	display:inline;
	float:left;
	width:100%;
	text-align:center;
	height:100%;
}
 .carousel .carousel-control{
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:999px;
	zoom:1;
}

.carousel .carousel-control:hover{
	-moz-opacity:.7;
	opacity:0.70;
	filter:alpha(opacity=70);
}
.carousel .disabled,#container .carousel .disabled:hover{
	-moz-opacity:.1;
	opacity:0.10;
	filter:alpha(opacity=10);
	cursor:default;
}
.carousel div{
	margin:0;
	padding:0;
	border:0;
}
.carousel ul{
	list-style:none;
}
.carousel ul li{
	margin:0;
	overflow:hidden;
	position:relative;
	width:1670px;
}
.carousel ul li cite{
	position:absolute;
	bottom:3px;
	right:10px;
	line-height:19px;
	font-size:11px;
}
.carousel ul li cite a img{
	vertical-align:middle;
}
.carousel ul li cite a{
	color:#fff;
	text-decoration:none;
}

.carousel .inner-post-img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*  -------- SLIDER CONTENT TOP ------- */
#carousel .slider-content_top{
	right:100px;
	margin:auto;
	padding:10px;
	position:absolute;
	top:245px;
	width:350px;
	height : 150px;
	overflow:hidden;
}

#carroussel .slider-content-top .content_alpha_color{
	background-color:#000000;
}

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

/*  -------- SLIDER CONTENT RIGHT ------- */
#carousel .slider-content_right{
	margin:auto;
	padding:10px;
	position:absolute;
	left:20px;
	top:120px;
	width:350px;
	height : 180px;
	overflow:hidden;
}

#carroussel .slider-content-right .content_alpha_color{
	background-color:#000000;
}

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

/*-------------- PAGINATION -----------------*/
div.center-wrap{
	overflow:hidden;
	clear:both;
	zoom:1;
	display:none;
}
div.center-wrap div{
	border:0;
	margin:15px 0;
	float:right;
}
div.center-wrap a{
	margin:0 2px;
	padding:6px 10px;
	cursor:pointer;
	color:#000000;
	font-weight : bold;
}
div.center-wrap a.active{
	font-weight:bold;
	color:#ffffff;
	
}

/*-----------------------------------------*/
/*-------------- NAV IMAGE -----------------*/
/*-----------------------------------------*/

#gallery {
	border:0 solid #FF0000;
	display:block;
	height:70px;
	margin:0 0 0 0;
	overflow:hidden;
	padding:0 0 15px;
	width:100%;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radiust:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}

#inner-nav-img .no-rounded{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.carousel_alpha_css {
	background-color:#000000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.carousel_alpha_picture {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/carousel_bg_alpha.png) repeat top left;
}
.carousel_alpha_color{
	background-color:#000000;
}

#gallery ul{
	list-style:none;
	margin:0;	
	font-size:1em;
	font-weight:normal;		
	font-family: "Lucida Sans Unicode", Georgia, Tahoma, Arial, Serif;
}
#gallery ul li{
	float:left;
	margin:3px 3px;
	padding:0;
	list-style:none;  
	white-space:nowrap;	
	font-weight:bold;
	width:110px;
	overflow:hidden;
	height:80px;
}	
#gallery ul li a{
	display:block;
	letter-spacing:1px;
	border:0;  
	text-decoration:none; 
	color:#fff; 
	margin:0px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:.70;
}	
#gallery ul li a:hover,#gallery ul li a:active, #gallery li.current_page_item a{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background-color:#000;
	color:#fff;
	text-decoration:none;

}

.nav-img{
	z-index:1000;
}

#nav-img_bottom{
	clear:both;
	padding:18px 0 0 0;
	position:absolute;
	bottom:30px;
	right :0px;
}

.pages #nav-img_bottom{
	bottom:0px;
}

#nav-img_top{
	clear:both;
	position:absolute;
	z-index:1;
	top:81px;
	right :0px;
}

.pages #nav-img_top{
	top:81px;
}

/******************** NAV RIGHT **********************/

#nav-img_right #inner-nav-img{
	height:100%;
}

#nav-img_right{
	bottom:0;
	clear:both;
	height:100%;
	position:absolute;
	right:0;
	width:150px;
	z-index:1000;
}

#nav-img_right #gallery{
	border:0 solid #FF0000;
	display:block;
	height:100%;
	margin:0;
	overflow:hidden;
	padding:0 15px;
}

/******************** NAV TOP **********************/

.home #nav-img_top{
	clear:both;
	width:100%;
	position:absolute;
	z-index:1;
	top:81px;
	right :0px;
}

/******************** 3 POSTS **********************/

.page-content{
	float:left;
	position:relative;
	width:100%;
	height:95px;
	overflow:hidden;
}

.page-home {
	float:left;
	height:200px;
	margin:auto;
	padding:40px 60px 0 0;
	width:265px;
}

.posts-home{
	padding:20px;
	width:728px;
}

.posts-home h2, .page-home h2{
	font-size:24px;
}

.posts-home p, .page-home p{
	font-size:12px;
}

.num1{
	padding:10px 18px;
	width:785px;
}

.num2{
	float:left;
	padding:10px 18px;
	width:375px;
}

.num3{
	float:left;
	padding:10px 18px;
	width:235px;
}


/*-----------------------------------------*/
/*-------------- WIDGETS -----------------*/
/*-----------------------------------------*/
.widgets {
}

#widgets{
	margin :40px 0 0 0;
}

.widgets li{
	height : 30px;
}
/*-------------- WIDGETS ALL (x3) -----------------*/
.widget_all {
	float:left;
	width:290px;
	background-color:#FFFFFF;
	padding:10px;
}

.widget_all .webdocs_widget li{
	float : left;
	margin:0 10px 42px 0;
}

.widget_all .webdocs_widget img{
	width :60px;
}

/*-------------- WIDGETS TWO (x2) -----------------*/

.widget_two{
	float:left;
	width:440px;
	background-color:#FFFFFF;
	padding:10px;
}

.widget_two .webdocs_widget li{
	float : left;
	margin:0 10px 60px 0;
}

.widget_two .webdocs_widget img{
	width :78px;
}

/*-------------- WIDGETS ALONE (x1) -----------------*/
.widget_alone{
	float:left;
	width:975px;
	background-color:#FFFFFF;
}

.widget_alone .webdocs_widget li{
	float : left;
	margin:0 10px 65px 0;
}

.widget_alone .webdocs_widget img{
	width :85px;
}

/*-------------- WIDGETS FOOTER -----------------*/

.widgets_footer{
	margin:auto;
	width:975px;
	background-color:{widgets-background-color};
}

.widget_4, .widget_5, .widget_6, .widget_7 {
	float:left;
	width:22%;
	padding:10px;
}

#footer #today a{
	color:#F6177B;
}

#footer .tag-link-10, #footer .tag-link-20, #footer .tag-link-18{
	color:#F6177B;
}

#footer .tag-link-10:hover, #footer .tag-link-20:hover, #footer .tag-link-18:hover;{
	color:#000000;
}


#footer .webdocs_widget a {
	padding:0;
}

#footer .webdocs_widget li{
	float:left;
	width:50%;
}

#footer .webdocs_widget img{
	clear:none;
	width:100%;
}

.textwidget{
	text-align:justify;
}

/*-----------------------------------------*/
/*-------------- FOOTER -----------------*/
/*-----------------------------------------*/
.home #footer{
	height:0;
}

#footer{
	clear : both;
}

#footer .widget{
	margin:20px 0;
}

#footer a{
	color:#FFFFFF;
	padding:10px 5px;
	text-decoration:none;
}

#footer a img{
	border:none;
	float:left;
	width:50%;
}

#footer a:hover img{
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	
}

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

#footer h2.widgettitle{
	border-bottom:1px dotted #666666;
	color:#FFFFFF;
	font-size:20px;
	margin:10px 0;
	padding-bottom:10px;
}

#footer .page_item a, #footer .cat-item a, #footer .widget_recent_entries a, #footer .widget_archive a, #footer .widget_meta a{
	color :#ffffff;
	font-size : 14px;
	font-weight : normal;
	text-decoration : none;
	display:block;
}

#footer .page_item a:hover, #footer .cat-item a:hover, #footer .widget_recent_entries a:hover, #footer .widget_archive a:hover, #footer .widget_meta a:hover {
	color :#cccccc;
	text-decoration : none;
	background-color:#444444;
}

#footer li.page_item, #footer li.cat-item, #footer .blogroll li, #footer .widget_recent_entries li, #footer .widget_archive li, #footer .widget_meta li, #footer #recentcomments li {
	border-bottom:1px dotted #666666;
}

#footer li.page_item ul li{
	border-top:1px dotted #666666;
	border-bottom:none;
}

#footer .recentcomments{
	padding:10px 0;
}

#footer .recentcomments a:hover{
	color :#8d8d8d;
}

#footer .textwidget{
	margin-top : 20px;
}

.slider_swf object{
	text-align:center;
	margin:30px 0;
}
.flipbook_swf object{
	height:600px;
	margin : 30px 0;
}
.footer {
	width:100%;
	height:15px;
	margin:auto;
	color:#FFFFFF;
	background-color:#FF03424;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:.9;
	z-index:800;
}

.inner-footer{
	width : 975px;
	margin:20px auto;
}
/*-----------------------------------------*/
/*-------------- CONTENT POST -----------------*/
/*-----------------------------------------*/

#content-post{
	width : 975px;
	margin:20px auto;
}

.pages #content-post{
	/*margin:200px auto 0 auto;*/
}

#content-post h2{
	font-size : 30px;
	text-align:right;
}

#content-post h2 a{
	font-size : 30px;
	color:#ffffff;
}

#inner-content-post{
	width : 100%;
	float :left;
	margin-bottom:100px;
}

.the-content{
	width : 100%;
	margin:10px 0;
	color:#999999;
}

.the-content img{
	border:1px solid #999999;
	/*padding:10px;*/
}

.the-content a:hover img{
	/*background-color:#f3f3f3;*/
	border:1px solid #ffffff;
}

.the-content .background img, .the-content .left img, .the-content .right img{
	border:1px solid #999999;
	/*padding:10px;*/
	background-color:#cccccc;
}

.the-content .background a:hover img, .the-content .left a:hover img, .the-content .right a:hover img{
	background-color:#999999;
	border:1px solid #666666;
}

.the-content address, the-content pre{
	margin:10px 0;
}

.the-content pre{
	padding:10px;
	background-color:#f1f1f1;
	color:#000000;
	border:#cccccc 1px dotted;
}

.the-content code{
	margin:0 4px;
	padding:2px 4px;
	background-color:#F1F1F1;
	border:1px dotted #cccccc;
	color:#667788;
}

.the-content hr{
	background:none repeat scroll 0 0 #CCCCCC;
	border:medium none;
	display:block;
	height:1px;
	margin:10px 0;
}

.the-content p, .the-content ul, .the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6, .the-content blockquote, .the-content a{
	clear:both;
}

.the-content p{
	margin:10px 0px ;
}

.the-content .dotted{
	border-bottom:1px dotted #cccccc;
	display:inline-block;
}

.the-content ul.arrow{
	list-style-image:url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/list_arrow.png);
}

.the-content ul.arrow_white{
	list-style-image:url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/list_arrow_white.png);
}

.the-content .background{
	background-color:#AAAAAA;
	float:left;
	margin:5px 0px 5px 0;
	padding:21px;
	color:#FFFFFF;
	clear:both;
}

.the-content .background h1, .the-content .left h1, .the-content .right h1{
	color:#FFFFFF;
	font-size:26px;
	margin:15px 0;
}

.the-content .background h1 a, .the-content .left h1 a, .the-content .right h1 a, .the-content h1 a{
	color:#FFFFFF;
	font-size:26px;
	margin:15px 0;
	text-decoration:none;
}

#content-post .the-content .background h2, #content-post .the-content .left h2, #content-post .the-content .right h2, #content-post .the-content h2, #content-post .the-content h2.background{
	font-size:22px;
	margin:15px 0;
	color:#FFFFFF;
}

#content-post .the-content .background h2 a, #content-post .the-content .left h2 a, #content-post .the-content .right h2 a, #content-post .the-content h2 a, #content-post .the-content h2.background a{
	font-size:22px;
	margin:15px 0;
	text-decoration:none;
	color:#FFFFFF;
}

.the-content .background h3, .the-content .left h3, .the-content .right h3, .the-content h3{
	font-size:20px;
	margin:15px 0;
	color:#FFFFFF;
}

.the-content .background h3 a, .the-content .left h3 a, .the-content .right h3 a, .the-content h3 a{
	font-size:20px;
	margin:15px 0;
	text-decoration:none;
	color:#FFFFFF;
}

.the-content .background h4, .the-content .left h4, .the-content .right h4, .the-content h4{
	font-size:18px;
	margin:15px 0;
	color:#FFFFFF;
}

.the-content .background h4 a, .the-content .left h4 a, .the-content .right h4 a, .the-content h4 a{
	font-size:18px;
	margin:15px 0;
	text-decoration:none;
	color:#FFFFFF;
}

.the-content .background h5, .the-content .left h5, .the-content .right h5, .the-content h5{
	font-size:17px;
	margin:15px 0;
	color:#FFFFFF;
}

.the-content .background h5 a, .the-content .left h5 a, .the-content .right h5 a, .the-content h5 a{
	font-size:17px;
	margin:15px 0;
	text-decoration:none;
	color:#FFFFFF;
}

.the-content .background h6, .the-content .left h6, .the-content .right h6, .the-content h6{
	font-size:15px;
	margin:15px 0;
	color:#FFFFFF;
}

.the-content .background h6 a, .left h6 a, .right h6 a, .the-content h6 a{
	font-size:15px;
	margin:15px 0;
	text-decoration:none;
	color:#FFFFFF;
}

.the-content h1, .the-content h1 a{
	color:#ffffff;
}

#content-post .the-content h2, #content-post .the-content h2 a{
	color : #ffffff;
}

.the-content h3, .the-content h3a{
	color:#ffffff;
}

.the-content h4, .the-content h4{
	color:#ffffff;
}

.the-content h5, .the-content h5 a{
	font-weight:bold;
	color : #ffffff;
}

.the-content h6, .the-content h6 a{
	color:#ffffff;
	font-weight:bold;
}
.background p, .left p, .right p{
	color:#ffffff;
}

.the-content p.background{
	width:930px;
}

.the-content blockquote p{
	color:#999999;
}

.the-content h1 a:hover, #content-post .the-content h2 a:hover, .the-content h3 a:hover, .the-content h4 a:hover, .the-content h5 a:hover, .the-content h6 a:hover{
	text-decoration:underline;
}

.the-content .background a, .the-content .left a, .the-content .right a, .the-content .the-content a{
	text-decoration:underline;
	color:#ffffff;
}

.the-content .background a:hover, .the-content .left a:hover, .the-content .right a:hover, #content-post .the-content a:hover{
	color:#ffffff;
}

.background blockquote, .left blockquote, .right blockquote, .the-content blockquote{
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	padding:0 10px;
	margin:10px 0;
}

.background blockquote.info, .left blockquote.info, .right blockquote.info, .the-content blockquote.info{
	background-color:#DDEEFF;
	border:1px dotted #778899;
	padding:0 10px;
	margin:10px 0;
}

.background blockquote.alert, .left blockquote.alert, .right blockquote.alert, .the-content blockquote.alert{
	background-color:#FFFBCC;
	border:1px dotted #E6DB55;
	padding:0 10px;
	margin:10px 0;
}

.background ul, .left ul, .right ul, .the-content ul{
	margin:0 0 0 10px;
	list-style:inside square;
}

.background ol, .left ol, .right ol, .the-content ol{
	margin:0 0 0 10px;
	list-style:inside decimal;
	padding-left:0px;
}

.background li, .left li, .right li, .the-content li{
	padding:5px 0 ;
}

.the-content .left {
	background-color:#aaaaaa;
	float:left;
	margin:10px 10px 10px 0;
	padding:21px;
	width:435px;
	color:#FFFFFF;
	line-height:20px;
}

.the-content .right {
	background-color:#aaaaaa;
	float:right;
	margin:10px 0 10px 10px;
	padding:21px;
	width:435px;
	color:#FFFFFF;
	line-height:20px;
}

.entry-head span{
	color:#999999;
	font-size:10px;
	line-height:25px;
}

.entry-head .categories a, .entry-head .comments a{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	color:#565656;
	font-size:10px;
	font-weight:bold;
	padding:3px 7px;
}

.entry-head .categories a:hover, .entry-head .comments a:hover{
	background-color:#999999;
	border:1px solid #999999;
	color:#FFFFFF;
}

.entry-head .date{
	margin :0 5px;
}

.commententry{
	clear:both;
	padding : 30px 0 0 0 ;
}

.commententry ol{
	list-style-type : none;
	list-style-image : none;
	padding : 20px 0 0 20px;
}

#comments{
	font-size:15px;
	color:#999999;
}

.commentmetadata a{
	font-size:11px;
}

.commentmetadata a:hover{
	color:#999999;
}

.commentlist{
	margin:10px 0 50px;
}

.commentlist li{
	padding : 30px 0 30px 25px;
}

.comment-author{
	position:absolute;
}

.comment-body{
	position:relative;
}

.avatar, .photo{
	border:1px solid #DDDDDD;
	left:-45px;
	padding:3px;
	position:absolute;
	top:-14px;
	z-index:3;
}

.fn{
	color:#666666;
	font-size:16px;
	font-style:normal;
	left:0;
	padding:0 0 10px;
	position:absolute;
	text-transform:capitalize;
	top:-17px;
	white-space:nowrap;
}

.fn a{
	color:#FFFFFF;
	font-size:16px;
	font-style:normal;
}

.says {
	display:none;
}

.commentmetadata{
	margin:10px 0;
}

#respond{
	margin: 20px 0;
}

#respond h3{
	color: #cccccc;
	font-size : 16px;
	font-weight:bold;
}

#respond .leave{
	font-size:20px;
	color:#666666;
}

#respond .text_input{
	border:1px solid #DDDDDD;
	font-size:12px;
	height:20px;
	padding:2px;
}

#respond textarea{
	height:150px;
	line-height:24px;
	padding:5px;
	width:60%;
	font-family:"Lucida Grande",Trebuchet,Arial,Verdana,"Bitstream Vera Sans",sans-serif;
}

#submit{
	background-color:#464646;
	border:1px solid #565656;
	color:#ffffff;
	padding : 4px;
	cursor:pointer;
}

#submit:hover{
	color:#ffffff;
	background-color:#555555;
}

.entry-head{
	margin : 10px 0;
}
.entry-head p {
	font-size : 13px;
}

#commentform p{
	margin:10px 0;
}

.says, em{
	/*color:#555555;*/	
	font-size : 12px;
}

/*-----------------------------------------*/
/*-------------- SIDEBAR -----------------*/
/*-----------------------------------------*/

#sidebar{
	border-left: 1px solid #000000;
	float: left;
	margin: 0 0 0 40px;
	padding: 12px;
	width: 25%;
	background:rgba(0, 0, 0, 0.3);
}

 #sidebar #widgets{
	margin:0;
}

#sidebar .widget{
	margin : 0 0 30px 0;
}

#sidebar li.widget:last-child{
	margin-bottom:0;
}

#sidebar h2{
	font-size : 20px;
	margin-bottom : 10px;
	color:#ffffff;
	text-transform:uppercase;
}
/*
#sidebar li{
	margin : 10px 0 ;
}
*/

#sidebar li ul li{
	border-bottom:1px solid #222222;
	padding:10px 0px;
	color: #444444;
}

#sidebar li ul li a{
	color:#aaaaaa;
}

#sidebar li ul li a:hover{
	color:#ff00ff;
}

#sidebar li ul.children li:last-child{
	border-bottom:none;
	padding-bottom:0;
}

#sidebar li ul li img{
	width:245px;
}

/*#sidebar li ul li:hover{
	background-color:#f3f3f3;
}*/

#calendar_wrap table{
	width : 100%;
	color:#aaaaaa;
}

#calendar_wrap table th{
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	padding:0 0 5px 0;
}

#calendar_wrap table tbody tr{
	text-align : center;
}

#calendar_wrap table thead, #calendar_wrap table tfoot, #calendar_wrap table caption{
	color : #aaaaaa;
}

#calendar_wrap table #prev a, #calendar_wrap table .pad a, #calendar_wrap table #next a{
	color : #636363;
}

#calendar_wrap table #prev a:hover, #calendar_wrap table .pad a:hover, #calendar_wrap table #next a:hover{
	color : #999999;
}


/*************************************************/
/************ PORTFOLIO **************************/
/************************************************/

.portfolio img{
	width : 200px;
	height : 100%;
}

.portfolio p{

}

.portfolio .excerpt{
	border-bottom : solid 1px #999999;
	padding-bottom:20px;
}




/*Jcarousel */

.carousel_width {
	display:none;
}

  .jcarousel-container {

}

  .jcarousel-container-horizontal {
    width: 245px;
    padding: 3px 60px;
}

  .jcarousel-container-vertical {
    width: 150px;
    height: 245px;
    padding: 0;
}

  .jcarousel-clip-horizontal {
    width:  245px;
}

  .jcarousel-clip-vertical {
    width:  150px;
    height: 245px;
}

  .jcarousel-item {
    width: 75px;
    height: 75px;
}

  .jcarousel-item-horizontal {
    margin-right: 10px;
}

  .jcarousel-item-vertical {
    margin-bottom: 10px;
}

  .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
  .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width:30px;
    height:40%;
	margin:23px 20px 25px 0;
    cursor: pointer;
	z-index:10000;
	background : transparent url( http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next.png) no-repeat top left ;
}

  .jcarousel-next-horizontal:hover {
	background : transparent url( http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_hover.png) no-repeat top left ;
}

  .jcarousel-next-horizontal:active {
	background : transparent url( http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_hover.png) no-repeat top left ;
}

  .jcarousel-next-disabled-horizontal,
  .jcarousel-next-disabled-horizontal:hover,
  .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

  .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height:40%;
	margin:23px 0 25px 20px;
	z-index:10000;
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-prev.png) no-repeat top left ;
}

  .jcarousel-prev-horizontal:hover {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-prev_hover.png) no-repeat top left ;
}

  .jcarousel-prev-horizontal:active {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-prev_hover.png) no-repeat top left ;
}

  .jcarousel-prev-disabled-horizontal,
  .jcarousel-prev-disabled-horizontal:hover,
  .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
  .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 50px;
    height: 32px;
    cursor: pointer;
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_bottom.png) no-repeat top left ;
	z-index:10000;
}

  .jcarousel-next-vertical:hover {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_bottom_hover.png) no-repeat top left ;
}

  .jcarousel-next-vertical:active {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_bottom_hover.png) no-repeat top left ;
}

  .jcarousel-next-disabled-vertical,
  .jcarousel-next-disabled-vertical:hover,
  .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

  .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 50px;
    height: 32px;
    cursor: pointer;
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_top.png) no-repeat top left ;
}

  .jcarousel-prev-vertical:hover {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_top.png) no-repeat top left ;
}

  .jcarousel-prev-vertical:active {
	background : transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/btn-next_top.png) no-repeat top left ;
}

  .jcarousel-prev-disabled-vertical,
  .jcarousel-prev-disabled-vertical:hover,
  .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/*---------------- GALLERY ------------------*/

.the-content .gallery{
	clear:both;
	padding:20px 0;
}

#inner-content-post .gallery img{
	padding:10px;
	border:1px solid #cfcfcf;
}

#inner-content-post .gallery a:hover img{
	border:1px solid #999999;
}

/*--------------------------------------------------------*/
/*-------------- PAGE LISTING NLLE VERSIONS----------------------------*/
/*--------------------------------------------------------*/

.entry .img_listing{
	float:left;
	position:relative;
	overflow:hidden;
}
.img_listing_space{
	float:left;
	width:20px;
}

.entry .img_listing img{
	border :none;
}

.line{
	clear:both;
}

.line .excerpt p{
	color:#999999;
	padding:10px 0 0;
}

.line .entry{
	float:left;
	height:490px;
	margin:0 0 20px;
	overflow:hidden;
	position:relative;
	width:300px;
}

.desc_inner{
	/*float:left;*/
	position:relative;
}

.desc_inner .big_hover{
	background-color:#FFFFFF;
	height:185px;
	overflow:hidden;
	padding:15px;
	position:absolute;
	width:270px;
}

.desc_inner .big_hover:hover{
	background-color:#fe03fb;
	color:#ffffff;
}

.desc_inner .big_hover:hover p{
	color:#ffffff;
}

.desc_inner h4{
	margin:10px 0 0 0;
}

.desc_inner a.h4{
	font-size:20px;
	font-weight:normal;
	color:#ffffff;
}

.desc_inner a.h4:hover{
	color:#999999;
}

.desc_inner .date{
	font-size:10px;
}

.desc_inner .excerpt{
	font-size:12px;
}

.img_listing_desc .more{
	background-color:#fe03fb;
	bottom:0px;
	padding:3px 5px;
	position:absolute;
	left:0;
	z-index:1000;
}

.img_listing_desc{
	height:235px;
	position:relative;
	width:300px;
	overflow:hidden;
}
.img_listing_desc .more a{
	color:#ffffff;
}

.img_listing_clear{
	clear:both;
}

/********** SOUFFLET **********/

.plus, .moins{
	float:right;
	height:26px;
	width:26px;
	margin-top:15px;
	cursor:pointer;
}

.soufflet{
	clear:both;
}

.title{
	float:right;
	margin:0 20px 0 0;
}

.title h3{
	margin:10px 0 20px 0;
}

.plus{
	background:transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/plus.png) no-repeat top left;

}

.moins{
	background:transparent url(http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/moins.png) no-repeat top left;
}
.cartouche {
	background-color:#000000;
	height:50px;
	display:none;
	color:#FFFFFF;
	position:absolute;
	bottom:3px;
	width:100%;
	left:0px;
}

.cartouche p {
	text-align:center;
}

.cartouche2 {
	background-color:#000000;
	height:88%;
	display:none;
	color:#FFFFFF;
	position:absolute;
	bottom:3px;
	width:92%;
	padding:4%;
	overflow:hidden;
	left:0px;
	opacity:0.8;
	-moz-opacity : 0.8;
	filter: alpha(opacity=80); 
}

.cartouche2 h5{
	margin:0;
}

.cartouche2 h5 a{
	font-size : 20px;
	color:#ffffff;
	font-weight:normal;
	padding:0 0 8px 0;
	margin:0;
}

.cartouche2 p {
	padding:5px 0 0 0;
	font-size:12px;
}

.cartouche2 p a p{
	font-size:12px;
}

/**************** FIN AUTRE VERSION ***********************/

/*--------------------------------------------------------*/
/*-------------- PAGE SEARCH  ----------------------------*/
/*--------------------------------------------------------*/

.search .entry{
	margin:45px 0;
}

#content-post .search h2{
	text-align:left;
}

/*--------------------------------------------------------*/
/*-------------- PAGE LINKS  ----------------------------*/
/*--------------------------------------------------------*/

.blogroll li {
	border-bottom : solid 1px #414141;
}
/*
.blogroll li a{
	padding : 12px;
	color:#ffffff;
	line-height:21px;
	display:block;
}

.blogroll li a:hover{
	background-color:#414141;
	padding : 12px;
	color:#cccccc;
}
*/

/*--------------------------------------------------------*/
/*-------------- PAGE Image  ----------------------------*/
/*--------------------------------------------------------*/

.post{
	margin:20px 0;
}

.post .entry{
	margin:20px 0;
}

.post .attachment{
	margin:30px 0;
}

.post .attachment-thumbnail{
	margin:60px 10px 40px 0;
	float:left;
}

.post .navigation .alignleft {
margin:0 0 0 0;
float:left;
border: solid 0px #0;

}
.post .navigation .alignright {
margin:0 0 0 0;
float:left;
border: solid 0px #0; 
}

/*--------------------------------------------------------*/
/*-------------- PAGE Contact  ----------------------------*/
/*--------------------------------------------------------*/
.the-content .formBuilderFailure h4, .the-content .formBuilderFailure a, .the-content .formBuilderFailure li {
	color: #FF0000;
}
.the-content form.formBuilderForm{
	padding:50px 0 0 0 ;
}

form.formBuilderForm .formBuilderLabelRequired, form.formBuilderForm #formBuilderFieldComments .formBuilderLabel, form.formBuilderForm .formBuilderLabel, form.formBuilderForm .large_text_area .formBuilderLabel{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	margin: 5px 10px 5px 1px;
	width: 134px;
}

form.formBuilderForm input{
	color: #666666;
	font-size: 14px;
	padding: 6px;
	width: 240px;
	border: 1px solid #cccccc;
}

form.formBuilderForm .formBuilderLargeTextarea textarea,  form.formBuilderForm .formBuilderSmallTextarea textarea{
	color: #666666;
	font-size: 14px;
	padding: 6px;
	width: 465px;
	border: 1px solid #cccccc;
}

form.formBuilderForm .formBuilderSelect select{
	color: #666666;
	font-size: 14px;
	padding: 6px;
	width: 254px;
	border: 1px solid #cccccc;
}

form.formBuilderForm  .small_text_area .formBuilderLabel{
	float:none;
}

form.formBuilderForm .formBuilderSmallTextarea textarea{
	margin-left:145px;
}

form.formBuilderForm .radio_buttons{
	padding: 10px 0;
}

form.formBuilderForm .formBuilderSelect option{
	width: 220px;
}

.the-content form.formBuilderForm .formBuilderSubmit, .the-content form.formBuilderForm .formBuilderRadio{
	margin-left:145px;
	text-align:left;
}

form.formBuilderForm .formBuilderSubmit input{
	width:90px;
	background-color: #464646;
    border: 1px solid #DDDDDD;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    padding: 6px;
    vertical-align: 11px;
}

.the-content .formBuilderFailure{
	background-color: #222;
/*	border: 1px solid #F6177B;*/
	border: 1px solid #FF0000;
	margin: 10px 0;
	padding: 10px;
}

.the-content form.formBuilderForm .formBuilderError{
	font-weight:normal;
	/*color:#F6177B;*/
	color:#FF0000;
	padding: 5px 0;
}

.the-content div.formBuilderSuccess{
	background-color: #cccccc;
/*	border: 1px solid #F6177B;*/
	border: 1px solid #FF0000;
	margin: 10px 0;
	padding: 10px;
}

.the-content form.formBuilderForm .checkbox input, .the-content form.formBuilderForm .formBuilderRadio input{
	width :150px;
}

/*--------------------------------------------------------*/
/*-------------- PAGE Blog  ----------------------------*/
/*--------------------------------------------------------*/

.blog #inner-content-post{
	width:68%;
}

.blog .entry{
	margin-bottom:30px;
}

.blog_image img.alignleft{
	margin: 10px 25px 10px 0;
}

.taxonomy{
	color:#999999;
}

.entry .taxonomy a{
	font-weight:bold;
}

.navigation .older, .navigation .newer{
	width:447px;
	float:left;
	margin-top:20px;
}

.navigation .older{
	text-align:right;
	margin-right:20px;
}
.navigation .newer{
	margin-left:20px;
}

.navigation .older a, .navigation .newer a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	margin: 5px 0;
	padding: 3px 8px;
	text-transform: uppercase;
	background-color: #464646;
	border: 1px solid #565656;
	cursor: pointer;
}

.blog .entry-head .categories a, .blog .entry-head .comments a {
    background-color: #2c2c2c;
    border: 1px solid #363636;
    color: #AAAAAA;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 7px;
}

.blog .entry-head .categories a:hover, .blog .entry-head .comments a:hover {
    background-color: #ffffff;
    border: 1px solid #999999;
    color: #2c2c2c;
}

.blog .excerpt{
	margin-top:7px;
}

/********** Facebook SHARE ****************/

#fb_share_1 {
	background:rgba(255,255,255,0.7);
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:2px 4px;
	line-height:16px;
}

#fb_share_1:hover {
	background:rgba(255,255,255,0.9);
}

#fb_share_1 a{
	color:#333333;
}

#fb_share_1 a:hover span{
	text-decoration:none;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#fancybox-title-over {
	color: #FFFFFF;
    text-align: left;    
    background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_title_over.png');
    display:block;
    padding:10px;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.samuel-bollendorff.com/en/wp-content/themes/Bollendorff_08102010_2/images/fancy_shadow_nw.png', sizingMethod='scale'); }