@font-face
{
font-family: myFont;
src: url(http://www.hixair.fr/HelveticaNeue-Light.woff);
}

html{
    font-family:myFont;
    color: #ffffff;
    background: #000000;
    background-image: url("../img/IMG_0030_bg.jpg");
	background-repeat:repeat-y;
	background-size:100%;
	background-attachment:fixed; 
    font-size: 62.5%;
}

body{
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.5em;
}

#topdiv{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 34px;
	background: #858a85;
	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;
}

a img{
    border: none;
     max-width: 100%;
}

pre, code{
    max-height: 100%;
    width: 100%;
    font-size: 1.2em;
    overflow: auto;
}

h1, h2, h3{
    font-family:myFont;
}

h2{
    margin: 0;
}

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

/* Header
*******************************************************************************/
#top {
    color: #6F6F6F;
    padding: 5px 5px;
}
    h1 a,
    h1 a:visited {
        color: #ffffff;
        text-decoration: none;
        line-height: 32px;
    }
    h1 a:hover {
        color: #444;
    }

/* Content
*******************************************************************************/
#content {
    padding: 0px 6px 0px 2px;
    
}

#home {
    padding: 0px 6px 0px 2px;
    background: #858a85;
}

/* 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: 2em;
    padding: 10px 10px 60px 10px;
	background-color:rgba(255,255,255,0.5);
    background-image: url(../img/stuff.png);
    background-repeat:no-repeat;
    background-position: right bottom;
    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-title,
    .article-title a{
        color: #111;
        text-decoration: none;
    }

    .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: 2em;
    padding: 10px 10px 60px 10px;
    background-color:rgba(180,180,180,0.5);
    background-image: url(../img/photoblog.png);
        background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
    
    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.twitpic-com{
	
    margin-bottom: 2em;
    padding: 10px 10px 60px 10px;
    background-color:rgba(178,178,196,0.5);
    background-image: url(../img/twittpics.png);
        background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
   
    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.hixair-tumblr-com{
	
    margin-bottom: 2em;
    padding: 10px 10px 60px 10px;
    background-color:rgba(55,86,116);
    background-image: url(../img/Tumblr.png);
    background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
   
    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.pinterest-com{
	
    margin-bottom: 2em;
    padding: 10px 10px 60px 10px;
    background-color:rgba(231,232,230,0.5);
    background-image: url(../img/pinterest.png);
        background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
   
    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.www-twitter-com{
	
    margin-bottom: 2em;
    padding: 10px 10px 60px 10px;
    background-color:rgba(0,188,246,0.5);
    background-image: url(../img/twitter.png);
        background-size:100px;
    background-repeat:no-repeat;
    background-position: right bottom;
   
    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.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 30px 30px 30px;
    background-color:rgba(255,255,255,0.5);
    background-repeat:no-repeat;
    background-position: right bottom;

    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 a{
	    color: #000000;
    text-decoration: none;
}

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

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


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

img.lazy {margin: 0px 0px 0px 0px; vertical-align: middle; align: left;}
