
/* main default header */
#jive-global-header {
    background: #6e0101 url(../images/jive-hdr-bg1.png) repeat-x top;
    border-bottom: 1px #e9e9e9 solid;
    }
#jive-global-header-texture {
    background: transparent url(../images/jive-hdr-bg2.png) no-repeat;
    padding: 10px 25px;
    width: 836px;
    }

/* default logo */
#jive-global-header .jive-header-logo, 
#jive-global-header .jive-header-logo a.jive-global-header-logolink {
	height: 50px;
	width: 78px;
	}
#jive-global-header .jive-header-logo {
    background-image: url(../images/jive-hdr-logo.png);
    background-repeat: no-repeat;
    overflow: hidden;
    }
#jive-global-header .jive-header-logo a.jive-global-header-logolink {
    display: block;
    left: 25px;
    position: absolute;
    top: 10px;
    }


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


/* footer */
#jive-footer {
	border-top: 1px solid #dcdcdc;
	clear: both;
	color: #666;
	display: block;
	min-width: 100%;
	width: 100%;
	
	}
.jive-footer-nav {
	float: left;
	margin-right: -101px;
	overflow: hidden;
	padding: 6px 0 10px;
	text-align: center;
	width: 100%;
	}
.jive-footer-nav a {
	padding: 0 5px;
	}
.jive-footer-copyright {
	float: right;
	overflow: hidden;
	padding: 6px 0 10px;
	width: 100px;
	}
