/* Eric Meyer's 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;
}
body {
    background-color: #fff;
    color: #272727;
    height:100%;
    width:100%;
    font-size:62.5%;
    font-size:1.0em;
    line-height:1.5em;
    font-family:Georgia, Times, serif;
    }

h1, h2, h3 {
    margin:0.5em 0 0 0;
}
h1 {
    font-size:2.0em;
	font-weight: normal;
}
h2 {
    font-size:1.8em;
	font-weight: normal;
}
h3 {
    font-size:1.6em;
}
h4 {
    font-size:1.4em;
}
h5 {
    font-size:1.2em;
}
h6 {
}
p, span, li {
    font-size:1.0em;
    line-height:1.5em;
}

ul {
    list-style:none;
}

a {
	color:#77b72d;
}

a:link {
    text-decoration:underline;
}
a:visited {
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
a:active {
    text-decoration:none;
}#container {
    width: 100%;
    height: 100%;
}

#header {
    margin: 15px 0 15px 0;
    padding:0 0 0 0;
    width:100%;
    text-align: center;
    background: url('../images/menubg.png') repeat-x bottom left #fff;
}

#content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

#footer {
    width: 960px;
    margin: 0 auto;
    position: relative;
}#header .menu {
    width:960px;
    margin: 20px auto 0 auto;
    height:30px;
}

#header .menu .box {
    padding:0 20px;
    height: 30px;
    float:left;
    line-height: 30px;
    font-size: 15px;
    overflow: hidden;
}
#header .menu .box.active {
    background: url('../images/menubg.png') repeat-x top left;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}
#header .menu .box a {
    color:#77b72d;
}

#header .menu .box#filler {

}

.nowrap {
    white-space: nowrap;
}

#javaWarning, #ieWarning {
    clear:both;
    width:930px;
    padding:15px;
    margin:10px 0 15px 0;
    color:#272727;
    background-color:red;
}

#footer #footercontent {
    margin:20px 0;
    font-size: 0.8em;
    text-align: right;
    color:#ccc;
}/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x top left;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: left;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right:5%;
  	color: white;
  	font-size: 0.8em;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left top;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left top;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #77b72d;
}

.tab ul.login li a:hover {
	color: white;
}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 70px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left top;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left top;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat;}
.tab a:hover.open {background-position: 0px -20px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat;}
.tab a:hover.close {background-position: 0px -20px;}

/* The panel on top */
#toppanel {
    position: absolute;			/* Move _over_ the content */
    /*position: relative;*/		/* Push the content */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 170px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 40;
	display: none;
}

#panel h1,
#content h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2,
#content h2 {
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p,
#content p {
	margin: 5px 0;
	padding: 0;
}

#panel a,
#content a {
	text-decoration: underline;
	color: #fff;
}

#panel a:hover,
#content a:hover {
	text-decoration: none;
}

#panel .content,
#content .content {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content {
	width: 960px;
}

#panel .content .left,
#content .content .left {
	width: 960px;
	float: left;
	padding: 0;
}

#content .content .left {
	border:none;
}

#panel .content .right {
	border-right: 1px solid #333;
}#content #gallery {
    /* The width of the gallery */
    width:960px;
    overflow:hidden;
}

#content #gallery #slides {
    /* This is the slide area */
    height:450px;

    /* jQuery changes the width later on to the sum of the widths of all the slides. */
    width:960px;
    overflow:hidden;
}

#content #gallery #slides .slide {
    float:left;
    width: 960px;
}
#content #gallery #slides .slide .slidebox {
    float:left;
    margin:0 8px;
}

.slidebox.secondrow {
    padding: 8px 0 0 0;
}

#content #gallery #slides .slide .slidebox h2 {
    color:#77b72d;
    font-size: 1.5em;
    line-height: 1.5em;
    padding:0 0 0 5px;
}
#content #gallery #slides .slide .slidebox img {
    border: 1px solid #ccc;
}
#content #gallery #slides .slide .slidebox img:hover {
    border: 1px solid #272727;
}

