/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { 
  position: relative;
  }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.tooltip .toolbar .title {
  width:113px !important;
	}
.prototip .content { 
  clear: both;
  }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(../img/schliessen.png);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(../img/schliessen.png); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
  padding: 0;
  background: none;
}


/* Tooltip styles */
.prototip .navigation { 
  width:300px;
  color:#fff;
  filter:alpha(opacity=90);
}

.prototip .share { 
  width:125px;
  color:#fff;
  filter:alpha(opacity=90);
}

.prototip .share .title { 
  background:#243b55 url(../img/icon_sharelink_whiteshare.png) 9px 4px no-repeat;
  border-top:1px solid #939393;
  border-left:1px solid #939393;
  border-right:1px solid #939393;
  border-bottom:1px dotted #ffffff;
  color:#ffffff !important;
  text-transform:uppercase;
  padding:5px;
  opacity:.9;
  filter:alpha(opacity=90);
  font-size:1em !important;
}

.prototip .share .content a { 
  color:#fff;
  line-height:2.5em !important;
  font-weight:normal;
  text-decoration: none;
}

.prototip .share .content a:hover { 
  text-decoration: underline;
}

.prototip .share .content a.deli { 
 background:url(../img/icon_sharelink_delicious.png) 0 1px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:23px !important;
}

.prototip .share .content a.digg { 
 background:url(../img/icon_sharelink_digg.png) 0 1px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:23px !important;
}

.prototip .share .content a.tech { 
 background:url(../img/icon_sharelink_technorati.png) 0 2px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:23px !important;
}

.prototip .share .content a.vine { 
 background:url(../img/icon_sharelink_newsvine.png) 0 1px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:23px !important;
}

.prototip .share .content a.face { 
 background:url(../img/icon_sharelink_facebook.png) 0 1px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:23px !important;
}

.prototip .share .content a.misterwong { 
 background:url(../img/icon_sharelink_misterwong.png) 0 2px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:23px !important;
}

.prototip .share .content a.xing { 
 background:url(../img/icon_sharelink_xing.png) 2px 2px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:25px !important;
}

.prototip .share .content a.tumblr { 
 background:url(../img/icon_sharelink_tumblr.png) 2px 2px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:25px !important;
}

.prototip .share .content a.reddit { 
 background:url(../img/icon_sharelink_reddit.png) 2px 2px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:25px !important;
}

.prototip .share .content a.twitter { 
 background:url(../img/icon_sharelink_twitter.png) 2px 3px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:25px !important;
}

.prototip .share .content a.wordpress { 
 background:url(../img/icon_sharelink_wordpress.png) 2px 2px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:25px !important;
}

.prototip .share .content a.linkedin { 
 background:url(../img/icon_sharelink_linkedin.png) 2px 2px no-repeat;
 padding:5px 0 5px 23px !important;
 line-height:25px !important;
}

.prototip .navigation .toolbar { font-size:.8em; }

.prototip .navigation .title {
  padding:5px;
}

.prototip .navigation .content, .prototip .share .content { 
  background:#243b55;
  font-size:1em;
  font-family:verdana !important;
  border-bottom:1px solid #939393;
  border-left:1px solid #939393;
  border-right:1px solid #939393;
  line-height:1.5em;
  letter-spacing:1px;
  padding:15px 8px;
  color:#ffffff;
  font-weight:normal;
  text-align:left;
  opacity:.9;
  filter:alpha(opacity=90);
}
