/* 
This document contains structural markup such as widths, margins, padding, and floats
*/

/********************************* BEGIN PAGER ************************************************/

#forum .pager a {
  padding: .1em .3em; margin: .1em; 
  border: 1px solid black;
}

/********************************* END PAGER ************************************************/

/********************************* BEGIN FORUM CONTAINERS ********************************************/
/*** Inserted: Thomas ***/

td.forum {
  padding-left: 15px;
}

#forum td.container {
  padding-left: 15px;
  padding-top: 5px;
  margin-top: 0px;
  border-top: 0;
  line-height: 1;
}
#forum .container .description {
  margin: 0;
  padding: 3px 0 0 0;
  font-weight: normal;
  font-size: 85%;
  line-height: 1.2;
}

#forum .description {
  padding-left: 0px;
  margin-left: 0;
}
/********************************* END FORUM CONTAINERS ********************************************/

/********************************* BEGIN FORUM TABLES ********************************************/

/* General */

#forum table {
  border: thin solid black
}

#forum {
	width: 100%;
}

#forum table {
  width: 100%;
}

#forum tr.even, 
#forum tr.odd {
  border: 0px none;
  border-bottom: 0px none; 
}

.forum-indented {
	padding-left: 5em;
}

/* Containers */

#forum td.container {
  padding-top: 5px;
}

#forum .description {
  padding-left: 3px;
}

/* Topic listings */

#forum td.topic{
  width: 600px;
  padding: 10px;
}

#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
}

#forum td .links {
  padding-top: 0.7em;
}

/* Top links */
#forum li {
	margin: 0;
	padding-right:1em;
}

/* Icons */
#forum td.icon{
	padding: 10px;
}

.icon-explain {
	padding: 2px;
}


/********************************* BEGIN FORUM TOPIC ********************************************/

.forum-comment {
  margin: 0px 0px 5px 0;
  padding: 0 0 0 0;
  border: thin solid black;
}

/* Header at the top of each post */
.post-info {
	height: 2.5em;
}

.postedon{
	padding: 5px;
	float: left;
}

.posttitle{
	padding: 2px;
	width: 98%;
	border-bottom: thin solid black;
}

.forum-comment .new {
  float:left;
}

.post-num{
	float: right;
	margin-right: 5px;
}

.forum-post-wrapper {
   clear:both;
	min-height: 20em;
	border-top: thin solid black;
	border-bottom: thin solid black;
}

.forum-comment-left {
	float: left;
	width: 100px;
	line-height: 110%;
}

.forum-comment-left .author-name {
  margin-top: 10px;
  margin-bottom: 5px;
}

.forum-comment-left .picture {
	float: none;
	padding-left: 0px;
	margin: .6em 0px .6em 0px;
}

.forum-comment-left .picture img {
	padding: .3em;
}

.author-title, .author-posts, .author-regdate, .author-points {
padding-bottom: .5em;
}

.forum-comment-right {
  margin-left: 100px; /*Set venstre margin til LeftColumnWidth*/
}

.forum-comment-right .content {
	margin: .5em;
}

#main #content .node .forum-comment .forum-comment-right .content {
  padding-right: 5px;
}

.innertube{
  margin: 4px; 
}

.forum-comment .links {
	text-align: right;
	height: 2.2em;
	margin-top: .25em;
}

/********************************* END FORUM TOPIC ********************************************/


