
/* $Id: infoweb_print.css,v 1.11 2008-07-28 06:47:05 arnemart Exp $ 
 * $Source: /var/cvs/infoweb/www/stylesheets/infoweb_print.css,v $  
 */


/* GLOBAL */

.org_top, #header, #ntnu-header, #menulinks, #ntnu-footer, .iw-breadcrumbs, .iw-path {
  display: none !important;
}

body div#main {
  margin-left: 0 !important;
}

#pagewrap {
  border: none !important;
}

body { margin: 1em;
       background: #fff;
       color: #000;
       font-family: Times, serif;
       font-size: 14pt;
}

img { border-width: 1px;
      border-color: #000;
      border-style: solid;
}

em { font-family: sans-serif; }

a:link, a:visited,
a:active, a:hover { text-decoration: underline; }

.helptext { font-size: 11pt;
            font-style: oblique; 
}

.accesskey { text-decoration: none; }

#main .error { font-size: larger;
               font-weight: bolder;
}

#error-page { margin: 5% 10%; }

/* NTNU template */

#ntnu-tpl { display: none; }

#ntnu-footer { border-top: 2px solid rgb(100,0,50);
               font-size: small;
               font-family: serif;
               page-break-before: avoid;
}

/* INDEX */

#navbar > img { display: block; }

#ntnu { display: none; }

/* NAVBAR */

#navbar { display: none; }

#main { margin: 1ex; }

.iw-path { font-size: 10pt;
           font-family: sans-serif;
           padding: 1ex;
           border: 1px solid #000;
           position: fixed;
           top: 0;
           left: 2em;
}

.title { vertical-align: top; 
         font-weight: bolder;
         color: #006; 
         background: #eee
}

.rcategory { display: inline;
             font-weight: bolder;
             font-family: sans-serif;
}

/* browsing, article listing */

.header { margin: 3ex 0px; 
          padding-left: 1ex;
          font-size: 15pt;
          border-bottom: 2px dotted #000;
}

.header a { display: none; 
            border-bottom: 2px dotted #000;
}

.browse-row .row-details { margin-left: 2em; }

.browse-row .order-info { font-size: 9pt;
                          font-variant: small-caps;
}

.browse-row .path { color: #000; 
                    font-size: 10pt;
}

.browse-row a:after { display: block;
                      content: attr("href"); 
                      font-size: 9pt;
}

.footer:before { content: "--"; }
.footer:after { content: "--"; }

div.rating { display: none; }

/* read_article stuff */

#author,
#actions,
#rating,
#printing,
#metalinks,
#mentionedlinks,
#hr-ainfo,
#ainfo-compact { display: none; }

#toc { 
	display: none;
/* Kommentert ut for mulighet for utskrift
	display: block; 
       counter: toc;
       counter-reset: toc 1;
       border: solid #000;
       border-width: 1px 0 1px;
       padding: 1ex;
       margin: 1ex;
       */
}

#toc-links a.os2 { 
		display: none
/* display: list-item;
                   list-style: decimal outside;
                   counter-increment: toc;
                   text-decoration: none;
                   padding-left: 2em;
		   */
}

.article 
.article a { font-size: 150%; }

.article a:after { content: "(" + attr(href) + ")";
                   font-size: 9pt;
                   display: inline;
                   margin-left: 3px;
}

.konsoll,
.kode {
        margin-left: 1ex;
        color: #555; 
        font-family: monospace;
        padding: 1ex;
        width: 99%;
        font-size: 9pt;
        page-break-inside: avoid;
}

/* comment_article.php */

#path-back { display: none; }

.add-comment { display: none; }

.read-comments { display: block; }

.comment-header { border-bottom: 1px solid #000; 
                  width: 99%;
                  display: block;
}

