/*
Theme Name:     Chris's Digital Realm 2.0
Theme URI:      http://www.bootc.net
Description:    Child theme for the Twenty Eleven theme 
Author:         Chris Boot
Author URI:     http://www.bootc.net
Template:       twentyeleven
Version:        2.0.0
*/

@import url("../twentyeleven/style.css");

#first .textwidget {
	font-size: 75%;
}

.entry-content h2,
.entry-content h4 {
	font-size: 150%;
	font-weight: bold;
}

pre {
	font: 12px ProFontWindows, ProFont, Sheldon, "Courier 10 Pitch", Courier, monospace;
}
code, kbd, samp, var, tt {
	font: 12px ProFontWindows, ProFont, Sheldon, Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

h2 code {
	font-size: inherit;
	font-weight: inherit;
}

dl {
	margin: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.625em;
	margin-bottom: 1.625em;
}

blockquote {
	background: #f4f4f4;
	margin: 1em 0;
	padding: 1em 1.625em;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

