/*
File:			custom.css
Description:	Custom styles for Thesis
*/


.custom a, .custom a:visited {
  color: #a7254f;
}

body.custom {
  background: #9BC3D5 url("images/bg_body.gif") repeat-x scroll left top;
  font-family: "Times New Roman", Times, serif;
}

.custom #page {
  padding-top: 0;
}

.custom #header {
  background: url("images/cropped-roadsign9-brt.jpg") 0 0 no-repeat;
  border-width: 0;
  /* background-color: #5D676C; */
  padding: 0 24px;
  margin: 1em 0;
  height: 300px;
  border: 15px solid #444;
}

.custom #header #logo {
  font-size: 4em;
  padding-top: 20px;
}

.custom #header #logo a, .custom #header #logo a:hover {
  color: #000;
}

.custom #header #tagline {
  color: #a7254f;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
}

.custom ul#tabs {
  border-width: 0;
  margin-bottom: 1em;
}

.custom ul#tabs li {
  background-color: #526A74;
  font-weight: bold;
  margin-right: 1em;
  border-width: 0;
}

.custom ul#tabs li a {
  text-transform: none;
  letter-spacing: 0px;
  color: #fff;
  font-size: 1.4em;
}

.custom ul#tabs li.rss {
  background-color: #526A74;
  border-width: 0;
  padding-right: 6px;
  margin-right: 0;
}

.custom #content_box {
  background-color: #fff;
}

.custom #content_box {
  background-color: #eaf2f9;
}

.custom #content {
  background-color: #fff;
}

.custom .sidebar ul.sidebar_list {
  padding: 12px;
}

.custom .sidebar h3 {
  background-color: #D3E5F0;
  margin-left: -12px;
  width: 200px;
  padding: 6px 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.custom #footer {
  border-top: 0;
}

.custom .headline_area h2 {
  font-size: 2.8em;
}

.custom .andrew {
  float: left;
  font-size: 1.3em;
}