
@font-face {
	font-family: 'inconsolatamedium';
    src: url('../fonts/inconsolata-webfont.eot');
    src: url('../fonts/inconsolata-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inconsolata-webfont.woff') format('woff'),
         url('../fonts/inconsolata-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'specimenlight';
    src: url('../fonts/specimen-webfont.eot');
    src: url('../fonts/specimen-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/specimen-webfont.woff') format('woff'),
         url('../fonts/specimen-webfont.ttf') format('truetype'),
         url('../fonts/specimen-webfont.svg#specimenlight') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'inconsolata-bold';
    src: url('../fonts/inconsolata-bold-webfont.eot');
    src: url('../fonts/inconsolata-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/inconsolata-bold-webfont.woff') format('woff'),
         url('../fonts/inconsolata-bold-webfont.ttf') format('truetype'),
         url('../fonts/inconsolata-bold-webfont.svg#inconsolatabold') format('svg');
    font-weight:normal !important;
    font-style: normal;
}
.clear{
  clear:both;
}

img, object, a{
  outline:none;
  border:0;
  text-decoration:none;
  color: #000;
}



ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

a:link a:visited{
  color:#000;
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
a.active:before{
 content:'[';
  
}
a.active:after{
 content:']';
  
}
a.active.asc:after{
 content:' ↓]';
}
a.active.desc:after{
  content:' ↑]';
}
.moreWork a, .textWorks a, .detailsWorks a, .legend a{
	text-decoration:underline;
}


#sidebar a.active:before{
  content:'[';
  display: block;
  
  width:16px;
  
  text-align:center;
  height:16px;
  
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left:-2px;
}
#sidebar a.active:after{
  content:']';
  display: block;
  height:16px;
  
  width:16px;
  text-align:center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left:-2px;
}

div{
  margin:0;
  padding:0;
}
p{
  margin:0;
  padding:0;
}
html, body{
	margin:0; padding:0;
  	/*background-image: url("../imgs/baseline.jpg");*/
	font-family: inconsolatamedium;
	width:100%;
	background-color: #fcfbfb;
	line-height: 16px;
	font-size: 12px;
	color: #000;
	/*overflow: hidden;*/
	/*text-rendering:optimizeLegibility;*/
}
/*#global{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:0 0 30px;
	overflow:auto;
}*/

h2{
	margin: 0;
	line-height: 32px;
	font-size: 26px;
	font-weight:normal;
	font-family: 'specimenlight', 'inconsolatamedium', courier, monospace;

}

h3{
	margin: 0 0 16px 0;
	line-height: 16px;
	font-size: 16px;
	font-weight:normal;
	text-transform: uppercase;
	font-family: 'specimenlight', 'inconsolatamedium', courier, monospace;
}

.lCol{
	width: 544px;
	margin: 0 16px 16px 0;

}

.mCol{
	width: 264px;
	margin: 0 16px 16px 0;

}

#header{
	width: 100%;
	/*height: 48px;*/
	margin: 8px 0 32px 0;
	z-index: 100;
}

#title{
	margin: 0 auto 0 auto;
	width: 96px;
	font-size: 16px;
	text-align: center;
	font-family: 'specimenlight', 'inconsolatamedium', courier, monospace;
}

#lang{
	margin: 0 48px 0 0;
	width: 48px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	font-size: 14px;
	

}

#sortFilter{
	margin: 0 0 16px 0;
	text-transform:uppercase;
}

#sortFilter ul{
	
	
}

#sortFilter li{
	float: left;
	margin-right: 8px;
	
	
}
#sortFilter li:after{
	content:' |';
}

#sortFilter li:last-child:after{
	content:'';
}
#sort, #filter{
	clear:both;
}

.type{
	position: absolute;
	width: 56px;
	
	
}


#sidebar{
	width: 40px;
	word-wrap: break-word;
	box-shadow: none;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
	z-index: 100;
	
}


.ui-panel-inner{
	padding: 0;
}
.ui-page{
	padding: 0 !important;
}
#sidebar ul{
	margin: 56px 0 0 16px;
	text-align: center;
	width: 8px;

}

#sidebar li{
	margin-bottom: 16px;
	

}


#sidebar a{
	display: block;
	
	

}

#content{
	margin:56px 0 0 128px;
	
	clear:both;

}

.workThumb{
	width: 264px;
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;

}

.titleThumb{
	text-transform: uppercase;
}

.thumbnail{
	margin: 8px 0 16px 0;
	padding: 0;
	border: none;
	
}
.thumbnail img{
	width:100%;
}

.details a:hover{
	color: #000;
}
.details a:after{
	content:" →"
}
img{
	display: block;
}

table{
	border-collapse: collapse;
	padding: 0;
	width:100%;
	
}

tr{
	border-top: 1px solid #000;
}

tr:first-child {
border-top:1px solid #FCFBFB;
}

td{
	vertical-align: top;
	padding:0;
	width: 160px;
	line-height: 15px;
}


.moreWork{
	text-align: center;
	margin-top: 16px;

}

.moreWork a{
	
	padding: 0 2px 0 2px;

}

.detailsWorks{
	float: left;

}

.textWorks{
	font-size: 14px;
	float: left;
}


.share{
	padding: 0 2px 0 2px;
	margin-right: 16px;
	margin-top: 16px;
	float: left;
	
}



.imgWorks{
	float: left;
	cursor:pointer;
}

.imgWorks img{
	width: 100%;

}

.legend{
	margin: 8px 16px 0 0;
	width:264px;
	
}

/*-----NEWS-----*/

.news{
	width: auto;
	height:auto;
	line-height: 48px;
	font-size: 48px;
}

.newsData{
	display:none;
}

/*-----PRESS-----*/

#contentPress .imgWorks{
	display: none;

}

#contentPress .imgWorks.first{
	display: block;

}
#pressList a{
    display:block;
    width:100%;
    height:100%;
    
}

/*-------INFOS------*/
.fileDown{
	margin:16px 16px 0 0;
}


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

#gallery{
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: auto;
	height: auto;
	z-index: 2;
	position: absolute;

}

#galleryContent{
	position: absolute;
	z-index:10;
	
}


#galleryScreen{
	float: left;
	overflow:hidden;
}

#galleryItems{
	position:relative;
}

#galleryBg{
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.9);
	position:absolute;
	z-index:1;
}

.nav{
	float: left;
	width: 32px;
	font-size: 24px;
	height: 32px;
	cursor:pointer;
}
.nav.next{
	text-align:right;
}
.nav.next:before{
	content:"→";

}
.nav.prev:before{
	content:"←";
	
}
.close{
	position:relative;
	right:0;
	top:8px;
	height:16px;
	width:100%;
	text-align:right;
	font-size:16px;
	cursor:pointer;
}
.close:before{
	content:"✕";
}
#gallery .item{
	height:100%;
	float:left;
}
#gallery .item .view{
	width:100%;
	height:100%;
	display:none;
	overflow:hidden;
}
#gallery .item .view .resizeText{
	line-height:1em;
	position:relative;
	word-wrap:break-word;
	font-family: 'specimenlight';
	text-transform:uppercase;
}
#social {
    text-align:center;
    
}
#social img{
    display:block;
    margin:10px auto;
    width:15px;
    
}