/*
THEME NAME: Mocality Desktop
THEME URI: http://blog.mocality.co.ke/
DESCRIPTION: Official theme for Mocality Blog
VERSION: 1.0
AUTHOR: Imar Krige
AUTHOR URI: http://blog.mocality.co.ke/
*/

/* Reset */
html, body, 
h1, h2, h3, h4, h5, h6, 
div, span,
form, fieldset, input, textarea, select,
p, ol, ul, li, 
blockquote, em, q, cite, code,
dt, dd, dl,
button,
code,
table, th, tr, td,
img,
hr  {
	border: 0;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
* {
	vertical-align: baseline;
}

/* General */
html {
	font-size: 100%;
}
html, body {
	height: 100%;
}
body {
	background: /*fixed url(media/columns.gif) repeat center top */ #E6E3D4 fixed url(media/bg-main.jpg) repeat center top;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#wrapper {
	clear: both;
	margin: 0 auto 0 auto;
	width: 910px;
}
.no-display {
	display: none;
}
hr {
   height: 0;
   border-width: thin 0 0;
   border-top: thin solid #3CA0FA; /* Mocality blue */
}
.rounded-eight {
	border-radius: 8px; /* CSS3 */
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.rounded-eight-featured {
	border-radius: 8px 8px 0 8px; /* CSS3 */
	-moz-border-radius: 8px 8px 0 8px;  
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-radius: 8px 8px 0 8px; 
}
.boxshadow {
	box-shadow: rgba(0,0,0,0.25) 1px 1px 3px; /* CSS3 */
	-moz-box-shadow: rgba(0,0,0,0.25) 1px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.25) 1px 1px 3px;
	-khtml-box-shadow: rgba(0,0,0,0.25) 1px 1px 3px;
}
.whiteboy {
	background: rgba(255, 255, 255, 0.5);
}
.blueboy {
	background: rgba(60, 160, 250, 0.15); /* Mocality blue */
}
.clearboth {
	clear: both;
}
.centre, .center {
	text-align: center;
}

/* Text */
h1, h2, h3, h4, h5, h6 {
	/* font-variant: small-caps; */
	/* text-transform: uppercase; */
}
 /*h1 {
	font-size: 1.875em; 30px
} */
h1 {
	font-size: 24px; /* 1.5em */
}
h2 {
	font-size: 18px; /* 1.125em */
}
h3 {
	font-size: 16px; /* 1em */
}
h4 {
	font-size: 14px; /* 0.875em */
}
h5, h6 {
	font-size: 12px; /* 0.75em */
}
p, ul, ol, textarea {
	font-size: 12px; /* 0.75em */
	line-height: 18px; /* 18px(desired line height) / 12px(parent height) = 1.5em */
}
small {
	line-height: normal;
}
p {
	padding: 8px 10px;
}
.twitter-share-button {
	padding: 0 0 0 10px;
}
.main-post h1, .main-post h2, .main-post h3, .main-post h4, .main-post h5, .main-post h6  {
	padding: 10px 10px 0 10px;
}
.main-post ul, .main-post ol  {
	padding: 5px 30px;
}
code, pre {
	background: #FFFFCC;
	border: thin solid #CCC;
	margin: 5px 0;
	padding: 5px;
	white-space: pre-wrap;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0 20px;
}

/* Links */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
p a:link, li a:link  {
	color: #004B8C; /* Dark blue */
	text-decoration: none;
}
p a:visited, li a:visited {
	color: #004B8C; /* Dark blue */
	text-decoration: none;
}
p a:hover, li a:hover {
	color: #004B8C; /* Dark blue */
	text-decoration: underline;
}
p a:active, li a:active {
	color: #004B8C; /* Dark blue */
	text-decoration: none;
}

/* Forms */
input#s {
	margin: 10px 0 0 0;
	padding: 10px 5px;
	width: 190px;
}
#searchform p {
	padding: 0;
}
.text-field {
	border: thin solid #CCC;
	margin: 10px 0 0 0;
	padding: 10px 5px;
}
.button {
	background: rgba(60, 160, 250, 0.5); /* Mocality blue */
	border: thin solid #CCC;
	color: #FFF;
	margin: 10px 0 0 0;
	padding: 8px 5px;
}
.button:hover {
	background: rgba(60, 160, 250, 0.75); /* Mocality blue */
	cursor: pointer;
}

/* Header */
#header {
	clear: both;
	width: 910px;
}
h1#logo-top {
	display: block;
	height: 130px;
	width: 420px;
}
#logo-top a {
	background: url(media/mocality-logo-top.png) no-repeat left top;
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -1000em;
}
p.header-icon {
	float: right;
	height: 28px;
	margin: 68px 0 0 0;
	padding: 0 5px 0 0;
	width: 28px;
}
p.header-icon a {
	display: block;
	height: 100%;
	text-indent: -1000em;
	width: 100%;
}
p.rss a {
	background: url(media/rss-icon.png) no-repeat left top;
}
p.twitter a {
	background: url(media/twitter-icon.png) no-repeat left top;
}
p.facebook a {
	background: url(media/facebook-icon.png) no-repeat left top;
}
p.mobile a {
	background: url(media/mobile-icon.png) no-repeat left top;
}
p.header-icon a:hover {
	background-position: left -28px;
}

