/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
	Style name:		subsilver2
	Based on style:	subSilver (the default phpBB 2 style)
	Original author:	subBlue ( http://www.subBlue.com/ )
	Modified by:		psoTFX and the phpBB team ( http://www.phpbb.com )
	
	This is an alternative style for phpBB3 for those wishing to stay with
	the familiar subSilver style of phpBB version 2.x
	
	Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 75%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #FFC184;
	background-color: #1F1403;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
}

/*  Text
 --------------------- */
h1 {
	color: #FFFFFF;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 3.4em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 14px;
	font-weight: none;
	text-decoration; italic;
}

p {
	font-size: 12px;
}

.gen {
	color: tan;
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	color: tan;
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
        color: #FFB13E;
	margin: 1px 1px;
	font-size: 1em;
}

/* Tables
 ------------ */
th {
	color: #FFA34F;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #1F1403;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	background-color: #1F1403;
	padding: 2px;
}

tr {
    background-color: #183309;
    padding: 2px;
}

.tablebg {
	background-color: #A9B8C2;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

/* Links
 ------------ */
a:link {
	color: #FF9900;
	text-decoration: none;
}

a:active,
a:visited {
	color: #FFCC66;
	text-decoration: none;
}

a:hover {
	color: #D46400;
	text-decoration: underline;
}

