/* $Id: screen.css 29230 2011-05-13 07:47:18Z vidars $ */
@import '/common/css/comments.css';
@import '/common/css/form.css';
@import '/common/css/forum.css';
@import '/common/css/searchform.css';

/*
    §colors
    black       231f20
    red         c72127
    magenta     c768ab
    beige       fee6d3
    grey        e7e6dd
*/

html { overflow-y: scroll; }
body {
  background-color: #fff;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 11px;
}
/* globals */
* {
  padding: 0;
  margin: 0;
}
a {
  color: #c72127;
  text-decoration: none;
}
a:hover {
  color: #c72127;
  text-decoration: underline;
}
img { border: 0; }
p { margin-bottom: 1em; }
ul { list-style: none; }
.object ul { /* regular ul needed in this area */
  list-style: disc;
  padding: 1ex 1ex 0 1ex;
  margin: 0 1ex 0 1em;
}
.object ul li { /* regular li needed in this area */
  padding: 0;
  margin: 0 0 1em 0;
}
/* positions */
#mainframe {
  width: 960px;
  margin: 25px auto 0;
}
#content {
  margin: 15px 0;
  padding: 35px 0 0 0;
}
  #tree {
    float: left;
    width: 130px;
    min-height: 1em;
    margin-right: 30px;
  }
  .object {
    float: left;
    width: 560px;
    margin-right: 30px;
  }
  #col {
    float: left;
    width: 210px;
    margin-top: 32px;
  }

/* canvasstyle */
form.login input.submit,
a.butt {
  border: 1px #999 solid;
  padding: 2px 3px 1px 3px;
  background: #e7e6dd;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #231f20;
  font-size: 11px;
  cursor: pointer;
}
a.butt:hover,
form.login input.submit:hover {
  background: #c72127;
  color: #fff;
}
#header {}
  #header #logo {
  	display: inline-block;
  	margin-top: 5px;
  }
  #header #quicksearch {
  	float: right;
  	background-color: #e7e6dd;
  	width: 205px;
  }
    #header #quicksearch input {
    	float: right;
        margin: 4px 4px 4px 0;
        padding: 4px 8px;
        width: 140px;
    	background: #fff none no-repeat;
    	border: 0;
    }
    #header #quicksearch a.butt {
    	padding: 9px 0 0;
    	border-width: 0;
    	color: #000;
    	font-weight: normal;
    	background: transparent none no-repeat;
    	float: left;
    	text-transform: uppercase;
    	text-align: center;
    	display: inline-block;
    	width: 44px;
    }
    #header #quicksearch a.butt:after {
        content: ':';
    }
  #header .menu {
    margin-top: 25px;
  	height: 27px;
  	background-color: #c768ab;
  }
  #header .semantics-wasnt-here {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -999;
    display: block;
    height: 27px;
    background-color: #c768ab;
  }
  #header .menu ul {
  	float: right;
  	margin-right: 15px;
  }
    #header .menu ul li { float: left; }
      #header .menu ul li a {
      	display: block;
      	padding: 7px 11px;
      	color: #fff;
      	text-transform: uppercase;
      }
      #header .menu ul li.selected a,
      #header .menu ul li a:hover,
      #header .menu ul li.expanded {

      }
  #logout {
    position: absolute;
    text-align: right;
    top: 5px;
    width: 960px;
  }
  #logout a {
    margin-left: 5px;
    text-decoration: underline;
  }
  #header #superNav {
  	margin-left: 370px;
  	position: absolute;
  	top: 37px;
  	width: 380px;
  	text-align: right;
  }
  	#header #superNav ul,
    #header #superNav li {
        display: inline;
  		padding-right: 10px;
    }
      #header #superNav li a {
        color: #231f20;
        text-transform: uppercase;
      }

  #content {
    padding-bottom: 10px;
  }
  body.frontpage #content { border: none; }

    #tree a {
      display: block;
      padding: 3px 0 4px 15px;
      margin: 1px 0;
      background: transparent url(../gfx/tree_bullet.png) no-repeat 10px center;
      color: #707070;
      line-height: 100%;
    }
    #tree a:hover { color: #c72127; }
    #tree .selected a {
      background-color: #e7e6dd;
      color: #c72127;
    }

#col .item,
#col ul.addons { margin-bottom: 1.5em; }

