
/* main default header */
#jive-global-header {
    background: #ddd url(../../../images/jive-bg-sprites.png) repeat-x 0 -200px;
    border-bottom: 1px #e9e9e9 solid;
    }

/* dark logo */
#jive-global-header .jive-header-logo a.jive-global-header-logolink {
    background-position: 0 -50px;
	}
/* dark logo for IE6 */
#jive-global-header .jive-header-logo a.jive-global-header-logolink {
    background: transparent url(../../../images/jive-hdr-logo-dark.png) no-repeat;
	}

/* custom uploaded logo */
#jive-global-header img {
    border: none;
    display: block;
    position: relative;
    }
/* custom entered text */
h1#jive-global-header-title {
    color: #333;
    font-size: 1.7778em;
    padding: 15px 15px 13px;
    }

h1#jive-global-header-title a.jive-global-header-titlelink {
    color: #333;
    text-decoration: none;
}
