/*
Theme Name: Lee Willis (Yoko)
Theme URI: http://www.leewillis.co.uk/
Description: Based on Yoko
Author: Lee Willis
Author URI: http://www.leewillis.co.uk/
Version: 1.0
Template: yoko
*/

@import url('../yoko/style.css');

body {
	background-image: url(texture.png);
	color: #444;
}

#page {
	border: 1px #ccc;
	box-shadow: 5px 5px 15px rgba(64,64,64,0.8);
}

h1#site-title {
	margin: 0 10px 0 0;
	font-size: 3.5em;
	line-height:1.2;
	font-weight: bold;
	/*text-transform:uppercase;*/
	display: block;
	float: left;
	font-family: 'Overlock', 'Droid Sans', sans;
}

h1#site-title a:hover {
	text-decoration:none;
}

#page-header {
	min-height: 25px;
	background: #666;
	background-image: url(83-a.png),url(157-a.png),url(109-a.png);
}

/* Legacy HTML support */
#content img.contentimgleft {
	float: left;
	border: 1px #666;
	padding: 1px;
	margin-right: 1em;
}

#content img.contentimgright {
	float: right;
	border: 1px #666;
	padding: 1px;
	margin-left: 1em;
}

#content img.comment-author {
    width: 20%;
    float: left;
}

#content a {
	color: #006483 !important;
	text-decoration: underline;
}

.widget_sociallinks a.wordpress {
	background:url(wordpress-icon.png) 0 0 no-repeat;
}

.widget_sociallinks a.drupal {
	background:url(druplicon.png) 0 0 no-repeat;
}

.widget_sociallinks a.github {
	background:url(github.png) 0 0 no-repeat;
}

.promobanner {
	background: #581726;
	background-image: -webkit-linear-gradient(#6D3649, #581726);
	background-image: -o-linear-gradient(#6D3649, #581726);
	background-image: -ms-linear-gradient(#6D3649, #581726);
	background-image: linear-gradient(#6D3649, #581726);
	padding: 10px;
	width: 80%;
	text-align: center;
	text-shadow: 1px 1px 0px black;
	border-radius: 1em;
}

.promobanner a {
	color: #eee !important;
	text-decoration: none;
}

.promobanner a:hover {
	color: #fff !important;
	text-shadow: 1px 1px 0px #222;
}

.github-embed {
	background-color: #fcfcfc;
	width: 80%;
	margin: auto;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	-moz-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
	margin-bottom: 1em;
	background-image: url('https://github.com/github/media/raw/master/octocats/blacktocat-32.png');
	background-repeat: no-repeat;
	background-position: 1em 1em;
}

.wp-post-series-box {
	background-color: #f6f6f6;
	color: #444;
}

#content .wp-post-series-box p {
	padding-bottom: 0;
}

.wp-post-series-box p.wp-post-series-name {
	color: #70242c;
}

.wp-post-series-box.expandable p.wp-post-series-name::before {
	content: "\f140";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font-family: 'dashicons';
	vertical-align: text-bottom;
	margin-right: 0.3em;
}

#content .post p {
	padding: 0 0 0;
	margin-bottom: 20px;
	line-height: 1.8;
}

#content .post blockquote,
#content .page blockquote {
	margin-left: 2em;
	padding-left: 0.5em;
	border-left: 2px solid #91a19e;
}

ul.github_commits,
span.recent-commit-header {
	display: none;
}
