/* --------------- LAYOUT --------------- */
body {
	background-color: white;
}
#header {
	padding: 10px 0 30px;
}
#content {
	margin-bottom: 20px;
	background: transparent url(/graphics/fauxBorderMainImg.jpg) repeat-y top left;
}
#footer-wrap {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #A9A9A9;
}
#process {
	top: 55px;
}



/* --------------- LINKS --------------- */
a {
	text-decoration: none;
}
a:link,
a:visited {
	color: #AD4A11;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: red;
	text-decoration: underline;
}
a[href$='.pdf'] {
	background-image: url(/graphics/icon_pdf.png);
}
a.external {
	background-image: url(/graphics/icon_external.png);
	padding-right: 15px;
}



/* --------------- TYPOGRAPHY --------------- */
/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
    font-family: 'FontinRegular';
    src: url('/fonts/fontin-regular-webfont.eot');
    src: url('/fonts/fontin-regular-webfont.eot?iefix') format('eot'),
         url('/fonts/fontin-regular-webfont.woff') format('woff'),
         url('/fonts/fontin-regular-webfont.ttf') format('truetype'),
         url('/fonts/fontin-regular-webfont.svg#webfontmfwX9qTa') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FontinSmallCaps';
    src: url('/fonts/fontin-smallcaps-webfont.eot');
    src: url('/fonts/fontin-smallcaps-webfont.eot?iefix') format('eot'),
         url('/fonts/fontin-smallcaps-webfont.woff') format('woff'),
         url('/fonts/fontin-smallcaps-webfont.ttf') format('truetype'),
         url('/fonts/fontin-smallcaps-webfont.svg#webfontaYGNUFce') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wrap {
	font: normal 12px Verdana, Helvetica, Arial, sans-serif;
	color: #555;
}
#content {
	line-height: 1.55;
}
p,
blockquote,
ul,
ol {
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	letter-spacing: 0px;
	line-height: 1.1;
}
h1 {
	font-family: FontinRegular, FontinSmallCaps, Verdana, sans-serif;
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
h1.long {
	font-size: 26px;
}
h2 {
	font-family: FontinRegular, FontinSmallCaps, Verdana, sans-serif;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 7px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: 3px;
}
h5 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 2px;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}
ul, ol {
	margin-left: 25px;
}



/* --------------- TABLES --------------- */
table {
	background-color: #F8F8F8;
}
tr.alt {
	background-color: #EEE;
}
tr.em {
	background-color: #DBF3E5;
}
th,
td {
	border-color: #CCC;
}
th {
	background-color: #E1DCF2;
	border-bottom-color: #999;
	text-align: left;
}
table .h1,
table .h2 {
	color: white;
	font-family: FontinRegular, Verdana, sans-serif;
	letter-spacing: 1px;
}
table .h1 {
	background-color: #6550A1;
	font-size: 14px;
	text-transform: uppercase;
}
table .h2 {
	background-color: #8371B3;
	font-size: 14px;
}
table .h1 td {
	border-top: 2px solid #999;
}
table .h2 td {
	border-top: 1px solid #AAA;
}



/* --------------- IMAGES --------------- */
.image a img {
	border-color: #0000FF;
}
.image a img:hover {
	border-color: #BB0000;
}



/* --------------- TOP BARS --------------- */
#topping {
	height: 15px;
	background-color: #E0681F;
	border-bottom: 1px solid #B75319;
}
#options-wrap {
	height: 20px;
	padding: 5px;
	background-color: #939292;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #CCC;
}
#options div:first-child {
	text-align: right;
	font-variant: small-caps;
}
#options #language {
	float: right;
	width: 113px;
}
#options #language a {
	background-image: url(/graphics/lang.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
}
#options #language a {
	margin-right: 5px;
}
#options #language a.no,
#options #language a.no-sel {
	width: 28px;
}
#options #language a.en,
#options #language a.en-sel {
	width: 40px;
}
#options #language a.fr,
#options #language a.fr-sel {
	width: 30px;
}
#options #language a.no {
	background-position: 0 0;
}
#options #language a.no-sel {
	background-position: -28px 0;
}
#options #language a.en {
	background-position: -56px 0;
}
#options #language a.en-sel {
	background-position: -96px 0;
}
#options #language a.fr {
	background-position: -136px 0;
}
#options #language a.fr-sel {
	background-position: -166px 0;
}



