/* General proSilver Markup Styles
---------------------------------------- */

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

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	color: #828282;
	background-color: #FFFFFF;
    background: url("phpBB3/styles/brushed_metal/theme/images/background.png");
    background-repeat: repeat-x;
	font-size: 62.5%;			/* This sets the default font size to be equivalent to 10px */
	/*font-size: 10px;*/
	margin-top: 0px;
	padding: 0px 0;
	height: 100%;
}

a:link { color: #3f3f3f; text-decoration: none}
a:visited { color: #3f3f3f; text-decoration: none}
a:active { text-decoration: none}

h1 {
	/* Forum name */
	margin-right: 200px;
	color: #000000;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}

h2.solo {
	margin-bottom: 1em;
}

h3 {
	/* Sub-headers (also used as post headers, but defined later) */
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 1.05em;
	color: #989898;
	margin-top: 20px;
}

h4 {
	/* Forum and topic list titles */
	font-size: 1.3em;
}

h5 {
	/* Forum and topic list titles */
    font-weight: bold;
	font-size: 1em;
}

h6 {
	/* Forum and topic list titles */
	font-size: 1em;
}

.content {
	/* Forum and topic list titles */
	background: url("phpBB3/styles/brushed_metal/theme/images/bg_list.gif");
    padding: 10px;
    color: #666666;
	font-size: 1.2em;
}