/*

Département d'anthropologie
Université de Genève
David Roessli
Stephan Weber

SCREEN.CSS 

*/

@import url(reset.css); /* RESET CSS */
@import url(tabs.css); /* TABS CSS */
@import url(scratch.css); /* SCRATCH */


/* FONTS ------------------------------------------------------------------ */
@font-face {
    font-family: 'TheSans-Plain';
    src: url('/assets/fonts/TheSanPla.eot');
    src: url('/assets/fonts/TheSanPla.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/TheSanPla.woff') format('woff'),
         url('/assets/fonts/TheSanPla.svg#TheSans-Plain') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TheSansSemiBold-Plain';
    src: url('/assets/fonts/TheSanSemBolPla.eot');
    src: url('/assets/fonts/TheSanSemBolPla.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/TheSanSemBolPla.woff') format('woff'),
         url('/assets/fonts/TheSanSemBolPla.svg#TheSansSemiBold-Plain') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TheSansBold-Plain';
    src: url('/assets/fonts/TheSanBolPla.eot');
    src: url('/assets/fonts/TheSanBolPla.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/TheSanBolPla.woff') format('woff'),
         url('/assets/fonts/TheSanBolPla.svg#TheSansBold-Plain') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* BODY ------------------------------------------------------------------ */

html {
background : rgb(255,255,255); }

body { 
/* background : rgb(255,255,255) url(../img/ui/grid.png) repeat-y 50% 0; */
font : 75%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
color : rgb(0,0,0); }


/* HEADINGS -------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
/*	font-family:museo-sans-n5, museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight:normal;
}

h1, h2, h3 {
text-shadow : 0 -1px 1px rgb(255,255,255); }

h1, h2 { 
margin-bottom : .75em;
font-size : 2.25em;
font-weight : bold;
line-height : 1.2; 
letter-spacing : -1px; }

h3, h4 {
margin-bottom : 1.25em;
font-size : 1.45em;
line-height : 1.25; }

table + h3 {
margin-top : 3em; }

h5, h6 {
margin-bottom : 0;
font-size : 1em;
font-weight : bold; }

.subtitle {
	margin-bottom:.5em;
}

/* TYPOGRAPHY ----------------------------------------------------------- */

p { 
margin : 0 0 1.5em; }

blockquote { 
font-style : normal; }

blockquote { 
quotes : "\201c" "\201d"; }

blockquote p:first-child:before { 
margin-left : -6px;
padding-right : 2px;
content : "\201c"; 
font-family : Times; 
font-weight : bold; }

blockquote p:last-child:after { 
content : "\201d"; 
font-family : Times; }

div.vcard {
margin-bottom : 1.5em; }

.vcard.box {
background : url(../img/ui/card-address.png) no-repeat 100% 0; }

li ul, li ol {
margin-bottom : 1.5em; }

ul, ol {
margin-bottom : 1.5em; }

ul { 
list-style-type : disc; }

ol { 
list-style-type : decimal; }

dl {
margin : 0 0 1.5em 0; }

dt {
font-weight : bold; }

dd {
margin-left : 1.5em; }

strong {
font-weight : bold; }

em, dfn {
font-style : italic; }

dfn {
font-weight : bold; }

sup, sub {
line-height : 0; }

abbr, acronym {
border-bottom-width : 0; }

address {
font-style : normal; }

del {
color : #666; }

pre {
margin : 1.5em 0;
white-space : pre; }

pre, code, tt {
font : 1em 'andale mono', 'lucida console', monospace;
line-height : 1.5; }


/* LINKS ------------------------------------------------------------------ */

a, a:visited {
outline : none;
color : rgb(0, 102, 204);
text-decoration : none; }
 
a:hover { 
color : rgb(237,81,0); 
text-decoration : none; }
 
a:active, a:focus { 
position : relative; 
top : 1px; 
color : rgb(215,105,28); }

a.action {
padding : 4px 9px; 
border-width : 0;
border-radius : 5px;
background-color : rgb(243,241,239); 
color : rgb(0,0,0);
font : normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif; 
text-transform: uppercase;
letter-spacing : 1px; }

tbody tr:nth-child(even) th a.action,
tbody tr:nth-child(even) td a.action {
background-color : rgb(255,255,255); }

a.more:after {
content : " »"; }

a.comments { 
min-height : 16px;
padding : 1px 0 1px 18px; 
background : url(../img/ui/balloon.png) no-repeat 0 50%; }

a.comments em { 
font-style : normal; }

.hcal, a.hcal {
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/calendar-insert.png) no-repeat 0 50%; }

a.full { 
background : url(../img/ui/document-pdf-text.png) no-repeat 0 50%; }

a.email { 
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/mail.png) no-repeat 0 50%; }

a.photo-gallery { 
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/picture.png) no-repeat 0 50%; }

a.play {
width : 16px; 
height : 16px;
background : url(../img/ui/control.png) no-repeat 50% 50%; 
text-indent : -9999px; }

a.print-section { 
min-height : 16px;
padding : 1px 0 1px 18px; 
background : url(../img/ui/report.png) no-repeat 0 50%; }

a.print { 
min-height : 16px;
padding : 1px 0 1px 18px; 
background : url(../img/ui/reports-stack.png) no-repeat 0 50%; }

a.pdf { 
min-height : 16px;
padding : 1px 0 1px 18px; 
background : url(../img/ui/document-pdf.png) no-repeat 0 50%; }

