/*
 Theme Name:   Twenty Fourteen Child
 Theme URI:    
 Description:  Twenty Fourteen Child Theme
 Author:       Michael Kofler
 Author URI:   http://kofler.info
 Template:     twentyfourteen
 Version:      1.0.0
 Tags:         
 Text Domain:  twenty-fourteen-child
*/

/* wp editor ist zu blöd, daher direkt in 
   /var/www/html/kofler-info/wp-content/themes/twentyfourteen-child ändern
*/ 


/* =Theme customization starts here
-------------------------------------------------------------- */

/* keine Silbentrennung */
p, li, h1, h2, h3, h4, h5, h6 {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

table { border:none; }
td { border:none; }
tr { border:none; }
li li { list-style: circle; }

p.commentnotice {
  font-size: 85%;
  color: darkred;
}

/* no more proudly powered ... */
.site-info {
   display: none; 
}

/* Links nicht unterstreichen */
a { text-decoration: none;  }

/* Links in Seiten/Beiträgen: punktiert unterstrichen */
.entry-content a { text-decoration: none;  border-bottom:1px dotted grey; }


code { font-size: 13px; }

/* Fix strangely narrow defaults of 2014 theme */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.post-navigation,
.image-navigation,
.comments-area {
max-width: 87%;
}

.page-content {
	margin: 0 auto;
}

.site-content .entry-meta { margin: 5px 0px; }
.site-content .entry-meta .cat-links a { color: grey; }

/* Cover-Liste auf der Titelseite */
/* 

grid-template-columns: repeat(auto-fill, minmax(140px, 150px));


*/

.coverbox{
  float: left;
  width: 150px;
  height: 180px;
}
.covercontainer {
    overflow: auto;
}
.coverimg {
  margin: 2px;
  height:166px;
  /* zentrieren */
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* kompatiblität zur alten Seite */

.mkhidden { display: none; }
.mkunhidden { display: block; }
.mkIndent { padding-left:20px; }
.mkBold { color: #666666; font-weight:bold;}
.mkImportant { color: red; font-weight:bold; font-size:150%; }

/* Cooler Button statt Link */
.mybutton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #183a7f), color-stop(1, #183a7f) );
	background:-moz-linear-gradient( center top, #183a7f 5%, #183a7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#183a7f', endColorstr='#183a7f');
	background-color:#183a7f;
	-webkit-border-top-left-radius:2px;
	-moz-border-radius-topleft:2px;
	border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	-moz-border-radius-topright:2px;
	border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
	-moz-border-radius-bottomright:2px;
	border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-left-radius:2px;
	text-indent:0;
	border:1px solid #183a7f;
	display:inline-block;
	color:#ffffff;
	/* font-family:Arial; */
	font-size:15px;
	font-weight:normal; 
	font-style:normal;
	height:32px;
	line-height:32px;
	width:250px;
	text-decoration:none;
	text-align:center;
}
.mybutton:hover {
	/* background-color:#183aaf; */
}

.mybutton:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */