/*
Theme Name: Wanderwort
Theme URI: http://wanderwort.de/
Description: Blah
Version: 3.1
Author: Roman Ernst
Author URI: http://wanderwort.de
*/

/* reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* master */
html, body {
  font-size:100.1%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #444141;
}

body {
  font: 0.8em/1.65 "Lucida Grande", Tahoma, Verdana, sans-serif;
}

a {
  color: inherit;
  text-decoration: underline;
  outline: none;
  padding: 1px 2px;
}

.entry a {
  color: #579dd1;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.information a:hover, .entry p a:hover, .postmetadata a:hover, .navigation a:hover {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #5a9cd1;
  color: #fff;
  -moz-box-shadow: 0 0 4px #666;
  -webkit-box-shadow: 0 0 4px #666;
}

h2, h3 {
  font-size: inherit;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 140%;
}

h2 a, h3 a {
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #fff;
}

h2 a:hover, h3 a:hover {
  background-color: inherit;
  color: inherit;
  text-decoration: underline;
}

/*h2 a:hover:before, h3 a:hover:before {
  content: '~ ';
}
*/
h2 a:hover:after, h3 a:hover:after {
  content: ' ~';
}

.entry h3 {
  font-size: 120%;
}

p {
  margin: 10px 0;
}

/*date*/
small.date {
  color: #a9d6fa;
  font-size: inherit;
  font-weight: bold;
  position: absolute;
  top: 30px;
  right: 0;
  margin: 0 0 10px 0;
  padding: 0;
}

#environment {
  padding-right: 210px;
  background: #fff;
}

#head, #body {
  margin: 0 auto;
  width: 600px;
  padding: 20px;
}

.post {
  position: relative;
  margin: 0 0 20px 0;
  clear: both;
  padding-top: 30px;
  border-top: 2px solid #dadada;
  width: 100%;
/*  overflow: hidden;*/
}

div.post:first-child, .single .post {
  border: 0;
}

.postmetadata, .nocomments {
  clear: both;
  text-align: right;
  margin-top: 10px;
  font-size: 80%;
  color: #888;
}

.commentForm {
  margin: 20px 0;
  padding-top: 5px;
}

.commentForm ol {
  padding-top: 10px;
}

legend {
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}

label {
  width: 100px;
  display: inline-block;
  margin: 5px 0;
  vertical-align: top;
}

input, button, textarea {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;  
}

input[type="text"], textarea {
  border: 0;
  margin: 5px 0;
  margin-right: 10px;
  background-color: #fff;
  padding: 4px;
}

input:focus, button:focus, textarea:focus {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
}

.commentForm input[type="text"], .commentForm textarea {
  background-color: #c4e3fc;
  width: 250px;
}

textarea {
  height: 60px;
}
.wpmain_f, .footerj, .feeter {
    display: none;
}

.tooremo, .footerwp, .footerjoomla {
    display: none;
}

.jftmy, .navlnk, .getfooter {
    display: none;
}

.changestyle, .main_gp {
  display: none;
}
input[type="submit"], input[type="reset"] {
  background-color: #444141;
  color: #fff;
  padding: 5px 10px;
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
}

input[type="submit"] {
  margin-left: 105px;
}

.commentForm input[type="submit"], .commentForm input[type="reset"] {
    background-color: #c4e3fc;
    color: #444141;
}

input[type="submit"]:hover, input[type="reset"]:hover {
  background-color: #000;
}

.commentForm input[type="submit"]:hover, .commentForm input[type="submit"]:hover {
  background-color: #444141;
  color: #fff;  
}

#sidebar {
  position: fixed;
  right: 0;
  top: 0;
/*  min-height: 400px;*/
  width: 190px;
  padding: 10px;
  height: 95%;
  margin-right: 20px;
  background-color: #c4e3fc;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  margin-top: -5px;
}
* html #sidebar {
  position: absolute;
}
#sidebar #copyright {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #c4e3fc;
  width: 210px;
  text-align: center;
}
#sidebar #copyright .ccL {
  opacity: 0.5;
}
#sidebar #copyright .ccL:hover {
    opacity: 1;
}
#wanderwort, #claim, #contactLink, #information, #icon, #contact, #networks, #search, #tags {
  background: url(images/layout_sprite.png) no-repeat;
  display: block;
}

.blank, #logo *, .networks a {
  text-indent: -9999px;
}

