/* @override http://travholt.net/textpattern/css.php?s=articles */

body
{
	background-color: #0f1e31;
	background-image: url("../images-travholtnet/46.jpg");
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
}

#head
{
	position: relative;
	background-image: url("../images-travholtnet/44.jpg");
	height: 100px;
	color: #000;
}

#container
{
	width: 768px;
	\width: 788px;
	w\idth: 768px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #fff;
}

#main
{
	margin: 50px 15em 0 40px;
	padding-right: 50px;
	background-color: none;
}

#main ul
{
	list-style: square;
	margin-left: 1em;
	margin-bottom: .5em;
}

#main li
{
	margin-bottom: .5em;
}

.sidenote {
  position: relative;
  float: right;
  width: 15em;
  border: 1px solid black;
  background-color: #d8c66c;
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding: .5em;
  margin: .5em;
}

.sidenote p {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

.sidenote h2 {
  margin-top: 0;
  font-size: 140%;
  color: #2d2e0b;
  border-bottom: 1px solid #000;
}

.sidenote h3 {
  font-size: 110%;
  color: #2d2e0b;
}

#main a
{
	color: #34445d;
	border-bottom: 1px dotted #2d2e0b;
}

#main a:hover
{
	border-bottom: 1px solid #2d2e0b;
}

#main h1 a, #main h2 a, #main h3 a
{
	border-bottom: none;
}

.caps
{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
}

.linklist li
{
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.frontpageexcerpt
{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.date
{
	margin: 0;
	padding: 0;
	color: #a4912e;
}

.dateexcerpted {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

.datesingle {
	margin: 0 0 1em 0;
}

#main .date img
{
	float: right;
	margin-left: 10px;
	border: 0;
	padding: 0;
}

code pre, pre code {
	background-color: #000;
	font-size: 1.2em;
	color: rgb(102, 255, 0);
	margin-bottom: 1em;
	padding:.5em;
	display: block;
}

pre {
    overflow-x: auto;
    background-color: #000;
}

blockquote {
	background-color: #ddd;
	padding: .5em;
	font-style: italic;
}

.bildehoyre {
  float: right;
  margin: 0 0 5px 10px;
}

#main .bildehoyre a {
  border: none;
}

.comment {
	background-color: #ddd;
	padding: .5em;
	margin-bottom: 1em;
}

#message {
	width: 400px;
	height: 200px;
}

#foot {
    width: 100%;
    clear: both;
}