/*
## layout.css - Contains style for page layout
*/

/* Normalizes margin and padding */
* { 
  margin: 0;
  padding: 0;
}

/* Normalizes article content elements */
#content p,
#content dl.fileObject,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content .image-box,
#content ol,
#content ul,
#content .flashContent,
#content .mediaPlayer,
#content .user-table,
#content .bordered-user-table,
#content .outlined-user-table,
#content .outlined-horizontal-user-table,
#content .horizontal-user-table,
#content .outlined-vertical-user-table,
#content .vertical-user-table,
#content .user-box,
#content form,
#content .youtube embed,
#content .slideshare embed {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #f97507;
}

a:hover {
  text-decoration: underline;
}

/** 75% sets medium size to 12px in standard browsers **/
body {
  font: 75% Verdana, Arial, Helvetica, sans-serif;
  background-color: #333333;
  color: #4c4c4c;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/

#wrapper {
  margin: 0 auto;
  width: 924px;
}

#headerContainer {
  height: 100px;
  padding: 0 12px 0px 12px;
  background: transparent url(../GFX/headContainer.gif) no-repeat 50% 0;
}

#header {
  height: 100%;
  width: 100%;
  padding-top: 10px;
  background: transparent url(../GFX/header.gif) no-repeat 10px 10px;
}

#logo {
  float: left;
  display: block;
  margin: 30px 0 0 20px;
  width: 92px;
  height: 43px;
  background: transparent url(../GFX/logo.jpg) no-repeat 100% 100%;
}

#rssFeed {
  float: right;
  display: inline;
  width: 190px;
  padding: 1px 0 1px 20px;
  background: transparent url(../GFX/rss2007.gif?size=17x17) no-repeat 0 50%;
  color: #4C4C4C;
  text-decoration: underline;
  font-size: 92%;
}

#rssFeed:hover {
  text-decoration: none;
}

#logo span {
  display: none;
}

#top {
  margin: 0 12px;
  padding-top: 20px;
  clear: both;
  border-bottom: 2px solid #FE6A00;
}

#searchForm {
  float: right;
  width: 185px;
  padding: 0;
}

#instructions code {
  font-size: 109%;
}

#searchForm label {
  font-size: 117%;
  margin-right: 8px;
}

#searchForm .query {
  width: 134px;
  padding: 2px 0;
  margin-right: 5px;
}

.button {
  font-size: 83%;
  height: 21px;
  color: #FFF;
  background-color: #FF6600;
  border-right: 1px solid #AE4900;
  border-bottom: 1px solid #AE4900;
  border-top: 1px solid #FD7924;
  border-left: 1px solid #FD7924;
  font-family: Verdana, Arial, Sans-serif;
}

#breadcrumbs {
  padding-bottom: 10px;
  margin: 0 10px 10px 20px;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
  font-size: 92%;
  clear: both;
  color: #363636;
}

#breadcrumbs a {
  color: #363636;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

#breadcrumbs a.active {
  color: #444;
}

#main {
  background: transparent url(../GFX/wrapper.gif) repeat-y 100% 0;
  padding: 0 12px 20px;
}

#leftColumn {
  float: left;
  width: 170px;
}

#mainColumn {
  float: left;
  display: inline;
  width: 581px;
  margin-right: 10px;
  min-height: 100px;
  height: auto!important;
  height: 100px;
  background: transparent url(../GFX/stapledHorisontal.gif) repeat-y 100% 10px;
}

#content {
  padding: 0 10px 0 20px;
}

#rightColumn {
  float: left;
  display: inline;
  width: 290px;
  padding-right: 19px;
}

#footer {
  float: left;
  width: 900px;
  padding: 15px 12px 20px 12px;
  background: transparent url(../GFX/footer.gif) no-repeat 0 0;
  font-size: 83%;
  color: #979797;
}

/*****************
## IDIUM FOOTER ##
*****************/

#idium {
  margin: 10px auto;
  width: 175px;
}

#idium a:hover,
#idium a:active {
  text-decoration: none;
}

#idium,
#idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

#idium img {
  float: left;
  margin-top: -3px;
}

#idium span {
  font-family: Century Gothic,Verdana,Arial,helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: -8px 0 0;
  padding: 0 0 0 6px;
  text-transform: lowercase;
  word-spacing: 3px;
  color: #DCDCDC;
}