/* Left Column */
.left-column {
	float: left;
	width: 690px;
}
.page {
	padding: 0 0 0 60px;
}
.main-post {
	float: left;
	margin: 0 0 0 -20px;
	padding: 10px 10px 20px 10px;
	width: 615px;
}
.main-post img {
	background: #FFF;
	border: thin solid #CCC;
	padding: 4px;
}
.main-post .thumbnail {
	float: right;
	margin: 8px 0 0 8px;
}
.main-post .thumbnail img {
	height: 120px;
	width: 120px;
}
img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
img.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
.wp-caption-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 0 5px 5px 5px;
	text-align: center;
}
.main-post h1 {
	padding: 10px 95px 10px 20px;
	width: 540px;
}
.main-post h1 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.46em; /* 14px / h1(30px) = 0.46 */
	font-style: italic;
	text-transform: none;
	font-variant: normal;
	font-weight: normal;
}
.main-post .featured-comment-count {
	background: url(media/icon-comment-blue.png) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	height: 30px;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	width: 30px;
}
.featured-comment-count a:link {
	color: #FFFFFF;
}
.featured-comment-count a:visited {
	color: #FFFFFF;
}
.featured-comment-count a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.featured-comment-count a:active {
	color: #FFFFFF;
}
h5.featured-date {
	background: #FAE600; /* Mocality yellow */
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	margin: 10px 0 0 0;
	overflow: visible;
	padding: 15px 5px;
	position: relative; /* to make z-index work */
	text-align: center;
	text-transform: none;
	width: 50px;
	z-index: 1;
	border-radius: 30px; /* CSS3 */
	-moz-border-radius: 30px;  
	-webkit-border-radius: 30px; 
}
p.featured-read-more {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.66em; /* 20px(desired line height) / 12px(parent height) = 1.66em */
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
	width: 150px;
	border-radius: 0 0 8px 8px; /* CSS3 */
	-moz-border-radius: 0 0 8px 8px;  
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px; 
	-khtml-border-radius: 0 0 8px 8px; 
}
p.featured-read-more a {
	display: block;
	height: 100%;
	width: 100%;
}
p.see-all-entries {
	background: rgba(60, 160, 250, 0.6); /* Mocality blue */
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.66em; /* 20px(desired line height) / 12px(parent height) = 1.66em */
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
	width: 150px;
}
p.see-all-entries:hover {
	background: #3CA0FA; /* Mocality blue */
}
p.see-all-entries a {
	display: block;
	height: 100%;
	width: 100%;
}
p.see-all-entries a:link {
	color: #FFFFFF;
}
p.see-all-entries a:visited {
	color: #FFFFFF;
}
p.see-all-entries a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
p.see-all-entries a:active {
	color: #FFFFFF;
}
.blog-posts, .comments {
	float: left;
	margin: 20px 0 0 0;
	overflow: hidden;
	padding: 0 0 0 5px;
	width: 685px;
}
.blog-posts h2, .comments h2 {
	color: #3CA0FA; /* Mocality blue */
	margin: 0 0 10px 0;
	padding: 0 0 0 60px;
}
h6.home-post-date {
	background: #FAE600; /* Mocality yellow */
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 16px;
	margin: 5px 0 0 5px;
	overflow: visible;
	padding: 10px 5px;
	position: relative; /* to make z-index work */
	text-align: center;
	text-transform: none;
	width: 40px;
	z-index: 1;
	border-radius: 25px; /* CSS3 */
	-moz-border-radius: 25px;  
	-webkit-border-radius: 25px; 
}
.home-post {
	float: left;
	margin: 0 10px 10px -15px;
	padding: 20px 10px 10px 10px;
	width: 270px;
}
.home-post h3 {
	padding: 0 10px 10px 10px;
	width: 210px;
}
.home-post h3 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.66em; /* 14px / h3(18px) = 0.46 */
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
}
.comment-count {
	background: url(media/icon-comment-orange.png) no-repeat left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.66em; /* 8px(desired size) / 12px(parent size) = 0.66em */
	font-weight: normal;
	float: right;
	height: 29px;
	padding: 1px 0 0 0;
	text-align: center;
	width: 30px;
}
.comment-count a:link {
	color: #FFFFFF;
}
.comment-count a:visited {
	color: #FFFFFF;
}
.comment-count a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.comment-count a:active {
	color: #FFFFFF;
}
p.read-more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.66em; /* 20px(desired line height) / 12px(parent height) = 1.66em */
	padding: 0 10px;
}
.archive {
	float: left;
	margin: 0 0 10px -20px;
	padding: 10px;
	width: 615px;
}
.archive h3 {
	padding: 10px 10px 10px 20px;
	width: 550px;
}
.archive h3 em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.66em; /* 14px / h3(18px) = 0.46 */
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	text-transform: none;
}