a.dokeos {
	min-height : 16px;
	padding : 1px 0 1px 20px; 
    background:url(../img/ui/lifebuoy.png) no-repeat 0 0;
}
a.asterisk {
	min-height : 16px;
	padding : 1px 0 1px 20px; 
    background:url(../img/ui/tick-circle.png) no-repeat 0 0;
}
a.content-toggle,
a.content-load {
	min-height : 16px;
	padding : 1px 0 1px 20px; 
    background:url(../img/ui/toggle-small-expand.png) no-repeat 0 0;
}
a.icn {
    display:block;
    width:16px;
	padding : 1px 0; 
	color:transparent;
	overflow:hidden;
}

th.entry-title a[rel="bookmark"] {
padding : 1px 0 1px 22px; }

a.restricted { 
min-height : 16px;
background : url(../img/ui/lock.png) no-repeat 0 50%; }

li.restricted { 
display : block;
width : 16px;
height : 16px; 
background : url(../img/ui/lock.png) no-repeat 0 50%;
text-indent : -9999px; }

a.rss { 
min-height : 16px;
padding : 1px 0 1px 18px; 
background : url(../img/ui/feed.png) no-repeat 0 50%; }

a[rel="tag"] { 
min-height : 16px;
padding : 1px 0 1px 18px; 
background : url(../img/ui/tag-small.png) no-repeat 0 50%; }

a.bookmark {
	min-height : 16px;
	padding : 1px 0 1px 20px; 
    background:url(../img/ui/bookmark.png) no-repeat 0 0;
}


/* IMAGES AND VIDEOS ----------------------------------------------------- */

img {
padding : 10px;
/* background-color : rgb(255,255,255); */
border : 1px solid rgb(230,230,230); 
-webkit-box-shadow :  0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow :  0 1px 4px rgba(0,0,0,.2); 
box-shadow :  0 1px 4px rgba(0,0,0,.2); 
}
img.nb {
border:0;
padding:0;
box-shadow:none;	
}
p img.left {
float : left;
margin : 1.5em 1.5em 1.5em 0; }

figure img.right,
p img.right {
float : right;
margin : 1.5em 0 1.5em 1.5em; }

table img,
.badges img {
padding : 0;
background-color : transparent; 
border-width : 0; }

.badges img {
margin-right : 20px; 
box-shadow : none; }

p.caption { 
margin-bottom : 1.5em; }
 
p.caption img { 
display : block; 
margin-bottom : .5em; }

figure { 
margin-bottom : 1.5em; }

figure dt { 
margin : 0 0 .5em 0; }

figure dd { 
margin : 0 0 .5em 0; }

.movie, iframe.map, figure img {
padding : 10px;
background-color : rgb(255,255,255); 
border : 1px solid rgb(230,230,230); }
 
.movie,
iframe {
margin-bottom : 1.5em; }

.youtube {
padding : 10px 10px 5px 10px; }

/* Tables -------------------------------------------------------------- */

table {
margin-bottom : 1.4em;
width : 100%; }

th, td { 
vertical-align : top; }

th { 
padding : 4px 5px 4px 0; 
font-weight : normal; }

thead th {
background : transparent; }

th, td, caption { 
padding : 4px 10px 4px; }

caption {
margin-bottom : 1.5em;
background : transparent; 
font-size : 1.2em;
line-height : 1.25; }

tfoot {
font-style : italic; }

thead th,
thead td {
border-bottom : 1px solid rgb(200,200,200); }

tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
background-color : rgb(240,240,240); }
 
.file th {
width : 120px; }

td.dt {
width : 102px; 
min-height : 16px;
padding-left : 18px; 
background : url(../img/ui/calendar-small.png) no-repeat 0 5px; }

td.order {
vertical-align : center; }

table.enseignements th[scope="row"] {
	width:60%;
}
/* Tables in columns */

.colgroup .col th, 
.colgroup .col td { 
padding : 4px 10px 4px 0; 
font-weight : normal; }

.colgroup .col tbody tr:nth-child(even) th,
.colgroup .col tbody tr:nth-child(even) td {
background-color : transparent; }

/* Table sorting */
 
th.header { 
padding : 0 20px 9px 12px;  
background : url(../img/ui/arrow_sort.png) no-repeat 0 4px; 
cursor : pointer; }
 
th.headerSortUp { 
background : url(../img/ui/arrow_up.png) no-repeat 0 6px; }
 
th.headerSortDown { 
background : url(../img/ui/arrow_down.png) no-repeat 0 6px; }

/* Contact tables */

tr.vcard th.fn,
tr.vcard th.role {
width : 210px; }

tr.vcard td.tel {
width : 330px; }

/* Additional table styles */

td span.us {
display : block;
width : 16px;
height : 11px;
background : url(../img/ui/usa.png) no-repeat 0 0;
text-indent : -9999px; }

td span.ca {
display : block;
width : 16px;
height : 11px;
background : url(../img/ui/ca.png) no-repeat 0 0;
text-indent : -9999px; }

div#legend h3 {
margin : 0 0 .25em 0; }

div#legend ol {
overflow : hidden;
list-style-type : decimal;
margin : 0; }

div#legend ol li {
float : left;
margin-right : 20px;
padding-right : 20px; 
color : rgb(200,200,200); }

div#legend ol li#legend-1:target,
div#legend ol li#legend-2:target,
div#legend ol li#legend-3:target,
div#legend ol li#legend-4:target { 
color : rgb(0,0,0); }

tr.off th, tr.off td {
	font-style:italic;
} 
tr.off th, tr.off td,
tr.off th a, tr.off td a {
	color:#ccc;
}

/* Journals */
td.index, th.index { display:none; } 
/* Forms -------------------------------------------------------------- */

fieldset { 
margin : 0 0 1.5em 0; }

legend { 
font-weight : bold; 
font-size : 1.2em; }

label { 
font-weight : normal; }

