#page {
  width:880px;
}

.with-sidebar-second #content {
  margin-right:275px;
}
#sidebar-second {
  width:275px;
}

#header-blocks {
  /*padding:12px;*/
}

#site-slogan {
  font-style:italic;
}


#content {
  background: rgb(255, 255, 255); /* The Fallback */
  background-color: rgba(255,255,255,0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
  zoom: 1;
}

.two-sidebars #content {
  margin-right: 275px;
  margin-right: 285px;
  margin-left: 160px;
  padding: 0;
}

#sidebar-first {
  background: rgb(16, 64, 128); /* The Fallback */
  background-color: rgba(16, 64, 128, 0.375);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60104080,endColorstr=#60104080);
  color: #FFE;
  zoom: 1;
}

#sidebar-second {
  border-left: 1px #55AAFF dotted;
}

/*float event images to the right*/
img.imagecache-event_image{
  float: right;
}

/*styles for events block*/
div.views-field-title a{
  font-weight:bold;
  font-size:16px;
}

div.event_block_body span{
  float:left;
  font-weight:normal;
  font-size: 12px;
}

/*hide titles in gallery*/
div.views-field-title{
  /*display: none;*/
}