/* Navigation */
.navigation {
	display: block;
	padding: 0 10px;
}
.alignleft {
	float: left;
	padding: 5px;
	text-align: left;
}
.alignright {
	float: right;
	padding: 5px;
	text-align: right;
}
.alignleft {
	float: left;
	padding: 5px;
	text-align: left;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
}

/* Comments */
ol.commentlist {
	list-style: none;
	padding: 0 15px 20px 35px;
}
ol.commentlist li {
	margin: 10px 0 0 0;
	padding: 20px 10px 20px 10px;
	border-radius: 8px; /* CSS3 */
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
ol.commentlist li p {
	padding: 8px 10px 0 10px;
}
ol.commentlist li.even {
	background: rgba(255, 255, 255, 0.5);
}
ol.commentlist li.odd {
	background: rgba(255, 255, 255, 0.7);
}
ol.commentlist li.bypostauthor {
	background: rgba(60, 160, 250, 0.15); /* Mocality blue */
}
ol.commentlist li .comment-author {
	padding: 0 10px;
	width: 60%;
}
ol.commentlist li .comment-author cite {
	color: #3CA0FA; /* Mocality blue */
	font-style: normal;
	text-transform: uppercase;
}
ol.commentlist li.bypostauthor .comment-author cite {
	color: #000;
	font-style: normal;
	text-transform: uppercase;
}
ol.commentlist li .commentmetadata {
	border-bottom: thin solid #3CA0FA; /* Mocality blue */
	font-size: 10px; /* 0.625em */
	margin: -17px 0 0 0;
	padding: 0 10px 5px 10px;
	text-align: right;
}
ol.commentlist li.bypostauthor .commentmetadata {
	border-bottom: thin solid #FFFFFF;
}
#respond {
	padding: 0 25px 20px 60px;
}
#respond h3 {
	color: #3CA0FA; /* Mocality blue */
	padding: 0 0 0 20px;
}
#respond p {
	padding: 0 0 0 20px;
}
textarea#comment {
	font-family: Helvetica, Arial, sans-serif;
	width: 80%;
}


/* Right Column */
.right-column {
	float: right;
	width: 220px;
}
li.widget {
	margin: 0 0 10px 0;
	padding: 10px;
}
li.widget h3 {
	color: #3CA0FA; /* Mocality blue */
	padding: 10px;
}
li.widget h3.top-widget {
	padding-top: 17px;
}
li.widget, .widget li {
	list-style: none;
}
li.widget li {
	border-bottom: thin solid #FFFFFF;
	display: block;
}
li.widget li li {
	border-bottom: none;
}
li.widget li a:link {
	display: block;
	height: 100%;
	padding: 5px 10px;
}
li.widget li li a:link {
	display: block;
	height: 100%;
	padding: 5px 10px 5px 25px;
}
li.widget li a:visited {
	display: block;
	height: 100%;
	padding: 5px 10px;
}
li.widget li a:hover {
	display: block;
	height: 100%;
	background: rgba(60, 160, 250, 0.15); /* Mocality blue */
	padding: 5px 10px;
}
li.widget li a:active {
	display: block;
	height: 100%;
	padding: 5px 10px;
}
li.page-item-344 {
	background: url(media/icon-megaphone-16x16.gif) no-repeat 175px center;	
}
li.widget li.page-item-511 {
	background: url(media/icon-badge-16x16.gif) no-repeat 175px center;
	display: none;
}

/* Footer */
#footer {
	clear: both;
	float: left;
	margin: 10px 0 20px 0;
	padding: 20px 0;
	width: 910px;
}
.footer-left, .footer-middle, .footer-right {
	padding: 0 10px;
}
#footer h3 {
	color: #3CA0FA; /* Mocality blue */
	padding: 0 10px 10px 10px;
}
.footer-left p, .footer-middle p, .footer-right p {
	padding: 6px 10px;
}
li.footer-left {
	clear: none;
	float: left;
	width: 280px;
}
li.footer-middle {
	clear: none;
	margin-left: 300px;
	width: 290px;
}
li.footer-right {
	clear: none;
	float: right;
	width: 280px;
}
#footer li, #footer li li {
	list-style: none;
}
#footer li li {
	border-bottom: thin solid #CCC;
	display: block;
}
#footer li li li {
	border-bottom: none;
}
#footer li a:link {
	display: block;
	height: 100%;
	padding: 5px 10px;
}
#footer li li li a:link {
	padding: 5px 10px 5px 25px;
}
#footer li a:visited {
	display: block;
	height: 100%;
	padding: 5px 10px;
}
#footer li a:hover {
	background: rgba(60, 160, 250, 0.15); /* Mocality blue */
	display: block;
	height: 100%;
	padding: 5px 10px;
}
#footer li a:active {
	display: block;
	height: 100%;
	padding: 5px 10px;
}