/******************
## SIZE SELECTOR ##
******************/

#sizeSelector {
  float: right;
  color: #FFF;
  position: relative;
  z-index: 100;
  font-size: 83%;
}

#sizeSelector a {
  color: #FFF;
}

#sizeSelector a {
  cursor: pointer;
  padding-right: 5px;
}

#sizeSelector #small {
  font-size: 1.0em;
}

#sizeSelector #medium {
  font-size: 1.33em;
}

#sizeSelector #large {
  font-size: 1.5em;
}

/***********
## OM ITU ##
***********/

#about {
}

#contact {
  clear: both;
}

#employees table {
  width: 100%;
  font-size: 92%;
}
#employees table th {
  padding: 5px;
  text-align: left;
}

#employees table td {
  padding: 5px;
}

#employees table td.phone {
  white-space: nowrap;
}


/******************
## KOORDINATORER ##
******************/

#coordinators .summary {
  margin-bottom: 10px;
}

/******************
## PUBLIKASJONER ##
******************/

#archive select,
#reportsArchive select,
#notesArchive select {
  width: 100px;
  margin-left: 10px;
}

#reportsArchive,
#notesArchive {
  padding-top: 10px;
}

/************
## AKTUELT ##
************/

#newsletter form {
  padding: 5px 0;
}

#newsletter h4 {
  font-size: 92%;
}

#newsletter .text {
  margin-left: 10px;
}

#newsletter .thankyouText {
  margin-bottom: 10px;
}

#newsletter label {
  font-size: 92%;
  padding-right: 10px;
}

#newsletter p {
  padding: 5px 0;
  font-size: 92%;
}

#newsletter .newsletterText {
  padding: 5px 0 0;
}

#newsletterArchive {
  list-style: none;
}

#newsletterArchiveLink {
  display: block;
  float: right;
}

#study,
#reports {
  padding-right: 15px;
}

#content #research h2,
#content #opinion h2,
#content #study h2,
#content #reports h2,
#content #notes h2 {
  margin-bottom: 0;
  font-size: 100%;
  padding: 5px 0;
  font-weight: bold;
}

#content #research .text,
#content #opinion .text {

}

/*********
## BLOG ##
*********/

#blog .summary h1,
#blog .summary h2 {
  font-size: 100%;
  padding: 5px 0;
  font-weight: bold;
}

#rightColumn #blog .summary .text {
  font-size: 92%;
  line-height: 14px;
}

#userBlog h4 {
  line-height: 25px;
  font-weight: bold;
}

#userBlog p.description {
  font-size: 92%;
}

#userBlog .entry {
  padding: 5px 0;
}

#userBlog .entry .date {
  font-style: normal;
  line-height: 18px;
}

#userBlog .entry .entryDescription,
#userBlog .entry .date {
  font-size: 92%;
}

#userBlog .entry h5 {
  font-size: 100%;
}

#userBlog .entry h5 a {
  text-decoration: underline;
  line-height: 18px;
  color: #4C4C4C;
}

#userBlog .entry h5 a:hover {
  text-decoration: none;
}

/***************
## PROSJEKTER ##
****************/

#projects {
}

#projects .container {
  margin-bottom: 10px;
}

#projectInfo {
  margin-bottom: 10px;
  font-size: 92%;
}

#projectInfo a {
  text-decoration: underline;
}

#projectInfo .projectPeriod {
/*  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #FF6507;*/
}

.user .userLocation {
  margin-bottom: 8px;
  font-size: 83%;
}

.user .userMail,
.user .userInfo {
  font-size: 92%;
}

.user .userMail {
  text-decoration: underline;
}

.user .userInfo {
  margin-bottom: 5px;
}

.user {
  padding: 10px 0;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

.user h2 {
  font-size: 100%;
  font-weight: bold;
}

#rightColumn .box .user .text {
  clear: both;
  margin-bottom: 0;
  font-size: 92%;
}

.user dt,
.user dd {
  line-height: 16px;
}

.user dt {
  float: left;
  padding-right: 5px;
}

#deadline em {
  font-size: 100%;
  display: inline;
}

#deadline h4 {
  display: inline;
  font-weight: bold;
}