input[type="text"], 
textarea { 
margin : .5em 0; 
padding : 5px; 
font : normal inherit "Helvetica Neue", Helvetica, Arial, sans-serif;
border : 1px solid rgb(200,200,200); }

input[type="text"] {
width : 220px; }

textarea {  
width : 490px;
height : 250px; }

input[type="text"]:hover, 
textarea:hover { 
border : 1px solid rgb(100,100,100); }

input[type="text"]:focus, 
textarea:focus { 
border : 1px solid rgb(0,0,0); }

fieldset.col {
width : 220px; 
margin-right : 50px; }

fieldset.col.last {
margin-right : 0; }

fieldset.clear {
clear : both;
width : 200px; }

/* Job search */

.colgroup .col select { 
width : 230px; }

.colgroup .col input[type="text"] { 
width : 220px; }


/* LAYOUT -------------------------------------------------------------- */

article, aside, dialog, figure, footer, header, hgroup, nav, section {
display : block; }

#page, .container { 
width : 100%; }

.content { 
position : relative;
clear : both;
width : 940px; 
margin : 0 auto 3em auto; }

.content:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }

.content-main { 
float : left; 
width : 540px; }

.content-sub { 
float : right; 
width : 340px; }

/* Columns */

.col { 
float : left; }

.colgroup {
margin-bottom : 3em; 
padding-bottom : 1.5em;
border-bottom : 2px solid rgb(200,200,200); }

.figgroup {
	margin-bottom : 1.5em; 
}
.figgroup .col figcaption { 
	padding:0 10px;
	color:#999;
	font-style:italic;
}
.shadbox { 
	margin-bottom:1.5em;
	padding:1em;
	-moz-box-shadow:0 1px 3px #ccc; -webkit-box-shadow:0 1px 3px #ccc; box-shadow:0 1px 3px #ccc;
	-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
}
.green { 
	background-color:rgba(0,100,0,.1);
}
.highlight {
	font-family:Georgia,serif;
	font-size:1.25em;
}
.highlight ul {
	margin-bottom:0;
}
.highlight ul li {
	margin-left:18px;
	margin-bottom:1em;
	list-style-type:disc;
}
.highlight ul li:last-child {
	margin-bottom:0;
}

.intro { font-size:1.1em; }

.figgroup:last-child,
.colgroup:last-child {
margin-bottom : 0; 
padding-bottom : 0;
border-bottom-width : 0; }

.colgroup:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }

.figgroup .col,
.colgroup .col { 
float : left; 
width : 250px; 
margin-right : 40px; }
.figgroup .col  { 
/*	margin-right : 24px; */
}
.figgroup .col figure img { 
	width:230px;
	height:178px;
}
.figgroup .col figure img.auto { 
	height:auto;
}
.colgroup .coldouble { 
float : left; 
width : 520px; 
margin-right : 40px; }

.figgroup .col.last,
.colgroup .col.last { 
margin-right : 0; }

.vcard.col {
margin-right : 80px; }

.duo .col {
	width:440px;
}
/* BRANDING -------------------------------------------------------------- */

.branding { 
width : 100%; }

.branding .inner { 
position : relative;
width : 940px; 
height : 95px;
margin : 0 auto 1.5em auto; 
padding : .5em 0; }

.branding .inner:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }

.branding .inner h2 {
position : absolute;
top : 30px;
left : 0;
/*width : 80px; */
width:110px;
height : 70px;
background : url(../img/logo_ua.png) no-repeat 0 0;
background-size:100px 55px;
text-indent : -9999px; }

.branding .inner h2 a {
display : block;
width:110px;
height : 70px; }

.branding .inner h3 { 
position : absolute;
top : 0;
right : 60px; 
margin : 0; }

/* NAVIGATION -------------------------------------------------------------- */

/* Main */

nav.main { 
position : absolute;
bottom : 0;
right : 0;
overflow : hidden; 
width : 780px;  
margin : 0 auto 1.5em auto; 
padding : 7px 10px 5px 20px;
background-color : rgb(243,241,239); 
border-radius : 10px; 
text-shadow : 0 -1px 1px rgb(255,255,255);
-webkit-box-shadow :  0 1px 4px rgba(0,0,0,.2);
-moz-box-shadow :  0 1px 4px rgba(0,0,0,.2);
box-shadow :  0 1px 4px rgba(0,0,0,.2);
}

nav.main ul { 
position : relative;
top : 10px; 
list-style-type : none; 
float : left; 
width : 500px;
margin : 0; }

nav.main ul li {
display : block;
float : left;
margin-right : 10px; 
padding-right : 10px; 
border-right : 1px solid rgb(200,200,200); }

nav.main ul li.last { 
margin-right : 0; 
padding-right : 0; 
border-width : 0; }

nav.main ul li a {
border-radius : 5px;
font-size : 11px; 
text-transform : uppercase; }

nav.main form { 
float : right; 
width : 270px; 
margin : 0; }

nav.main input[type="text"] { 
width : 160px;
margin-right : 10px; 
border-radius : 10px; 
background-position : 10px 50%!important; }

nav.main button { 
padding : 4px 9px; 
border-width : 0;
border-radius : 5px;
background-color : rgb(134,114,103); 
color : rgb(255,255,255);
font : normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif; 
text-transform: uppercase;
letter-spacing : 1px; 
cursor : pointer; }
 
nav.main button:hover { 
background-color : rgb(237,81,0); }

nav.main fieldset { 
margin : 0; }

/* Tools */

