/* @override http://localhost:8888/forum/styles/LocalScreen.css */

/* Local styles for digitalconcepts.net.au forum page */

body {
	background: black url(/global/images/bg-30.jpg) repeat-x 0 145px;
}

.headerBase {
	background: #261f17;
	border-bottom-color: #4d3d2e;
}

.subheaderBase {
	background: #332921;
	border-bottom-color: #4d3d2e;
}

/* @group Main Bar Styles */
/* There are a couple of things that need to be modified to accommodate
/* the forum page layout
*/

/* Forum Sidebar */

.forumSideBar {
	position: absolute;
	width: 220px;
	margin-left: 20px;
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.mainBar {
	width: 700px;
	margin-left: 260px;
	padding-bottom: 20px;
	position: absolute;
}

.mainBarMiddle {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.mainBarContent {
	width: 635px;
	height: 650px;
	overflow: auto;
	margin-left: 25px;
	padding: 20px 10px 0px;
	text-align: justify;
}

.mainBarContentExtended {
	width: 635px;
	min-height: 650px;
	overflow: auto;
	margin-left: 25px;
	padding: 20px 10px 0px;
	text-align: justify;
}

.bbp-search-form div {
	padding-top:  5px;
}

#bbpress-forums div.bbp-search-form {
	clear:  right;
}

#bbpress-forms h1 {
	float: left;
	clear: left;
}

h3.widget-title {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 30px;
	margin-bottom: 0px;
}

#menu ul {
	list-style-type: none;
	font-size: 10pt;
	margin-top: 5px;
}

#menu dl {
	font-size: 10pt;
	margin-top: 5px;
	margin-left: 40px;
}

/* @end Main Bar Styles */

#breadcrumbs {
    list-style:none;
    margin:5px 0;
    overflow:hidden;
}

#breadcrumbs li{
    float:left;
}
#breadcrumbs li+li:before {
    content: '| ';
    padding:0 4px;
}