/* Intro Adjustments
 * ----------------------------------------------------------------*/
#intro {
	height: 340px;
	background: #419998 url(/themes/okwu/alumni/images/bg-intro.jpg) repeat-x 50% 100%;
}

	#intro img.splash {
		top: 0;
		left: 0;
	}
	
/* Overview Adjustments
 * ----------------------------------------------------------------*/
#overview #welcome p { background: none; }

#overview #featured {
  float: left;
  width: 36%;
  padding: 4.5em 2% 0;
  background: transparent url(/themes/okwu/root/images/bg-paperclip.png) no-repeat 50% 0%;
  min-height: 400px;
  position: relative;
  top: -23px;
}
#overview #featured a {
	color: #a03827;
	display: block;
}
#overview #featured a:hover {
	border: none;
	text-decoration: underline;
}

#overview ul.links {
  float: left;
  padding: 3em 0 0;
  margin: 10px 0 0 3%;
  width: 24%;
}

/* The Tower
 * ----------------------------------------------------------------*/
.big-button {
  border: 1px solid #b7b097;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 1em;
  font-size: 1.4em;
  float: left;
  width: 40%;
  text-align: center;
}
  .big-button a, .big-button img {
    display: block;
    margin: .5em auto;
  }
  .big-button a {
    width: 40%;
    border-top: solid 1px #c7c5c5 !important;
    border-bottom: solid 1px #c7c5c5 !important;
    padding: .4em 5px;
  }
  .big-button a.pdf { padding-left: 55px; }

ul#tower-archives {
  margin: 2em 0 1em;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
  #tower-archives li {
  width: 45%;
  margin: 0 0 2em 10%;
  padding: 0;
  float: left;
  text-align: center;
  }
  #tower-archives li.clear { clear: left; margin-left: 0; }

  #tower-archives li img {
    display: block;
    margin: 0 auto .5em;
  }
  #tower-archives li a {
    display: block;
    font-size: 1.1em;
    border-bottom: none;
    color: #b7b097;
  }
  #tower-archives li a:hover {
    color: #A03827;
  }		

.previous-issues {
  clear: both;
}  

form#tower-signup {
  float: right;
  width: 48%;
}
  #tower-signup legend {
    font-size: 1.4em;
  }
  #tower-signup label {
    text-align: left;
  }
  #tower-signup input {
    display: block;
    margin-bottom: .5em;
  }

#section-nav h4, #section-nav p  {
  background: transparent url(/themes/okwu/adult/images/bg-section-nav-mid.jpg) repeat-y 0 0;
	padding: 0 2em 1em 2.5em;
}

