
/* footer */
#intel-wrapper { 
	position: absolute; 
	top: 0; 
	}
#intel-logo { 
	background: transparent; 
	bottom: 23px; 
	display: block; 
	position: absolute; 
	z-index: 11; 
}

#jive-wrapper { 
	min-width: 960px; 
	width: 960px; 
	margin: 0 auto;
	}


#jive-userbar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F9F9F9 url(../images/jive-userbar-bg.png) repeat-x scroll 0 0;
height:43px;
margin-bottom:8px;
margin-top:0px;
position:relative;
}
#jive-global-header { 
	border: 1px solid #d4d6d8; 
	height: 126px; 
	margin: 56px auto 0; 
	padding: 0; 
	width: 960px;
	}
#jive-global-header span,
#jive-global-header span a { 
	background: none; 
	display: block; 
	height: 124px; 
}
/* Footer  */
div#jive-footer { 
	margin: 0 auto; 
	padding-bottom: 20px; 
	text-align: center; 
	border: 0 none; 
	color: #000; 
	}
#jive-footer p { 
	border-bottom: 1px solid #e5e5e5; 
	color: #888; 
	margin: 50px 0 .5em; 
	padding-bottom: 1em; 
	}
.jive-footer-nav { 
	_zoom: 1; 
	float: none; 
	list-style: none; 
	margin: auto; 
	min-width: 0; 
	overflow: visible; 
	padding: 0 0 10px; 
	text-align: center; 
	width: auto; 
	line-height: 1.2em; 
	}
.jive-footer-nav li { 
	border-right: 0; 
	display: inline; 
	float: none; 
	padding: 0 5px; 
	}
.jive-footer-nav .last { 
	border: 0; 
	padding-right: 0; 
	}
.jive-footer-nav a { 
	display: inline; 
	}

	/* IE7 Only rules */
*+html #jive-global-header { 
	margin-top: -8px; 
	}
*+html #soc { 
	margin-top: -.25em; 
	padding-bottom: 3px; 
	padding-top: 0; 
	}
*+html div.jive-table-widget { 
	margin-left: 4px; 
	margin-right: 4px; 
	}
*+html div.jive-table { 
	margin-left: 0; 
	margin-right: 4px; 
	}
*+html div.jive-table.jive-table-widget.jive-table-recentcontent { 
	margin-left: 4px; 
	margin-right: 4px; 
	}
*+html body.jive-body-content-blog .jive-groupblog-info,
*+html body.jive-body-content-blog .jive-blog-info { 
	margin-left: 2px; 
	}
*+html .jive-userbar-login-auto input { 
	margin-top: 5px; 
	}
/* END IE ONLY RULES */


/* custom-css-container.ftl Kris' workaround for borderless tables */
table.no-border {
                border:0px !important;
}
table.no-border tr {
                border:0px !important;
}
table.no-border td {
                border:0px !important;
}
table.no-border th {
                border:0px !important;
}

/* Iconography */
.jive-icon-sml {
 background-image:url("http://www.intel.com/pressroom/images/newsroom/jive-icon-sprites-sml.png") !important;
 height:12px !important;
 /*margin:-1px 3px 0 0 !important;*/
 width:12px !important;
}
.jive-icon-med {
 background-image:url("http://www.intel.com/pressroom/images/newsroom/jive-icon-sprites-med.png") !important;
 height:16px !important;
 /*margin:-1px 4px 0 0 !important;*/
 width:17px !important;
}
/* END Iconography */
