/* @override http://www.kablambda.org/blog/wp-content/themes/diverted/style.css */

/* @override http://www.kablambda.org/blog/wp-content/themes/diverted/style.css */

/*
Theme Name: diverted
Theme URI: None
Description: Child theme of Sandbox
Author: Tom Davies
Author URI: None
Template: sandbox
Version: 0.1
.
This work is released under the GNU General Public License (GPL), version 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
	
@import url("../sandbox/style.css");

body {
	font-family: "Gill Sans", sans-serif;
	background-color: #feff96;
}

#content {
	background-color: #fff;
	padding: 10px;
	border-style: solid;
	border-width: thin;
}

.sidebar, #menu {
	background-color: #fff;
	padding: 5px;
	border-style: solid;
	border-width: thin;
	border-bottom-style: none;
	border-top-style: none;
}

div#menu {
	padding: 0;
}

#primary, #menu {
	border-top-style: solid;
}

#secondary, #menu {
	border-bottom-style: solid;
}

.entry-date {
	font-size: smaller;
}

.entry-meta {
	font-size: smaller;
}

code {
	font: 10pt Monaco, "Courier New", Courier, mono;
	border-style: none;
}

pre {
	border-style: solid;
	padding: 5px;
	border-width: thin;
	border-color: #a0a0a0;
	background-color: #feff96;
	margin-right: 20px;
	margin-left: 20px;
}