/*
  Krimiforum Theme
  Created by Calla & Markus Flückiger based on subSilver
*/


body 
{
  background-color: #f8eecc;
  background-image: url(images/bg.jpg);
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited 		{ text-decoration: underline; color : #990000; }
a:hover     						{ text-decoration: underline; color : #ee0000; }
hr  									{ height: 0px; border: solid #330000 0px; border-top-width: 1px;}


/* menu cell */
td.menu 
{
	background-color: #f8eecc;
	border: #99000; border-style: solid;
	/*color: #ddcc99;*/
	padding: 3; 
	border-width: 0px 0px 1px 0px;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2    {
            font-weight: bold; font-size: 22px; 
            text-decoration: none; line-height : 120%; color : #990000;
}

h1.callout
{
            color : #bb0000;
}

/* Form elements */
input, textarea, select {
    color : #990000;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    border-color : #330000;
}

/* The text input fields background colour */
input.post, textarea.post, select.post {
    background-color : #f8eecc;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
    background-color : #f8eecc;
    color : #990000;
    font-size: 11px;
}

/* The main submit button option */
input.mainoption, input.liteoption
{
    background-color : #f8eecc;
    font-weight : normal;
}


