/* @override http://dev/~nikolai/matomsorg/css/kjokkenskriveren.css */

/* @override http://dev/~nikolai/matomsorg/css/kjokkenskriveren.css */

/* $Id: kjokkenskriveren.css 18260 2009-05-07 09:15:07Z lars $ */

/*gloriapark*/
@import url(/common/css/gloriapark.css);
/*comments*/
@import url(/common/css/comments.css);
/*search form*/
@import url(/common/css/searchform.css);

body {

  background-color: #DDD7C0;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 62.5%;
  color: #000;

}

/* globals */

* {

  padding: 0;

  margin: 0;

}

a {

  color: #B32D2E;

}

a:hover { text-decoration: underline; }

p { margin-bottom: .5em; }
a img {
  border: 0;
}
ul { list-style: none; }

#frontpage ul, #article ul, #folder ul, #formpage ul {
  /* regular ul needed in these areas */
  list-style: disc;
  padding: 1ex 1ex 0 1ex;
  }

#frontpage ul li,
#article ul li,
#folder ul li,
#formpage ul li
{
  /* regular li needed in these areas */
  padding: 0;
  margin: 0 0 .5em 1em;
}
#frontpage ol li,
#article ol li,
#folder ol li,
#formpage ol li
{
  /* regular li needed in these areas */
  padding: 0;
  margin: 0 0 .5em 1.8em;
}
/* positions */

#mainframe {

  width: 920px;

  margin: 5px auto;
  padding: 6px 7px 0 7px;
  background-color: #fff;
  border: 2px solid #B9B4A0;

}

#header { height: 98px; }

#tree {

  float: left;

  width: 176px;

  margin-right: 15px;


}
#tree form#subscriptor .spacer.one {height: 10px;}
#tree form#subscriptor .title {
  color: #A40001;
  font-size: 1.2em;
  margin-bottom: 3px;
  margin-top: 5px;
  }
#content {

  float: left;

  width: 531px;

  margin-right: 16px;
  /*margin-top: 10px;*/

}

#rightcol {

  float: left;

  width: 200px;

  margin-right: 0px;
}



/* canvasstyle */

a.butt
{
  border: 1px #999 solid;
  padding: 2px 2px 1px 3px;
  background: #fff;
  font-size: 1.1em;
  text-decoration: none;
  text-align: center;
  color: #444444;
}

a.butt:hover {
  background: #447DA9;

  color: #fff;

}
#tree a.butt:hover {
  background: #447DA9; }

#topmenu { background: #000 url(../gfx/ks/menu_top.png) repeat-x;}

#topmenu ul li { float: left;}

#topmenu ul li.first { border-left: none; }

#topmenu ul li.last { padding-right: 0; }

#topmenu li a {
  display: block;
  color: #FFF;

  text-decoration: none;

  font-size: 1.2em;
  border : 1px #000000 solid;
  padding: 4px 17px 3px 18px;
}

#topmenu li a:hover { background: #1D1D1D; }

#topmenu li.selecta a { color: #ccc; }
#quicksearch {
  float: right;
  display: block;
  width: 180px;
  padding: 4px;
}

#quicksearch a.butt {
  position: absolute;
  top: 5px;
}

#quicksearch input {
  width: 125px;
  height: 13px;
  margin-right: 3px;
  font-size: 1em;
}

#quicksearch .input {
  float: left; margin-top: 1px;
}

#quicksearch div.redserach {
  float: left;
  margin-right: 3px;
  color: #A40001;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 2px ;
}

#quicksearch a {
  float: left;
}


#header {

  border: 0 #fff solid;

  background: transparent url(../gfx/ks/header.png) no-repeat;

}

#header .logolenke {
  border: 1px solid #000;
  background: transparent url(../gfx/transparent.gif);
  width: 250px;
  height: 90px;
}

div.search {
  height: 27px;
  background-color: #F3F3F3;
}

#mainframe div.container {
  background: transparent url(../gfx/ks/main_bg.gif) repeat-y;
  border-top: 5px solid #fff;
}

#tree ul a  {

  display: block;

  background: transparent url(../gfx/ks/tree_menu.png) repeat-x;

  padding: 3px 0 2px 12px;

  font-size: .764em;
  border-left: 1px #ccc solid;
  border-top:  1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  color: #000;
  margin-bottom: 3px;
  text-decoration: none;
}


