/* phpBB Smith Site Specifics */
/* Page Header */
#siteheader
{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: saddlebrown;
	background-color: blanchedalmond;
	border-bottom: 1px solid saddlebrown;
}

/* Textual "logo" */
#sitelogo
{
	font-size: 3.3em;
	font-weight: bold;
	padding: 0.1em 0.5em;
	background-image: url('/images/bg_header.png');
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}

#sitelogo a, #sitelogo a:hover
{
	color: saddlebrown;
	font-size: 1em;
}

/* Menu in header */
.headermenu
{
	font-weight: bold;
	color: black;
	background-color: blanchedalmond;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	width: 100%;
	border: none;
	clear: both;
	border-top: 1px solid saddlebrown;
}

.headermenu a
{
	text-decoration: none;
}

/* Drop down menu parents */
.menu_parent, .menu_link
{
	float: left;
}

/*
	Set margin for Firefox and Opera.
	IE7 renders extra scrolling with this.
*/
html>body .menu_parent, html>body .menu_link { margin-right: 0.6em; }

.menu_link a
{
	display: block;
	padding: 0.4em 0.9em;
}

.menu_link a:hover
{
	background-color: indianred;
	color: yellow;
}

.menu_parent a, .menu_parent span
{
	display: block;
	padding: 0.4em 18px 0.4em 1.1em;
	background-image: url('/boards/styles/prosilver/theme/images/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: 95% 70%;
	background-color: transparent;
}

.menu_parent a:hover, .menu_parent span:hover
{
	color: yellow;
}

/* Drop down menu items */
.menu_child
{
	font-weight: normal;
	background-color: white;
	position: absolute;
	visibility: hidden;
	border-top: 4px outset indianred;
	border-bottom: 4px outset indianred;
	margin-left: 2em;
	z-index: 3;
}

.menu_child a
{
	background-color: white;
	display: block;
	text-decoration: none;
	padding: 0.4em 0.9em;
	border-left: 4px outset indianred;
	border-right: 4px outset indianred;
	border-bottom: none;
}

.menu_child a:hover
{
	color: white;
	background: indianred;
}

div.menu_parent:hover
{
	background-color: indianred;
	color: yellow;
}

div.menu_parent a:hover
{
	background-image: url('/boards/styles/prosilver/theme/images/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: 95% 70%;
	background-color: indianred;
}

.headermenu .hilight
{
	background: indianred;
	color: yellow;
	padding: 0.4em 0.9em;
}

.headermenu .hilight a
{
	background: indianred;
	color: yellow;
	padding: 0;
}

#siteheader:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

/* Advertisement - Top */
.advert
{
	background-color: transparent;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0.3em 0;
	border: none;
}

/* Advertisement - Bottom */
.advert2
{
	border: none;
}

#phpbb .advert
{
	background-color: blanchedalmond;
	border-bottom: 1px solid saddlebrown;
}

#phpbb .advert2
{
	border: none;
	border-top: 1px solid saddlebrown;
}

#phpbb .advert_forum
{
	background-color: transparent;
	border: none;
}

/* Advertisement - Side Skyscraper */
#skyscraper
{
	clear: right;
	float: right;
	text-align: center;
	width: 30%;
	margin: 0 0 0.5em 0.7em;
	padding: 0.3em;
}

/* Page Footer */
#footer
{
	clear: both;
	border: none;
	border-top: 1px solid saddlebrown;
	margin: 0;
	padding: 0.7em;
	font-size: 1.2em;
	text-align: center;
	background-color: blanchedalmond;
	color: black;
}

#wrap
{
	margin-top: 0.4em;
}

#sflogo
{
	float: right;
}

#sflogo img
{
	border: none;
}