.tools { 
width : 100%; 
background-color : #eee; }

.tools nav { 
width : 960px; 
margin : 0 auto 1.5em auto; 
padding : .5em 0; }

.tools nav ul { 
overflow : hidden; 
list-style-type : none; 
margin : 0 0 0 500px; 
}

.tools nav ul li {
display : block;
float : left;
margin-right : 20px; 
padding-right : 20px; 
border-right : 1px solid rgb(200,200,200); }

.tools nav ul li.last { 
margin-right : 0; 
padding-right : 0; 
border-width : 0; }

nav.pes {
	padding:.5em 1em;
	margin-bottom:1.5em;
	background-color:#f3f1ef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 0 1px 2px;
}
nav.pes ul {
	list-style-type : none;
}
nav.pes ul li {
	display : block;
	float : left;
	margin-right : 20px; 
	padding-right : 20px; 
	border-right : 1px solid rgb(200,200,200);
}
nav.pes ul li:last-child {
	margin-right : 0; 
	padding-right : 0; 
	border-right : 0;
}
/* Sub */

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

nav.sub li { 
margin-bottom : .5em; 
padding-bottom : .5em; 
border-bottom : 1px solid rgb(200,200,200); }

nav.sub li.last { 
margin-bottom : 0; 
padding-bottom : 0; 
border-bottom : 0; }

nav.sub a[rel="tag"] { 
min-height : 0;
padding : 0; 
background-image : none; }

/* Pagination */

.pagination { 
clear : both;
padding-top : 1.5em; 
border-top : 2px solid rgb(200,200,200); }

.pagination li { 
display : inline; 
margin-right : 2px; }

.pagination li a { 
padding : 3px 7px; 
background-color : rgb(255,255,255); 
border : 1px solid rgb(200,200,200); 
font : normal 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform : uppercase;
text-decoration : none; }

.pagination li a:hover { 
background-color : rgb(216,213,211); 
color : rgb(255,255,255); 
border-color : rgb(200,200,200); }

a.currentpage { 
background-color : rgb(216,213,211); 
color : rgb(0,0,0); 
border-color : rgb(200,200,200); }

a.disablelink { 
background-color : rgb(255,255,255); 
border-color : rgb(200,200,200); }

/* A-Z */
 
.nav-az li { 
display : inline; 
margin-right : 1px; }

.nav-az li.last { 
margin-right : 0; }
 
.nav-az li a { 
padding : 2px 3px; 
border : 1px solid rgb(200,200,200); 
font : normal 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform : uppercase;
text-decoration : none; }
 
.nav-az li a:hover { 
background-color : rgb(216,213,211); 
color : rgb(255,255,255); 
border-color : rgb(200,200,200); }
 
.nav-az li a.currentpage { 
background-color : rgb(216,213,211); 
color : rgb(255,255,255); 
border-color : rgb(200,200,200); }
 
.nav-az li a.disablelink { 
background-color : rgb(255,255,255); 
border-color : rgb(200,200,200); }

/* Archives (year) */

nav.archive-year {
overflow : hidden; }

nav.archive-year h1 {
float : left; 
width : 340px; 
margin-right : 20px; }

nav.archive-year h1 + ul {
position : relative;
top : 1em;
float : left;
width : 520px; 
margin : 0; }

nav.archive-year ul {
list-style-type : none; }

nav.archive-year li {
float : left;
width : 40px; 
margin : 0 20px .75em 0; }

nav.archive-year li a {
padding : 4px 9px; 
border-width : 0;
border-radius : 5px;
background-color : rgb(243,241,239); 
color : rgb(0,0,0);
font : normal 11px "Helvetica Neue", Helvetica, Arial, sans-serif; 
text-transform: uppercase;
letter-spacing : 1px; }

/* Breadcrumb */

nav.breadcrumb a {
	color:#000;
}
nav.breadcrumb a:hover {
	color:rgb(0, 102, 204);
}
nav.breadcrumb {
opacity : .5; }

nav.breadcrumb:hover {
opacity : 1; }

nav.breadcrumb ul { 
list-style-type : none; 
padding : 5px 10px;
border : 1px solid rgb(220,220,220); }

nav.breadcrumb li { 
display : inline; 
margin-right : 5px; }

nav.breadcrumb li.last { 
margin-right : 0; }

nav.breadcrumb li a:after {
content : " /"; 
padding-left : 10px; }

nav.breadcrumb li.last a:after { 
content : ""; 
padding-left : 0; }


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

.info { 
width : 100%; 
background-color : #eee; 
border-top : 2px solid #c4ad9e; }

.info .inner { 
position : relative;
width : 940px; 
margin : 0 auto; 
padding : 3em 0;
/* border-top : 2px solid rgb(200,200,200); */ }

.info .inner:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }

.info .vcard {
float : left;
width : 280px;
margin-right : 20px; }

.info #copyright {
clear : both; }

.info nav.supp ul { 
list-style-type : none; 
float : left;
width : 280px;
margin-right : 20px; }

.info a.self { 
position : absolute;
top : 3em;
right : 0;
display : block; 
width : 60px; 
height : 50px; 
text-indent : -9999px; 
background : transparent url(../img/a-self.png) no-repeat 0 0; }


/* GLOBAL ELEMENTS --------------------------------------------------- */

/* vcards */

.content-sub .tel { 
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/mobile-phone.png) no-repeat 0 50%; }

.content-sub .cell { 
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/mobile-phone-off.png) no-repeat 0 50%; }

.content-sub .fax { 
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/printer.png) no-repeat 0 50%; }

.content-sub .email { 
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/mail-small.png) no-repeat 0 50%; }

.content-sub .inline .email { 
min-height : 16px;
padding : 1px 0 1px 20px; 
background : url(../img/ui/mail.png) no-repeat 0 50%; }