#rightColumn #deadline .text {
  margin-bottom: 0;
}

#content #topProject {
  padding: 7px 0;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

#projectNews {
  margin-right: 15px;
}

#rightColumn #programs .article h2,
#rightColumn #programs .summary h2 {
  font-size: 100%;
  padding: 5px 0;
  font-weight: bold;
}

/******************
## COMMON STYLES ##
******************/

.box ul {
  margin-bottom: 12px;
  padding-left: 0;
  list-style: none;
  clear: both;
}

#calendarContainer h3 {
  margin-bottom: 5px;
}

#content .box li,
#rightColumn .box li {
  padding: 7px 0;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

#rightColumn #authors li {
  background: none;
  padding-bottom: 2px;
}

.box h3 {
  color: #FE6A00;
  padding: 0 0 4px 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #656565;
  font-weight: bold;
  text-transform: uppercase;
  background: transparent url(../GFX/readmore.gif) no-repeat 0 4px;
}

.box h3.clean {
  padding: 0 0 6px;
  margin: 0;
  background: none;
  padding-left: 0;
  color: #4c4c4c;
  font-size: 100%;
  text-transform: none;
}

#content h1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
  font-size: 208%;
  font-weight: bold;
}

#content .box ul a,
#content h1 a,
#rightColumn .box ul a,
#content .box h1 a,
#content .box h2 a,
#rightColumn .box h1 a,
#rightColumn .box h2 a {
  color: #4c4c4c;
  line-height: 18px;
}

#content .box h1,
#content .box h2 {
  font-size: 208%;
  font-weight: bold;
}

#content .box ul h1,
#content .box ul h2,
#rightColumn .box ul h1,
#rightColumn .box ul h2 {
  display: inline;
  font-size: 100%;
  font-weight: normal!important;
}

#content .box ul a,
#rightColumn .box ul a,
#content .box ul h1 a,
#content .box ul h2 a,
#rightColumn .box ul h1 a,
#rightColumn .box ul h2 a {
  text-decoration: underline;
  padding: 3px 0;
}

#content .box ul a:hover,
#rightColumn .box ul a:hover,
#content .box ul h1 a:hover,
#content .box ul h2 a:hover,
#rightColumn .box ul h1 a:hover,
#rightColumn .box ul h2 a:hover {
  text-decoration: none;
  background-color: #FE6A00;
  color: #FFF;
  padding: 3px;
}

#content .box ul em,
#rightColumn .box ul em {
  display: inline;
  padding-left: 10px;
  background-color: #FFF;
}

#content .box ul a:hover em {
  background: transparent;
}

#content .box .text,
#rightColumn .box .text {
  margin-bottom: 12px;
  line-height: 17px;
  font-size: 108%;
}

div.box {
  margin-bottom: 20px;
}

div.box .content {
  padding: 5px 0;
}

div.narrow {
  display: inline;
  float: left;
  width: 268px;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/

#content .article h1 {
  padding-bottom: 0;
  font-size: 208%;
  font-weight: bold;
  background: none;
}

#content .summary h1 {
  background: none;
}

#content .box .article h1 {
  font-size: 167%;
}

#content .byline p {
  display: inline;
}

#content .article .precontent {
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

#content .byline .author {
  padding-right: 10px;
  background: transparent url(../GFX/byline.gif) no-repeat 100% 50%;
}

#content .byline .author a {
  color: #4c4c4c;
  text-decoration: underline;
}

#content .byline .author a:hover {
  text-decoration: none;
}

#content .byline .published {
/*  padding-left: 9px;*/
}

#content .byline .published em {
  font-size: 100%;
}

#content .summary,
#content .article {

}

#content .inlineArticle {
  border-bottom: none;
}

#content .odd {

}

.readmore {
  clear: both;
  background: transparent url(../GFX/readmore.gif) no-repeat 0 1px;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 83%;
}

.readmoreContainer {
  width: 100%;
  clear: both;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

.summaryImage {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-bottom: 5px;
}

.article .image {
  float: left;
  display: inline;
  margin-right: 10px;
}

#content .even {

}

em {
  font-style: normal;
  font-size: 83%;
}

#content .summary {
  padding: 10px 0;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

.box .summary,
.box .article {
  padding: 7px 0;
}

