/****************************************************************
	iBualoy phpBB css for proSiver SE
****************************************************************/

/****************************************************************
	Page Layout
****************************************************************/

#wrap {
	padding: 0;
	width: 930px;
}

/****************************************************************
	site-description
****************************************************************/

#logo { padding: 0; }
#site-description h1, #site-description p { display: none; }

/****************************************************************
	Navigation
****************************************************************/

/* Search box
--------------------------------------------- */

#menubar {
	padding: 0;
	margin: 1px 0 10px 0;
	height: 36px;
	clear: both;
	background: #78848E url("images/menubar-bg.gif") repeat-x 0 0;
}

#menubar .menubar-left {
	background: url("images/menubar-left.gif") no-repeat left top;
}

#menubar .menubar-right {
	background: url("images/menubar-right.gif") no-repeat right top;
}

#menu {
}

#menu ul {
	list-style: none;
	display: block;
}

#menu li {
	float: left;
	height: 36px;
	margin: 0;
	display: block;
}

#menu li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	font-size: 1.35em;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: none;
	background: url("images/menu-bg.gif") repeat-x 0 0;
}

#menu li a:hover {
	color: #FFFFFF;
	background-position: 0 -36px;
	/*background-color: #FF9900;*/
}

#menu li.menu-active a{
	color: #FE51A9;
}

#menu li.menu-active a:hover{
	color: #FFFFFF;
}

#menu li#menu-home a {
	background: url("images/menu-bg-left.gif") no-repeat left top;
}

#menu li#menu-home a:hover {
	background-position: 0 -36px;
}

/* Search box
--------------------------------------------- */
#menu #searchbox {
	display: block;
	float: right;
	width: 250px;
	height: 36px;
	margin: 0px;
	background: url("images/search-bg.gif") 0 0 no-repeat;
	position: static;
}

#menu #searchbox fieldset {
	border: none;
	padding-top: 6px;
}

#menu #searchbox input {
	padding: 4px 0;
	height: 18px;
	line-height: 18px;
	width: 190px;
	margin-left: 40px;
	border: none;
	border: none !important;
	background-image: url("/theme/images/search_back.gif");
	background-repeat: no-repeat;
	background-color: transparent !important;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	color: #333333;
}

/****************************************************************
	colours.css
****************************************************************/

/*  	
--------------------------------------------------------------
Colours and backgrounds for common.css
-------------------------------------------------------------- */

/* Round cornered boxes and backgrounds
---------------------------------------- */

.headerbar { margin: 0; height: 200px; background: #12A3EB url("images/header-bg.jpg") no-repeat bottom left; }
.navbar { background-color: #cadceb; }
.forabg, .forumbg {	background-color: #0076b1; }
.forabg { margin-bottom: 10px; }

/*  	
--------------------------------------------------------------
Colours and backgrounds for content.css
-------------------------------------------------------------- */

ul.forums {
	background-color: #eef5f9;
}

li.row:hover {
	background-color: #F6F4D0;
}

/****************************************************************
	content.css
****************************************************************/

li.header dt, li.header dd {
	line-height: 1.35em;
	font-size: 1.35em;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-transform: none;
}
