/* 
	CSS Layout
	JBL Events
	Expeditionen, Workshops und Reiseberichte

	copyleft 2009 by October Labs GmbH
	feel free to use this	
	
*/

#event-event div.teaser-container {	
	margin: 10px 0 10px 0;
}

#event-event div.teaser-container-34 {
	width: 70%;
}

.teasers {
  margin-top: 10px;
}

ul.teaser, .teasers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a.teaser-block {
	display: block;
	margin-bottom: 5px;
	padding: 10px;
	
	background-color: #E9E9E9;
  background-position: -650px 0px;
  background-image: url('/images/base/events_subpage.png');
  background-repeat: repeat-y;

	border-width: 1px;
	
	border-style: solid;
	border-color: #E9E9E9;
	text-decoration: none;

}

.teaser-block .more-text {
	display: block;
	text-align: right;
	font-style: normal;
	color: #555;
	font-size: 90%;
}

.teaser-image {
	float: left;
	margin-right: 10px;
	display: block;
}

.teaser-block .teaser-headline {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 120%;
	font-weight: bold;
}

.teaser-block .teaser-content {
	display: block;
	margin-top: 10px;
	color: #666;
  line-height: 17px;
	/* 
	font-style: italic; 
	height: 75px;
	*/
}

a.teaser-block:hover {
  background-position: 0px 0px;
	background-color: #FCFCFC;
	border-color: #E9E9E9;
}

a.teaser-block:hover .teaser-headline,
a.teaser-block:hover .more-text {
	color: #252525;
}
a.teaser-block:hover .more-text {
	text-decoration: underline;
}

a.teaser-block:hover .teaser-content {
	color: #454545;
}

a.teaser-block .event-marker {
  float: right;
  display: block;
  width: 50px;
  height: 3px;
  box-shadow: 1px 1px 1px #ccc;  
}

a.teaser-block .event-marker-type-expedition {
  background-color: #009900;
}
a.teaser-block .event-marker-type-workshop {
  background-color: #CC0000;
}
a.teaser-block .event-marker-type-travelogue {
  background-color: #6666FF;
}
a.teaser-block .event-marker-type-preview {
  background-color: #EFFC00;
}


.gallery-thums table .carousel_table_col {
  padding: 0 3px 0 0;
}

.square_pics a {
  display: block;
  width: 115px;
  height: 118px;
  margin-right: 0px;
}

.window {
  overflow: hidden;
  position: relative;
}

.gallery-thums table {
  border-collapse:collapse;
  border-spacing:0;
  
}

.gallery-thums table td {
  vertical-align: top;
  padding: 0;
}

.gallery {
  
}

.gallery-table-align-right,
.gallery-image-align-right {
  float: right;
  margin-left: 10px;
}

.gallery-table-align-left,
.gallery-image-align-left {
  float: left;
  margin-right: 10px;
}


.gallery .buttons {
  margin-bottom: 5px;
}

.highslide-caption {
  display: none;
}

.single-image,
.gallery-image {
  padding-top: 7px;
}

.image-subtitle,
.gallery-subtitle {
  padding: 2px;
  font-style: italic;
	font-size: 80%;
}

.image-comment,
.gallery-comment {
  padding: 2px;
	font-size: 80%;
  text-align: center;
}

.image-comment {
  background-color: #DAEAFF;
}

.gallery-comment {
  background-color: #F1EB72;
}

.page-navigation {
	margin-top: 10px;
	margin-bottom: 10px;
}

.event-block-content {
	text-align: justify;
}

.teaser-container-events {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

/* */
table.results {
	width: 700px;
	border-collapse: collapse;
	margin: 2px;
}

table.results,
table.results th,
table.results td {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	font-size: 90%;
}

table.results th,
table.results td {
	padding: 5px;
}

table.results td {
	font-family: "Courier New", Courier, monospace;
}

table.results th {
	background-color: #026E23;
	color: #fff;
}

.block-map-default-left,
.block-map-default-right,
.block-map-large {
  display: block;
  margin-top: 5px;
}

.block-map-default-left {
  float: left;
  margin-right: 10px;
}

.block-map-default-right {
  float: right;
  margin-left: 10px;
}

.block-map-large {
  margin-bottom: 5px;
}

#event-edit form #event_main_page {
  padding: 10px 0px;
}
#event-edit form #event_main_page div {
  padding: 0px;
}


