/* @override http://umsganze.org/wp-content/themes/umsganze/style.css */

/*
Theme Name: ...ums Ganze!
Theme URI: http://wwww.umsganze.org/
Description: Angepasst von twentyten
Author: UG-Redaktion
Version: 0.2
License: GNU General Public License
License URI: license.txt
*/

/* Allgemeine Regeln */

html, body {
  font: 13px/1.6em 'Trebuchet MS', "Lucida Grande", Lucida, Verdana, sans-serif;  
  height: 100%;
  color: #131313;
}

a, a:visited {
  color: #5795E0;
  text-decoration: none;
}

a:hover {
  color: #505050;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}


div.entry-summary {
	margin-top: 15px;
}

/* Bild, dass im DOM-Tree ganz oben steht, damit sprites.png als erstes geladen wird */

#sprite-preload {
  display: none;
} 

/* Allgemeines Layout */

#container {
  min-height: 100%;
  height: auto !important;
  position: relative;
}

#header {
  background: #eee;
  height: 70px;
}

#highlight {
  border-top: 1px solid #a0b5c4;
  background: url(images/sprites.png) 0 -424px repeat-x #fff; /* Fallback */
  background: -moz-linear-gradient(top, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 254px, rgba(0,0,0,0.10) 258px, rgba(0,0,0,0) 258px), url(images/sprites.png) 0 -424px repeat-x; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(0,0,0,0.10)), color-stop(4px,rgba(0,0,0,0)), color-stop(254px,rgba(0,0,0,0)), color-stop(258px,rgba(0,0,0,0.10)), color-stop(258px,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 254px, rgba(0,0,0,0.10) 258px, rgba(0,0,0,0) 258px), url(images/sprites.png) 0 -424px repeat-x; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 254px, rgba(0,0,0,0.10) 258px, rgba(0,0,0,0) 258px), url(images/sprites.png) 0 -424px repeat-x; /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 254px, rgba(0,0,0,0.10) 258px, rgba(0,0,0,0) 258px), url(images/sprites/sprites.png) 0 -424px repeat-x; /* IE10+ */
  background: linear-gradient(top, rgba(0,0,0,0.10) 0px, rgba(0,0,0,0) 4px, rgba(0,0,0,0) 254px, rgba(0,0,0,0.10) 258px, rgba(0,0,0,0) 258px), url(images/sprites.png) 0 -424px repeat-x; /* W3C */
  padding-top: 35px;
}

#footer {
  position: absolute;
  bottom: -300px;
  width: 100%;
  padding: 20px 0;
  background: #505050;
  box-shadow: inset 0 0 20px rgba(45, 45, 45, 0.5);
  -webkit-box-shadow: inset 0 0 20px rgba(45, 45, 45, 0.5);
  -moz-box-shadow: inset 0 0 20px rgba(45, 45, 45, 0.5);
}

/* Header */

#logo {
  display: block;
  width: 180px;
  height: 45px;
  background: url(images/sprites.png) no-repeat top left;
  background-position: 0 -918px;
  margin-top: 15px;
}

#logo:hover {
  background-position: 0 -1013px;
}

/** Navigation */

.menu {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
}

.menu li {
  float: left;
}

.menu li a {
  text-shadow: 1px 1px 1px #fff;
  height: 30px;
  display: block;
  padding: 40px 15px 0;
}

.menu li.current-menu-item a {
  text-shadow: 1px 1px 1px #444;
  background: #777;
  color: #eee;
}

.menu a:hover, .menu a:focus, #years a:hover, #years a:focus {
  text-shadow: 1px 1px 1px #181818 !important;
  color: #fff !important;
  background: #505050 !important;
  -webkit-box-shadow: inset 0 0 5px #2f2f2f;
  -moz-box-shadow: inset 0 0 5px #2f2f2f;
  box-shadow: inset 0 0 5px #2f2f2f; 
}

/** Photo Highlight */

#photo {
  background: #fff;
  width: 900px;
  height: 218px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#photo img {
  display: none; 
  position: absolute;
  top: -20px;
  z-index: 0;
  opacity: 0;
}

#photo img:first-child {
  display: inline;  
  opacity: 1;
  z-index: 10;
}

#photo-fade {
  width: 900px;
  height: 218px;
  opacity: 0;
}

#ribbon {
  position: absolute;
  top: 98px;
  margin-left: -8px;
  height: 136px;
  width: 136px;
  background: url(images/sprites.png) no-repeat top left;
  background-position: 0 -732px;
  z-index: 9999;
}

/* 
 * Experimentelle Regel, um wechselenden Text
 * auf das Ribbon zu setzen
 * */

#ribbon a {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: -60px;
  top: 72px;
  height: 12px;
  width: 200px;
  background: url(images/sprites.png) no-repeat top left;
  background-position: 0 -1123px;
}

/* Body */

#body {
  padding-bottom: 50px;
  margin: 25px 0 0 0;
}

#body .container_12 {
}

/** Historie */

.subevent {
    clear: left;
    padding-left: 50px;
    padding-top: 20px;
}

#history {
  margin-top: 18px;
}

#timeline {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #bbb;
  height: 58px;
  border-collapse: separate;
}

#events td {
  padding: 5px 0;
  height: 19px;
  border-right: 1px solid #E7E7E7;
}

#events a {
  display: inline-block;
  width: 20px;
  height: 17px;
  background: #C4D2E3;
  border: 1px solid #5795E0;
  position: absolute;
}

.tooltip {
  display: none;
  position: absolute;
  color: #fff;
  background: #505050;
  text-shadow: 1px 1px 1px #2F2F2F;
  padding: 3px;
}

