/* Basic CSS */
/* $Header: /home/wallner/website/css/RCS/blogg.css,v 1.2 2003/03/25 21:01:09 wallner Exp wallner $ */
body {
	background-color: white;
	color: black; 
	font-family: serif, normal;	
}

body * {
	background-color: inherit;
	color: inherit;
	font-family: inherit;
}


/* Generic Table CSS - Tables are for data and for data only! */
table th {
  background-color: inherit;
  color: black;
  font-size: 125%;
  letter-spacing: 0.1em;
  padding-left: 0.5em;
  text-align: left;
	vertical-align: top;
}


/* Navigation Bar */
span.navbar A {
	background-color: inherit;
	color: black;
	font-weight: bold;	
	text-decoration: none;
}


/* List of categories */
div.categories {
	margin-left: 0.5em;
	Color: white;
}

div.categories span.list {
	color: red; /* brigth green */
}


/* Page header */
div.header h1 {
	text-align: center;
	color: black;
	font-size:150%;
}

div.header img#logo {
	float: right;
	padding-top: 5px;
	margin-right: 1em;
}


/* Item view - one item in full length */
div.item {
	padding: 4%;
	background-color: inherit;
	color: black;
}

div.item h2.title {
	font-style: sans-serif;
	text-decoration: underline;
}

div.item p.intro {
	background-color: inherit;
	color: inherit;
	font-size: 110%;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}

div.item div.restp {
	padding-left: 0.5em;
}

/* List of items */
div.itemlist {
	padding: 2%;
}

div.itemlist a {
	text-decoration: none;
}

div.itemlist a:hover {
	    color: red;
}

div.itemlist table {
	border-color: black;
	border-style: solid;
	border-width: 2px;
}
	
div.itemlist table tr td {
	vertical-align: top;
}

div.itemlist table tr th:first-child { /* date header */
	background-color: inherit;
	color: black;
}

div.itemlist table tr td:first-child { /* date column */
  background-color: inherit;
/*	border-right: solid 2px #ffb50a; */
	color: black;
	font-family: monospace;
	font-weight: bold;
	padding: 1px;
}

div.itemlist table tr td + td { /* title and intro column */ 
	padding-left: 0.5em;
	padding-right: 1em;
}

/* Preferences Input Form */
form.preferences input {
	margin-left: 2em;
}

div.prefitem {
	margin-left: 5%;
}

div.prefitem h4 {
	background-color: white;  /* ocker */
	color: black;
	margin-right: 5%;
	padding-left: 1em;
}


/* NewItem Input Form */
form.newitem table th {
	vertical-align: top;
}


/* Statistics */
div.stats {
	background-color: inherit;
	color: black; /* brigth green */
	font-weight: bold;
}

