/* @override http://burns.idium.net/secora.no/filestore/dev/CSS/layout.css */

/* @override http://burns.idium.net/secora.no/filestore/dev/CSS/layout.css */

/*
## layout.css - Contains style for page layout
*/

/************
## WEBMAIL ##
************/
.webmail #mainColumn {
  margin-left:0px;
  width:100%;
}
.webmail #navMain li {
  width: auto;
  margin-bottom: 0px;
  float: left;
  border-right: 4px solid #fff;
}

.webmail #navMain {
  width: 100%;
  margin-bottom: 10px;
  background: #8A8B8D url('../GFX/footer_fade_grey.gif') repeat-x scroll 0 0;
}

.language{
  margin: 0 0 20px 0;
}

.language a{
  float:right;
}

/**************
## EMPLOYEES ##
**************/

#employeeLinks a {
  padding: 5px;
  font-weight: bold;
  color: #fff;
  background: #00968d;
  margin-right: 5px;
  float: left;
}

#employeeLinks a.sort {
  float: right;
}

#employee {
  width: 100%;
}

#employee td {
  padding: 3px;
}

#employee td.true ,
#employee td.false {
  text-align: center;
  width: 35px;
  border-bottom: 2px solid #fff;
}

#employee td.true {
  color: #fff;
  background: #00968d;
  padding: 3px;
  display: block;
}

#employee td.false {
  background: #e6e6e6;
  padding: 3px;
  display: block;
}

#employee tr.head td {
  padding-top: 20px;
}

#employee tr.head h3 {
  font-weight: bold;
  background: #e6e6e6;
  margin-bottom: 5px;
  padding: 5px;
}

/**************
## FRONTPAGE ##
**************/

#content .focused {
  margin-bottom: 40px;
}

#content .focused .summaryImage {
  margin-bottom: 10px;
}

.frontpage #content .focused h1 {
  font-size: 2.0em;
}

.frontpage #content .focused.left .summaryImage {
  float: left;
  margin-right: 25px;
}

.frontpage #content .focused.right .summaryImage {
  float: right;
  margin-left: 25px;
}

.frontpage #content .odd {
  float: left;
  width: 260px;
}

.frontpage #content .even {
  float: right;
  width: 260px;
}

.frontpage #content .summaryImage {
  margin-bottom: 10px;
}

.frontpageList #content .list h1 {
  font-size: 1.83em;
}

/* 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 {
  margin-bottom: 12px;
}

img, fieldset {
  border: 0;
}

a {
  text-decoration: none;
  color: #00958e;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

/** 0.75em sets medium size to 12px in standard browsers **/
body {
  font: 0.75em Verdana, Arial, Tahoma, Helvetica, sans-serif;
  color: #6d6d6d;
  background: #ffffff url('../GFX/bg_fade.gif') repeat-x;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h1 {
  font-size: 2.33em;
}

h2 {
  font-size: 1.50em;
}

h3 {
  font-size: 1.33em;
}

h4 {
  font-size: 1.00em;
}

img {
  display: block;
}

input {
  font-size: 100%;
}

/********************
## Framework style ##
********************/
#wrapper {
  margin: 18px auto;
  width: 960px;
  background: #fff;
}

#header {
  height: 132px;
  padding: 3px 0px;
  border-top: 3px solid #8a8c8b;
  border-bottom: 3px solid #8a8c8b;
  margin-bottom: 20px;
  position: relative;
}

#header #logo {
  float: left;
  margin-top: 18px;
  margin-left: 22px;
  display: inline;
}

#header #headerImageHolder {
  float: right;
}

#leftColumn {
  float: left;
  width: 180px;
}

#mainColumn {
  float: left;
  width: 550px;
  margin-left: 30px;
}

#rightColumn {
  float: right;
  width: 170px; 
}

#rightColumn .articleList {
  xmargin: 0px 0px 20px;
  margin: 0px;
}

#content {

}

#footer {
  margin-top: 20px;
  text-align: center;
  position: relative;
}

#footer .footerContent {
  padding: 10px 0px;
  background: #8a8b8d url('../GFX/footer_fade_grey.gif') repeat-x;
  color: #fff;
}

#footer .footerContent a {
  color: #fff;
}

#footer .footerSlogan {
  color: #8A8B8D;
  font-size: 3.0em;
  margin-top: 10px;
}

/******************
## COMMON STYLES ##
******************/
.heading {
  font-family: Georgia;
  margin-bottom: 0.5em;
}

.button {
  background: #8a8b8f url('./GFX/button_fade_grey.gif') repeat-x;
  padding: 2px;
  color: #fff;
  border: 0px;
}

div.breaker {
  float: left;
  display: block;
  clear: both;
  width: 100%;
}

.topLink {
  float: right;
}

/*************************
## SUMMARY|ARTICLE LIST ##
*************************/
/*
#content .odd {
  float: left;
  width: 278px;
}

#content .even {
  float: right;
  width: 277px;
}
*/

#content .summary img {
  float: left;
  margin-right: 25px;
}

#content .odd.first {
  margin: 0;
  padding: 0;
}

.frontpageList#content .odd.first {
  margin: 0;
  padding: 0;
}

#content .summary,
#content .article {
  margin-top: 30px;
}

.frontpageList
#content .summary,
#content .article {
  margin: 0;
  padding-top: 30px;
}

