/**
 * Theme Name: Life Collage
 * Theme URI: http://themehybrid.com/themes/life-collage
 * Description: A collage of of one's thoughts, hobbies, and favorites.  A child theme of the Hybrid theme framework.
 * Version: 0.3
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Tags: brown, threaded-comments, microformats, two-columns, fixed-width, translation-ready
 * Template: hybrid
 *
 * Copyright (c) 2008 - 2010 Justin Tadlock.  All rights reserved.
 * http://justintadlock.com
 *
 * Life Collage is released under the GNU General Public License, version 2 (GPL).
 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */

/* Get base CSS */
@import url('../hybrid/library/css/20px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

/* Uncomment the below line if using the Hybrid Tabs plugin */
/* @import url('tabs.css'); */

/* Body */
body {
	font: 14px/22px Georgia, Cambria, Times, "Times New Roman", serif;
	color: #333;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Body container */
#body-container {
	width: 820px;
	margin: 25px auto;
	}

/**
* Elements
************************************************/

/* Links */
a {
	color: #8d5608;
	}
a:hover {
	text-decoration: underline;
	}

.entry a {
	text-decoration: underline;
}

.entry a:hover {
	color:#A34486;  /* #000099; */
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
	}
h2 {
	font-size: 17px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 15px;
	}
h5 {
	font-size: 14px;
	}
h6 {
	font-size: 13px;
	}

/* Lists */
.content ul {
	list-style: none;
	}
.content ul li {
	overflow: hidden;
	padding-left: 10px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}

/* Blockqoutes */
blockquote {
	overflow: hidden;
	margin: 0 10px;
	padding: 0 0 0 20px;
	background: url(images/blockquote.jpg) no-repeat 0 0;
	}
blockquote blockquote {
	padding: 0 10px;
	font-size: 12px;
	color: #666;
	background: transparent;
	}
blockquote.pullquote {
	width: 200px;
	margin: 9px 0 3px 0;
	padding: 6px 9px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #e9e5d5;
	border-bottom: 3px double #e9e5d5;
	}
.pullquote p {
	margin: 0;
	}
span.pullquote {
	float: none !important;
	margin: 0 !important;
	}

/* Code */
code {
	padding: 0 3px;
	background: url(images/dark.jpg) repeat 0 0;
	}
pre {
	overflow: auto;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Alignment */
.alignleft, .left {
	float: left;
	margin-right: 10px !important;
	}
.alignright, .right {
	float: right;
	margin-left: 10px !important;
	}
.aligncenter, .center {
	display: block;
	margin: 0 auto 20px auto;
	}
.block {
	display: block;
	margin: 0 0 20px 0;
	}
.clear {
	clear: both;
	}

/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 1px;
	}
th {
	color: #8d5608;
	background: url(images/menu-bg.jpg) repeat-x 0 0;
	}
td {
	background: url(images/alt.gif) repeat 0 0;
	}
th, td {
	padding: 5px;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 30px;
	margin: 6px 6px 0 0;
	padding: 0 9px 3px 9px;
	font-size: 36px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #b4a681;
	background: url(images/dark.jpg) repeat 0 0;
	}

/* Warnings, notes, errors, and downloads */
/* .note, .download, .warning, .alert, .error {
	padding: 10px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	} */

/* Warnings, notes, errors, and downloads */
/* .note, .download, .warning, .alert, .error {
	padding: 10px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	} */

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}




/**
* Images
************************************************/
.hentry img {
	max-width: 470px;
	padding: 5px 5px 10px 5px !important;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Captions [caption] */
.wp-caption {
	max-width: 480px;
	padding: 5px 0 10px 0;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: 11px;
	color: #8d5608;
	}
.wp-caption img, .wp-caption a img {
	max-width: 468px;
	margin: 0 auto;
	padding: 0 !important;
	background: transparent;
	border: 1px solid #d0ccbc;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 55px;
	height: 55px;
	margin: 10px 0 0 20px;
	}

/* Gallery [gallery] */
.gallery {
	margin-bottom: 20px !important;
	}
.gallery img {
	border: none !important;
	}

/**
* Header
************************************************/
#header {
	width: 740px;
	height: 130px;  /* 56px; */
	margin: 0 auto;
	padding: 0 20px;
	margin-bottom:10px;
	background: url(images/logo-vbad_290.png) no-repeat 0 bottom;
	}

#site-title {
	float: right;
	margin: 40px 10px 35px 10px;
	padding: 0 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	/* text-transform: uppercase; */
	}
#site-title a {
	color: #9c8165;
	}
#site-description {
	margin: 75px 10px 10px 10px;
	float: right;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	/* text-transform: lowercase; */
	color: #000;
	}

/**
* Navigation
************************************************/
#primary-menu {
	width: 760px;
	height: 39px;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	background: url(images/menu-bg.jpg) repeat-x 0 0;
}

/* Page navigation */
#primary-menu div.menu {
	float: left;
	width: 760px;  /* 560px; */
}

#primary-menu ul {
	float: left;
	list-style: none;
	margin: 0;
	}
#primary-menu li a {
	display: block;
	padding: 8px 8px 12px;  /* 8px 10px 12px 10px; */
	font: 13px arial, verdana, sans-serif;  /* original: 12px */
	font-weight: bold;
	color: #8d5608;
	background: transparent url(images/menu-a-bg.jpg) no-repeat right 0;
	}
#primary-menu li.current_page_item {
	color: #333;
	background: url(images/current-page.jpg) repeat-x 0 0;
	}
#primary-menu li.current_page_item li {
	color: #8d5608;
	background: #f3efe4 url(images/dark.jpg) repeat 0 0;
	}

/* Drop-down styles */
#primary-menu ul ul {
	background: #f3efe4 url(images/dark.jpg) repeat 0 0;
	}
#primary-menu li li {
	background: transparent;
	border-bottom: 1px solid #e1dac8;
	}
#primary-menu li li a {
	padding: 10px;
	background: transparent;
	}

/* Search */
#primary-menu .search { display: none; }

#primary-menu .search {
	float: right;
	width: 190px;
	height: 29px;
	background: url(images/search.jpg) no-repeat 0 0;
	}
#primary-menu input {
	font: 12px arial, verdana, sans-serif;
	padding: 7px 0 0 0;
	background: transparent;
	border: none;
	}
#primary-menu .search-text {
	float: left;
	width: 110px;  /* 136px; */
	padding: 7px 10px 0 10px;
	color: #7e7558;
	}
#primary-menu .search-submit {
	float: left;
	width: 34px;
	font-weight: bold;
	color: #80713d;
	}
#primary-menu .search-submit:hover {
	cursor: pointer;
	}

/**
* Container (content and widget areas)
************************************************/
#container {
	overflow: hidden;
	width: 780px;
	}

/* Splash */
/* #splash {
	overflow: hidden;
	height: 220px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 20px;
	background: url(images/splash.jpg) no-repeat 0 0;
	}
#splash .widget {
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	color: #365426;
	background: transparent;
	border: none;
	}
#splash .widget-title {
	color: #365426;
	} */

/**
* Content
************************************************/
.content {
	overflow: hidden;
	float: left;
	width: 520px;
	}
.page-template-no-widgets .content, .no-widgets .content {
	width: 780px;
	}

/* Posts */
.hentry {
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #333;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}	

/* Entry title */
.entry-title {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	font: 18px Georgia, Cambria, Times, 'Times New Roman';
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
.entry-title a {
	color: #8d5608;
	}

/* Post Entry */
.entry-content, .entry-summary {
	overflow: hidden;
	margin: 0 20px;
	font: 14px/22px Georgia, Cambria, Times, 'Times New Roman';
	}
.more-link {
	padding-right: 15px;
	background: url(images/more-link.jpg) no-repeat right 3px;
	}

.entry .def dt { color:#666; /* #939393; */ float:left; with:150px; margin-top:-1px; vertical-align:top; }
.entry .def dd { margin-left:150px; margin-top:-1px; vertical-align:top; }
.entry .def dl dd, .entry .def dl dt { line-height:3.0em; /* vertical-align:top; */ }
/* .entry .def dd, { padding-bottom:12px; } */
.entry .def dl dd, .entry .def dl dt { font-size:0.85em; }
.entry .lexikon { font-size:0.85em; width:480px; }
/* .entry .lexodd { background-color:#F5F5F5; padding-left:3px; } */

.entry .kto dt { color:#666; float:left; with:150px; margin-top:-1px; }
.entry .kto dd { margin-left:150px; }
.entry .kto dl dd, .entry .kto dl dt { line-height:3.0em; vertical-align:top; }
.entry .kto dl dd, .entry .kto dl dt { font-size:0.85em; }

.entry .akt dt { color:#666; /* #939393; */ float:left; clear:left; vertical-align:top; margin-top:-1px; }
.entry .akt dd { margin-left:100px; vertical-align:top; margin-top:-1px; }
.entry .akt dl dd, .entry .akt dl dt { line-height:2.0em; }
.entry .artikel { font-weight:normal; font-size:0.95em; margin:0 0 0 0; padding:0 0 0 0; vertical-align:top; }


/* Post Meta */
.entry-meta {
	overflow: hidden;
	padding: 20px 20px 5px 20px;
	font: 12px/22px arial, verdana, sans-serif;
	background: url(images/border.jpg) repeat-x 0 0;
	}
.entry-meta a {
	color: #708266;
	}

/* Multi-paged posts */
.page-links a {
	overflow: hidden;
	margin: 0 3px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

.navigation-attachment {
	overflow: hidden;
	padding: 0 20px;
	margin-bottom: 20px;
	}

/* Series */
.series {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.series-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	color: #708266;
	border-bottom: 1px solid #e9e5d5;
	}
.series ul {
	margin-left: 0;
	}

/* Archives and other page types */
.archive-info, .search-info {
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #333;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
.page-template-biography .author-info {
	margin: 0;
	border: none;
	}
.page-title, .archive-title, .search-title, .error-404-title {
	margin: 20px 0;
	padding: 0 20px 20px 20px;
	font: 18px Georgia, Cambria, Times, 'Times New Roman';
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
.archive-description, .search-description {
	margin: 0 20px;
	}
.author-profile .avatar, .author-info .avatar {
	float: left;
	width: 55px;
	height: 55px;
	margin: 0 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}
.author-profile .author-name {
	margin-bottom: 0;
	}

/* Navigation links */
.navigation-links {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 20px;
	line-height: 19px;
	font-size: 14px;
	font-weight: bold;
	background: url(images/light.gif) repeat 0 0;
	}
.previous {
	float: left;
	width: 40%;
	padding-left: 23px;
	background: url(images/previous.jpg) no-repeat 0 5px;
	}
.next {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 23px;
	background: url(images/next.jpg) no-repeat right 5px;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px;
	background: url(images/light.gif) repeat 0 0;
	}
.wp-pagenavi .pages {
	margin-right: 6px;
	padding: 3px 6px;
	}
.wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi a {
	margin-right: 6px;
	padding: 3px 6px;
	background: url(images/dark.jpg) repeat 0 0;
	border: 1px solid #e2decc;
	}

/**
* Widget Areas
************************************************/
#primary, #secondary {
	overflow: hidden;
	float: right;
	width: 240px;
	line-height: 19px;
	}
#secondary {
	clear: right;
	}

/* Widgets */
.widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 14px 20px 0 20px;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}

/* Widget title */
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	color: #708266;
	border-bottom: 1px solid #e9e5d5;
	}

/* Widget lists */
.widget ul {
	list-style: none;
	margin-left: 0;
	}
.widget ul ul {
	margin: 0;
	}
.widget ul li {
	margin: 0 0 6px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e9e5d5;
	}
.content .widget ul li {
	overflow: hidden;
	padding: 0 0 5px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	}
.widget ul li li, .content .widget ul li li {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 7px;
	background: url(images/bullet.png) no-repeat 0 9px;
	border: none;
	}

/**
* Comments Template
************************************************/
#comments, #respond {
	overflow: hidden;
	height: 100%;
	margin: 0 0 20px 0;
	padding: 15px 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
#comments #respond {
	padding: 15px 0 0 0;
	border: none;
	}

/* Comments header */
.comments-header, #reply {
	margin: 2px 0 20px 0;
	padding: 0 20px 18px 20px;
	font: normal normal 18px/19px georgia, cambria, times, 'times new roman', serif;
	background: url(images/border.jpg) repeat-x 0 bottom;
	}
#comments #reply {
	margin-bottom: 0;
	padding: 0 0 20px 0;
	background: transparent;
	}
#comments .comments-header {
	margin-bottom: 0;
	}

/* Comments list */
#comments ol {
	list-style: none;
	overflow: hidden;
	clear: left;
	z-index: 0;
	margin: 0 20px;
	}
#comments ol ol {
	margin: 0 0 0 10px;
	}
#comments li {
	height: 100%;
	overflow: hidden;
	padding: 19px 0 0 0;
	}
#comments li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/comment-thread.jpg) no-repeat 0 25px;
	}

/* Avatar */
#comments .avatar {
	overflow: hidden;
	float: left;
	width: 50px;
	height: 50px;
	margin: 5px 10px 0 0;
	padding: 5px 5px 10px 5px;
	background: #e2decc url(images/photo-bg.gif) repeat-x 0 bottom;
	}

/* Comment meta data */
.comment-meta {
	padding: 0 0 4px 0;
	font: 12px/22px arial, verdana, sans-serif;
	}
.comment-meta a {
	color: #708266;
	}

/* Comment author */
.comment-author cite {
	font: normal bold 14px/22px georgia, cambria, times, serif;
	}
.comment-author a {
	color: #8d5608;
	}

/* Comment text */
.comment-text {
	border-bottom: 1px solid #e5e0d0;
	}

/* Comments form */
#respond {
	padding: 15px 0 20px 0;
	}
#respond form {
	padding: 0 20px;
	}
#comments #respond form {
	padding: 0;
	}
#respond .form-author, #respond .form-email, #repsond .form-url {
	margin: 0 0 10px 0;
	}
#respond .form-author label, #respond .form-email label, #respond .form-url label {
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
	padding: 5px 0 5px 10px;
	font: normal normal 12px/19px georgia, cambria, times, 'times new roman', serif;
	background: url(images/comment-submit.jpg) repeat 0 0;
	}
.text-input {
	display: block;
	padding: 5px 5px 6px 5px;
	border: 1px solid #e9e5d5;
	}
#respond .text-input {
	width: 275px;
	}

#respond .form-textarea label {
	display: none;
	}
textarea {
	width: 98%;
	border: 1px solid #e9e5d5;
	}
#respond .form-submit {
	overflow: hidden;
	}
#respond .button, #submit {
	float: left;
	padding: 5px 30px;
	margin: 0 10px 10px 0;
	font: normal bold 12px/19px georgia, cambria, times, 'times new roman', serif;
	color: #80713d;
	background: url(images/comment-submit.jpg) repeat 0 0;
	border: none;
	}
.button:hover, #submit:hover {
	cursor: pointer;
	}

.comment-action {
	clear: both;
	}

/**
* Footer
************************************************/

/* Subsidiary */
#subsidiary {
	float: left;
	overflow: hidden;
	width: 760px;
	padding: 20px 0 0 20px;
	margin: 0 0 20px 0;
	background: url(images/light.gif) repeat 0 0;
	border-top: 5px solid #e5e0d0;
	}
#subsidiary .widget {
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	border: none;
	}

/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	width: 740px;
	height: 39px;
	padding: 20px;
	font: 12px/19px arial, verdana, sans-serif;
	color: #333;
	background: url(images/menu-bg.jpg) repeat-x 0 0;
	}
#footer a {
	color: #8d5608;
	}
#footer .copyright {
	float: left;
	width: 40%;
	}
#footer .credit {
	float: right;
	text-align: right;
	width: 40%;
	}


/**
* Ergaenzungen DDW
************************************************/

#search-text,
.search-form .search-text {
	width: 125px;
}

.linklove {
	display: none;
}

#primary .widget-simple-section-nav .current_page_item {
	background-color: #F7F7F7;
	display: block;
	font-weight: bold;
}

.ddsg-wrapper p {
	display: none;
}

.highslide-caption,
.kpg-summary {
	font-size: 0.8em;
}

.bildleiste small {
	color: #333;
	font-size: 0.8em;
	font: 0.8em;
}

.flickrTag_container {
	margin-top: -10px;
	margin-bottom: -12px;
}


/** Linkliste */

ul.blogroll li {
	margin-bottom: 10px;
}


/** Fuer WP-ListCal plugin */

.nextevents {
	width: 700px;  /* 400px; */
	float: left;
	clear: left;
}

.nextevents li {
	margin-top: 5px;
}

.kalweiter {
	width: 130px;
	float: right;
	clear: right;
	text-align: right;
	vertical-align: absmiddle;
	margin-top: 25px;
}

ul.wplc_event_list {
	margin: 0 0 15px 25px;  /* margin: 0 0 15px 25px; */
}

ul.wplc_event_list li {
	list-style: disc;
	/* list-style-type: disc; */
	list-style-position: outside;
	margin-bottom: 40px !important;
}

.eventdate {
	font-weight: bold;
	color: #990000;
	font-size: 1.4em !important;
}

#kalender ul.wplc_event_list li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*
.eventname {
	margin-left: 15px;
}

.wplc_alt {
	background-color: #CCC;
}
*/



/**
* Ergaenzungen Link-Indication
************************************************/

/* Fuer Link Indication plugin */
/* a.liinternal { padding-right: 15px; background: url(images/link-icon_ekkaleo_14x12.png) no-repeat right; display: inline-block; } */
a.liexternal { padding-right: 13px; background: url(linkicons/link-icon_external_11.png) no-repeat right; display: inline-block; }
a.linb { padding-right: 14px; background: url(linkicons/link-icon_nb_12x12.png) no-repeat right; display: inline-block; }
a.lism { padding-right: 14px; background: url(linkicons/link-icon_sm_12x12.png) no-repeat right; display: inline-block; }
a.liwikipedia { padding-right: 10px; background: url(linkicons/link-icon_wikipedia_02.gif) no-repeat right; display: inline-block; }
a.litechnorati { padding-right: 11px; background: url(linkicons/link-icon_technorati.png) no-repeat right; display: inline-block; }
a.liflickr { padding-right: 7px; background: url(linkicons/link-icon_flickr_5x12.png) no-repeat right; display: inline-block; }
/* a.limyspace { padding-right: 11px; background: url(linkicons/link-icon_myspace_10x12.png) no-repeat right; display: inline-block; } */
a.limyspace { padding-right: 17px; background: url(linkicons/link-icon_myspace2_16x12.png) no-repeat right; display: inline-block; }
a.liimdb { padding-right: 18px; background: url(linkicons/link-icon_imdb.png) no-repeat right; display: inline-block; }
a.liftp { padding-right: 13px; background: url(linkicons/link-icon_ftp.png) no-repeat right; display: inline-block; }
a.limailto { padding-right: 18px; background: url(linkicons/link-icon_mail.png) no-repeat right; display: inline-block; }
a.lipdf { padding-right: 15px; background: url(linkicons/link-icon_pdf_05.png) no-repeat right; display: inline-block; }
a.liword { padding-right: 12px; background: url(linkicons/link-icon_word_10x10.png) no-repeat right; display: inline-block; }
a.liexcel { padding-right: 12px; background: url(linkicons/link-icon_excel_10x10.png) no-repeat right; display: inline-block; }
a.lizip { padding-right: 11px; background: url(linkicons/link-icon_zip_02.png) no-repeat right; display: inline-block; }
a.liyoutube { padding-right: 13px; background: url(linkicons/link-icon_youtube_12x12.png) no-repeat right; display: inline-block; }
a.lilastfm { padding-right: 13px; background: url(linkicons/link-icon_lastfm_12x12.png) no-repeat right; display: inline-block; }
a.ligerth { padding-right: 13px; background: url(linkicons/link-icon_gerth_12x13.png) no-repeat right; display: inline-block; }
a.lis7 { padding-right: 13px; background: url(linkicons/link-icon_sound7_12x13.png) no-repeat right; display: inline-block; }
a.libtv { padding-right: 13px; background: url(linkicons/link-icon_bibeltv_12x13.png) no-repeat right; display: inline-block; }
a.liwischns { padding-right: 13px; background: url(linkicons/link-icon_wischns_12x13.png) no-repeat right; display: inline-block; }
a.lijde { padding-right: 13px; background: url(linkicons/link-icon_jesusde_12x13.png) no-repeat right; display: inline-block; }
a.liidea { padding-right: 11px; background: url(linkicons/link-icon_idea_10x12.png) no-repeat right; display: inline-block; }
a.litwitter { padding-right: 11px; background: url(linkicons/link-icon_twitter_9x12.png) no-repeat right; display: inline-block; }
a.lifacebook { padding-right: 12px; background: url(linkicons/link-icon_facebook_10x10.png) no-repeat right; display: inline-block; }
a.livimeo { padding-right: 12px; background: url(linkicons/link-icon_vimeo_10x10.png) no-repeat right; display: inline-block; }
/* Ende fuer Link Indication plugin */


/* MaxGalleria */
.mg-image-tiles.standard .mg-thumbs ul li div,
.mg-image-tiles.standard .mg-thumbs img,
.mg-image-tiles.standard .mg-thumbs a div img {
	border: 0 none !important;
}

#post-543 .mg-image-tiles.standard .mg-thumbs ul li div {
	border: 0 none !important;
}

#post-543 .entry-content .mg-thumbs ul,
#post-543 .entry-content .mg-thumbs ul li,
#post-543 .entry-content .mg-thumbs li {
	list-style: none !important;
	list-style-type: none !important;
}