/*
Template name: Dirtylicious
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Release date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
   
Modified by: Snorre Farner, 2009-05-31
Photos (Copyright): Myriam Guérin
*/

/* ------Reset from http://meyerweb.com/eric/tools/css/reset/------ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 
/*sub, sup, */
tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; } 
ol, ul { list-style: none; }
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; } 

/* remember to highlight inserts somehow! */
ins { text-decoration: none; } 
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end Meyer's reset */

/* ----------------------general---------------------------------- */
html {
    height: 100%;
    /*min-height: 100%;*/
}

body {
    color: #444;
    background: black;
    /*background: #E7E7E2 url('../img/body.jpg') no-repeat center top;*/

    font-family: Arial,Helvetica,sans-serif; /**/
    font-size: 62.5%; /* 62.5%: reset 1em to 10px */
    line-height: 160%;

    padding-left: 0;
    padding-top: 1em;
    /*height: 100%;*/
    /*padding-bottom: 1px; /* force scrollbars */
}

p {
    padding: 0.2em 0 0.8em;
}
code {
    display: block;
    background: #FFF;
    border: 1px solid #EEE;
    font: normal 1em Courier,monospace;
    line-height: 1.6em;
    /*margin-bottom: 12px;*/
    text-indent: 0;
    padding: 0.5em 1em;
    white-space: pre;
}
tt{
    font-familiy: Courier,monospace;
}    
caption,th,td {
	text-align: left;
	font-weight: normal;
}
th,td { vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }

h1,h2,h3,h4 {
    font-family: Arial,Helvetica,sans-serif;
    padding-top: 0.6em;
    color: #003902;
    padding-bottom: 0.5em;
    font-weight: bold;
}
h1 {font-weight: normal; font-size: 1.6em; }
h2 {font-size: 1.3em; }
h3 {font-size: 1.1em; } 
h4 {font-size: 1em; } 