/* --------------- HEADER --------------- */
#header a,
#header img,
#header span {
	display: block;
	float: left;
}
#header a {
	margin: 0 10px;
	text-decoration: none;
}
#header span.title {
	position: relative;
	top: 4px;
	font-family: FontinSmallCaps, Verdana, sans-serif;
	font-size: 36px;
	color: #939292;
	margin-top: 25px;
	margin-left: 20px;
}
#header span.desc {
	position: relative;
	top: 4px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	text-align: left;
	color: #939292;
	margin-top: 5px;
	margin-left: 30px;
	width: 840px;
}



/* --------------- NAVIGATION--------------- */
#nav ul {
	list-style-type: none;
	margin-left: 0;
}
#nav ul li {
	margin: 0;
	background-color: #CECECE;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #AAA;
}
#nav ul li a {
	display: block;
	padding: 2px 1px 2px 5px;
	border-left-color: #BF988F;
	color: #444;
	text-decoration: none;
}
#nav ul li.sel a,
#nav ul li a:hover {
	color: white;
	background-color: #939292;
	border-left-color: #E0681F;
}
#nav ul li.d1 a {
	font-size: 12px;
}
#nav ul li.d2 a {
	font-size: 11px;
	border-left-width: 5px;
}
#nav ul li.d3 a {
	font-size: 10px;
	border-left-width: 10px;
}



/* --------------- FOOTER --------------- */
#footer {
	padding: 10px 0;
	color: white;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.2px;
}
#footer div.copyright {
	padding: 0px;
}
#footer .copyright p {
	margin: 0;
}
#footer a {
	color: white;
	text-decoration: underline;
}



/* --------------- SIDEBARS --------------- */
#left-col,
#right-col {
	font-size: 11px;
}
#right-col .work {
	font-size: 10px;
	margin-bottom: 15px;
}
#right-col .work h1 {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 5px;
}
#right-col .work h1 a {
	color: white;
	text-decoration: underline;
}
#right-col .work h1.c1 {
	background-color: #E0681F;
}
#right-col .work h1.c2 {
	background-color: #979195;
}
#right-col .work h1.c3 {
	background-color: #DC9100;
}
#right-col .work h1.c4 {
	background-color: #828282;
}
#right-col .work p {
	line-height: 1.2;
	margin: 4px 5px 8px;
}
#right-col .regions {
	margin-bottom: 25px;
}
#right-col .regions h1 {
	font-size: 20px;
	font-family: FontinSmallCaps, Verdana, sans-serif;
	color: #444;
	font-variant: normal;
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px;
	background-color: #CBCBCB;
}

#right-col .publications {
	margin-bottom: 25px;
	font-size: 10px;
	line-height: 1.3;
}
#right-col .publications h1 {
	font-size: 22px;
	border-bottom: 2px solid #CCC;
	margin-bottom: 8px;
}
#right-col .publications h2 {
	font-size: 12px;
	line-height: 1.2;
	font-family: Verdana;
	font-weight: Bold;
	margin: 5px 0;
}
#right-col .publications h2 {
	font-size: 11px;
	line-height: 1.2;
	font-family: Verdana;
	font-weight: Bold;
	margin: 5px 0;
}
#right-col .publications .element {
	margin: 5px 0;
}



/* --------------- GENERIC MAIN SECTION --------------- */
#main .two-col {
	background: transparent url(/graphics/fauxBorder.png) repeat-y top center;
}
#main .publish-date {
	margin: 15px 0;
	border-width: 1px 0;
	padding: 5px 10px;
	background-color: #F7F7F7;
	clear: both;
}
#main .attachments {
	margin-top: 25px;
	padding: 15px;
	border-width: 1px;
	background-color: #EEE;
}

#main .article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
}
#main h1+.article,
#main .content+.article {
	border-top-width: 1px;
	padding-top: 10px;
}
#main .article h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 0;
}
.article #main .summary {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.35;
}
#main .article .summary p {
	margin-bottom: 6px;
}
#main .summary :last-child {
	margin-bottom: 0;
}
#main .item .summary {
	font-size: 12px;
	margin-bottom: 3px;
}
#main .article .date {
	margin-left: 15px;
	float: right;
	font-size: 10px;
	color: #555;
}

