
* {
	margin: 0;
	padding: 0;
}


body

{
	font: 62.5%/1.6 Georgia, Times, "Times New Roman", Serif;
}
body
{
	text-align: center;
	color: #333;
	font-size: small;
	background-color: #1A6938;
}
a:link {
	color:#800;
	text-decoration:none;
	}
a:visited {
	color:#800;
	text-decoration:none;
	}
a:hover {
	color:#000;
	background-color: #ccc;
	text-decoration:underline;
	}
a img {
	border-width:0;
	}
	
#top-space {
	height:50px;
}
	
#bottom-space {
	height:50px;
}

/* Header
----------------------------------------------- */
@media all {
	#header
	{
	background-color: #FFF;
	padding-top:30px;
}
	
	}
@media handheld {
	#header {
		width:90%;
	}
}

#blog-title
{
	display: block;
	text-indent: -5000px;
	height: 84px;
	border: none;
	background-image: url(images/titlename.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size:2em;
}

#blog-title a {
	text-decoration:none;
}
	
#description {
	margin:0 5px 5px;
	padding:0 20px 20px;
	border-width:0 1px 1px;
	max-width:700px;
	letter-spacing:.2em;
	color:#800906;
	font-size:1.8em;
	font-weight:bold;
}

/* Navigation
----------------------------------------------- */
#nav-list {
	margin-bottom: 20px; 
}
#nav-list ul
{
	display: inline;
	list-style-type: none;
	list-style-position: default;
}
#nav-list li { 
	display: inline; 
	margin:0;
	padding:0 5px;
	font-weight: bold;
	font-size:1.1em;
}

/* Footer
----------------------------------------------- */
#footer {
	width:700px;
	clear:both;
	margin:0 auto;
	padding-bottom:40px;
	
}

#footer hr {
	display:none;
}

#footer p {
	margin:0;
	padding-top:15px;
	text-transform:uppercase;
	letter-spacing:.1em;
}

/* Content
----------------------------------------------- */
@media all {
	#content {
		width:700px;
		margin:0 auto;
		padding:0;
		text-align:center;
		background-color: #fff;
	}
	#main {
	
	}
}

@media handheld {
	#content {
		width:90%;
		}
	}
	
	/* Posts
----------------------------------------------- */
@media all {
	.date-header {
		}
	.post {
	}
	}
@media handheld {
	.date-header {
	}
	.post {
	}
}

.post blockquote
{
	border: 1px solid #ccc;
	padding: 15px 15px 15px 75px;
	background: transparent url(images/simplequote.png) no-repeat 15px 15px;
	
}



/*
.post blockquote {
	border: 1px solid #ccc;
}
.post blockquote p {
	padding-right: 25px;
	background-image: url(images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left:25px;
}
.post blockquote img {
	border:0;
	padding:0;
}

.post blockquote code {
	width: 24px;
	height: 13px;
	border:0;
	padding:0;
	float:left;
	background: transparent url(images/quote_open.gif) no-repeat top left;
	overflow: hidden;
	text-indent: -5000px;
}

*/

.post p { margin-bottom: 20px; }

.post-title {
	}
.post-title a, .post-title a:visited, .post-title strong {
	}
.post-title strong, .post-title a:hover {
	}
.post div {
	padding: 0 30px;
	}
.post div.post-body {

	font-size: 1.2em;

	}
.post ul
{
	list-style-type: circle;
	list-style-position: default;
	padding-bottom: 40px;
	padding-left: 80px;
	padding-right: 20px;
	background-image: url(images/rule.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}
.post li
{
}
.post img {
	padding:10px;
	border:1px solid #ddd;
	}
.post blockquote {
	margin:1em 20px;
	}
.post blockquote p {
	margin:.75em 0;
	}


.post h2
{
	font-size: 1.8em;
	font-style: italic;
	font-weight: bold;
}

.post h3
{
	font-size:1.4em;
	font-style: italic;
	font-weight: bold;
}
.post label {
	display: block;
	font-weight: bold;
}
.post input, .post textarea {
	width: 400px;
	font-size: 1.6em;
}
 .post textarea {
 	height: 300px;
 }
 
.ddfmerrors, .errorlist
{
	color: red;
}