#tree li {
  margin-bottom: 3px;
  display: inline;
  color: #A40001;
  font-size: 1.2em;
}

#tree li ul { margin-top: 0.25em; }

#tree a.selected { font-weight: bold; }


#tree a:hover, #tree a.selected  {
  background-color: #F7F6EC;
  text-decoration: none;
  }

#tree ul.first li div.toptittel {
  color: #A40001;
  font-size: 1.2em;
  margin-bottom: 3px;
/*	margin-top: 10px;*/
}



#path {

  font-size: 1em;

  padding-bottom: .4em;
  padding: 3px 0px 3px 4px;

  border: 1px solid #CCCCCC;

}

.addons{float:right; width:180px;}

.addons li {

  margin-bottom: 15px;

/*
  background: #edf4f9;
*/

  padding: 7px 0;

  border: 1px #d6e0e8 solid;

}

.addons li li { border: none; }

.addons ul li .title {

  padding: 1px 12px 1px 7px;

  font-weight: bold;

  margin-bottom: 3px;

  font-size: 1.2em;

}

.addons ul li .date {

  padding: 0 7px;

  margin-bottom: -10px;

}

.addons ul li .body {

  padding: 0 7px;

  font-size: 1.1em;

}

.addons ul.items li {

  margin-bottom: 0;

  padding: 0;

}

.addons ul.items li .title {

  background: transparent;

  margin: 7px 0 0 0;

}

.addons ul.items li .body {

  margin-left: .8em;

  font-size: 1em;

}

.addons ul a {

  padding-left: 18px;

  display: block;

  min-height: 16px;

}

.addons a.icondoc { background: transparent url(../gfx/icon16/doc.gif) no-repeat left center; }

.addons a.iconpdf { background: transparent url(../gfx/icon16/pdf.gif) no-repeat left center; }

.addons a.iconppt { background: transparent url(../gfx/icon16/ppt.gif) no-repeat left center; }

.addons a.iconxls { background: transparent url(../gfx/icon16/xls.gif) no-repeat left center; }

.addons a.iconhtml { background: transparent url(../gfx/icon16/html.gif) no-repeat left center; }

.addons a.iconlink, .addons .lenke a{ background: transparent url(../gfx/icon16/link.gif) no-repeat left center; }



/*

.addons li { position: relative; }

.corner {

  width: 5px;

  height: 5px;

  position: absolute;

}

.corner.north.west { background: transparent url(../gfx/corner_nw.gif) no-repeat left top; top: -1px; left: -1px; }

.corner.north.east { background: transparent url(../gfx/corner_ne.gif) no-repeat right top; top: -1px; right: -1px; }

.corner.south.west { background: transparent url(../gfx/corner_sw.gif) no-repeat left bottom; bottom: -1px; left: -1px; }

.corner.south.east { background: transparent url(../gfx/corner_se.gif) no-repeat right bottom; bottom: -1px; right: -1px;}

*/



#footer {

  text-align: center;
  padding: 3px 0;

  border-top: 2px solid #8F8F8F;
  margin-top: 5px;
  font-size: 1.1em;

}

#footer div.body.right {
  text-align: right;
  line-height: 120%;
}

#footer span {

  border-left: 1px #fff solid;

  padding: 0 1em;

}

#footer span.first { border: none; }

#footer span a {

  color: #fff;

  text-decoration: none;

}



/* typestyle */

h1 {

  margin-bottom: .5em;

  color: #000;

}

h2,

h3,

h4 {

  margin-bottom: 0;

  color: #444;

}



h1 { font-size: 1.6em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 {font-weight:bold;}

#content p, h5, h6 {

  font-size: 1.2em;

  margin-bottom: 1em;

}

#content .caption {

  font-size: 1.2em;

  font-weight: bold;

  margin-bottom: 1em;

  color: #000;

}
#print{display:none;}
blockquote{margin-left:1em;}

#content .caption p { font-size: 100%; } /* stop inheritance */

.alert { color: #F30; }

/* objectstyle */



#article,

#folder,

#formpage,

#debate,

#search {

  margin-top: 10px;

  line-height: 180%;

}