#main .pagination {
	margin: 15px 0;
	padding: 5px;
	text-align: center;
	background-color: #F8C3A6;
	border-width: 1px;
	font-size: 13px;
	font-weight: bold;
}
#main .pagination span {
	color: #777;
}

.article #main .info {
	border: 1px dotted #999;
	padding: 7px;
	background-color: #F8F8F8;
	margin: 15px 0;
}

table.results {
	border-left-width: 0;
	width: 100%;
}
table.results caption {
	text-align: left;
	font-size: 20px;
	color: #442A8F;
	font-variant: normal;
	font-weight: normal;
}
table.results td.date {
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
}
table.results td {
	border-right-width: 0;
	padding: 10px 6px;
}
table.results td p {
	margin-bottom: 5px;
}
table.results td p:last-child {
	margin-bottom: 0;
}
table.results td p.title {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
table.results td p.breadcrumb {
	font-size: 10px;
	margin-bottom: 2px;
	text-transform: uppercase;
}
table.results td em {
	font-style: normal;
	background-color: #FFFFC9;
}



/* --------------- MAIN PAGE --------------- */
#home #main .news {
	margin-bottom: 20px;
}
#home #main .news .summary {
	font-size: 11px;
}
#home #main .news .summary p {
	margin-bottom: 6px;
}
#home #main .news .summary :last-child {
	margin-bottom: 0;
}
#home #main .news .align-center {
	margin-bottom: 5px;
}
#home #main .news h2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#home #main .news .element {
	border-color: #E3E3E3;
	padding: 10px 0;
	border-bottom-width: 1px;
}
#home #main .news .element:first-child {
	border-top-width: 1px;
}
#home #main .news .element .read-more {
	float: left;
	display: block;
	font-weight: bold;
}
#home #main .news .element .date {
	float: right;
	font-size: 10px;
	margin-top: 2px;
	color: #888;
}



/* --------------- PEOPLE --------------- */
#people #main h2 {
	border-bottom: 3px solid #DDD;
	padding-bottom: 3px;
}
#people #main .element {
	margin: 25px 0;
}
#people #main .element .image {
	min-height: 90px;
}
#people #main .element h3 {
	margin-bottom: 7px;
}
#people #main .element ul .label {
	font-weight: bold;
}
#people #main .element ul li.degree {
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}

#people #main ul.projects li {
	margin: 8px 0;
	line-height: 1.2;
}
#people #main ul.projects .countries {	
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
}

#people #main table.publications {
	margin: 0;
}
#people #main table.publications td {
	font-size: 12px;
	line-height: 1.2;
	padding: 5px;
}
#people #main table.publications .authors {
	font-size: 13px;
	font-variant: small-caps;
	font-style: italic;
}



/* --------------- PROJECTS --------------- */
#projects #main table.projects {
	border-left-width: 0;
	border-color: #777;
	width: 100%;
	border-top-width: 2px;
}
#projects #main table.projects td {
	border-right-width: 0;
	padding: 15px 4px;
	vertical-align: top;
	border-color: #777;
	border-bottom-width: 2px;
}
#projects #main table.projects td.flags {
	width: 92px;
}
#projects #main table.projects td.years {
	font-weight: bold;
	white-space: nowrap;
}
#projects #main table.projects .image {
	margin: 0;
}
#projects #main table.projects .image .caption {
	font-size: 9px;
	font-weight: normal;
}
#projects #main table.projects h3 {
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 7px;
}
#projects #main table.projects .label {
	font-variant: small-caps;
	font-size: 13px;
}

#projects .article .info .image {
	width: 92px;
}
#projects .article .info table {
	margin-bottom: 0;
}
#projects .article .info caption {
	font-size: 16px;
	border-bottom-width: 2px;
}



/* --------------- SIK REPORTS --------------- */
#sik_reports table.sik-reports .number {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#sik_reports .article .info p {
	margin: 0;
}
#sik_reports .article .info .number-link {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}
#sik_reports .article .info .authors {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
}



/* --------------- PUBLICATIONS --------------- */
#publications table.publications em {
	background-color: transparent;
	font-style: italic;
}
#publications table.publications .authors {
	font-variant: small-caps;
	font-size: 13px;
}
