/*************************************************
 * IU Branding Bar & Footer
 *
 * Version: 1.01
 * Author: IU Communications 
 * Author URI: http://communications.iu.edu
 ************************************************/

/****************************************
 * General Formatting
 ****************************************/

/*** Reusable Classes ***/

/* Wrapper */
.wrapper {
	padding: 0 10px;
}

/* Line Break */
.line-break {
	display: inline;	
}


/****************************************
 * Branding Bar
 ****************************************/

#branding-bar {
	min-height: 52px;
}

/*** Trident Tab & Campus Name ***/

#branding-bar .campus {
	font-size: 1.125em; /* 18px (18/16) */
	line-height: 1em; /* 18px (18/18) */
}
#branding-bar .campus a {
	height: 46px;
	padding: 0 0 0 75px;
}
#branding-bar .campus img {
    margin-left: -18px;
    width: 64px;
}




/****************************************
 * Footer
 ****************************************/

#footer {
	margin-top: 40px;
	padding: 40px 0 30px 0;
	position: relative;
	text-align: left;
	z-index: 1;
}
#footer .wrapper {
	position: relative;
}
#footer .tagline {
	font-size: 2.545em; /* 28px (28/11) */
	left: 50%;
	line-height: 1em; /* 28px (28/28) */
	margin: 0 0 0 -222px;
	max-width: 444px;
	padding: 8px;
	position: absolute;
	text-align: center;
	top: -66px;
	width: 55%;	
}
#footer .copyright {
	overflow: hidden;
	padding: 7px 0 0 0;
	position: relative;
}
#footer .internal {
	position: absolute;
	right: 10px;
	top: 7px;
	z-index: 1;	
}
#footer .block-iu { 
	float: left;
	margin: -7px 9px 0 0;
}


/****************************************
 * Media Queries
 ****************************************/

/* 960px */
@media only screen and (min-width: 60.000em) {
	
	/****************************************
	 * Branding Bar
	 ****************************************/
 
	/*** Trident Tab & Campus Name ***/

	#branding-bar .campus abbr {
		display: none;	
	}
	#branding-bar .campus .expanded {
		display: block;
	}
	
}