h1, h2, h3, h4 {
	color: #D73600;
	font: 1em Georgia, serif;
}

h1 {
	font-size: 1.625em;
	font-weight: bold;
}

h2 {
	font-size: 1.285em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

input {
	width: 200px;
}

input, select, textarea {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #000000;
	font-family: Verdana, arial, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

input[type=text], input[type=password], input[type=file], textarea {
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	color: #000000;
	padding: 5px 2px 5px 2px;
	vertical-align: middle;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #D73600;
}

textarea   {
	width: 300px;
}

th {
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}

.button {
	background: #D5D5D5;
	color: #000000;
	font-size: 0.8em;
	height: 21px;
	line-height: 1em;
	padding: 0px;
	width: 80px;
}

.center {
	text-align: center;
}

.center {
	text-align: center;
}

.indextext {
	line-height: 1.4em;
	padding: 3px 10px 0px 10px;
}

.indextext p {
	padding: 5px 5px 0px 5px;
	text-align: justify;
	text-indent: 15px;
}

.message {
	background: #FAFAFA;
	border: 1px solid #D5D5D5;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 5px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	position: relative;
}

.text {
	padding: 10px;
	text-align: justify;
}

.text {
	line-height: 1.4em;
}

.text a {
	color: #D73600;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.text h1 {
	padding: 10px 0px 10px 0px;
}

.text h2 {
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#footer a {
	color: #9BBF3B;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#index {
	font-size: 1em;
}

#index p {
	padding-bottom: 5px;
	text-indent: 20px;
}

#index ul, ol {
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 20px;
}

#menu a {
	color: #505050;
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	text-indent: 10px;
	width: 200px;
}

#menu a:hover {
	background: #FFE288;
}

#menu li {
	border-bottom: 1px dashed #FFFFFF;
	list-style: none;
}

#menu ul {
	padding: 0px;
}
.post {
	background: ;
	margin-bottom: 20px;
	border-bottom: 1px dotted #9BBF3B;
}

.post .date {
	padding: 0px;
	margin: 0px;
	font-size: 0.8em;
	font-weight: bold;
}

.post .title h1 {
	padding: 0px;
	margin: 3px 0px 13px 0px;
}

.post .entry {
	margin-bottom: 10px;
}

.post .footer {
	margin-bottom: 10px;
	font-size: 0.8em;
	color: #505050;
	clear: both;
}

.post .footer a {
	color: #505050;
}


.comment {
	background: #FFFCF2;
	width: 85%;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #D5D5D5;
}

.comment .date {
	font-size: 0.8em;
}

.comment .author {
	color: #D73600;
	font-weight: bold;
}

.imgleft {
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
}

.imgright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
}
