/* $Id: print.css 4336 2007-03-07 14:31:09Z jostein $ */
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
/* globals */
* { 
	padding: 0;
	margin: 0;
}
a {
	color: #64991E;
	text-decoration: underline;
}
a:hover { text-decoration: underline; }
p { margin-bottom: 1em; }
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;
	margin: 0 1ex 0 1em;
}
#frontpage ul li,
#article ul li,
#folder ul li,
#formpage ul li { /* regular li needed in these areas */
	padding: 0;
	margin: 0 0 1em 0;
}
/* positions */
#header { height: 100px; }
#topmenu { display: none; }
#tree { display: none; }
#content {
  float: left;
  width: 468px;
	margin-right: 15px;
}
.addons { display: none; }
#adrow { display: none; }
#adcol { display: none; }

#article #keywords { display: none; }
#article .comments { display: none; }
#article .tips { display: none; }

/* canvasstyle */
a.butt {
	border: 1px #999 solid;
	padding: 2px 3px 1px 3px;
	background: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000;
}
a.butt:hover {
	background: #da2e1a;
	color: #fff;
}
#header { border-top: 15px #fff solid; }

#footer {
	background: #868789;
	padding: 2px;
	color: #999;
	font-size: 1.0em;
}
#footer span {
	border-left: 1px #ccc solid;
	padding: 0 1em;
}
#footer span.first { border: none; }
#footer span a {
	color: #fff;
	text-decoration: none;
}

/* typestyle */
h1 { margin-bottom: .8em; }
h2,
h3,
h4 { margin-bottom: 0; }

h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
p { font-size: 1.2em; }
.caption {
  font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
.caption p { font-size: 100%; } /* stop inheritance */
.alert { color: #F30; }
/* objectstyle */
#frontpage,
#article,
#folder,
#formpage,
#debate,
#search {
	margin-top: 15px;
	line-height: 180%;
}

#frontpage { background: url(../gfx/e2e3e4.gif) repeat-y center 0; }
#frontpage .item { width: 224px; }
#frontpage .item.wide {
	width: auto;
	background: #fff;
}
#frontpage .item.left { float: left; }
#frontpage .item.right { float: right; }
#frontpage .item.wide img.half {
	float: right;
	margin: 2px 0 0 20px;
}
#frontpage .item img {
	float: left;
	margin: 0 5px 0 0;
}
#frontpage h2 { margin-bottom: .5em; }
#frontpage h2 a {
	color: #000;
	text-decoration: none;
}
#frontpage .caption {
	font-weight: normal;
	margin-bottom: .2em;
}
#frontpage .readmore { font-size: 1.2em; }
#frontpage .date { font-size: 80%; }
#frontpage .spacer { background: #fff url(../gfx/e2e3e4.gif) repeat-x 0 center; }

#frontpage .item .adboard img { margin: 0; }

#article .date,
#article .author {
	font-size: 1.1em;
	line-height: normal;
	float: left;
	margin: 0 1ex 1em 0;
}
#article #keywords { display: none; }

#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-size: 80%; }

ul.contentlist {
	font-size: 1.2em;
	line-height: normal;
}
ul.contentlist li { list-style: none; }
ul.contentlist .caption {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 0;
}
ul.contentlist p { margin-bottom: 0; }
ul.contentlist .date { font-size: 80%; }

.comments {
	background: #f1f1f1;
	border: 2px #e2e3e4 solid;
	padding: 0 2px;
	margin: 15px 0;
	font-size: 1.1em;
}
.comments h5 {
	font-size: .9em;
	margin-bottom: 0;
}
.comments h4 {
	display: inline;
	font-size: 1.1em;
}
.comments p { font-size: 1em; }
.comments table {
	border: 1px #e2e3e4 solid;
	margin: 1px 0;
}
.comments th {
	text-align: left;
	font-size: .9em;
}
.comments th,
.comments td {
	padding: 1px 2px;
	border-bottom: 1px #e2e3e4 solid;
}
.comments tr.flip td { background-color: #fbfbfb; }
.comments tr.flop td { background-color: #fff; }
.comments .alert { font-weight: bold; }

.prevnext { text-align: center; }
.prevnext .prev {	float: left; font-weight: bold; }
.prevnext .next {	float: right; font-weight: bold; }

#commentWin { border-bottom: 1px #000 solid; }
#commentWin .comment {
	padding: 5px;
	border-top: 1px #000 solid;
}
#commentWin .caption { margin: 5px 5px .2em 5px; }
#commentWin h1 { margin: 5px 5px .2em 5px; }
#commentWin h2 { margin-bottom: 5px; }
#commentWin .body { margin: 5px 0; }
#commentWin h3 {
	width: 70%;
	float: left;
	font-size: 1em;
	margin-bottom: 0;
}
#commentWin .date {
	float: right;
	width: 25%;
	text-align: right;
	font-weight: bold;
}
#commentWin .body {
	clear: both;
	padding-top: 5px;
}
#commentWin a.report {
	display: block;
	text-align: right;
}
#commentWin h5 {
	font-size: 1em;
	margin: 5px 0 0 0;
}

/* dynaparked */
.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; }

/* useful stuff */
.spacer {
	clear: both;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 1px;
	height: 1px;
}
.spacer.one { height: 1px; }
.spacer.fifteen { height: 15px; }
.spacer.thirty { height: 30px; }
/*outline: 1px red dashed;*/