ul.addons {
  border: 1px #c768ab solid;
  padding: 7px 7px 0 7px;
}
  ul.addons li {
    margin-bottom: 1em;
    background: transparent url(../gfx/tree_bullet.png) no-repeat 0 1ex;
    padding-left: 5px;
  }
  ul.addons li.note {
    background: none;
    padding-left: 0;
  }
  ul.addons .title { font-size: 110%; }
  ul.addons .body p { margin-bottom: 0; }

  ul.addons a.iconlink { padding-left: 12px; background: transparent url(/common/gfx/icon10/link.png) no-repeat left center; }
  ul.addons a.icondoc  { padding-left: 12px; background: transparent url(/common/gfx/icon10/doc.png) no-repeat left center; }
  ul.addons a.iconpdf  { padding-left: 12px; background: transparent url(/common/gfx/icon10/pdf.png) no-repeat left center; }
  ul.addons a.iconppt  { padding-left: 12px; background: transparent url(/common/gfx/icon10/ppt.png) no-repeat left center; }
  ul.addons a.iconxls  { padding-left: 12px; background: transparent url(/common/gfx/icon10/xls.png) no-repeat left center; }
  ul.addons a.iconhtml { padding-left: 12px; background: transparent url(/common/gfx/icon10/html.png) no-repeat left center; }
  ul.addons a.icondef  { padding-left: 12px; background: transparent url(/common/gfx/icon10/default.png) no-repeat left center; }

  #footer {
    text-align: center;
    margin: 10px 0;
  }
    #footer p { display: inline; }
    #footer span {
      background: transparent url(../gfx/tree_bullet.png) no-repeat 2px center;
      padding-left: 10px;
    }
    #footer div { display: inline; }
    #footer div img { vertical-align: middle; }


/* typestyle */
h1 {
  padding-bottom: .8em;
  color: #231f20;
}
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1em; }
.caption {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 1em;
}
.object { line-height: 160%; }
.alert { color: #F30; }

/* objectstyle */

.object .body {
  clear: both;
  margin-bottom: 10px;
  border-bottom: 1px #c768ab solid;
}
#formpage.object .body { border-bottom-width: 0; }

body.frontpage #content {
  padding-top: 0;
  margin-top: 14px;
}

body.frontpage .slideshow {
  margin-bottom: 20px;
}
body.frontpage .slideshow .slides {
  position: relative;
  float: left;
  overflow: hidden;
  height: 355px;
  width: 635px;
}
body.frontpage .slideshow img {
  position: absolute;
}
body.frontpage .slideshow .text {
  float: right;
  width: 310px;
  height: 355px;
  background-color: #e7e6dd;
}

body.frontpage .highlights div {
  float: left;
  margin-right: 15px;
  width: 310px;
}
body.frontpage .highlights .item-article {
  background-color: #e7e6dd;
}
body.frontpage .highlights a {
  text-decoration: none;
  text-transform: uppercase;
}
body.frontpage .highlights img {
  display: block;
}
body.frontpage .highlights h2 {
  color: #231f20;
  font-size: 15px;
  font-weight: normal;
  padding: 4px 10px;
}
body.frontpage .highlights a:hover h2 {
  background-color: #c72127;
  color: #fff;
}
body.frontpage .highlights .i3 {
  margin-right: 0;
}
body.frontpage .highlights .item-link h2 { padding: 0; }
body.frontpage .highlights .item-link h2 a {
  display: block;
  margin: 0 0 5px;
  padding: 0 0 0 26px;
  height: 24px;
  background: url('../gfx/dot.png') no-repeat left top;
  color: #231f20;
  line-height: 22px;
}
body.frontpage .highlights .item-link h2 a:hover {
  color: #c72127;
}
body.frontpage .highlights .item-link p {
  font-size: 13px;
  line-height: 1.45;
}

body.frontpage .tips .dividor,
body.frontpage .course .dividor,
body.frontpage .older-news .dividor,
body.frontpage .deqi .dividor,
body.frontpage .membership-offers .dividor,
body.frontpage .ads .dividor { margin-top: 0; }
body.frontpage .object {
  width: 960px;
  margin-right: 0;
}
#frontpage .item,
.frontpage .item {
  width: 470px;
  margin: 0 0 10px;
}
.frontpage .tips .item { padding-left: 10px; }
#frontpage .item.left {
  float: left;
  clear: both;
}
#frontpage .item.right { float: right; }
#frontpage .item .image {
  float: left;
  margin: 0 10px 10px 0;
}
.frontpage .item h3 a {
  color: #231f20;
  font-weight: normal;
  font-size: 14px;
}
.frontpage .course h3,
.frontpage .tips h3 { font-size: 1.2em; }
#frontpage .item .caption {
  font-weight: normal;
  font-size: 100%;
}
#frontpage .item .readmore,
.frontpage a.readmore {
  text-align: right;
  display: none;
}
#frontpage .item .readmore .date { display: none; }
body.frontpage .course,
body.frontpage .tips,
body.frontpage .older-news,
body.frontpage .deqi,
body.frontpage .membership-offers,
body.frontpage .ads {
  width: 480px;
  float: left;
  line-height: 160%;
}
body.frontpage .tips h2 { margin-left: 10px; }
#frontpage a.archive { display: none; }


