/* 
Template by Andrew M. Bailey
http://www.andrewmbailey.com

Created using:
	- BBEdit
	- Photoshop

Techniques derived from:
	- CSS tutorials at alistapart.com
	- Pat Heard's "Simple Life" template at http://fullahead.org/work/SimpleLife/
	- Sticky footer from http://ryanfait.com/sticky-footer/
	- CSS gradient from http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/
*/

/* The Usual Suspects */

body{
	background-color:#FFF;
	color:#222;
	font-family: Baskerville,Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	line-height:20px;
	height; 100%
}

h1, h2, h3{
	color:#650909;
	font-family: sans-serif;
	padding: 0px 0px 10px 0px;
}

p {
	padding: 5px 0px 15px 0px;
	font-size:18px;
}

a{
	color: #022;
}

a:hover{
	background:#EEE;
	color: #022;
	text-decoration:none;
}

/* Container for Everything */

#everything{
	margin:20px 0px 0px 20px;
	position:relative;
	width:760px;
}

/* Dropcaps */

.cap {
	display: inline;
	float: left;
	margin: 0;
	padding: .275em .08em 0 0;
	#padding: 0.275em 0.08em 0.2em 0.00em; /* IE */
	_padding: 0.275em 0.08em 0.4em 0.00em; /* IE 6-older */
	font-size: 3em;
	line-height: .4em;
	color: #000;
}


ul {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

li {
	padding-left: 25px;
	background: url(smbullet.gif) no-repeat;
	background-position: 0 3px;
}