#content #gallery .menu {
    height:100px;
    margin:5px 0 0 0;
    padding:5px 0 5px 0;

}

#content #gallery .menu ul {
    margin:0px;
    padding:0px;
}

#content #gallery .menu ul li {
    padding:0 5px 0 0;
    margin:0 5px 0 0;
    display:inline-block;
    list-style:none;
    height:100px;
    overflow:hidden;
    float:left;
}

#content #gallery .menu ul li.inact:hover {
    /*background-color:#6c6c6c;*/
}

#content #gallery .menu ul li.act,
#content #gallery .menu ul li.act:hover {
    background-color:#77b72d;
}

#content #gallery .menu ul li.act a {
    cursor:default;
}

#content #gallery .menu ul li.fbar {
    width:66px;
    background:url(/images/divider.png) repeat-y right;
}
#content #gallery .menu ul li.fbar.act {
    background: none;
}

#content #gallery .menu ul li a {
    display:block;
    background:url(/images/divider.png) repeat-y right;
    height:100px;
    padding:0 0 5px 0;
}

#content #gallery .menu ul li a img {
    border:none;
}#content .timeline {
    width: 704px;
    overflow: hidden;
    float:left;
}

#content a {
    color:#77b72d;
    text-decoration: underline;
}
#content a:hover,
#content a:active,
#content a:focus {
    color:#77b72d;
    text-decoration: none;
}

#content .timeline #wider {
    width:1792px;
    background: url('../images/grid_bg_cv2.png') repeat top left;
    float:left;
}

#content #scrLinkBack,
#content #scrLinkForward {
    display:block;
    width:126px;
    height: 250px;
    color: #ccc;
    padding:0;
    text-align: center;
    float:left;
    text-decoration: none;
    cursor: pointer;
}
#content #scrLinkBack p {
    margin: 20px 0 0 0;
    background-color: #fff;
    padding: 5px;
}
#content #scrLinkForward p {
    margin: 200px 0 0 0;
    background-color: #fff;
    padding: 5px;
}
#content #scrLinkBack {
    background: url('../images/cv_prev.png') no-repeat top left;
}
#content #scrLinkForward {
    background: url('../images/cv_next.png') no-repeat top left;
}

#content .timeline #wider .events {
    margin: 0;
    padding: 0 0 20px 0;
}

#content .timeline #wider .events .event {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #77b72d;
    color: #fff;
    font-size: 12px;
    margin-bottom: 6px;
    padding: 3px 0;
    position: relative;
    text-align: center;
}

#content #timeline #wider .events .event span {
    font-size: 12px;
}
#content .timeline #wider .events .event span.expand {
    font-size: 15px;
    font-weight: 700;
    cursor:pointer;
    float:right;
    padding:0 10px 0 0;
}
#content .timeline #wider .events .event span.more {
    display:none;
}

.intervals {
    display:inline;
    padding: 5px;
    width:1920px;
    overflow: hidden;
}

/* The width depends on the number of intervals. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
.intervals div {
    color: #999;
    float: left;
    font-size: 0.8em;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    width: 128px;
    display:inline;
    background: url('../images/grid_bg_cv2.png') repeat top left;
}

#content .texttimeline #utdanning {
    display:none;
}
#content .texttimeline .entryrow {
    width:960px;
    clear: both;
}
#content .texttimeline .entryrow .entrytimespan {
    margin:5px 0;
    width:140px;
    padding: 0 20px 0 0;
    float:left;
    text-align: right;
    font-weight: 700;
}
#content .texttimeline .entryrow .entrydesc {
    margin:5px 0;
    width:800px;
    float: left;
}
#content .texttimeline .entryrow .entrydesc h2 {
    color:#77b72d;
    font-weight: 700;
}/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

