/* sizing and coloring */

body {
  background-color: #333333;
  background-image: url("/images/bg.png");
  background-repeat: repeat;
}

.header {
  color: #FFFFFF;
  height: 75px;
  line-height: 75px;
}
.menu {
  line-height: 45px;
  font-size: 1.3em;
  color: white;
  background-image: url("/images/menubg.png");
  background-repeat: repeat-x;
  overflow: hidden;
  height: 45px;
  background-color: #335577;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  -moz-border-radius-topleft:20px;	
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright:20px;	
  -webkit-border-top-right-radius: 20px;
}

.menu li {
  display: inline;
}

.menu li a{
  display: inline;
  padding-right: 25px;
  width: 100px;
  color: #FFFFFF;
  text-decoration: none;
}

.menu li a:hover {
  color: #FF5555;
}
.people {
  background-color: #FFFFFF;
  height: 95px;
  overflow: hidden;
}

.people div {
  text-align: left;
}

.people div img {
  vertical-align: middle;
  padding-right: 5px;
}
.people div p {
  vertical-align: middle;
  line-height: 90px;
  height: 90px;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}

.content {
  background-color: #e3e3e3;
  padding-right: 0px;
  height: 320px;
}

.callout {
  height: 320px;
  /* background-color: #EE5577; */
  background-color: #BBF;
  padding-left: 0px;
  width: 160px;
}
.friendfeed {
  background-color: #FFFFFF;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  -moz-border-radius-bottomleft:20px;	
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright:20px;	
  -webkit-border-bottom-right-radius: 20px;
}
.friendfeed .ffentry {
  clear: both;
  border-bottom: 1px solid #999;
}
.ffentry img {
  float: left;
  padding: 10px;
}
.ffentry p {
  padding: 10px;
  float: left;
  font-size: 1.1em;
   width: 500px;
}

.ffentry p .username {
  color: blue;
  font-weight: bold;
  font-size: 1.1em;
}

.ffentry p.timestamp {
  clear: left;
}
.footer {
  background-color: #333333;
}

.ybh {
  display: none;
}

.map {
  height: 600px;
}