.content-sub .twitter { 
min-height : 16px;
padding : 1px 0 1px 18px; 
background : url(../img/ui/twitter-16.png) no-repeat 0 0; }
/* box */

.box ul {
list-style-type : none; }

/* Inline lists lists */

ul.inline {
overflow : hidden; }

ul.inline li {
display : inline; 
margin-right : 20px; }

/* Two column lists */

ul.cols {
overflow : hidden; 
list-style-type : none; 
margin : 0; }

ul.cols li {
float : left;
width : 160px; 
margin : 0 10px .25em 0; }

nav.sub ul.cols li.last {
padding-bottom : .5em;
border-bottom : 1px solid rgb(200,200,200); }

.colgroup .col ul,
.colgroup .col ol {
list-style-type : none; }

.colgroup .col li {
margin-bottom : .35em;
padding-bottom : .35em;
border-bottom : 1px solid rgb(200,200,200); }

.colgroup .col li.last {
border-bottom-width : 0; }

.colgroup ul.cols li {
width : 120px; }

.colgroup ul.cols li.last {
border-bottom : 1px solid rgb(200,200,200); }

ul.thumbs li {
float : left;
margin-right:10px;
width : 70px;
height:70px;
border-bottom-width : 0!important; }

ul.thumbs:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }


.thumbs img {
width :50px;
height:50px;
box-shadow : none; }

ul.line li {
	padding:5px 0;
	list-style-type:none;
	border:1px solid #eee;
	border-width:0 0 1px 0;
}
ul.line li:last-child {
	border:0;
}
/* Map -------------------------------------------------------------- */

#map { 
width : 940px; 
margin : 0 auto; }

img.map {
padding : 0; 
background-color : transparent;
border-width : 0; 
box-shadow : none; }

ul.map {
position : relative;
list-style-type : none; 
width : 940px; 
height : 450px; 
background : transparent url(../img/map.png) no-repeat 0 0; }

ul.map li {
position : absolute; 
text-indent : -9999px; }

ul.map li:hover {
outline : 1px dotted rgba(0,0,0,.2); }

ul.map li a {
display : block; }

ul.map li#na {
top : 29px;
left : 39px;
width : 260px; 
height : 155px; }

ul.map li#na a {
width : 260px; 
height : 155px; }

ul.map li#na a:hover {
background : transparent url(../img/map-na.png) no-repeat 0 0; }

ul.map li#sa {
top : 218px;
left : 188px;
width : 140px; 
height : 255px; }

ul.map li#sa a {
width : 140px; 
height : 255px; }

ul.map li#sa a:hover {
background : transparent url(../img/map-sa.png) no-repeat 0 0; }

ul.map li#eu {
top : 38px;
left : 394px;
width : 115px; 
height : 105px; }

ul.map li#eu a {
width : 115px; 
height : 105px; }

ul.map li#eu a:hover {
background : transparent url(../img/map-eu.png) no-repeat 0 0; }

ul.map li#af {
top : 143px;
left : 372px;
width : 200px; 
height : 235px; }

ul.map li#af a {
width : 200px; 
height : 235px; }

ul.map li#af a:hover {
background : transparent url(../img/map-af.png) no-repeat 0 0; }

ul.map li#as {
top : 203px;
left : 696px;
width : 165px; 
height : 95px; }

ul.map li#as a {
width : 165px; 
height : 95px; }

ul.map li#as a:hover {
background : transparent url(../img/map-as.png) no-repeat 0 0; }

ul.map li#au {
top : 298px;
left : 736px;
width : 170px; 
height : 120px; }

ul.map li#au a {
width : 170px; 
height : 120px; }

ul.map li#au a:hover {
background : transparent url(../img/map-au.png) no-repeat 0 0; }


/* TABS -------------------------------------------------------------- */

.ui-tabs .ui-tabs-nav { 
border-bottom : 1px solid rgb(200,200,200); }
 
.ui-tabs .ui-tabs-nav:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }
 
.ui-tabs .ui-tabs-panel { 
padding : 1.5em 0;  }
 
.ui-tabs .ui-tabs-panel { 
padding : 0 0 1.5em 0;  }
 
.ui-tabs .ui-tabs-nav li { 
margin : 0 0 -1px 5px;
border : 1px solid rgb(200,200,200); 
border-top-left-radius : 5px;
border-top-right-radius : 5px; }
 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
border-color : rgb(200,200,200); }
 
.ui-tabs .ui-tabs-nav li a { 
padding : .5em 10px; }
 
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { 
color : rgb(0,0,0); }

/* Boxes */

.box {
margin-bottom : 1.5em;
padding-bottom : 1.5em;
border-bottom : 2px solid rgb(200,200,200); }
.box.blue {
	padding:1em;
	background-color:rgb(145, 214, 249);
	border-bottom:0;
}
.rgba .box.blue {
	background-color:rgba(145, 214, 249, .5);
}
.box.last {
margin-bottom : 0;
padding-bottom : 0;
border-bottom-width : 0; }

.box h4 {
margin-bottom : .5em; }

/* Figure */

.content-sub figure dt,
.content-sub figure dd { 
text-align : right; }

/* Reports */

.reports {
overflow : hidden; }

.reports figure {
float : left;
width : 100px;
margin-right : 18px; }

.reports figure.last {
margin-right : 0; }

.reports figure dt,
.reports figure dd { 
text-align : left; }

/* Recent publications */

.recent-publications {
overflow : hidden; }

.recent-publications figure {
float : left;
width : 140px;
margin-right : 20px; }

.recent-publications figure dt,
.recent-publications figure dd { 
text-align : left; }

/* Footnotes */

.footnotes ol { 
margin-bottom : 1.5em; 
font-size : 11px; 
line-height : 1.44em; }

