/*
  Based on the original subSilver Theme for phpBB version 2+,
    created by subBlue design (http://www.subBlue.com)
*/


/* General page style. */
body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link,a:active,a:visited {
	color : #006699;
}

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

hr	{
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}


/* The largest text used in the page title */
h1,h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : #000000;
}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.linkbar	{
	font-weight: bold;
	font-size: 11px;
	color : #000000;
	border: #D1D7DC;
	border-style: dashed;
	padding: 4pt;
}
a.linkbar	{ text-decoration: none; color : #006699; }
a.linkbar:hover	{ text-decoration: underline; }


/* Quote & Code blocks */
code {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 11px;
	color: #006600;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
}

quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

