/* Custom styles for specific regions */

/* Banner */
#banner {
  background: #fff url(fade.jpg) repeat-x bottom left;
  padding: 10px 10px 0 10px;
  margin-left: 0;
}

#front_page #banner {
  background: #fff url(fade-bottom.jpg) repeat-x top left;
  padding: 15px 10px 0 10px;
}

#front_page #logo {
  padding-top: 10px;
}

#logo {
  text-align: center;
  font-family: Verdana, sans-serif;
}

#carousel {
  text-align: center;
}

/* Content */
#content h2 {
  color: #53536a;
}

#front_page #content {
  border-top: 1px solid #A4951A;
  padding: 0 10px;
  margin-left: 0;
  background: #FAF7E3 url(fade-yellow.png) repeat-x 0 -50px;
  padding-bottom: 30px;
}

#front_page #content h2 {
  padding-top: 10px;
}

/* Accessibility links */
/* Accessibility region is currently hidden */
#access {
  display: none;
}

/* Navigation - utility */
#nav-utility {
  background: #224A73 url(utility-nav.jpg) repeat-x 0 0;
  margin-left: 0;
  padding: 0 10px;
  font-size: 10px;
}

#nav-utility li {
  list-style: none;
  display: inline;
  margin-left: 0;
}

#nav-utility ul {
  margin-bottom: 0;
  margin-left: 30px;
}

#nav-utility a { 
  background: transparent url(button-edges.gif) repeat-y 0 0;
  padding: 10px 20px 7px 20px;
  margin: 0;
  text-align: center;
  float: left;
}

#nav-utility li.first {
  margin: 0;
  background-image: none;
}

#nav-utility a:hover, #nav-utility a:focus, #nav-utility a:active {
  background-color: black;
}

#nav-utility a {
  color: #FDF39E;
  font-weight: bold;
}

#nav-utility form {
  text-align: right;
}

div#cse {
  color: white;
  padding-top: 5px;
}

.gsc-wrapper, form.gsc-search-box {
  color: black;
}

#nav-utility form input[type=text] {
  border: 1px solid #224A73;
}

#nav-utility .gsc-input {
  background-image: none !important;
}

#nav-utility .gsc-branding, #nav-utility .gsc-clear-button {
  display: none;
}

#projects {
  margin-top: 40px;
}

#news {
  margin-top: 30px;
}


/* Navigation - extended, footer 
 * 
 * To try different background fades, switch the three
 * options below. The option closest to the bottom of the
 * page will be used.
 *
*/

/* Footer */
#footer {
  border-top: 1px solid #224A73;
  width: 100%;
  background: #dedede url(fade.png) repeat-x 0 0;
  background: #fff url(fade-bottom.jpg) repeat-x bottom right;
  background: #fff url(fade.jpg) repeat-x 0 0;
}

#nav-extended {
  padding: 0 10px;
}

#nav-extended a {
  color: #999;
}

#nav-extended h2 a {
  color: #666;
}

#nav-extended a:hover, #nav-extended a:focus, #nav-extended a:active {
  color: #224A73;
}
  
#nav-extended h2 {
  padding-top: 10px;
}

#nav-extended li {
  margin-left: 0;
  list-style: none;
}

/* Copyright footer */
#copyright {
  color: #777BAF;
  text-align: center;
  padding: 7px;
}