/* Twitter */
 
#twitter_update_list { 
list-style-type : none; }
 
#twitter_update_list li { 
margin-bottom : .5em; 
padding-bottom : .5em; 
border-bottom : 1px solid rgb(200,200,200); }

#twitter_update_list a[style] { 
font-size : inherit!important; }

/* Flickr */
 
#flickr_badge_wrapper {
overflow : hidden; }

#flickr_badge_wrapper p {
clear : both; }
 
.flickr_badge_image {
float : left; 
margin : 0 10px 5px 0; }

/* Podcasts */

.nav-podcasts { 
list-style-type : none; }
 
.nav-podcasts li { 
position : relative; 
margin-bottom : 1em; 
padding-bottom : .5em; 
border-bottom : 1px solid rgb(200,200,200); }

.nav-podcasts li.last { 
margin-bottom : 0; 
padding-bottom : 0; 
border-bottom : 0; }
 
.nav-podcasts .play { 
position : absolute;
top : 0;
right : 0;
font : normal 11px "Helvetica Neue", Helvetica, Arial, sans-serif; 
text-transform : uppercase; }

/* Reviews */

div.hreview {
margin-bottom : 1.5em;
padding-bottom: 1.5em;
border-bottom : 1px solid rgb(200,200,200); }

div.hreview > p {
margin : 0 0 0 50px; }

/* ENTRIES AND ARTICLES ------------------------------------------------------ */

article.hentry {
overflow : hidden;
margin-bottom : 3em; 
border-bottom : 1px solid rgb(200,200,200); }

article.hentry.last {
margin-bottom : 0; 
border-bottom-width : 0; }

article.leader {
padding : 10px 10px 0;
border : 1px solid rgb(220,220,220); }

article.important {
overflow : hidden;
margin-bottom : 3em; 
padding : 10px 10px 0 40px;
background : rgb(150,150,150) url(../img/ui/exclamation-diamond.png) no-repeat 10px 10px;
border : 1px solid rgb(134,114,103);
border-bottom-color : rgb(0,0,0); }

article.hentry img.photo {
float : right; 
margin : 0 0 .75em 20px; }

article.leader img.photo {
float : none; 
margin : 0 0 1em 0; }

article.hentry .entry-title {
margin-bottom : .5em; }

/* Header */

article header ul { 
list-style-type : none; }
 
article header ul:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }
 
article header ul li { 
float : left; 
display : inline; 
margin-right : 10px; 
padding-right : 10px; 
border-right : 1px solid rgb(200,200,200); }

article header ul li.last  { 
margin-right : 0; 
padding-right : 0; 
border-right-width : 0; }

.inline li { 
float : left; 
display : inline; 
margin-right : 10px; 
padding-right : 10px; }

.inline li.last { 
margin-right : 0; 
padding-right : 0; 
border-right-width : 0; }

/* Footer */

article footer { 
clear : both;
padding : .75em 0; 
border-top : 1px solid rgb(200,200,200); }

article footer ul { 
list-style-type : none; }
 
article footer ul:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }
 
article footer ul li { 
float : left; 
display : inline; 
margin-right : 10px; 
padding-right : 10px; 
border-right : 1px solid rgb(200,200,200); }

article footer ul li.last { 
margin-right : 0; 
padding-right : 0; 
border-right-width : 0; }

/* Job entry -------------------------------------------------------------- */

div.jobs article.job dt.title {
	padding:1em 0;
	font-size: 1em;	
	border:1px solid #eee;
	border-width:1px 0;
}
article.job p.grade { display:none; }
article.job dt.title {
	margin-bottom: 1.25em;
	font-size: 1.45em;
	line-height: 1.25;
	font-weight: normal;
	border:0;
}
article.job dd { margin-left:0; }
article.job p.section { margin-bottom:0; font-weight:bold; }

