@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	outline:none;
	border:0;
	font-weight: normal;
}
html{
	background-position: center 260px;
	background-repeat: no-repeat;
	overflow-x:hidden;
}
body {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(bg_header.gif);
	font-family:"Hound", Georgia, "Times New Roman", Times, serif;
	font-size:15px;
}
body strong, body b {
	font-family:"HoundBold";
}
body em, body i {
	font-family:"HoundItalic";
}
a {
	color:#666;
	text-decoration:none;
}
h2 a, h3 a, h4 a {
	color:#000;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color:#666;
}
p {
	padding-bottom:10px;
}
.pinthishover {
	position:absolute;
	z-index:100;
	padding:10px;
	padding-right:400px;
	clear:left;
	visibility:hidden;
}
.more, a.more {
	font-size:11px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
	color:#666;
	display:block;
}
.more a {
	color:#C00;
}
.more:hover {
	color:#000;
}
.more br {
	line-height:15px;
}
.default a.poster img, .default a.read img {
	opacity:0.5;
    filter: alpha(opacity=50);
	-moz-opacity:0.5;
}
.default a.poster:hover img, .default a.read:hover img {
	opacity:1;
    filter: alpha(opacity=100);
	-moz-opacity:1.0;
}

h2 a, h3 a, small a {
	color:#000;
}
h2 a:hover, h3 a:hover, small a:hover {
	color:#666;
}
small {
	font-size:12px;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
	display:block;
	padding-bottom:7px;
}
form textarea, form input {
	color:#000;
	border:1px solid #CCC;
	font-size:16px;
	padding:6px;
	margin-bottom:5px;
	font-size:14px;
	font-family:"Hnew", Helvetica, Arial, sans-serif;
}
hr {
	border-top:1px solid #CCC;
	padding-bottom:10px;
}
/*#trunk {
	background-color:#FFF;
}*/
#trunk {
	background-position:center top;
	background-repeat:no-repeat;
}
#bottombg {
	background-position:center bottom;
	background-repeat:no-repeat;
}

/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// HEADER //////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/* Add the pink to the open header */
.pink {
	background-color:#f0ebe8;
}
#header h1 {
	overflow:hidden;
	white-space:nowrap;
	text-indent:1000px;
	display:block;
	width:980px;
	height:260px;
	background-image:url(bg_header.png);
	background-repeat:no-repeat;
	z-index:2;
	position:absolute;/*Keeps logo on top*/
}
#header h1:hover {
	opacity:0.5;
    filter: alpha(opacity=50);
	-moz-opacity:0.5;
}
#header h1 a {
	display:block;
	text-indent:1000px;
	height:215px;
}
#header a {
	color:#000;
}
#header #navigation a:hover, #header #navigation a.selected {
	opacity:0.5;
    filter: alpha(opacity=50);
	-moz-opacity:0.5;
}
#header .social {
	display:block;
	width:360px;
	height:50px;
	position:relative; /* Keeps position on narrow screen */
	top:0;
	left:50%;
	margin-left:-350px;
	padding:0;
	padding-top:20px;
	list-style:none;
	z-index:10;
}
#navigation {
	display:block;
	width:960px;
	height:50px;
	position:absolute;
	top:210px;
	padding:0;
	list-style:none;
	z-index:10;
	font-size:29px;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
}
#navigation li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	height:50px;
}
#navigation li a {
	height:50px;
	margin-right:23px;
	background-color:#FFF;
}
#more {
	display:none;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// BOOK BAR ///////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#bookbar {
	display:none;
	height:175px;
	margin-bottom:10px;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
	background-color:#eaeaea;
	background-image:url(https://web-archive.nli.org.il/National_Library/oe_/http://www.lisaeldridge.com/css/facepaint/bookbar_banner.gif);
}
#bookbarcentre {
	padding:10px;
	margin-bottom:10px;
}
#bookbarcover {
	position:absolute;
	display:block;
	height:180px;
	width:140px;
	text-indent: 150px;
	white-space:nowrap;
	overflow:hidden;
}
#bookbarcentre p {
	color:#FFF;
	font-size:12px;
	margin-top:140px;
	margin-left:515px;
}
#bookbarcentre a {
	color:#FFF;
    text-decoration: underline;
}
#bookbarcentre small a:hover {
    text-decoration: none;
}
#bookbarcentre small {
	clear:both;
	margin-top:10px;
}
#bookbarclose {
	float:right;
	display:block;
	width:20px;
	height:20px;
	text-align:right;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// COOKIE BAR //////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#cookiebar {
	display:none;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
}
#cookiebar ul, #cookiebar li {
	list-style:none;
}
#cookiecentre {
	background-color:#eaeaea;
	padding:10px;
	margin-bottom:10px;
}
#cookiecentre p {
	font-size:18px;
}
#cookiecentre a {
	color:#C00;
}
#cookiecentre .social {
	margin-top:10px;
}
#cookiecentre small {
	clear:both;
	margin-top:10px;
}
#cookiecentre .facepaintpromo {
	float:right;
	display:block;
	height:200px;
	text-align:right;
	clear:right;
}
#cookieclose {
	float:right;
	display:block;
	width:20px;
	height:20px;
	text-align:right;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// COMMENTS ////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#comment, #comment strong, #comment b, #comment em, #comment i {
	padding-top:20px;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
	font-size:14px;
	word-wrap: break-word;
}
#comment h2 {
	margin-top:20px;
	margin-bottom:15px;
	font-size:11px;
	letter-spacing:1.5px;
	text-transform:uppercase;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
	color:#666;
	display:block;
}
#comment strong, #comment b {
	font-weight:bold;
	color:#F00;
}
#comment img {
	clear:left;
	float: left;
}
#comment p {
	padding-right:20px;
	overflow: hidden;
}
#comment p.lisa {
	color:#F00;
}
#comment a {
	color:#F00;
}
#comment a:hover {
	color:#666;
}
#comment hr {
	clear:left;
	visibility:hidden;
}

