
/* 
This is the main header for Jive SBS. There are two parts, one is
the general background, the other is an inner DIV element that contains
a secondary background image for the texture.
*/
#jive-global-header {
    background: #000;
	margin: 0;
    padding: 0;
	width: 100%;
	overflow: hidden;
}
#jive-global-header-texture {
	background: #000;
	margin: 0;
    padding: 0;
	width: 100%;
	overflow: hidden;
}

/*
Logos can be defined however they are needed. The way the system works by
default is there are system-defined logos, however you can modify the file
page-header.ftl (just like a regular HTML file) found in this resource kit in
template/decorator/default/ and insert any image or text you'd like for you
theme.
*/
#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 13pxx;
    }




/* 
The footer of your Jive SBS install can also be customized easily by
modifying the styles below. Additionally, like the header, you can modify
the HTML behind the footer by editing page-footer.ftl found in
template/decorator/default/ in this resource kit.
*/
#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;
	}




/*
Additional FTL files that you can edit are included for common actions, such
as changing the favicon that displays in browsers, or defining additional 
meta information such as keywords or description for search engines to index.

Those files are header-favicon.ftl and header-meta.ftl, also found in in this
resource kit in template/decorator/default/
*/


