/* @override 
	http://wp.simplyabcd.com/wp-content/themes/chuck/style.css
*/

/*
	Theme Name: Chuck's Wordpress Templates
	Theme URI: http://wp.simplaybcd.com/
	Description: Template for <a href="http://wp.simplyabcd.com">wp.simplyabcd.com</a>.
	Version: 0.1
	Author: Charles Lunsford
	Author URI: http://wp.simplyabcd.com/
	Tags: none
*/

@import url('css/text_style.css');
@import url('css/elements.css');

body {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #65000F;
}

a:hover {
	text-decoration: underline;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.title {
	font-size: 22px;
	line-height: 32px;
	padding-top: 10px;
	margin-bottom: 10px;
}

.dropcap {
	font-size: 380%; 
	float:left;
	line-height: .8em;
	color: #C4C2AB;
}

tt {
	background-color: #EBEADF;
	font: 12px monaco, "Courier New", Courier, mono;
	border-bottom: 1px solid #C4C2AB;
	border-right: 1px solid #C4C2AB;
	padding: 0 3px 1px;
	color: #000;
}

.hl4 {
	text-transform: uppercase;
	font-weight: bold;
}

ol {
	font-size: 14px;
	line-height: 18px;
	margin-left: 35px;
}

ul {
	font-size: 14px;
	line-height: 18px;
	margin-left: 35px;
}

li {
	margin-bottom: 8px;
}