/*
Skin Name: Henry Bellingham
Skin URI: 
Description: Theme for Henry Bellingham's web site based on Sandbox 'Two-Column Minimalist L' skin
Author: James Harvard
Author URI: http://www.harvard-digital.co.uk/
Version: 1.0
Global Navigation: N
*/

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

div#container {
	float: right;
	margin: 0 0 0 -200px;
	width: 100%;
}

div#content {
	margin: 0 0 0 200px;
}

div.sidebar {
	float: left;
	width: 180px;
	overflow: hidden;
}

div#secondary {
	clear: left;
}

div#footer {
	clear: both;
	width: 100%;
}

/*
blue #0087D7
green #6DBD20
*/

body {font-family: Verdana, sans-serif;}

div#header {
	background-color: #0087d7;
	color: #fff;
	padding: 12px 0;
	margin: 0 0 12px 0;
}

h1#blog-title {
}

#blog-title a {
	text-decoration: none;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 { color: #65B01E; }

div.entry-content h4,
div.entry-content h5,
div.entry-content h6 {
	font-size: 1em;
	margin: 1.5em 0 -0.5em;
}

div.sidebar {
	background-color: #C7DAE6;
	padding-top: 12px;
}

.sidebar ul li h3 { font-size: 16px; }

.sidebar ul li ul li {
	font-size: 12px;
	list-style: circle;
	margin-top: 0.25em;
}

a:link {
	color: #0088D6;
	text-decoration: none;
}
a:visited { color: #0070B0; }
a:hover {
	color: #990033;
	text-decoration: underline;
}
a:active {
	color: #c36;
	text-decoration: underline;
}

.content-img-1 {
	float: right;
	margin: 0 0 6px 6px;
}

dt
{
	font-weight: bold;
	margin: 1.5em 0 1em 0;
	text-indent: -25px;
	padding-left: 25px;
}

dd {margin-left: 50px;}
