
/* Top bar */
.topbar {
  background-color: #272727;
  display: block;
  width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.topbar .rss {
  padding-top: 17px;
  margin-left: 50px;
  margin-right: 50px;
  float: left;
}

.topbar .title {
  padding-top: 10px;
  margin: 0;
  vertical-align: bottom;
  line-height: 30px;
}


.topbar .title a {
  color: white;
  font-size: 30px;
  font-family: Georgia, 'Times New Roman';
	text-decoration: none;
}


.topbar .subtitle {
  margin-left: 134px;
  margin: 0;
  line-height: 25px;
}

.topbar .subtitle a {
  color: white;
  font-size: 14px;
	font-family: Courier, "Courier New";
	text-decoration: none;
}

.topbar .searchForm {
  float: right;
  width: 250px;
  display: inline;
  padding-top: 23px;
}

.topbar .searchbuttonStyle {
  width: 74px;
  background: transparent url(images/bt_login.png) no-repeat 0 0;
}


.topbar .searchButtonStyle {
	/*border: 0px solid darkgray;  /* I set the border to 0 here since IE renders it as 2px even when set to 1px and it looks a little odd. */
	/*color: black;*/
    background-image: url('images/partgrad.gif');
    background-repeat: repeat-x;
}