/*   This is the main style sheet for Branko Collin's Tekst        */
/*   Adventure Homepage, currently to be found at                  */
/*   http://huizen.dds.nl/~tekst-if/                               */
/*   You can learn more about style sheets at                      */
/*   http://www.w3.org and at http://www.htmlhelp.com.             */

/*   Set the background.                                           */
BODY {
	background: #dc8 url(castleback4.png) repeat-x;
	color: #000;
	margin: 0px 10% 20px 10%;
	font-family: verdana,arial,sans-serif;
	text-align: center;
	}

/**
 *
 * Generics.
 *
 */

DIV, P, TD, .body, UL {
	font-family: verdana,arial,sans-serif;
	}

H1, H2, H3, H4, STRONG {
	font-family: verdana,arial,sans-serif;
	background: transparent;
	color: #333;
	margin-bottom: 0px;
	}
	
h1 {
	margin-top: 0px;
}

H4
   {
   font-size: 1em;
   padding-left: 1em;
   }

H3 {
	font-size: 110%;
	}

H2 {
	font-size: 118%
	}

H1 {
	font-size: 130%
	}

TH, CAPTION {
	text-align: left;
	font-weight: bold;
	}

/*   Color hyperlinks blue.                                        */
a, a:link { background: transparent; color: #33c; }

/*   Once you have visited something, its hyperlink will be red.   */
a:visited { background: transparent; color: #900; }

/*   When you click on a hyperlink, it will become lime colored.   */
a:active { background: transparent; color: #939; }

a.external {
	background: url(extern.gif) no-repeat right center;
	padding: 0px 15px 0px 0px;
}

caption { font-weight: bold; }

.clear { clear: both; }

/**
 *
 * Structure.
 *
 */

#page {
	width: 880px;
	margin: 0px auto;
	text-align: left;
}

#masthead {
	height: 120px;
	position: relative;
	margin-bottom: 20px;
}

#logo a {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.6em;
	font-family: "Times Roman", serif;
}

#main {
	margin-top: 20px;
}

#content {
	width: 640px;
	float: left;
}

#sidebar-first {
	width: 220px;
	float: right;
}

.ad {
	background: #cb7;
	color: #000;
	}

.menu {
	background: #cb7;
	color: #000;
	}

INPUT, TEXTAREA	{
	background: #ed9;
	color: #000;
	}

DEL {
	text-decoration: line-through;
}
INS {
	text-decoration: none;
	font-style: italics;	
}

UL	{
	list-style-type: square;
	}
	
BLOCKQUOTE
	{
	background: transparent url(blockquote.png);
	color: #000;
	}

.center {
	text-align: center;
}
	
TABLE.forumline {
	border: 2px solid #000;
}

.catleft, .rowPic {
	border: 2px solid #630;
}

.database table {
	border-collapse: collapse;
}

.database td, 
.database th {
	margin: 0px;
	padding: 5px;
	border: 3px solid #7b714a;
	vertical-align: top;
	text-align: left;
}

