/*
 Theme Name:   codehead
 Theme URI:    http://javier.rodriguez.org.mx/
 Description:  Codehead Child Theme
 Author:       Javier Arturo Rodriguez
 Author URI:   https://javier.rodriguez.org.mx/
 Template:     twentysixteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  codehead
*/

@import url("../twentysixteen/style.css");
@import url("font-awesome-4.2.0/css/font-awesome.min.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
BODY {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}
.site-name a {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 1.2em;
}
.light {
	color:#999;
}
#container, #footer {
	max-width: 90%;
}

#twitter-2 h3 {
	padding-bottom: 0.5em;
}
#twitter-2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#twitter-2 ul li {
	margin-bottom: 0.8em;
	padding: 0 0.5em;
	background-color: rgba(255,255,255,0.7);
}

#twitter-2 .entry-meta {
	font-size: 0.9em;
}

#twitter-2 .intent-meta {
	font-size: 0.9em;
	display:block;
}

#twitter-2 .intent-meta a {
	padding: 0 2px;
	margin: 0 1em 0 0;
}

#twitter-2 .intent-meta a:hover {
	background: #444;
	color: #fff;
}

#twitter-2 .intent-meta a:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	margin-right: 2px;
}

#twitter-2 .intent-meta a.in-reply-to:before {
  content: "\f112";
}

#twitter-2 .intent-meta a.retweet:before {
  content: "\f021";
}

#twitter-2 .intent-meta a.favorite:before {
  content: "\f005";
}

h2.post-title {
	margin-top: 0;
}

h2.post-title a {
	font-weight: 300;
}

/*
@media screen and (min-width: 44.375em) {
	body:not(.custom-background-image):before, 
	body:not(.custom-background-image):after {
		height: 0;
	}
	.site {
		margin: 0;
	}
}
*/

ul.fa-ul {
margin-left: var(--fa-li-margin,2.5em) !important;
}
table.imglist {
	border: none;
}
table.imglist th {
	border: none;
	text-align: center;
}
table.imglist td {
	border: none;
}
table.imglist th img {
	padding: 0.5em;
}

th.gray img {
	background-color: #dddddd;
}
th.blue img {
	background-color: #0036a9;
}
th.small img {
	max-width: 50%;
	margin: auto;
}
