@charset "utf-8";
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

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

img {
	border-width: 0;
}



p {
	line-height: 1.3em;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

#wrap {
	padding: 0 20px;
	min-width: 650px;
}

.headerbar {
	background: #ebebeb none repeat-x 0 0;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding: 0 5px;
}

.headerbar {
	background-color: #12A3EB;
	background-image: url("./phpBB3/styles/prosilver/theme/images/bg_header.gif");
	color: #FFFFFF;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0 -5px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

/* Site description and logo */
#site-description {
	float: left;
	width: 70%;
}

#site-description h1 {
	margin-right: 0;
}

#logo {
	float: left;
	width: auto;
	padding: 10px 13px 0 10px;
}

span.corners-top {
	background-image: url("./phpBB3/styles/prosilver/theme/images/corners_left.png");
}

span.corners-top span {
	background-image: url("./phpBB3/styles/prosilver/theme/images/corners_right.png");
}

span.corners-bottom {
	background-image: url("./phpBB3/styles/prosilver/theme/images/corners_left.png");
}

span.corners-bottom span {
	background-image: url("./phpBB3/styles/prosilver/theme/images/corners_right.png");
}