#events div {
  position: relative;    
  height: 19px;
}

#g8 {
  left: 60px;
}

#kongress1 {
  left: 110px;
}

#aik {
 left: 90px; 
}

#swhff {
  left: 20px;
}

#ebadn {
  left: 45px;  
}

#kedg {
  left: 100px;  
}

#arbeit {
  left: 40px;
}

#bremen310 {
  left: 80px;
}

#kongress2 {
  left: 80%;
}

#imk {
  left: 70px;
}

#wkr {
  left: 1px;

}
#m31 {
  left: 25px;
}
#wkr2 {
  left: 1px;
}
#timeline tr:first-child td:first-child {
  border-top-left-radius: 4px
}

#timeline tr:first-child td:last-child {
  border-top-right-radius: 4px;
  border: none;
}

#timeline tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

#timeline tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

#years a {
    height: 19px;
    background: #777;
    display: block;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px #444;
}

/** Entries */

.entry-title {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.entry-meta {
  line-height: 0.3em;
	color: #888;
	margin-top: 8px;
}

.entry-meta a {
  color: #888;
}

.post, .type-tribe_events {
  border-bottom: 3px double #ddd;
  margin-bottom: 18px;
}

h3.subtitle {
  font-size: 1.2em;
  margin-top: -9px;  
}

.last {
  border: 0;
}

.wp-post-image, .history-image {
  float: left;
  margin-right: 15px;
  box-shadow: 0 0 5px #717171;
  -webkit-box-shadow: 0 0 5px #717171;
  -moz-box-shadow: 0 0 5px #717171;
	margin-top: 5px;
	margin-bottom: 0;
}

.entry-utility {
	background-color: #eee;
	margin-bottom: 10px;
	padding: 5px;
	text-shadow: 1px 1px 1px #fff;
  	color: #333;
	font-size: 0.9em;
}

.entry-content {
	margin-top: 20px;
}

h1.entry-title {
	margin-bottom: 0;
}

/** Sidebar */

#sidebar {
	text-align: left;
	overflow: hidden;
}

.widget-container {
	background-color: #eee;
	margin-bottom: 20px;
	padding: 10px;
}

.widget-title {
  	text-shadow: 1px 1px 1px #fff;
  	color: #333;
	font-weight: bold;
	font-size: 1.15em;
}

.widget_search .screen-reader-text {
	display:none;
}

#s {
	width: 210px;
	height: 17px;
}

#searchsubmit {
	border:none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #444;
  	background: #777;
  	color: #eee;
        padding: 4px;
	font-weight: bold;
}

#searchsubmit:hover {
	background: #333;
}

.tweets li {
	border-bottom: 3px double #ddd;
  	margin-bottom: 10px;
	padding-bottom: 10px;
}

.tweets li:last-child {
    border: 0;
    margin: 0;
}

h3.widget-title a {
	color: #333;
}

/* Footer */

#footer a {
  text-shadow: 1px 1px 1px #2f2f2f;
  padding: 5px;
}

#footer li {
   margin-bottom: 2px;
}



#footer a:hover {
  
  text-shadow: none;
  background:  #333;
	color: #5795E0;
}

#footer h2 {
  color: #fff;
  margin-left: 5px;
  text-shadow: 1px 1px 1px #181818;
}

#web-two-point-oh, #our-lovely-buendnis, #sitemap {
  margin: 20px 0;
}

#our-lovely-buendnis, #sitemap {
  border-left: 1px solid #606060;
  padding-left: 20px;
  height: 250px;
}

#map {
  position: relative;
  float: right;
  height: 250px;
  width: 218px;
  background: url(images/sprites.pn) no-repeat top left;
}

#map a {
  background: url(images/sprites.pn) no-repeat top left;
  background-position: 0 -300px;
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}

#map a:hover, #map a.selected {
  background: url(images/sprites.pn) no-repeat top left;
  background-position: 0 -362px;
}

#bremen {
  left: 57px;
  top: 54px;
}

#berlin {
  top: 68px;
  left: 134px;
}

#bielefeld {
  top: 82px;
  left: 49px;
}

#bochum {
  top: 102px;
  left: 28px;
}

#frankfurt {
  top: 143px;
  left: 50px;
}

#goettingen {
  top: 97px;
  left: 74px;
}

#hannover {
  top: 75px;
  left: 68px;
}

#koeln {
  top: 124px;
  left: 20px;
}

#wien {
  top: 192px;
  left: 202px;
}



/* Text elements */
p {
	margin-bottom: 15px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	line-height: 1.5em;
}

.entry-content h1 {
	font-weight: bold;
	font-size: 1.8em;
}

.entry-content h2 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: none;
}

.entry-content h3 {
	font-size: 1.4em;
	font-weight: normal;
	text-transform: none;
}

.entry-content h4 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
}

.entry-content h5, .entry-content h6 {
	font-size: 1.2em;
	text-transform: none;
}

.entry-content ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
.entry-content ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
.entry-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content dl {
	margin: 0 0 24px 0;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}

#crumbs {
	background-color: #eee;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 5px;
	text-shadow: 1px 1px 1px #fff;
  	color: #333;
	font-size: 1.0em;
}

/* Gallery  */

/* [gallery] shortcode styles. */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
	
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
	
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	}
	
.gallery-caption {
	margin-left: 0;
	}
	
/* Image sizes depending on the number of columns */
.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

.gallery .gallery-row { 
	clear:both; 
	display:block; 
	height:auto; 
	overflow:hidden; 
	visibility: 
	visible; width:auto; 
}