body.frontpage .older-news,
body.frontpage .membership-offers {}
	body.frontpage .older-news ul,
	body.frontpage .membership-offers ul {
		list-style: square;
		margin-left: 15px;
	}
		body.frontpage .older-news li span,
	    body.frontpage .membership-offers li span {
			color: #999;
		}

body.frontpage .deqi {}
	body.frontpage .deqi img {
		float: right;
		margin: 0 0 10px 10px;
	}


body.forum .object {
  width: 640px;
  margin-right: 0;
}
body.forum #col { display: none; }

#article .byline { overflow: hidden; }
#article .date,
#article .author {
  font-size: 1.1em;
  line-height: normal;
  float: left;
  margin: 0 1ex 1em 0;
}
#article .item.videos embed,
#article .item.videos object { margin-bottom: 1.5em; }
#article #keywords {
  font-size: 1.1em;
  margin: 15px 0;
}
#article #keywords h4 {
  display: inline;
  font-size: 1.1em;
}
.functions a {
  display: block;
  height: 20px;
  padding-left: 21px;
  background: transparent url(../gfx/printer.png) no-repeat;
  float: left;
  line-height: 250%;
  margin-right: 10px;
}
.functions a.tipser { background-image: url(../gfx/letter.png); }

#calendar .months {
  border-left: 1px #c768ab solid;
  margin-bottom: 10px;
}
#calendar .month {
  float: left;
  /*padding: 0 .4em;*/
  border: 1px #e7e6dd solid;
  border-width: 1px 1px 1px 0;
  text-transform: uppercase;
  text-align: center;
  width: 8%;
}
#calendar h3 { clear: left; }
#calendar #calserach { margin-bottom: 10px; }

#locator .item {
  clear: both;
  border: 1px #e7e6dd solid;
  padding: .6em;
  border-top-width: 0;
}

#locator .item.toppers {
	border: 0;
	background-color: #e7e6dd;
}
#locator .item.toppers .butt {
	background-color: #fff;
}
#locator .item.toppers .butt:hover {
    background-color: #c72127;
}
#locator form {
  border-width: 0;
  float: left;
  clear: none;
  width: 100%;
}
#locator form.gform input {
  margin: 0;
  clear: none;
  float: none;
  width: 45%;
}
#locator .item h3 {
  float: left;
}
#locator .item h4 { line-height: 100%; }
#locator .item a.mailto {
  background: url(../gfx/letter.png) no-repeat left -.4em;
  width: 20px;
  height: 20px;
  float: left;
}
#locator .item a.homer {
  background:  url(../gfx/home.png) no-repeat left -.4em;
  width: 20px;
  height: 20px;
  float: left;
}
#locator .item .address {
  width: 45%;
  float: left;
  clear: left;
}
#locator .item .address.two {
  float: right;
  clear: none;
}

#mypage fieldset { border-width: 0; }
#mypage fieldset legend {
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.6em;
}

#mypage .myinfo {
  border: 1px #ccc solid;
  background-color: #F1F1F1	;
  margin-bottom: 1em;
  padding: .6em;
  position: relative;
}
#mypage .myinfo h2 { margin-bottom: .5em; }
#mypage .myinfo dl dt,
#mypage .myinfo dl dd {
  float: left;
  border-top: 1px #ccc solid;
}
#mypage .myinfo dl dt {
  clear: left;
  width: 40%;
  font-weight: bold;
  color: #333;
}
#mypage .myinfo dl dt:after { content: ':\00a0'; }
#mypage .myinfo dl dd { width: 60%; }
#mypage .myinfo .frame {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px #ccc solid;
  border-width: 0 0 1px 1px;
}
#mypage .myinfo img { border: .6em #fff solid; }
#mypage .myinfo dt.minor {
  font-weight: normal;
  text-align: right;
}
#mypage .myinfo input {
  width: 60%;
  color: #333;
  border: 0;
  padding: 1px;
}
#mypage .myinfo input:hover { background-color: #FFc; }
#mypage .myinfo input.postcode { width: 3em; }
#mypage .myinfo .place {
  margin-left: 1ex;
  display: inline;
  font-size: 110%;
}
#mypage .myinfo input.workname { width: 99%; }
#mypage input.submit { display: none; }