#content .body {
  font-size: 1.1em;
}

#rightcol .last3, #rightcol ul li div.body{
  border: 1px solid #ccc;
  background-color: #EEEEE4;
  padding: 5px 5px 5px 6px;
  margin-bottom: 5px;
}

#rightcol h3, #rightcol ul li div.title {
  background: transparent url(../gfx/mo/r_top.png) repeat-x;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-bottom-width: 0;
}

#rightcol h3, #rightcol h3 a {
  color: #fff;
  text-decoration: none;
}

#rightcol .lenke a {
  font-size: 1.1em;
  line-height: 1.4em;
}

#rightcol .date {
  color: #777775;
}

#rightcol .body {
  margin-bottom: 5px;
  color: #000;
  line-height: 120%;
}




#frontpage div.item.left {padding-right:10px;}
#frontpage div.item a img.full{padding: 10px 0;}
#frontpage .item { width: 260px;}
#frontpage div.item h1 a {
  color: #000;
  text-decoration: none;
}


#frontpage .item.wide { width: auto; }

#frontpage .item.left { float: left; }

#frontpage .item.right { float: right; }



#frontpage h2 { margin-bottom: .5em; }

#frontpage .caption {

  font-weight: normal;

  margin-bottom: .2em;
  font-size: 1.1em;
  color: #000;
  line-height: 120%;

}

#frontpage .item img.format6 {

  float: left;

  margin: 3px 5px 3px 0;

}

#frontpage .readmore { font-size: 1.2em; }

#frontpage .date { font-size: 80%; }



.byline {

  border: 0 #ccc solid;

  border-width: 1px 0;

  padding: 2px 0 1px 0;

  margin: 0 0 1em 0;

}

.byline .date,

.byline .author {

  font-size: 1.1em;

  line-height: normal;

  display: inline;
  padding-right:5px;

}



.mainimage {

  float: left;

  margin: 0 1em .5ex 0;

}



#article #keywords {

  font-size: 1.1em;

  margin: 15px 0;

}

#article #keywords h4 {

  display: inline;

  font-size: 1.1em;

}



#search ul { margin-bottom: 2em; }

#search ul li .title {

  font-size: 1.2em;

  font-weight: bold;

  margin-top: 2em;

}

#search ul li .body { line-height: normal; }

#search ul li .date { font: normal; }



#formpage legend { display: none; }

#formpage fieldset {

  background: #f1f1f1;

  border: 2px #e2e3e4 solid;

  padding: 0 2px;

  margin: 15px 0;

  font-size: 1.1em;

}
#formpage input, #formpage select, #formpage textarea{width:225px; margin-bottom:10px; border:1px solid #ccc; padding:2px 0;}

#formpage fieldset .title { padding: 1ex; }

#formpage .alert { font-weight: bold; }

#formpage label {

  width: 150px;

  float: left;

  text-align: right;

  margin: 0 1ex 1ex 0;
  font-size:1.1em;

  /*clear: both;*/

}

#formpage .text,

#formpage .textarea,

#formpage .select,

#formpage .multiple,

#formpage .radioselect {

  float: left;

  margin-bottom: 1ex;

}

#formpage .check,

#formpage .radio {

  float: left;

  margin-bottom: 0;

}

#formpage .select,

#formpage .multiple,

#formpage .text,

#formpage .textarea { width: 220px; }

#formpage span.checkval {

  /*display: block;*/

  float: left;

  margin-left: .2ex;

}

#formpage a.butt { margin: 0 0 1ex 155px; }


#content .fpboks {
  margin-top: 10px;
  line-height: 180%;
}
#content .fpboks form {
  background-color: #f1f1f1;
  border: 2px solid #e2e3e4;
  font-size: 1.1em;
  margin: 15px 0;
  padding: 0 2px;
  padding: 12px 20px;
}
#content .fpboks .radiocheck {
  font-size: 1.1em;
  margin-bottom: 10px;
}
#content .fpboks .email {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 2px;
}
#content .fpboks .submit {
  background-color: #fff;
  border: 1px solid #999;
  color: #444;
  font-size: 1.1em;
  padding: 2px 2px 1px 3px;
  text-align: center;
  text-decoration: none;
}