#content .summary h1,
#content .summary h2 {
  margin-bottom: 5px;
  font-size: 133%;
  font-weight: bold;
}

#content .summary h1 a,
#content .summary h2 a {
  color: #4c4c4c;
}

#content .article {

}

#content .article .text,
#content .summary .text {
  padding: 5px 0;
  line-height: 17px;
  font-size: 108%;
}

#content .article .text {
  padding: 10px 0;
}

#content div.first {
  padding-top: 0!important;
}

/* TODO: get latest css from standardmaler.no, and add style to own stylesheet */
/*************************
## OBJECT COMMENTS VIEW ##
*************************/

#listComments {
  padding-top: 20px;
}

#comments {
   padding: 20px 0;
}

#commentsList dt {
  background: transparent url(../GFX/quotes.gif) top left no-repeat;
  padding-left: 25px;
}

#commentsList dd {
  padding-left: 25px;
  margin-top: 4px;
  margin-bottom: 14px;
}

#content form#commentForm {
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

#content form#commentForm fieldset {
  padding: 0;
  border: none;
}

#commentForm input.block {
  width: 40%;
}

/******************
## ARRANGEMENTER ##
*******************/

#googleMaps dl {
  padding-top: 5px;
}

#googleMaps dt {
  font-weight: bold;
  line-height: 20px;
}

#googleMaps dd {
  line-height: 20px;
}

#upcomingEvents {
  margin-bottom: 15px;
}

/*****************
## RELATIONSHIP ##
******************/

#relations h3,
#attachments h3 {
  padding: 0 0 5px;
  margin: 0;
  background: none;
  padding-left: 0;
  color: #4c4c4c;
  font-size: 100%;
}

#rightColumn #relations ul li,
#rightColumn #attachments ul li {
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

#rightColumn  #relations ul li a,
#rightColumn #attachments ul li a {
  background: transparent url(../GFX/readmore.gif) no-repeat 0 5px;
  padding-left: 20px;
  font-size: 92%;
  display: block;
}

#rightColumn #attachments ul li span {
  font-size: 92%;
} 

#rightColumn #attachments ul li a {
  background: none;
}

#rightColumn  #relations ul li a:hover,
#rightColumn #attachments  ul li a:hover {
  color: #4c4c4c;
}

#rightColumn #attachments ul .fileObject br {
  display: none;
}

/**************
## ANSATT ##
**************/

#userPublications,
#profession {
  margin-right: 15px;
}

#relatedPresentations {
  clear: both;
}

#relatedPresentations .container {
  margin-bottom: 10px;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
}

#userPresentations .summary,
#relatedPresentations .summary {
  width: 125px;
  float: left;
  display: inline;
  padding-top: 0;
  margin-left: 18px;
  background: none;
  border: none;
}

#relatedPresentations .readmore {
  display: block;
}

#relatedPresentations .summary {
  margin-left: 17px;
}

#userPresentations .summary .text,
#userPresentations .summary h2,
#relatedPresentations .summary .text,
#relatedPresentations .summary h2 {
  padding: 0;
  margin-bottom: 0;
  font-size: 92%;
  line-height: 13px;
}

#userPresentations .summary h2 a,
#relatedPresentations .summary h2 a {
  color: #4C4C4C;
  text-decoration: underline;
}

#userPresentations .summary h2 a:hover,
#relatedPresentations .summary h2 a:hover {
  text-decoration: none;
}

#userPresentations .first,
#relatedPresentations .first {
  margin-left: 0;
}

#feed {
  clear: both;
}

#feed li {
  display: inline;
  float: left;
  padding: 0!important;
  background: none!important;
}

#feed #imageLoader {
  position: absolute;
  left: 82px;
  top: 30px;
}

#feed ul {
  clear: none;
  float: left;
  display: inline;
  width: 320px;
}

#feed ul a,
#feed a.mainImage {
  display: block;
  padding: 2px!important;
  text-decoration: none!important;
}

#feed ul a:hover,
#feed a.mainImage:hover {
  padding: 2px!important;
  background-color: #FE6A00!important;
}

#feed a.mainImage {
  position: relative;
  margin-right: 7px;
  float: left;
  display: inline;
}

#feed #mainImage {
  width: 220px;
}

#feed h4 a.image {
  float: left;
  display: inline;
  margin-right: 10px;
}

