@charset "UTF-8";

html, body {
         background-color:#D4B28F;
		 background-image:url(/css/images/trollshidobg.jpg);
		 background-position:top;
		 background-repeat:repeat-x;
		 background-attachment:fixed;
         color:#000000;
		 font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
         font-size:10pt;
		 
}

a {
	color:#87240F;
	text-decoration: none;
}		
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
	color: #87240F;
}

p {
	 font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	 font-size:10pt;
	text-align:left;
	margin-top:2px;
	margin-bottom: 10px;	
	padding: 2px;
	list-style: none;
}	

h1 {
	color: #433726;
	font-family:"Times New Roman", Helvetica, Arial;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	margin: 0px;
	margin-bottom: 0px;
}

h2 {
	font-weight: bold;
	font-family:Helvetica, Arial;
	font-style:italic;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 4px;
}	

h3 {
	font-size: small;
	font-weight: bold;
	font-family:Helvetica, Arial;
	background-color: #D0B9A1;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px 0px 0px 4px;
  border-style:solid;
  border-color: #87240F;
  border-width: 1px 1px 1px 1px;
}

h4 {
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	font-family:Helvetica, Arial;
    background-color:#D0B9A1;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 4px;
    border: 1px solid #87240F;
}

hr {
        border: none;
        border-top: 1px solid #87240F;
        height: 0px;
}

ul {
	text-align:left;
	list-style:disc;
}

li {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	line-height: 1.2em;
}

code {
	 color:#000;
	 font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	 font-size:10pt;
}	

.logo {

  clear:both;
  text-align:center;
  font-size:24pt;
  color:#000000;
  width:100%;
}

.postblock {  
	font-weight: bold; 
	border: 1px solid #87240F; 
	background-color: #D0B9A1; 
	font-size: 10pt; 
    font-weight: bold;	
    padding: 2px 5px 2px 5px;
	width:55px; 
}

input, textarea {
  background-color: #F8F3EA;
  color:#2F251D;  
  border: 1px solid #F2CECE;
}

.unkfunc {
	background:inert;
	color:#789922;
}
.filesize {
	text-decoration:none;
}
.filetitle {
	background:inherit;
	color:#DD0000;
	font-weight:800;
}
.postername {
  background:inherit;
  font-size:11pt;
  color:#E70012;
  font-weight: bold;
}
.postertrip {
	background:inherit;
	color:#E70012;
}
.oldpost {
  background:inherit;
  color:#E70012;
  font-weight:800;
}
.omittedposts {
  background:inherit;
  color:#444;
}
.reply {
  background-color: #EFE2D1;
  color:#800000;  
  border-style:solid;
  border-color: #F2CECE;
  border-width: 0px 1px 1px 0px;
}
.replyhl {
  background-color: #F2CECE;
  color:#800000;
}
.highlight {
  background-color: #EFE2D1;
  color:#800000;
	border: 1px dashed #87240F;
}
.doubledash {
 	vertical-align:top;
	clear:both;
	float:left;
}
.replytitle {
	background:inherit;
	font-size:18px;
  color:#E70012;
  font-weight:800;
}
.commentpostername {
  background:inherit;
  font-size:11pt;
  color:#E70012;
  font-weight: bold;
}
a.quotejs {
  color:#800000; 
	text-decoration: none;
}
a.quotejs:hover {
  font-weight:bold;
}

.title {
	font-size: small;
	font-weight: bold;
	font-family:Helvetica, Arial;
	background-color: #D0B9A1;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	padding: 0px 0px 0px 4px;
  border-style:solid;
  border-color: #87240F;
  border-width: 1px 1px 1px 1px;
}

.content {
	text-align:left;
	margin-top:-2px;
	margin-bottom: 10px;	
	padding: 2px;
	list-style: none;
	background-color: #F8F3EA;
    border: 1px solid #87240F;
}		

.top {
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	font-weight:normal;
	text-align:center;
	margin-top:5px;
	color: #433726; 	
}