/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// SOCIAL //////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
.social li {
	float:left;
	margin-right:5px;
}
.social li a {
	opacity:0.5;
    filter: alpha(opacity=50);
	-moz-opacity:0.5;
}
.social li a:hover {
	opacity:0.2;
    filter: alpha(opacity=20);
	-moz-opacity:0.2;
}
.social a {
	display:block;
	width:34px;
	height:34px;
	white-space:nowrap;
	text-indent:200px;
	overflow:hidden;
	background-repeat:no-repeat;
}
.social .facebook a {			background-image:url(social/social_facebook.png); 	}
.social .twitter a {			background-image:url(social/social_twitter.png);	}
.social .youtube a {			background-image:url(social/social_youtube.png);	}
.social .instagram a {			background-image:url(social/social_instagram.png);  }
.social .tumblr a {				background-image:url(social/social_tumblr.png);		}
.social .pinterest a {			background-image:url(social/social_pinterest.png);	}
.social .googleplus a {			background-image:url(social/social_googleplus.png);	}
.social .youku a {				background-image:url(social/social_youku.png);		}
.social .sinaweibo a {			background-image:url(social/social_sinaweibo.png);	}
.social .tencentweibo a {		background-image:url(social/social_tencent.png);	}
.social .kaixin a {				background-image:url(social/social_kaixin.png);		}
.social .huaban a {				background-image:url(social/social_huaban.png);		}
.social .diandian a {			background-image:url(social/social_diandian.png);	}
.social .newsletter a {			background-image:url(social/social_newsletter.png);	}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// VIDEO DETAIL ////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#video {
	z-index:10;
	display:block;
	width:740px;
	margin-top:10px;
	margin-bottom:20px;
}
#youtubeiframe {
	width:760px;
	height:459px;
	height:428px;
}
#vimeoiframe {
	width:760px;
	height:428px;
}
.ipad #youtubeiframe {
	height:428px;
}
#youkuiframe {
	display:none;
}
.ipad #youkuiframe {
	display:block;
	width:760px;
	height:459px;
}
.ipad #youkuiframe {
	height:429px;
}
#youkuembed {
	width:760px;
	height:468px;
}
.ipad #youkuembed {
	display:none;
}

#videodata {
	padding:20px;
	padding-top:0;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// GRID ////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#categories hr {
	height:40px;
	clear:left;
	visibility:hidden;
}
#categories h2 {
	font-size:46px;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
	padding-bottom:30px;
}
#categories h2 em {
	font-family: "Curly", Georgia, "Times New Roman", Times, serif;
}
#categories .category {
	display:block;
	width:250px;
	float:left;
	color:#000;
}
#categories .last {
	width:230px;
}
/* OLD 
#categories .videoposter1, #categories .videoposter2 {
	width:330px;
}
#categories .videoposter3 {
	width:320px;
}
*/
#categories .selected, #categories a.category:hover {
	color:#666;
}
#categories h3 {
	font-size:26px;
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
}
#categories h3 em {
	font-family: "Curly", Georgia, "Times New Roman", Times, serif;
}
#categories h4 {
	font-size:19px;
	font-family: "Curly", Georgia, "Times New Roman", Times, serif;
	clear:left;
}

