/*
File:			custom.css
Description:	Custom styles for Thesis



	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/*  Blogtitel und Tagline ausblenden */
.custom #header{
	background: #99989D;}
.custom #logo, #tagline {
display:none;	
}

/* Wenn Kommentare geschlossen wird der Hinweis nicht angezeigt */
.custom .comments_closed p {
  display: none;
}
.custom .linklove a{
	display: none;
}

/* Caption von Bildern */
.custom .gallery-caption {
	font-size: 0.8em;
}

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #44443f; }
	
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a; }

		.custom #page { background: #fff; }
		
/*---:[ end Set 1 ]:---*/

/* Footer tunen */
.custom #footer p {
	text-align:left;
}

/* Startseite tunen */
.start1 h2{
	font-size: 28px;

	text-align: center;
	font-weight: bold;
 }
.start1 h3{
	text-align: center;
	font-size: 18px;
	margin: 0.833em 0 1.33em;
}

/* Sociable CSS */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	border: 0;
	margin: 0;
	padding: 0;
    background: transparent;
}

.sociable-hovers {
    opacity: .4;
    -moz-opacity: .4;
    /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=40); */
}
.sociable-hovers:hover {
    opacity: 1;
    -moz-opacity: 1;
    /* You can try this for IE, but results are poor except with default icons: filter: alpha(opacity=100); */
}

/*Tooltip and Pointer CSS*/
.fg-tooltip {
    padding: 0px 5px 0px 5px;
    border: 2px solid #FFD700;
    position: absolute;
    z-index: 9999;
    background: #FDFCDC;
    text-align: center;
    display: none;
}
.fg-tooltip .fg-tooltip-pointer-down, .fg-tooltip .fg-tooltip-pointer-down-inner {
    position: absolute;
    width:0;
    height:0;
    border-bottom-width: 0;
    background: none;
}
.fg-tooltip .fg-tooltip-pointer-down {
    border-left: 7px dotted transparent;
    border-right: 7px dotted transparent;
    border-top-width: 14px;
    bottom:    -14px;
    right: auto;
    left: 50%;
    margin-left: -7px;
}
.fg-tooltip .fg-tooltip-pointer-down-inner {
    border-left: 5px dotted transparent;
    border-right: 5px dotted transparent;
    border-top: 10px solid #FFD700;  /* Inside of the tooltip arrow */
    bottom:    auto;
    top: -14px;
    left: -5px;
}



/*   ENDE   */
