/*
style.css
Chris Neveu
*/

body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

a:focus,
a:visited,
a:hover,
a:active {
  border: none; 
  outline: none;
}

img {
  border: none;
}

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

#footerSeparator {
  background-repeat: repeat-x;
  background-image: url("../img/footerdot.png");
  height:12px;
  width: 100%;
}
#footerSeparatorPress {
  background-repeat: repeat-x;
  background-image: url("../img/footerdot1.png");
  height:12px;
  width: 100%;
}

footer {
  background-color:#FFFFFF;
  color: #888888;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: auto;
  margin-bottom: 20px;
  min-width:675px;
  padding-top:   15px;
  text-align: center;
  width:100%;
}

#footerLink {
  height: 40px;
  margin: auto;
  width: 100%;
}

.btnLink {
  display: inline-block;
  height: 32px;
  margin-right: -4px;
  min-width: 34px;
  padding: 0;
}

#credit {
  font-size: .8em;
  padding-top: 20px;
}

#legal {
  font-size: .7em;
  margin-top: 5px;
}

.ftrContainer {
  height: 40px;
  margin: auto;
  width: 100%;
  text-align: center;
  margin: 0;  
  padding: 0;
}

.ftrZone {
  display: inline-block;
  height: 40px;
  margin-left: 4px;
  margin-right: 0px;
}

.ftrZone0 {
  width: 32px;
}

.ftrZoneStore {
  width: 135px;
}

.ftrPic {
   background: url("../img/footerpic.png");
   height: 40px;
   margin: auto;
   display: block;
}

.ftrPicFb { width: 30px; background-position: -0px  -0px; }

.ftrPicTt { width: 30px; background-position: -30px -0px; }

.ftrPicYt { width: 30px; background-position: -60px -0px; }

.ftrPicMail  { width: 30px; background-position: -90px  -0px; }

.ftrPicMouse { width: 30px; background-position: -120px -0px; }

.ftrPicStore { width:135px; background-position: -150px -0px; }

/*---------------------------------------*/
/*               HOME                    */
/*---------------------------------------*/
#container {
  background-color: #E7D784;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-top:20px;
}

#homeContent {
 margin: auto;
 padding: 0;
 width: 675px;
 position:relative;
 padding-top: 1px;
}

.unselectable {
  user-select:none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; 
  -webkit-user-drag: none;
}

#overlay {
  background-color: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;  
}

#frame {
  background-color: #000000;
  display: block; 
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
}

/*------------ IMAGES ----------------*/
#blocLogo {
  position: absolute;
  top:  50px;
  left: 245px;
}

#feather {
  left: 550px;
  position: absolute;
  top: 124px;
}

#chclaire {
  left: 40px;
  position: absolute;
  top: 115px;
}

#chdeborah {
  left: -15px;
  position: absolute;
  top: 115px;
}

#txclaire {
  background: url("../img/txbg.png") -69px  -0px no-repeat;
  left: 118px;
  height:30px;
  position: absolute;
  top: 80px;
  width:48px;
}

#txdeborah {
  background: url("../img/txbg.png") -0px  -0px no-repeat;
  left: 15px;
  height:30px;
  position: absolute;
  top: 100px;
  width:69px;
}

#txfeather {
  background: url("../img/txbg.png") -117px  -0px no-repeat;
  left: 555px;
  height:30px;
  position: absolute;
  top: 95px;
  width:59px;
}

/*------------ BLOC ABOUT ------------*/
#about {
  background: url("../img/contmain.png") no-repeat;
  color: #383838;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: .9em;
  height: 184px;
  max-height: 184px;
  line-height: 1.4em;
  margin-top: 150px;
  margin-bottom: 5px;  
  padding-top: 40px;
  padding-left: 220px;
  width: 450px;
}

#about h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom:0px;
  padding: 0;
}

#about p {
  margin: 0;
  padding-right: 20px;
}

/*------------ NAV ----------------*/
.nav {
  padding: 0;
  margin: auto;
  text-align: center;
  margin-top:-5px;
}

.nav ul {
  list-style-type: none;
  padding: 0;
}

