/*
Theme Name: Kapu by Alama
Theme URI: http://kapu.alamacreative.com/
Author: Eric Njoroge
Author URI: http://www.alamcreative.com/
Description: Kapu is personal project where we share content and ideas that help creatives get the job done
Version: 1.0.0
Text Domain: Kapu by Alama

*/
/*--------------------------------------------------------------
/*Reset-http://meyerweb.com/eric/tools/css/reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	transition: color 0.3s ease-in;
 color: #ff4400;
}
 a:current {
 color: #ff4400;
}
a:hover {
	color: #ff4400;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
html, body {
	height: 100%;
}


blockquote {
max-width: 800px;
margin: 0.25em auto;
padding: 20px 20px;
position: relative;
color: #444;
border-left:3px solid #FF4400;
background:#fbfbfb;
}

blockquote cite {
text-transform:uppercase;
color: #ff4400;
font-size: 14px;
display: block;
margin-bottom: 5px ;
}
 
blockquote cite:before {
content: "\2014 \2009";
color: #ff4400;
}

.firstcharacter {
  color: #ff4400;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.post-categories, .post-categories li {
    display:inline;
  
 }

.credit-bold span{
font-weight:600;
}

.internal-link{
padding:20px 0;
border-top:1px solid #00eae1;
border-bottom:1px solid #00eae1;
color:#00eae1;
}

.internal-link a{
color:#00eae1;
}

.internal-link a:hover{
color:#ff4400;
}


