/**
 * Copyright 2004-2011 The Kuali Foundation
 *
 * Licensed under the Educational Community License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.opensource.org/licenses/ecl2.php
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
#banner {
  background: url(../images/kuali/banner.jpg);
}

#bannerLeft {
  width:100%;
  text-align:center;
  display:block;
  padding-top:10px; 
  color: #FFFFFF; 
  font-weight: 500; 
  font-size: 2.25em; 
  line-height: 1.2em; 
  font-family: 'EB Garamond','Sorts Mill Goudy', Georgia, serif; 
  text-shadow: 0 0 5px rgba(0,0,0,.01)
}

#bannerRight {
  width:100%;
  text-align:center;
  display:block;
  padding-top:3px;
  font-size: 1.5em;
  font-weight: 100; 
  color: #b3b3b3;
  font-style: italic;
  font-family: Georgia, serif;
  text-shadow: 0 0 5px rgba(0,0,0,.2)
}

#breadcrumbs {
  background-color:#A40000;
  background-image:none;
}

#breadcrumbs .xright {
  color: #fff;
  padding-top:5px;
}

table.bodyTable th {
#  background-color: #878787;
}

#footer {
  padding: 10px;
  margin: 20px 0px 20px 0px;
  border-top: solid #696969 1px;
  color: #000;
}

#footer .xright a {
  display:none;
}

.section h3 {
  color:#fff;
  background-color:#696969;
  background-image:none;
}

a.poweredBy {
 text-align:center;
 display:block;
 border:1px solid white;
 margin-bottom:5px;
 padding:0px;
 padding-bottom:5px;
}

a.poweredBy:hover {
 border:1px solid #ccc;
}

img.poweredBy {
 border:0px;
 margin:0px;
}

#navcolumn {
 border:1px solid white;
}
