@import url('./page.css');

div.view-js_gallery {
  width: 567px;
  height: 294px;
  border: 3px solid #CECDCB;
  overflow: hidden;
  top: -30px;
  margin-bottom: 30px;
  background: #ddd url('images/loading.gif') no-repeat center center;
}

#block-views-js_gallery h2 {
  font-size: 14px;
  color: #BD5D00;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  top: 320px;
  z-index: 3;
}


div.view-js_gallery .node-image,
div.view-js_gallery .node-image .content {
  padding: 0;
  margin: 0;
}

div.view-js_gallery .node-image .content {
  text-align: left;
}

/* Simplify the output */
div.view-js_gallery h2,
div.view-js_gallery p {
  display: none;
}

div.view-js_gallery.view div.alt {
  background-color: transparent;
}

div.view-js_gallery.view div.view-row {
  min-height: 0px;
}

div.view-js_gallery img {
  border: 1px solid red;
}

div.view-js_gallery .node-image .content img {
  border: none;
  max-width: 567px;
  height: auto;
}








#faux-col-background{
	* padding-top: 1px;
	background: transparent url('images/sidebar-right.jpg') repeat-y top right;
}
#faux-col-foreground{
	background: transparent url('images/reeds1.jpg') no-repeat bottom right;
}

#content-wrap {
	float: left;
	width: 606px;
	border: none;
	min-height: 583px;
}

#content {
	padding: 38px 10px 0 23px;
}

#flash {
	float: right;
	width: 268px;
}

#sidebar {
	float: right;
	width: 308px;
	min-height: 583px;	
}

#sidebar h2 {
	letter-spacing: .25em;
	height: 28px;
	margin: 10px 7px;
	padding: 8px 0 0 10px;
	font-family: georgia, times, serif;
	font-size: 12px;
	color: white;
}	

#sidebar p { font-size: 100%; line-height: 1.5em; }
#sidebar .more-link { text-align: right; margin-right: 12px; }

#schedule-block { padding: 27px 0px 17px 33px; }
#schedule-block a { border: none; }

#events-block h2 {	background-color: #2c5819; }
#events-block .item-list li { list-style-type: none; }
#events-block .event-start { font-weight: bold; }
#events-block a { font-weight: bold; }
#events-block p { margin-top: 0; }

#news-block h2 { background-color: #995528; }
#news-block p {	margin: 1em 26px; }

#basket-block h2 { background-color: #b2621d; }
#basket-block p { margin: 1em 26px; }
#basket-block .clear { display: none; }

#content p.subtitle { font-weight: bold; }



