/* phpBB */
#phpbb a#logo	{display:none;}

/* Customize the header in phpBB like we've done in the blog */
/* Also override PunBB's header.*/
#phpbb #header {
	border-bottom: none;
    padding:0 0 0 0 !important;
    margin: 0 0 0 0 !important;
  	height: 120px; /* Manually set for phpBB */
}
/* Manually set for phpBB so the logo will display: */
#phpbb #header #logo{
display: block;
width:100%;
padding:0 0 0 0;
}
#phpbb #header #logo a {
	display: block;
	height: 120px;
	/*width: 960px;*/
	background: url('http://www.expand2web.com/blog/wp-content/themes/thesis/custom/images/header.jpg') no-repeat;
	outline: none;
}

#phpbb #header #logo,
#phpbb #header #tagline {
	text-indent: -9999px;
}

#phpbb #header #tagline {
	height: 0;
    display:none;
}
#phpbb #header {
	padding: 0;
}

/* Cancel out the PHPbb css naming conflicts as specifically as possible for our header: */
#phpbb>#container>#page>#tabs a, #phpbb>#container>#page>#tabs a span, #phpbb>#container>#page>#tabs a:hover span  {
	background-image:none;
}
#phpbb>#container>#page>ul#tabs {
margin:0;
}
/* This also hosed our RSS image, so bring it back: */
#phpbb>#container>#page>ul#tabs li.rss a {	
    padding-right: 16px; 
    background: url(/blog/wp-content/themes/thesis/images/icon-rss.gif) no-repeat 100% 50%
}

/* Add php page border, etc */

body#phpbb {
    background: #44443f;
}

#phpbb #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

#phpbb #page {
    background: #fff;
}

/* Add space between e2w header and punbb header: */
#phpbb #wrap{
margin-top:0px;
padding:10px 0 0 0;
width:100%;
}

/* Fix odd Firefox problem with phpbb header */
#site-description{
margin-top:-30px;
margin-top:expression("0px"); /* for IE */
}

#site-description>h1{ font-size: 14px; font-weight: bold } 
#site-description>p{ font-size: 14px; }

#search-box{
margin-top:0px;
margin-top:expression("30px"); /* for IE */
}


