/* =header
-----------------------------*/
#header {
height: auto;
margin-bottom: 0;
}
#header .tagline {
width: 100%;
margin: 0 28px 56px;
background: none;
text-indent: 0;
height: auto;
padding-bottom: 28px;
border-bottom: 1px solid #ddd;
}
#header .tagline .home {
position: static;
width: auto;
height: auto;
color: #000;
font-size: 18px;
font-variant: small-caps;
}
body.home #header .tagline .home {
display: block;
}
#header .tagline .description {
display: none;
}
.menu {
display: none;
}
.searchform {
display: none;
}
/* =links
-----------------------------*/
a {
color: inherit;
}
#main .entry a[href],
body.work #panel p a:not([href^="http://szafranek.net"]),
.elsewhere li a[href^="http://"] span,
#footer a.license[href^="http://"] {
border-bottom-width: 0;
padding-bottom: 0;
}
#main .entry a[href]:after,
body.work #panel p a:not([href^="http://szafranek.net"]):after,
#footer a.license[href^="http://"]:after {
content: " [" attr(href) "] ";
color: #9f1f65;
}
#main .entry a[href^="/"]:after,
body.work #panel p a[href^="/"]:after {
content: " [http://szafranek.net" attr(href) "] ";	
}
#main .entry .figure a {
border-bottom-width: 1px;
padding-bottom: 0;
}
#main .entry .figure a:after {
content: "";
}
/* =content
-----------------------------*/
.shortcuts {
display: none;
}
.share {
display: none;
}
.archives {
display: none;
}
.posts li .more {
display: none;
}
/* =comments
-----------------------------*/
#respond, #commentform {
display: none;
}