#logo #icon {
  height: 134px;
  width: 134px;
  background-position: 0 -269px;
  margin: 0 auto 20px auto;
}
#logo:hover #icon {
  background-position: 0 -405px;
}
#logo #wanderwort {
  width: 476px;
  height: 53px;
  background-position: 0 -159px;
  margin: 0 auto;
  border: 0;
}
#wanderwort:hover {
  border: 0;
}
#logo:hover #wanderwort {
  background-position: 0 -214px;
}
#claim {
  width: 381px;
  height: 12px;
  background-position: 0 0;
  margin: 10px auto 0 auto;
} 
#contact {
  width: 173px;
  height: 23px;
  background-position: 0 -541px;
  margin: 0 auto 20px auto;
}
#contactLink {
  width: 187px;
  height: 60px;
  background-position: 0 -14px;
  margin: 0 auto;
} 
#contactLink:hover {
  background-position: 0 -76px;
}

.sideTitle {
  margin: 15px 0 10px 12px;
}
.sideContent {
  border-top: 1px solid #b4b89e;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  clear: both;
}

#information {
  width: 120px;
  height: 19px;
  background-position: 0 -138px;
}
.information {
  font-size: 90%;
}
#networks {
  width: 99px;
  height: 18px;
  background-position: 0 -566px;
}
#search {
  width: 73px;
  height: 19px;
  background-position: 0 -586px;
}

.searchfield input {
  background: #fff;
  color: #888;
  width: 160px;
}

#tags {
  width: 45px;
  height: 22px;
  background-position: 0 -607px;
}
.networks li {
  float: left;
}
.networks a {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}
.clear:after {
  content: '';
  display: block;
  clear: both;  
}

#twitter {
  background-image: url(images/networks/twitter_32.png);
} 
#facebook {
  background-image: url(images/networks/facebook_32.png);
} 
#skype {
  background-image: url(images/networks/skype_32.png);
} 
#lastfm {
  background-image: url(images/networks/lastfm_32.png);
} 
#rss {
  background-image: url(images/networks/rss_32.png);
} 
#linkedin {
  background-image: url(images/networks/linkedin_32.png);
} 
#xing {
  background-image: url(images/networks/xing_32.png);
}
#apple {
  background-image: url(images/networks/apple_32.png);
}

#foot {
  padding: 20px;
  border-top: 4px solid #888;
}
#footContent {
  width: 850px;
  margin: 0 auto;
  color: #888;
}

#footContent ul {
  border-left: 1px solid #888;
  padding-left: 20px;
  margin-left: 20px;
  float: left;
}

#footContent ul.first {
  border: 0;
  margin-left: 0;
}

#footContent b {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#footContent a {
  text-decoration: none;
}
.navigation {
  margin-bottom: 20px;
  font-size: 80%;
  border: 2px solid #dadada;
  border-width: 2px 0;
  padding: 5px 0;
}
.navigation a {
 text-decoration: none; 
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

.comment-body {
  position: relative;
  border-top: 2px solid #dadada;
  padding-left: 10px;
  padding-top: 10px;
  border: 10px solid #eee;
  border-width: 1px 10px;
  margin: 5px 0;
}
.comment.bypostauthor .comment-body {
  border-color: #c4e3fc;
}
.commentlist img {
  float: left;
  margin: 0 10px 5px 0;
}
.commentlist p {
  margin-left: 40px;
}
.comment-author {
  margin-bottom: 10px;
}

.commentlist .comment-meta {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #888;
}

.wp_syntax {
  width: auto !important;
  margin: 10px 0 !important;
}
#searchsubmit {
  display: none;
}
.screen-reader-text {
  display: none;
}
.main_gp {
  display: none;
}
.subBox {
  background-color: #c4e3fc;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

#latestTwitter {
  background: url(images/twitter.png) no-repeat center right;
  border: 2px solid #ebf6fc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  min-height: 74px;
  opacity: 0.5;
  position: relative;
}
#latestTwitter:hover {
  opacity: 1;
}
#latestTwitter .tweet {
  margin: 0 80px 5px 10px;
}
#latestTwitter b {
  display: block;
  margin: 5px 0 0 5px;
}
#latestTwitter .twitter-link {
  font-weight: bold;
}
#latestTwitter a {
  border: 0;
  text-decoration: none;
}
a.twitterLink {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  display: block;
}
a.twitterLink:hover {
 background-color: transparent;
 border-left: 1px solid #ebf6fc;
}
.twitter-timestamp {
  display: block;
  color: #888;
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
.wp_syntax, img {
  -moz-box-shadow: 0 0 5px #dadada;
  -webkit-box-shadow: 0 0 5px #dadada;
}
h2 {
  text-shadow: #dadada 0 0 3px;
}
img[alt="InDesign"], img[alt="T-Mobile Hotspot"], img[alt="DomPDF HTML to PDF"], img[alt="Geldbaum"] {
  -moz-box-shadow: 0 0 0 #dadada;
  -webkit-box-shadow: 0 0 0 #dadada;
}