#grid {
	 width:980px;
}
#grid .item {
	display:block;
	float:left;
	padding-bottom:8px;
	margin-left:10px; 
	margin-bottom:0px;
}
#grid .photo {
	width:155px;
}
#grid .video {
	width:188px;
}
#grid .video .poster {
	display:block;
	height:106px;
	width:188px;
	background-size: cover;
}
#grid .newrow {
	margin-left:0;
	clear:left;
}
#grid h2 {
	font-family: "Curly", Georgia, "Times New Roman", Times, serif;
}
#grid h3 {
	font-family: "Curly", Georgia, "Times New Roman", Times, serif;
}
#page_nav {
	clear:both;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// ABOUT ///////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#biography {
	display:block;
	width:610px;
	float:left;
}

#biography h3 {
	font-family:"Helvneu", Helvetica, Arial, sans-serif;
	font-size:25px;
	margin-bottom:10px;
}

#biography p {
	width:600px;
}

.clientlist {
	float:left;
	width:175px;
	padding-left:10px;
	font-family:"Helvneub", Helvetica, Arial, sans-serif;
}

.clientlist h4 {
	font-weight:bold;
	margin-bottom:10px;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// MAILING LIST ////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#mailinglist {
	display:block;
	width:760px;
	margin-right:20px;
	float:left;
}
#latestmailinglist {
	margin-right:20px;
	float:left;
}
#latestmailinglist img {
	box-shadow: 5px 5px 15px rgba(25, 25, 25, 0.6);
	margin-bottom:20px;
}
#latestmailinglist small {
	font-family:Geneva, Verdana, sans-serif;
	text-transform:uppercase;
}
#mailinglist h3 {
	display:block;
	padding-top:0;
	padding-bottom:10px;
	padding-right:80px;
	line-height:90%;
	font-size:40px;
	font-family: "Curly", Georgia, "Times New Roman", Times, serif;
}
#elistmailing {
	margin-bottom:20px;
}
#elistmailing input {
	font-size:18px;
	padding:10px;
	margin-bottom:5px;
	border:0;
	font-family:"Hnew", Helvetica, Arial, sans-serif;
}
#elistmailing .nameemail {
	width:430px;
	background-color:#dcdddf;
	color:#999;
}
#elistgo {
	background-color:#666;
	color:#FFF;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// FOOTER //////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#footer {
	clear:both;
	width:980px;
	height:150px;
	overflow:hidden;
	margin:auto;
	color:#000;
	font-size:17px;
	font-family:"Hnew", Helvetica, Arial, sans-serif;
	background-image:url(bg_footer.gif);
}
#footer a {
	color:#000;
}
#footer .nav a:hover {
	opacity:0.5;
    filter: alpha(opacity=50);
	-moz-opacity:0.5;
}
#footer small {
	margin-top:-10px;
	font-size:10px;
	top:120px;
}
.block {
	float:left;
	margin-right:40px;
}
#footer h2 {
	font-size:15px;
	font-weight:normal;
	margin-bottom:3px;
	padding-right:0;
}
#footer ul {
	list-style:none;
	position:relative;
	top:85px;
	font-size:19px;
	top:90px;
}
#footer li {
	list-style:none;
	float:left;
}
#footer .nav li {
	margin-right:15px;
}
#footer .mailingform {
	float:right;
}
#footer hr {
	clear:both;
	visibility:hidden;
}
#footer input, #inline-mailing input {
	color:#999;
	background-color:#dcdddf;
	font-size:16px;
	padding:6px;
	margin-bottom:5px;
	border:0;
	font-size:14px;
	font-family:"Hnew", Helvetica, Arial, sans-serif;
}
#footer .nameemail {
	width:270px;
}
#footer #go {
	background-color:#666;
	color:#FFF;
	padding:8px;
	font-size:14px;
	font-family:"Hnew", Helvetica, Arial, sans-serif;
}
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
/*////////////// LANCOME /////////////////////*/
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////*/
#lancome {
	display:block;
	height:630px;
	width:980px;
  	position: relative;
	font-size: 18px;
}
#lancome img {
	position:absolute;
}
.lancomeslides1 {
	display:block;
	height:640px;
	width:470px;
	overflow:hidden;
	float:left;
	margin-right:40px;
}
.lancomeslides2 {
	display:block;
	height:290px;
	width:470px;
	overflow:hidden;
	float:left;
  	position: absolute;
  	bottom: 0;
	margin-left: 510px;
}
.product .productitem h2 {
	font-size:26px;
}
.lancomehr {
	clear:both;
	display:block;
	height:20px;
	border:none;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}