div.job article.job { margin-bottom:1.5em; padding:10px 20px; background-color:#efefef; border-radius:3px;}
div.job  article.job dl { margin-bottom:0; }
div.job  article.job dt.title { margin-bottom:0; font-size:inherit; font-weight: normal; }
div.job  article.job dt.title:hover { cursor: pointer; }
div.job article.job p.contact { margin-bottom:0; }

/* CGA homepage sidebar */
div.cga div.vevent {
	padding: 10px 10px 0 10px;
	border: 3px solid #efefef;
	border-width: 10px 10px 0 10px;
	text-align: center;
}
div.vevent .description {
	font-weight:bold;
	text-transform:uppercase;
}
div.vevent .date {
	font-weight:bold;
	padding:1em 20px 10px 20px;
	background-color:#efefef;
	text-shadow:0 1px 1px #fff;
}
div.vevent p.date {
	margin-bottom:0;
	margin-left:-10px;
	margin-right:-10px;
}
div.vevent span.dtstamp {
	display:block;
}
/* Lead entry -------------------------------------------------------------- */
 
.leader {
margin-bottom : 1.5em; }
 
.leader img {
margin-bottom : .75em; }
 
.blog .leader {
border-bottom : 1px solid rgb(200,200,200); }
 
/* illustrated */
 
.leader-illustrated img {
float : left; 
margin : 0 20px 1.5em 0; }

/* Grid entries in a grid format -------------------------------------------- */
 
.grid { 
float : left; 
width : 240px; 
margin-right : 30px; }
 
/* illustrated */
 
.grid-illustrated img {
float : left; 
margin : 0 20px 1.5em 0; }

/* hentry entries expressed as an unordered list ----------------------------- */
 
li.hentry { 
position : relative;
list-style-type : none; }
 
li:only-child {
margin-bottom : 0; 
border-bottom-width : 0; }
 
li.hentry .entry-title { 
margin : 0 30px 4px 0; }
 
li.hentry .entry-summary { 
padding-right : 30px; }
 
li.hentry .comments { 
position : absolute; 
top : 0; 
right : 0; }
 
li.hentry address,
li.hentry .updated { 
display : none; }

/* Comments ------------------------------------------------------------------- */

.entry-comments { 
list-style-type : none; }

.entry-comments > li { 
margin : 0; }

.entry-comments li.content:after { 
content : "\0020"; 
display : block; 
height : 0; 
clear : both; 
visibility : hidden; 
overflow : hidden; }

.entry-comments ul { 
position : relative;
list-style-type : none;
float : left;
width : 120px; 
margin : 0 50px 0 0; }

.entry-comments blockquote {
position : static;
left : 0;
float : left;
margin : 0; 
padding-left : 0;
width : 340px; 
border-width : 0; }

.entry-comments a[rel="bookmark"] {
position : absolute; 
top : 0;
left : -20px; }


/* TEMPLATE SPECIFICS ------------------------------------------------------------------- */

.index .branding .inner { 
height : auto; 
height:100px;}

.index .branding h1 {
float : left; 
width : 120px; 
width : 177px; 
height : 100px;
margin-bottom : .5em;
/*font-family:museo-sans-n5, museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*font-weight:500;*/
background : url(../img/logo_anthropologie.png) no-repeat 0 0; 
background : url(../img/logo_ua.png) no-repeat 0 0; 
background-size:177px 100px;
text-indent : -9999px; }

.index .branding .inner {
/*background : url(../img/logo_unige_rvb_web_150.png) no-repeat right 73px;*/
background : url(../img/dpt_gene_evo_noir_180.jpg) no-repeat right 14px;
}

.index nav.main { 
position : static;
width : 900px;  
margin : 0 auto 1.5em auto; }

.index .branding .strapline {
position : absolute; 
top : 10px; 
left : 180px; 
left : 240px; 
margin-bottom : .5em;
font-size : 2em;
font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
/*font-family:museo-sans-n5, museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*font-weight:500;*/
fireow :  0 1px 1px rgb(255,255,255); 
line-height : 1.2; }

.index .branding .strapline span {
font-size : 72%; }

.index nav.main form { 
width : 340px;  }

.index #illustration {
position : relative;
width : 940px; 
height : 298px;
margin : 0 auto 3em auto; 
/*background : url(../img/index-branding-1.jpg) no-repeat 0 0; */
/*border : 1px solid rgb(0,0,0);*/
}

.index #illustration .col {
	float:left;
	width:220px;
}
.index #illustration .col {
	position:relative;
}
#illustration .poster {
	margin-right:20px;
	padding:0;
	height : 298px;	
}
#illustration .last {
	margin-right:0 !important;
}
#illustration .poster img {
	padding:0;
	border:0;
}
.index #illustration figure a {
	position:absolute;
	bottom:0;
	left:0;
	width:200px;
	padding:10px;
	color : rgb(255,255,255);
	text-shadow :  0 1px 1px rgb(255,255,255); 
}	


.index section {
	margin-bottom:4em;
}