.dividor {
	padding: 3px 0 2px;
	border: 1px #c768ab solid;
	border-width: 1px 0;
	margin: 20px 0 10px;
	position: relative;
}
.dividor h2 {
  text-transform: uppercase;
  font-size: 12px;
  color: #c72127;
  font-weight: normal;
}
.dividor h2 a {
  color: #c72127;
}
.dividor .social {
	position: absolute;
	top: 2px;
	right: 0;
	line-height: 150%;
	color: #231f20;
}
.dividor .social a {
	display: inline-block;
	margin: 0 0 -5px 3px;
	height: 16px;
	width: 16px;
	background: transparent url('/common/gfx/icon16/all_tips.png') no-repeat;
	color: #231f20;
	overflow: hidden;
	text-indent: 999px;
}
.dividor .social a.facebook { background-position: 0 -1px; }
.dividor .social a.twitter { background-position: 0 -18px; }

ul.contentlist {
  line-height: normal;
  margin: 0;
  padding: 0;
}
ul.contentlist li { list-style: none; }
ul.contentlist a.title { font-weight: bold; }
ul.contentlist .caption {
  font-size: 90%;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
ul.contentlist p { margin-bottom: 0; }
ul.contentlist .date {
  font-size: 80%;
  display: block;
}

form.login .item { margin-bottom: 10px; }
form.login label {
  width: 10em;
  display: inline-block;
}
form.login input.submit {
  margin-left: 10.3em;
  padding: 1px;
}

/* gform/comment override */
.gform {
  padding: 3px 0 2px 0;
  border: 1px #e7e6dd solid;
  border-width: 2px 0;
  margin-bottom: 1em;
  font-weight: normal;
  background-color: transparent;
}
#search .gform {
    border: 0;
    background: #e7e6dd;
}
.comments {
	border: 0;
	background: #e7e6dd;
	width: auto;
}
.comments form input.submit {
    cursor: pointer;
}
.comments #listocomments .reportform,
.comments #comments_form #captcha {
    background-color: #fff;
}
.gform .item { padding: 0 .6em; }
.gform input.submit { display: none; }
.gform input,
.gform textarea { padding: 0; }
.gform input,
.gform select { width: 47%; }
.gform .item.dateselector select.month { width: 66px; }

.comments label { display: none; }
.comments .item { font-size: 100%; }

.prevnext {
  text-align: center;
  position: relative;
}
.object .prevnext { margin: 1em 0; }
.prevnext .prev {
  position: absolute;
  left: 0;
}
.prevnext .next {
  position: absolute;
  right: 0;
}
.prevnext .prev:before { content: "« "; }
.prevnext .next:after { content: " »"; }

.calendar .infoForDay { display: none; }
.calendar .prevnext .current {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
}
.calendar table {
  width: 100%;
  border-left: 1px #ccc solid;
}
.calendar th {
  width: 14%;
  border: 1px #ccc solid;
  border-width: 1px 1px 1px 0;
  text-transform: uppercase;
  font-weight: normal;
}
.calendar td {
  text-align: center;
  height: 2em;
  border: 1px #ccc solid;
  border-width: 0 1px 1px 0;
}
.calendar td a { font-weight: bold; }
.calendar .notInMonth { color: #999; }

/* dynaparked gparked */
.gimage { background: transparent; }
.gimage div {
  font-size: .8em;
  line-height: normal;
}
.gpimage.leftaligned,
.gimage.left {
  float: left;
  padding: 3px 10px 10px 0;
}
.gpimage.rightaligned,
.gimage.right {
  float: right;
  padding: 3px 0 10px 10px;
}
.gimage.center {
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
.gimage .gbottom { padding-top: 3px; }
.gimage .gtop { padding-bottom: 3px; }
img.gimg { border: 0; }
.annonse { background: url(../gfx/ann.gif) no-repeat right top; }

/* useful stuff */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.spacer {
  clear: both;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1px;
  height: 1px;
}
/*outline: 1px red dashed;*/

/* ugly stuff */
.object .mainimage { display: none !important; }

