@font-face
{
font-family: myFont;
src: url(http://www.hixair.fr/fonts/Gotham-light.ttf);
}  

@font-face
{
font-family: Gotham;
src: url(http://www.hixair.fr/fonts/Gotham-Medium.ttf);
}  


html{
    font-family:myFont;
    color: #000000;
    background: #FFFFFF;
    }

body{
    margin: 0;
    padding: 0;
    font-size: 11px;
    line-height: 12px;
    
}




.thumb {
	
   position:relative;
   display: inline;
   align: center;

   
}
.thumb .label {
    background-color:rgba(100,100,100,0.7);
    position:absolute;
    top:35px; 
    left:2px;
    width:100px; 
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
}


.stackone .label {
    position:absolute;
    top:108px; 
    left:2px;
    width:100px; 
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
}


	
.polaroid {
  position:relative;
  overflow:hidden;
  display:inline-block;
  align: center;
  width: 340px;
  margin: 0px 10px 12px 0px;
  background: #FFFFFF;
  
   -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
 
.polaroid img {
	
  border: 10px solid #fff;
  border-bottom: 45px solid #fff;

}
 
.polaroid p {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -10px;
  font: 20px 'Gotham';
  color: #000000;
}



#topdiv{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 36px;
	background: #95a0a7;
	opacity: 0.95;
	font-size: 28px;
	vertical-align: middle;
	color: #000000;
	margin-top: 4;
}


#bottomdiv{
	position: float;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	background: #2E2E2E;
	opacity:0.8;
	font-size: 28px;
	vertical-align: middle;
	padding: 4 0 4 10;
	color: #000000;
}

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

a:visited{
    color: #ffffff;
}

a:hover{
  color: #000000;
  text-shadow: 0px 0px 2px #ffffff;
  }


a img{
    border: none;
    max-width: 100%;
    vertical-align: bottom;

}
		

.article.archive img{
    border: none;
    margin: 2px 2px 2px 2px;
}

pre, code{
    max-height: 100%;
    width: 100%;
    font-size: 1.2em;
    overflow: auto;
}
h1, h2, h3{
    font-family:Gotham;
    }

h1{
      font-size: 32px;
      
    }


h2{
    font-size: 34px;
    
    }



.top h2 {
    align: center;
    color: #000000;
   
}

#page {
    width: 100%;
    margin: 0 auto;
}

/* Header
*******************************************************************************/
#top {
    color: #6F6F6F;
    padding: 5px 5px;
}
    h1 a,
    h1 a:visited {
        color: #ffffff;
        font-family:myFont;
        text-decoration: none;
        line-height: 32px;
        vertical-align: bottom;
    }
    h1 a:hover {
        color: #444;
    }
    
    h2 {
    	padding: 0px 0px 0px 0px;
    	 line-height: 26px;
    	}

/* Content
*******************************************************************************/


#content {
  padding:0;
  height: 100%;
  width: 510px;
  margin-left: 20px;
}

#contentm {
  padding:0;
  height: 100%;

}

#homepage {
  font-family:myFont;
  margin:0;
  padding:0;
  background: url(http://www.hixair.fr/rotatehd/rotator.php) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
  height: 100%;
 
}

#main {
  margin-left:220px;
  padding:0;
  height: 100%;
  
}



#logo {
	font-size: 40px;
	letter-spacing: 0px;
	font-family: 'Gotham';
	font-weight: bold;
	line-height:34px;	
}
#slogo {
	font-size: 18px;
	letter-spacing: 0px;
	font-family: 'Gotham';
	font-weight: bold;
	line-height:18px;
}


#titles {
	
	position: fixed;
	bottom: 0px;
	top: 0px;
	left: 20px;
	z-index: 999;
	height: 100%;
	border-right: 1px solid #000000;
	font-family: myFont;
	letter-spacing: 0px;
	background-color: rgba(40, 40, 40, 0.701961);
	font-size: 26px;
	line-height:24px;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	}


#home {

    
    background: linear-gradient(#95a0a7, #FFFFFF);
    height: 100%;
    width: 100%;
}


.stackone {
    border: 4px solid #fff;
    border-bottom: 30px solid #fff;
    float: left;
    height: 100px; width: 100px;
    margin: 22px;
    position: relative;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  	
}