li a.agp { display:block; padding:0 3px; background:gold; font-size:0.9em;  color:#444; }
li a.lap { display:block; padding:0 3px; background:lightgreen;  font-size:0.9em; color:#444; }
figure.agp { border-top:10px solid gold; }
figure.lap { border-top:10px solid lightgreen; }

/* AGP research projects */
section.research { margin-left:-1em; padding:0 1em; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
/*section.research article { display:none; }*/
section.research header h4 { margin-bottom:.5em;padding-bottom:5px;font-size:1.2em; color:#0066d0; border:1px solid #ccc; border-width:0 0 1px 0;}
section.research header h4:hover { cursor:pointer; color:#ee5141; }
section.research article table, section.research article table td ul { margin-bottom:0; }
section.research article table th { padding-left:0; font-weight:bold; }
section.research article table th, section.research article table td { background-color:transparent; }

/* Publications template -------------------------------------------------------------- */

.publications .content-main {
width : 420px; }

.publications .content-sub {
width : 480px; }

ol.publications li {
	margin-bottom:1em;
}
/* Gallery template -------------------------------------------------------------- */

h1 + form {
position : absolute; 
top : 1.5em; 
right : 115px; }
 
.nav-gallery {
list-style-type : none; }
 
.nav-gallery li { 
float : left;
width : 300px;
min-height : 30em;
margin : 0 20px 1.5em 0; }
 
.nav-gallery .last { 
margin : 0 0 1.5em 0; }
 
/* Dates template  
----------------------------------------------------------------------------------------- */
 
.dates .dtstart { 
width : 110px; }

.dates .summary { 
width : 340px; }

.dates th { 
border-bottom : 1px solid rgb(200,200,200); }

.dates td { 
border-bottom : 1px solid rgb(200,200,200); }

/* FAQs template  
----------------------------------------------------------------------------------------- */

.faqsection {
list-style-type : none; }

.faqsection .faq {
margin-bottom : 1em;
border-bottom : 1px solid rgb(200,200,200); }

.faqsection .faq.last {
margin-bottom : 0;
border-bottom-width : 0; }

.faqsection .question {
position : relative;
left : -20px;
min-height : 16px;
margin-bottom : .75em;
padding : 1px 0 1px 20px; 
background : url(../img/ui/question-small.png) no-repeat 0 50%; }

/* News entry template (narrower content measure ---------------------------------------- */

.news.entry section.content-main { 
padding-left : 40px;
width : 510px; }

.news.entry .entry-content blockquote {
position : relative;
left : -40px;
margin : 0 0 1.5em 0;
padding-left : 39px;
border-left : 1px solid rgb(200,200,200);
font-style : normal; }

/* Blog entry template (narrower content measure ---------------------------------------- */

.blog.entry section.content-main { 
padding-left : 40px;
width : 510px; }

.blog.entry .entry-content blockquote {
position : relative;
left : -40px;
margin : 0 0 1.5em 0;
padding-left : 39px;
border-left : 1px solid rgb(200,200,200);
font-style : normal; }


/* Counter (e.g. sujets master) ---------------------------------------- */
body {
  counter-reset: section;                   /* Set the section counter to 0 */
}
h5.counter:before {
  counter-increment: section;               /* Increment the section counter*/
  content: counter(section) ". "; /* Display the counter */
}
table h5 {
	font-weight:normal;
}
h5.toggle-switch {
	color:rgb(0, 102, 204);
}
h5.toggle-switch:hover {
	cursor:pointer;
}
h5.toggle-switch.expanded {
	color:#000;
	font-weight:700;
}
p.toggle-content { 
	padding-top:1em;
}

/* WEBKIT / MOZILLA ------------------------------------------------------------------- */

.search input[type="text"] { 
-moz-border-radius : 10px;
-webkit-border-radius : 10px; }

.search button,
nav.archive-year li a { 
-moz-border-radius : 5px;
-webkit-border-radius : 5px; }

nav.main { 
-moz-border-radius : 10px;
-webkit-border-radius : 10px; 
-webkit-box-shadow : rgba(0,0,0,.2) 0 1px 4px;
-moz-box-shadow : rgba(0,0,0,.2) 0 1px 4px; } 

.movie, iframe.map, img {
-webkit-box-shadow : rgba(0,0,0,.2) 0 1px 4px;
-moz-box-shadow : rgba(0,0,0,.2) 0 1px 4px; }

table img,
img.map,
.commodities img,
.badges img {
-webkit-box-shadow : none;
-moz-box-shadow : none; }

a.action {
-moz-border-radius : 5px;
-webkit-border-radius : 5px; }

.ui-tabs .ui-tabs-nav li { 
-moz-border-radius-topleft : 5px;
-moz-border-radius-topright : 5px; 
-webkit-border-top-left-radius : 5px;
-webkit-border-top-right-radius : 5px; }

#TB_window {
box-shadow : 0 10px 30px rgba(0,0,0,.25);
-webkit-box-shadow : 0 10px 30px rgba(0,0,0,.25);
-moz-box-shadow : 0 10px 30px rgba(0,0,0,.25); }


/* MODERNIZR ------------------------------------------------------------------- */

/* .fontface h1, 
.fontface h2, 
.fontface .index .branding .strapline {
font-family : "Century Gothic", "Avant Garde", "Helvetica Neue", Helvetica, Arial, serif; } */

.fontface .index .branding .strapline {
	/* font-size:1.8em; */}

.rgba article.leader {
background-color : rgba(240,240,240,.25); }

.rgba #TB_window {
background-color : rgba(255,255,255,.75); }

/* Two column lists */

.csscolumns div.cols {

font-size : 92%;
line-height : 1.4;
-webkit-column-count : 4;
-webkit-column-gap : 40px;
-webkit-column-rule : 1px solid rgb(200,200,200);

-moz-column-count : 4;
-moz-column-gap : 40px;
-moz-column-rule : 1px solid rgb(200,200,200); 

column-count : 4;
column-gap : 40px;
column-rule : 1px solid rgb(200,200,200); }

/* homepage box */

/*
	Corporate fonts
*/
h1,
h2,
.index .branding .strapline {
	font-family: "TheSansBold-Plain", serif;
	font-weight:normal;
}
.index .branding .strapline {
	font-family: "TheSans-Plain", serif;    
}

/*	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	::: Misc
*/
.acrobat_link {
	margin-top: 50px;
	padding: 0px;
}
.acrobat_link p {
	margin-left:125px;
}
.hide { display:none; }
/*
	456 Berea St - skip link styles
	http://www.456bereastreet.com/css/main.css
*/
#skip {
	position:absolute;
	left:-9999px;
	}
#skip a:focus,
#skip a:active {
	display:block;
	position:absolute;
	top:10px;
	left:10009px;
	z-index:10;
	font-size:1.8em;
	line-height:120%;
	padding:0.5em;
	border:2px solid #91cc14;
	width:15em;
	background:#F1F8E1;
	}
#skip a:hover {
	text-decoration:underline;
	border-color:#580801;
	}

/* 	Alsett's clearing method
	http://www.csscreator.com
	
	IE7 compatible
*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}
/* Utilities (2019) */
.c-badge {
    background: #cccccc;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.c-badge--new {
    background-color:firebrick;
}
/*
@media only screen and (min-width: 120em) {
  html {
    background: url(../img/iStock_000013718660Medium-flip.jpg) no-repeat -900px 100px;
    background-attachment: fixed; }
}
@media only screen and (min-width: 160em) {
  html {
    background: url(../img/iStock_000013718660Medium-flip.jpg) no-repeat -700px 100px; 
    background-attachment: fixed; }
}
*/
@media print {
	a { color:#000; }
	div#tools,
	div#secondary nav,
	div#extra { visibility:hidden; }
	div#info { background-color:#fff;  }
	div#info .inner { margin: 0px auto 0px 240px; }
	.cssgradients div#info { background-image:none; }
	div#info a.self,
	div#info nav.supp,
	div.acrobat_link { display:none; }

	div.tools,
	nav.main,
	nav.breadcrumb,
	nav.supp { display:none; }
	
	div.info { background-color:#fff; border:0; }
}

/*	::: EOF
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::	*/


