/*
*
Hacks for IE9 and below
Can be deleted when those browsers die.

Notice the use of CSS3 PIE. The htc file can be deleted
when these browsers die, too. The position: relative needs to be there for
the CSS3 PIE rules to work.

And don't forget to remove the reference to this stylesheet in the .info file.
*
*/


#header-wrapper {
	background: #76348B url("images/chapel-ceiling-bg.png") 80% top no-repeat;
}

#nav-wrapper {
	background: #76348B url("images/chapel-ceiling-bg.png") 80% -103px no-repeat;
}


#block-block-17 {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 100;
}

#block-block-17 #edit-submit {
	padding: 0 4px;
	border-radius: 3px;
	behavior: url(/sites/all/themes/kings1/css/PIE.htc);
}

#block-menu-menu-global-navigation {
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 100;
}

#logo {
  padding: 20px 15px 35px;
}
#logo a {
	display: block;
	width: 369px;
	height: 48px;
	background: transparent url(images/kings-logo.gif) 0 0 no-repeat;
}
#logo  img {
    display: none;
}

.nav ul.menu li a {
	position: relative;
	-pie-background: linear-gradient(#B994C4, #8C569C);
	border-radius: 6px 6px 0 0;
	behavior: url(/sites/all/themes/kings1/css/PIE.htc);
}

body .nav ul.menu li a.active-trail  {
	-pie-background: linear-gradient(#FFF, #FFF);
	behavior: url(/sites/all/themes/kings1/css/PIE.htc);
}

.region-sidebar-first h2 {
	position: relative;
	-pie-background: linear-gradient(#B994C4, #8C569C);
	border-radius: 6px 6px 0 0;
	behavior: url(/sites/all/themes/kings1/css/PIE.htc);
}

.pullquote {
	position: relative;
	background: url('images/pullquote.gif') no-repeat scroll 8px 8px #E2DBCB;
	border-radius: 12px;
	behavior: url(/sites/all/themes/kings1/css/PIE.htc);
}

#tertiary-content-wrapper .container {
	background: url("images/crest-ie.png") 98.75% 50% no-repeat #EEE;
}

#footer-wrapper {
	background: #76348B;
}

/* Home page styles */
#block-views-banner-slideshow-block-3   {
	margin-top: 0;
	float: left;
	width: 670px;
	height: 345px;
	overflow: hidden;
	margin-right: 8px;
}
#home-second-row .home-box div {
    height: 200px;
}
#home-second-row .home-box {
		float: left;
		width: 32.8%;
		margin-right: 0.8%;
		margin-bottom: 10px;
}
#home-second-row  .last {
		margin-right: 0;
}

#content #home-second-row  #prospective div {
		background-image: url('images/home-page/amaya-ie.gif') ;
}

#content #home-second-row  #second div {
		background-image: url('images/home-page/chapel500-ie.gif') ;
}

#home-third-row .home-box {
	float: left;
	width: 24.4%;
	margin-right: .8%;
}

#home-third-row .home-box div {
	padding: 0;
	height: 190px;
}
#home-third-row .home-box div p {
	padding: 7px 12px 10px;
}

#home-third-row .home-box img {
	height: 70px;
}
	
#content #home-third-row .last {
	margin-right: 0;
}

/* For Fellows' pages */
.node-type-fellow #content .field-label { float: none; width: auto; margin-top: 0.5em;}

.node-type-fellow #content .field-items { padding-left: 0; }