.frontpageList
#content .summary:first-child,
#content .article:first-child {
  margin: 0;
  padding-top: 0px;
}

#intranett #content .summary,
#intranett #content .article {
  border-bottom: 1px solid #359765;
}

#intranett #content .summary:last-child,
#intranett #content .article:last-child {
  border-bottom: none;
}

#content .summary,
#content .article:first-child {
  border-top: none;
  padding: 0;
}

#content .list h1 {
  font-family: Verdana, Arial, Tahoma;
  font-size: 1.50em;
  font-weight: bold;
}

#content .list .text {
  font-weight: normal;
}

#content h1 {
  font-family: Georgia;
  margin-bottom: 8px !important;
}

#content h2 {
  font-size: 1.50em;
  font-weight: bold;
}

#content h3 {
  font-size: 1.33em;
}

#content h4 {
  font-weight: bold;
}

#content .text {
  font-weight: bold;
  font-size: 1.08em;
  line-height: 1.42em;
}

em.publishedDate {
  display: block;
  margin-bottom: 10px;
  font-size: 0.92em;
}

/****************
## SEARCH FORM ##
****************/

.english #searchForm .query{
  width:112px;
}

#searchForm {
  float: right;
  width: 170px;
  margin-bottom: 20px;
}

#searchForm .query {
  width: 125px;
  border: 1px solid #8a8c8b;
  float: left;
  padding: 2px;
}

#searchForm .button {
  float: right;
}

/*****************
## ARTICLE LIST ##
******************/

.articleList {
  margin: 20px 10px;
  padding-bottom: 15px;
  xborder-bottom: 1px solid #6d6d6d;
}

.articleList h2.heading {
  font-size: 1.75em;
  border-bottom: 1px solid #00958E;
  padding-left: 5px;
  font-family: Arial Narrow;
}

.articleList li {
  margin-bottom: 12px;
}

.articleList h4 {
  font-weight: bold;
}

.articleList .seeAll {
  font-weight: bold;
  float: right;
}

.articleList p {
  margin-bottom: 12px;
}

/*****************
## FILE ARCHIVE ##
*****************/

#content ul.fileFolder {
  margin-bottom: 24px;
}

ul.fileFolder li {
  display: block;
  clear: left;
}

ul.fileFolder li img {
  margin-right: 5px;
  float: left;
}

ul.fileFolder li a {
  display: block;
  margin-bottom: 3px;
  float: left;
}

ul.fileFolder li span {
  float: left;
  width: 90%;
}

/*****************
## LOGIN STYLES ##
*****************/

.login #wrapper {
  width: 560px;
  background: none;
}

.login #header {
  background: #fff;
}

#userInfo {
  position: relative;
  float: right;
  margin-top: 18px;
}

#login {
  margin-right: 20px;
  text-align: left;
  display: inline-block;
}

#login input.username,
#login input.password {
  margin-bottom: 5px;
  width: 175px;
  float: right;
  clear: right;
}

#login input.submit {
  float: right;
  clear: right;
}

#login label {
  display: block;
  float: right;
  padding: 4px 3px;
  margin-bottom: 5px;
}

#login span {
  xposition: absolute;
  xbottom: 5px;
  xright: 85px;
  xright: 120px;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

#userInfo p.error {
  color: #ff0000;
  margin-top: 15px;
  position: absolute;
  right: 20px;
}

#recoverPassword {
  display: none;
  background: #fff;
  position: absolute;
  top: 120px;
  right: 0px;
  padding: 10px;
  width: 247px;
  border-bottom: 3px solid #8A8C8B;
}

#recoverPassword h3 {
  font-weight: bold;
}

#recoverPassword div {
  width: 190px;
  float: left;
}

#recoverPassword input.email {
  width: 98%;
  margin-bottom: 10px;
}

#currentUser {
  background: #e6e6e6;
  padding: 10px;
  position: absolute;
  left: 273px;
  width: 200px;
  z-index: 9999;
}

#currentUser img {
  margin: 0 auto;
}

#currentUser span,
#currentUser a {
  font-weight: bold;
}

#currentUser a {
  display: block;
  text-align: right;
  margin-top: 5px;
}
#showUser {
  padding:10px 9px;
}
#showUser img {
  float:left;
  margin-right:10px;
}

#showUser dt{
  font-weight:bold;
}
#showUser dd{
  margin-bottom:5px;
}
/****************
## GOOGLE MAPS ##
****************/

#map {
  width: 550px;
  height:550px;
  margin-bottom: 10px;
}

/*************
## BIRTHDAY ##
*************/

#employeeBirthday img {
  margin-bottom: 10px;
}

#employeeBirthday a {
  display: block;
  text-align: right;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 20px;
}

/*****************
## IDIUM FOOTER ##
*****************/

#idium_logo {
  position: absolute;
  top: 35px;
  right: 10px;
  width: 160px;
}

#idium_logo .idium_logo {
  margin: 20px auto;
  width: 170px;
}

#idium_logo a:hover,
#idium_logo a:active {
  text-decoration: none;
}

#idium_logo,
#idium_logo a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

#idium_logo img {
  float: left;
  margin-top: -3px;
}

#idium_logo 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;
  word-spacing: 3px;
  color: #000000;
  text-transform: lowercase;
}


/*************
## 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 */
