/*
Adapted from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Background curtain image adapted from http://www.sxc.hu/photo/155539

*/

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color:#003300;
	background-color: #FFFFFF;
}


body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-weight: normal;
	color:#333333;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
	line-height: normal;
	font-style: italic;
	color:#009A31;
}

a {
	color: #009A31;
}

a:hover {
	text-decoration: none;
	color:#FF0000;
}

/* Header */

#header {
	width: 760px;
	height: 400px;
	margin: 0 auto;
	background-image:url(images/DFHeader.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#header h1, #header p {
	margin: 0;
	color:#333333;
	padding-left: 450px;
}

#header h1 {
visibility:hidden;
}

#header a {
	color:#333333;
}

/* Page */

#container {
	width: 760px;
	margin: 0 auto;	
}

/* Content */

#content {
	float: right;
	width: 460px;
	padding: 0 0 20px 0;
}

#content h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color:#FF0000;
	text-align:center;
}

#content h3 {
	font-size: 1em;
	color:#009A31;
}

#content h4 {
font-size: 1em;
color: #009A31;
}

/*
.post {
	
}
*/
.title {
	margin: 0;
	border-bottom: 2px solid #C6E7CE;
}

.byline {
	margin: 0;
	color: #646464;
}

.thumbright
{float:right;
width:150px;
border:1px solid #999;
margin:0 15px 15px 15px;
padding:5px;
}

.thumbleft
{float:left;
width:150px;
border:1px solid #999;
margin:0 15px 15px 0;
padding:5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #C6E7CE;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #C6E7CE;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	text-align: center;
	font-size: small;
}