.nav li {
  display: inline-block;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 1.1em;	
  font-weight: bold;
  margin-right: 15px;
  text-align: center;
}

.nav a {
  color: #875370;
  text-decoration: none;
}

.nav a:hover {
  color: #3B579D;
}

/*------------ IPHONE ----------------*/
#phone {
  display: inline-block;
  height: 115px;
  margin: 10px 2px 30px 0px;
  padding: 0;
  vertical-align: top;
}

/*------------ BLOC INFO ----------------*/
.blocInfo {
  background: url("../img/continfo.png");
  color: #383838;
  display: inline-block;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: .75em;	
  height: 147px;
  line-height: 1.6em;
  margin: 10px 5px 30px 5px;
  max-width: 450px;
  width: 367px;
  padding: 0;
}

.blocInfo img {
  display: inline-block;
  margin: 22px 10px 15px 22px;
  vertical-align: top;
}

.blocInfoTx {
  display: inline-block;
  margin-top: 22px;
  text-align: left;
  margin-right: 15px;
}

.blocInfoTx h1 {
  font-size: 18px;
  margin:0;
  padding:0;
}

.blocInfoTx p {
  margin: 0;
  margin-top:3px;
  padding: 0;
}

/*---------------------------------------*/
/*               PAGE TRAILER            */
/*---------------------------------------*/
#trailerContent {
 margin: auto;
 padding: 0;
 width: 100%;
 position:relative;
 padding-top: 1px;
 text-align:center;
}

#trailerContent .logo {
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
}

#trailerContent .logo img {
  width: 200px;
  height: auto;
}

#trailerframe {
   background: url("../img/conttrailer.png") no-repeat;
   height: 381px;
   margin: auto;
   padding-top:11px;
   width:670px;
}

#backbtn {
  margin-bottom:30px;
}

#backbtn a{
  color: #875370;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 1.1em;	
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#backbtn a:hover {
  color: #3B579D;
}

/*---------------------------------------*/
/*               PRESS                   */
/*---------------------------------------*/
#pressBody0 {
 background-color: #E7D784;
 /*background-color: #FFFFFF;*/
}

#pressBody1 { 
  margin: auto;
  width: 800px;
}

/*-----------PRESS NAV---------*/
#pressNav {
  position: fixed;
  text-align: right;
  padding-top: 140px;
  width: 140px;
}

#pressNav ul {
  list-style-type: none;
}

#pressNav li {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 14px;	
  font-weight: bold;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
}

#pressNav a {
  color: #875370;
  text-decoration: none;
}

#pressNav a:hover {
  color: #3B579D;
}

/*----------PRESS CONTENT------------*/
::selection{
  background: #D0BCC7;
}

::-moz-selection {
  background: #D0BCC7;
}

#pressContent {	
  background-color: #FFFFFF;
  color:#383838;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: .85em;
  line-height: 1.4em;
  padding-left: 180px;	
  padding-right: 40px;	
  padding-bottom: 40px;
  padding-top:10px;
  width: 604px;
}

#pressContent .logo {
  margin: auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
}

#pressContent .logo img {

  width: 240px;
  height: auto;
}

#pressContent hr {
	background: url("../img/hrSeparator.png");
	background-repeat:repeat-x;
	border: 0px;
	height: 6px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#pressContent h1 {
  font-size: 20px;
}

#pressContent cite {
  font-style: italic;
}

#pressContent strong {
  font-weight: bold;
}

#pressContent p {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 0;
  padding-bottom:15px;
}

#pressContent ul {
  list-style-type: square;
  margin: 0;
  margin-top:-10px;
  padding-bottom:15px;
}

#pressContent a {
  color:#6853C4;
  text-decoration: none;
}

#pressContent a:hover {
  color: #3B579D;
  text-decoration: underline;
}

#pressContent #downloadMedia {
  width: 599px;
  padding-bottom:0px;
  margin:0px;
}

.minContainer {	
  display:inline-block;
  height: 110px;
  margin: 0;
  margin-right: 4px;
  padding: 0;
}

.minContainerFig{
  display:inline-block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-right: 4px;
  min-width: 145px;
  padding: 0;
  text-align: center;
}