ul.contentlist {

  font-size: 1.2em;

  line-height: normal;

}

ul.contentlist li { list-style: none; }

#content ul.contentlist .caption {

  font-size: 100%;

  font-weight: normal;

  margin-bottom: 0;
  margin-top: 1px;

}

ul.contentlist p { margin-bottom: 0; }

ul.contentlist .date { font-size: 80%; padding: 3px 0 3px 0; }
.tips {
  padding: 15px;
  background: #E5E5E5;

  border: 1px #e2e3e4 solid;

  padding: 5px 5px 7px 5px;

  margin-bottom: 10px;
}
.tips h4{
  margin-bottom: 0.3em;
}

.tips form input {
  margin-right: 15px;
}

#article .tips form .right{
  padding: 1px;
}
.comments {

  padding: 0 2px;



  font-size: 1.1em;

}

.comments p { font-size: 1em; }

.commentitem{
  background-color: #ececec;
  padding: 10px;
}

.commentfooter{
  background: url(../gfx/arrow.gif) 20px 0 no-repeat;
  padding-left: 58px;
  padding-top: 1px;
  margin-bottom: 2em;
  font-size: 90%;
  color: #4A4A4A;
}


#oppskrifter{margin-top:10px;}
#oppskrifter .oppskriftboks{
  border: 1px #999 solid;
  float: left;
  padding:10px;
  width: 320px;

}
#oppskrifter .oppskriftboks img{width:320px;}
#oppskrifter .ingredienser{
  float: right;
  border: 1px #999 solid;
  width: 170px;
  padding: 4px;
  background-color: #EEEEE4;
}
#oppskrifter .egenskaper{
  float: right;
  border: 1px #999 solid;
  width: 170px;
  padding: 4px;
  background-color: #EEEEE4;
  margin-top: 5px;
}

#oppskrifter fieldset{
  padding: 3px;
}

#oppskrifter .col{
  float: left;
  width: 130px
}

#oppskrifter .title{
  font-size: 1.1em;
  font-weight: bold;
}

.prevnext { text-align: center; }
.prevnext .prev {	float: left; font-weight: bold; }
.prevnext .next {	float: right; font-weight: bold; }

/* dynaparked */

#content .body img[align="left"] { padding: 10px 15px 10px 0; }
#content .caption img[align="left"] { padding: 10px 15px 10px 0; }
#content .caption img[align="right"] { padding: 10px 0 10px 15px; }
#content .body img[align="right"] { padding: 10px 0 10px 15px; }
#content .body img[align="center"]{
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;}
#content .caption img[align="center"]{
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;}

#content .body img[valign="top"]	{ padding-bottom: 5px; }
#content .caption img[valign="top"]	{ padding-bottom: 5px; }
#content .body img[valign="bottom"]{ padding-top: 5px; }
#content .caption img[valign="bottom"]{ padding-top: 5px; }

/* gimage funker ikke */


/*
.gimage { background: transparent; }

.gimage div {

  font-size: .8em;

  line-height: normal;

}

.gimage.left {

  float: left;

  padding: 10px 10px 10px 0;

}

.gimage.right {

  float: right;

  padding: 0 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 */

.spacer {

  clear: both;

  border: none;

  margin: 0;

  padding: 0;

  background: transparent;

  font-size: 1px;

  height: 1px;

}

.spacer.one { height: 1px; }

.spacer.five { height: 5px; }

.spacer.ten { height: 10px; }
.spacer.fifteen { height: 15px; }

.spacer.thirty { height: 30px; }
.left {float: left;}
.right {float: right;}
.right.print{ padding:10px;}
/*outline: 1px red dashed;*/



/* @group IE6 hacks */
#footer .ie6{height:1%;}


#frontpage .ie6 .item.left { padding: 0; }

.ie6 .wide { height: 1%; }
.ie6 .left {padding: 0;}

.ie6 #topmenu div.left ul li a { padding-bottom: 4px; }
.ie7 #topmenu div.left ul li a { padding-bottom: 4px; }

.ie6 a.butt {

  padding-top: 1px;
}
.ie6 #rightcol h3, .ie6 #rightcol .title {
  padding: 1px 5px;
}

/* @end */
