/* ------------------- COLORS & LINKS ------------------- */

/* ------------------- HEADER ------------------- */
/* change header background color */
#section-header {
	background: #ffffff;
}

/* ------------------- FRONT ONLY ------------------- */
/* add title to events table */
body.front h1 {
	border-bottom: 1px solid #9ebee1;
	font-size: 3rem;
}

/*
body.front h1.title {
	margin-top: 0.25em;
}
*/

/* ------------------- NAVIGATION / SIDEBARS / BLOCKS ------------------- */
/* padding for other menu items */

/* padding for first manu item */
#zone-menu ul.menu li.first {
    margin-left: 5px;
    position: relative;
}
/*
#zone-menu ul.menu li a {
    padding: 9px 14%;
}
*/

/* sidebar-second images */
#region-sidebar-second img {
	max-width: 250px;
	height: auto !important;
	width: 100% !important;

}

/*changed text alignment, font size, line height for program links on front page*/
#block-block-23 {
	font-size: .85em;
	text-align: justify;
	line-height: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

#block-block-23 a {
	color: #666;
}

#block-block-23 a:hover {
	color: #036;
}


#block-block-23 img {
	margin-bottom: -10px;
}

#block-block-1 h3 {
     margin-bottom: -10px;
    font-size: 2rem;
}

/* change menu background color */
.yale-wide-menu {
	background: #ffffff;
	border-bottom: 0; /* menu bottom border */
	border-top: 0; /* menu top border */
	position: relative;
     margin-bottom: 30px;
}

/* menu link color */
#zone-menu ul.menu li a {
	color: #E35D1B;
	font-weight: normal;
}

#block-block-29 h3 {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
	font-size: 1em;
	font-variant: small-caps;
	letter-spacing: 0.125em;
	text-align: center;
	text-transform: lowercase;
	border-top: 0 none;
}

#region-content h2.block-title {
    font-size: 2rem;
}

/* ------------------- CONTENT ------------------- */
/* hide breadcrumbs */
.breadcrumb {
	visibility: hidden;
}

/* ------------------- FOOTER ------------------- */
/* hide Yale copyright */
#region-footer-second .copyright {
	display: none;
}

/* footer background color */
#section-footer {
	background: #006699;
	margin-bottom: 15px;
	height: 10%;
}

/* footer links */
#region-footer-second a {
	font-size: 1.3em;
	line-height: 2em;
	color: #ffffff;
}

/* footer width */
#region-footer-second {
	padding-top: 10px;
	/*  align footer text */
	width: 100%; /* set width of footer */
}

#zone-footer-wrapper {
	padding-bottom: 0;
}

/* footer images */
#region-footer-second img {
	padding: 0 10px 0 10px;
}

/* footer paragraph */
#region-footer-second p {
	padding-top: 0;
      font-size: .75em;
}

/* set padding */
#zone-footer {
	padding-top: 15px;
}

/* set right margin */
#region-footer-second .rteright {
	margin-right: 3%;
	margin-top: 0;
}