.note { color: #A00; }

/* ----------------tables------------------------------------- */

table.personalia { border: 0px;width:553px; }/*width:content-photo:698px-145px*/
table.personalia td { padding-right: 2em; width:50%;}

/*table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: url('../img/grain_dark.gif');
	border: 1px solid #CCB;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: url('../img/grain_light.gif');
	border: 1px solid #DDC;
}*/


/* 
   Lists
------------------------------------------------------------------- */

/*dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	background: url('../img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	color: #555;
	font-weight: bold;
}
dd {
	background: url('../img/grain_light.gif');
	border-bottom: 1px solid #DDC;
	padding-left: 16px;
}*/

/*li {list-style: none;}*/

.error {color: red; font-weight: bold; font-size: larger;}
dd { padding-left: 2em; }
dd.vspace { padding-bottom: 0.4em; }
dt { text-indent: -1.5em; padding-left: 1.5em;}
/*dt.description { text-indent: -1.5em; padding-left: 1.5em;}*/
dt.abstract {text-indent: 0; padding-left:0;}
    
ul { padding: 0 0 1em 0; margin-top: 0; text-indent: 0;}
ul li{ list-style: square; }
hr { margin-top: 4px; }

ul.publist li{ list-style: square; }

ol { list-style-type: decimal; }
ol.appendix { list-style-type: upper-alpha; }
/* ----------------------links---------------------------------------- */

a[name], a[name]:hover, :active { color: inherit; }
a {color: #048;}   /*048*/
a:hover {color: #06C;} /*06C*/
a:active {color: #06C;}
/*a.note { font-weight: bold; }  /* mark important references */

/* -----------------------images---------------------------------- */

img.bordered {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left {margin: 0 15px 12px 0;}
img.right {margin: 0 0 15px 12px;}


/* ---------------------floats-------------------------------------- */

.left {float: left;}
.right {float: right;}

.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

/* -----------------------misc-------------------------------------------- */
/*.content_separator, .archive_separator {
	background: #D6D6C6;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 12px;}*/

.center_wrapper {
	margin: 0 auto;
	width: 855px;
}
.equation {
    display: block;
    background: #FFF;
    padding: 0.5em 0 0.5em 1em;
}
.indent {
    padding-left: 1em;
}
/* ---------------------structure---------------------------------- */
.inner-container {
	border: 2px solid #406a23; /* D7D7D2 /* border around main background */
	background: #FFF; /* main background */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 940px;
}

.outer-container {
	/*background: url('../img/container.jpg') no-repeat center bottom;*/
	padding-bottom: 2em;
}

/* ------------------header & title----------------- */
/* current header has colours: #003902 (below) and #035106 to #077013 (above)*/
.header {
	background: #077013 url('../img/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
    color:       #FFF;
    padding-top: 58px;
    text-shadow: black 4px 4px 6px;
    font-weight: normal;
    font-family: Papyrus,Baskerville,serif;
}
.header .title .sitename {
    /*border-bottom: 1px dashed #657382;*/
    font-size: 2.6em;
    /*padding-bottom: 30px;*/
}
.header .title .pagetitle {
    font-size: 2.0em;
    padding-top: 0.8em;
}
.header .title a {
    color:      #fff;
    text-decoration: none;
}
.header .title a:hover {
    /*border-color: #F60;*/
    color:       #AAA; /*#0aaa18;*/
}

/* -----------------------language bar-------------------------------- */
.path {
    background: #003902; /*#077013; /* color of path bar*/
    color: #FFF;
    /*font: normal 1.0em Verdana,sans-serif;*/
    display: block;
    padding: 7px 20px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

.lang_wrapper {
    /*position: relative;
    top: -2em;*/
    text-align: right;
    /*border: 1px solid #fff;*/
    /*padding-right: 3px;*/
}
.lang  ul, .lang li {display: inline;}
.lang li a, .lang li a:link { /* non-clicked buttons */
    background: #666; /*958573url('img/backgrounds.gif') repeat-x 0 -222px;*/
    color: #888;  /* color of language selected*/
    /*color: #888;*/
    border-width:  1px;
    border-style:  solid;
    border-color:  #888 #444 #444 #888;
    /*float: right;*/
    font-weight: bold;
    font-size:   1em;
    /*font-family: inherit; /*Helvetica,sans-serif;*/
    /*margin-right: 1px;*/
    padding: 3px 9px;
    text-align: center;
    text-decoration: none;
}
/*.lang li:last-child a {
	border-left:  1px solid #888;
}*/
.lang li.current_page_item a, .lang li.current_page_item a:hover{  /* clicked button */
    background: #444; /*003902 url('img/backgrounds.gif') repeat-x 0 -222px;*/
    color: #BBB;  /* color of language selected*/
    border-color:  #222 #666 #666 #222;
}
.lang li a:hover {  /* when mouse is over the button */
    /*background-position: 0 -310px; /*-294px;*/
    background: #888;
    color: #EEE;  /* color of language selected*/
    border-color:  #666 #AAA #AAA #666;
    text-decoration: none;
}
.lang li.print a {
    margin-left: 10px;
    color: #F7F7F7;
}

/* ----------------------------main------------------------------ */
.main {
	background: url(../img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* ----------------------------content------------------------- */
.content {
	float: right;
	width: 698px; /* width of main field, right justified */
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: bullet outside; /*url(../img/li.gif);*/
	margin-left: 18px;
}

/* -----------------------navigation------------------------- */
.navigation {
    float: left;
    width: 213px;
    /*position: fixed;*/
}
.navigation h2 {
    color: #555;
    font: bold 1.1em Tahoma,sans-serif;
    line-height: 2em;
    display: block;
    margin: 0;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px solid #E7E7E7;
}
.navigation h2.nolink {
    padding: 5px 0px 5px 12px;
}
.navigation h2 a {
    color: #048;
    padding: 5px 0px 5px 12px;
    display: block;
    text-decoration: none;
}
.navigation h2 a:hover {
    background: #E7E7E7;
    color: #06C;
}
.navigation ul {
    padding: 0;
    /*border-top: 1px solid #EAEADA;*/
}
.navigation li {
    border-bottom: 1px solid #E7E7E7;
    font-size: 1em;
    list-style: none;
}
.navigation li a {
    /*font-size: 1em;*/
    color: #048;
    display: block;
    padding: 5px 0px 5px 15%;
    text-decoration: none;
    width: 85%;
}
.navigation li a:hover {
    background: #E7E7E7;
    color: #06C;
}
.navigation div.contactinfo { padding: 10px 2px 5px 7px; }

/* ---------------------------footer------------------------- */
.footer {
    background: #406a23; /*949490;*/
    color: #F7F7F2;
    font-weight: normal;
    font-size: 1em;
    margin-top: 5px;
    padding: 0.4em 1.5em;
    /*padding: 10px 12px;*/
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a, .footer .left a {color: #C8C8C8;}
.footer .right a:hover, .footer .left a:hover {color: #F7F7F7;}


/* VARIOUS UNUSED DEFINITIONS
/*
blockquote {
	background: #F6F6F2 url('img/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
*/


/* 
   Forms 
------------------------------------------------------------------- */

form,input {margin: 0; padding: 0; display: inline;}

/*
fieldset {
	border-left: 1px solid #CCB;
	border-right: 1px solid #CCB;
	margin: 1em 0 1.2em;
}

input, textarea, select {
	background-color: #FFF;
	border-color: #777 #CCC #CCC #777;
	border-style: solid;
	border-width: 1px;
	font: normal 1em Verdana,sans-serif;
	padding: 4px;
}

input.button {
	background: #E9E8E8 url('img/backgrounds.gif') repeat-x 0 -366px;
	border: 1px solid #888;
	border-color: #BBB #888 #888 #CCC;		
	color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}
input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active,input.button:hover,input.button:focus {background: #FFFFF5;}
input.button:hover, input.button:focus {
	color: #123;
	cursor: pointer;
}

textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

*/


/* Specific */

/*
.form_row {
	background: url('img/grain_light.gif');
	border-bottom: 1px solid #E1E1D5;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: url('img/grain_dark.gif');
	border-bottom: 1px solid #CCB;
	border-top: 1px solid #CCB;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}
*/

