body
{

	background-image:url("/content/images/design2012/Gallery.jpg");
	background-attachment:fixd;
	background-repeat:repeat-y;
	background-size: 1100px 800px;
	background-position: -40px 103px;
}

#rc_backdrop /*white layer behind menu*/
{
  position:fixed;
  width:100%;
  left:0px;
  height:103px;
  top:0px;
  background-color:white;
  z-index:5;
}
#left_column /*background gradient*/
{   
	}

#rc_listcontainer
{
	position:absolute;
	float:left;
	padding-left:50px;
	padding-top:35px;
	background-image:url("/content/images/design2012/Event_G.png");
	background-size:100% 100%;
	background-repeat:repeat-y;
	width:1200px;
	min-height:700px;
	border-left-style:solid;
	border-left-color:blue;
	border-left-width:2px;
	}

.blogroll_holder
{
  text-align: justified;
  width:100%;
  width:900px;
}
.blogroll_holder .title
{
  font-size: 12px;
  line-height: 14px;
  color:rgb(32,130,195);
  text-decoration:underline;
  padding-top: 5px;
}
.blog_item
{
min-height:280px;
}
.event_dates
{
	padding-top: 5px;
	font-size:10px;
	line-height:14px;
}
.place
{
	padding-bottom: 7px;
	font-size:10px;
	color: blue;
	font-style:italic;
	line-height:14px;
}
.past_events
{	
	display:none;
 }

.event_dates,.blogroll_holder .title ,.place{
  float:left;
  clear:both;
  width: 290px;
  background-color:white;
  padding-left: 10px;
}
.slideshow
{
  float:left;
  clear:both;
  padding-bottom: 20px;
  min-height: 225px;
}
.slideshow img
{
  width:300px;
  /* height:225px; */
  background-color:white;
  margin-bottom:0px;
}
.summary
{
	float:left;
	font-size: 11px;
	line-height: 14px;
	max-width:450px;
	height:210px;
	padding:0px 10px 15px 20px;
	background-color:white;
	overflow:hidden;
}
.blog_item:hover .summary,.summary:hover
{
	background-color:rgb(220,220,225);
	visibility:visible;
	background-image:url("/content/images/design2012/Event_G.png");
	background-size:180% 100%;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#vertical_line
{
	position:fixed;
	top:55px;
	left:185px;
	width:2px;
	height:60px;      
	background-color:blue;
	z-index:15;
}
#horizontal_line
{
	position:fixed;
	left:0px;
 
}