.stackone:after {
    content: "";
    height: 130px; width: 100px;
    background: #95a0a7;
    border: 4px solid #fff;
     
    position: absolute;
    z-index: -1;
    top: Opx;
    left: -10px;
     
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
     
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.stackone:before {
    content: "";
    height: 130px; width: 100px;
    background: #b7b0af;
    border: 4px solid #fff;
    position: absolute;
    z-index: -1;
    top: -4px;
    left: 0px;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}




/* Sidebar
*******************************************************************************/
#sidebar {
    width: 0px;
    float: left;
}
    #sidebar div {
        padding: 1em 30px;
    }
    #sidebar h2 {
        color: #665;
    }
    #sidebar ul {
        list-style: none;
        padding: 0;
        margin: 1em 0;
    }
    
/* Article
*******************************************************************************/
.article{
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
	background-color:rgba(200,200,200,1);
    background-image: url(../img/stuff.png);
          background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
    box-shadow: 0px 10px 24px #000;
    -moz-box-shadow: 0px 10px 24px #000;
    -webkit-box-shadow: 0px 10px 24px #000;
    font-size: 18px;
    line-height: 20px;
}

    .article-title,
    .article-title a{
        color: #111;
        text-decoration: none;
        font-size: 22px;
    }

    .article-info{
        margin: 0 0 1em 0;
        color: #2E2E2E;
    }
    
    .article-content {
    	max-width: 100%;
        font-family:myFont;
        margin-left: auto; 
        margin-right: auto;
    }
    
    
    .article-content a{
	    color: #000000;
    text-decoration: none;
}

    .article img{
        max-width: 100%;
        
    }



    .article .collapsed{
        display: none;
    }

.article.blog-xrpix-com{
	
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
    background-color:rgba(180,180,180,0.9);
    background-image: url(../img/photoblog.png);
        background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
    box-shadow: 0px 10px 24px #000;
    -moz-box-shadow: 0px 10px 24px #000;
    -webkit-box-shadow: 0px 10px 24px #000;

}

.article.twitpic-com{
	
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
    background-color:#1dafed;
    background-image: url(../img/twittpics.png);
        background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
    box-shadow: 0px 0px 24px #000;
    -moz-box-shadow: 0px 10px 24px #000;
    -webkit-box-shadow: 0px 10px 24px #000;
}

	
.article.hixair-tumblr-com{
	
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
    background-color:rgba(65,93,123,0.9);
    //#415d7b
    background-image: url(../img/Tumblr.png);
    background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
    box-shadow: 0px 10px 24px #000;
    -moz-box-shadow: 0px 10px 24px #000;
    -webkit-box-shadow: 0px 10px 24px #000;
}	
	
		
.article.xavierrotivel-tumblr-com{
	
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
    background-color:rgba(255,255,255,0.9);
    background-image: url(../img/photowork.png);
    background-size:200px;
    background-repeat:no-repeat;
    background-position: right bottom;
    box-shadow: 0px 10px 24px #000;
    -moz-box-shadow: 0px 10px 24px #000;
    -webkit-box-shadow: 0px 10px 24px #000;
}	
	
	
.article.www-pinterest-com{
	
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
    background-color:rgba(201,35,44,0.9);
    background-image: url(../img/pinterest.png);
    background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
    box-shadow: 0px 10px 24px #000;
    -moz-box-shadow: 0px 10px 24px #000;
    -webkit-box-shadow: 0px 10px 24px #000;
}


.article.www-twitter-com{
	
    margin-bottom: 20px;
    padding: 10px 10px 30px 10px;
    background-color:rgba(98,170,220,0.9);
    background-image: url(../img/twitter.png);
        background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
    box-shadow: 0px 10px 24px #000;
    -moz-box-shadow: 0px 10px 24px #000;
    -webkit-box-shadow: 0px 10px 24px #000;
}
	   
.article.gallery{
	max-width: 100%;
    margin-bottom: 2em;
    padding: 10px 10px 10px 10px;
    background: #fff;
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(../img/loading.gif);
   
    box-shadow: 6px 6px 12px #000;
    -moz-box-shadow: 6px 6px 12px #000;
    -webkit-box-shadow: 6px 6px 12px #000;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.article.archive{
	max-width: 100%;
    margin-bottom: 2em;
    padding: 30px 4px 30px 4px;
    background-color:rgba(255,255,255,1);
}

    .article.archive a{
	    color: #000000;
    text-decoration: none;
}

.item{
border-top: solid 10px #FFFFFF;
border-top-style: dotted;
border-top-width: 10px;
margin-bottom: 25px;
background-color:#E5E5E5;
padding: 0px 0px 10px 4px;
    }

    .item a{
	    color: #000000;
    text-decoration: none;
}


/* Footer
*******************************************************************************/
#footer {
    clear: both;
    padding: 0 30px;
}

img.lazy {margin: 2px 2px 2px 2px; align: center; vertical-align: middle;}
img.ilazy {margin: 2px 0px 2px 0px; vertical-align: middle; align: center;}