#userInformation dl {
  padding-top: 5px;
  line-height: 20px;
  font-size: 92%;
}

#userInformation dt {
  width: 80px;
  float: left;
}

#userBlog .summaryImage {
}

#userBlog .published {
  display: none;
}

#userBlog h2 {
  font-size: 100%;
  line-height: 20px;
  font-weight: bold;
}

#userBlog h2 a {
  text-decoration: underline;
}

#userBlog h2 a:hover {
  text-decoration: none;
}

/*********************
## TIP - CALENDAR ##
*********************/

.success {
  padding: 5px 0;
  color: green;
}

.error {
  padding: 5px 0;
  color: red;
}

#content #subscribeForm {
  width: 100%;
}

#content #subscribeForm h4 {
  font-size: 92%;
  font-weight: bold;
  clear: both;
  margin: 10px 0 5px;
}

#content #subscribeForm .callsforpapers {
  font-size: 92%;  
}

#content #subscribeForm .narrow {
  width: 275px;
  clear: none;
  float: left;
  display: inline;
  margin-right: 0;
}

#content #subscribeForm .textarea {
  margin-right: 0;
}

#content #subscribeForm .first {
}

#content #subscribeForm .narrow input.block {
  width: 130px;
  margin-right: 0;
}

#content #subscribeForm fieldset {
  padding: 0;
  border: none;
}

#tip input.block,
#tip textarea.block,
#commentForm input.block,
#commentForm textarea.block,
#subscribeForm input.block,
#subscribeForm textarea.block {
  display: inline;
  width: 140px;
  padding: 2px 0;
}

#content #commentForm input.block,
#content #commentForm textarea.block {
  width: 420px;
}

#content #subscribeForm input.block,
#content #subscribeForm textarea.block {
  width: 405px;
}

#tip .button {
  width: auto;
  margin-left: 2px;
}

#subscribeForm {
  width: 100%;
}

.eventTimeList {
  margin-bottom: 12px;
}

.eventTimeList .noslots,
#googleMaps .noslots {
  color: red;
  opacity: .5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.eventTimeList .slots,
#googleMaps .slots {
  float: right;
}

#googleMaps .slots {
  font-weight: bold;
}

#tip label,
#commentForm label,
#subscribeForm label,
#subscribeForm .label {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  line-height: 25px;
}

#tip .labelText,
#commentForm .labelText,
#subscribeForm .labelText {
  width: 130px;
  text-align: right;
  margin-right: 5px;
  float: left;
  display: inline;
  background: transparent url(../GFX/stapled.gif) repeat-x 0 100%;
  font-size: 83%;
}

#subscribeForm .eventTimeList label {
  width: auto;
  display: block;
  clear: none;
  margin-bottom: 0;
  background: none;
  clear: none;
  margin-left: 135px;
  font-size: 92%;
}

#subscribeForm .eventTimeList label .radiobutton {
  float: left;
  height: 25px;
  display: inline;
}

#subscribeForm .labelText {
  font-size: 83%;
}

#tip .formDescription {
  line-height: 20px;
  padding: 5px 0;
}

#tip .mandatory,
#commentForm .mandatory,
#subscribeForm .mandatory {
  color: #F00;
}

#tip div.submit,
#commentForm div.submit {
  text-align: right;
  width: 250px;
}

#content #commentForm div.submit,
#content #subscribeForm div.submit {
  width: auto;
  text-align: right;
}


/**********
## FORMS ##
**********/

input.error {
  border: 1px solid red!important;
}

/*****************
## TAG CLOUD ##
*****************/
#tagCloud {
  clear: both;
  background-color: #666;
  text-align: center;
  padding: 10px 0;
}

#tagCloud .content {
  font-size: 280%;
}

#tagCloud a {
  color: #f6f6f6;
  margin: 0 10px;
}

/**************
## PAGINATOR ##
**************/

.paginator .showAll {
  float: left;
  padding: 5px;
  font-weight: bold;
}

.paginator {
  clear: both;
}

.paginator  .next {
  float: right;
}

.paginator .prev {
  float: left;
}

.paginator .pages {
  text-align: center;
}

.paginator .pages li {
  display: inline;
  padding: 5px;
}

/*************
## CLEARFIX ##
*************/
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */
