/*
Willkommen bei Custom CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
/*
Elemente die Ausgblendetwerden
*/
.post-details{
	display :none;
}
.post-header{
	display :none;
}
.post-content{
	display :none;
}
.webcomic-image{
	padding:10px;
}
.post-footer{ display:none;}

.webcomic-collections {
	display :none;
}
.first-post {
	display :none;
}
.has-caption{
	display :none;
}

a:hover {
	outline: 5px;
}

.sd-sharing {
	display: inline;
}



/*
Menü
*/
#menu-hauptmenue {
	font-size: 32px;
	padding-left: 1%;
}

#menu-hauptmenue a {
	color: #ffffff;
	text-shadow: 2px 2px 0 #7a3434, -1px -1px 0 #7a3434, 1px -1px 0 #7a3434, -1px 1px 0 #7a3434, 1px 1px 0 #7a3434;
}

#menu-hauptmenue a:hover {
	color: #7a3434;
	text-shadow: 2px 2px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

/*
Banner
*/
.banner a:hover {
	opacity: 1;
}

.banner ul {
	list-style: none;
	transition: none;
}

/*
Sidebar
*/
.sidebar1 {
	border-style: none;
	border-width: 0 0 0 1px;
	border-color: #aae680;
}

.widget {
	margin-bottom: 10px;
}

/*
Impressum
*/
#menu-hauptmenue-2 {
	list-style: none;
}

#menu-hauptmenue-2 li {
	float: left;
	margin-right: 15px;
}

#menu-item-61 {
	font-size: 12px;
	color: grey;
	float: right;
	list-style: none;
}

/*
menu begin
*/
/*
menu end
*/
/*
menucomic begin
*/
.post-webcomic nav a {
	display: block;
	height: 50px;
	width: 100%;
	text-indent: -9999em;
	margin-top:5px;
	margin-bottom:5px;
}

.widgets.columns-5.above {
	background-color: transparent;
}

.widgets.columns-5.below {
	background-color: transparent;
}

.random-webcomic1-link {
	background: url(http://zobelisk.de/wp-content/themes/inkblot/menu/random.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.random-webcomic1-link:hover {
	opacity: .50;
	background-position: center center;
	background-size: 100% auto;
}

.first-webcomic1-link {
	background: url(http://zobelisk.de/wp-content/themes/inkblot/menu/first.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.first-webcomic1-link:hover {
	opacity: .50;
	background-position: center center;
	background-size: 100% auto;
}

.last-webcomic1-link {
	background: url(http://zobelisk.de/wp-content/themes/inkblot/menu/last.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.last-webcomic1-link:hover {
	opacity: .50;
	background-position: center center;
	background-size: 100% auto;
}

.previous-webcomic1-link {
	background: url(http://zobelisk.de/wp-content/themes/inkblot/menu/back.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.previous-webcomic1-link:hover {
	opacity: .50;
	background-position: center center;
	background-size: 100% auto;
}

.next-webcomic1-link {
	background: url(http://zobelisk.de/wp-content/themes/inkblot/menu/next.png) no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

.next-webcomic1-link:hover {
	opacity: .50;
	background-position: center center;
	background-size: 100% auto;
}