h1, h2, h3, h4 {
	padding: 3px;
}
.permanent-link {
	text-decoration: none;
	color: #000;
}

.permanent-link:hover {
	text-decoration: none;
	color: #383139;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 5px;
}
.post .date {
	color: #CC0000;
	font-weight: bold;
}

.post .entry {
	text-align: justify;
}

.post .entry p {
	margin-bottom: 10px;
	text-indent: 20px;
}

.post .title h1 {
	line-height: 0.9em;
	margin-bottom: 10px;
	margin-top: 5px;
}

.post .footer a {
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}

.post .footer a:hover {
		text-decoration: underline;
}

.comment {
	padding: 5px;
	background: #FFFFCF;
	margin: auto;
	margin-bottom: 10px;
	width: 75%;
	border: 1px solid #CFCFCF;
}

.comment .date {
	font-size: 0.9em;
	font-weight: bold;
}

.comment .author {
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}

.comment .entry {
	font-size: 1em;
	padding: 10px;
}

.imgleft {
	border: 0px solid #AAB19F;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0px;
}

.imgright {
	border: 0px solid #AAB19F;
	float: right;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
}

.imgcenter {
	margin: auto;
}

#index-left {
	float: left;
	width: 460px;
}

#index-right {
	float: left;
	width: 300px;
}

#index-slides {
	padding: 10px;
}

#index-slides p {
	text-align: justify;
	margin-bottom: 10px;
}

#index-news {
	padding: 10px 20px 10px 20px;
}

#index-slides h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #CC0000;
}

#menu {
	color: #000000;
	font-size: 0.9em;
	padding: 0px 5px 5px 5px;
	text-align: right;
}

#menu a {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li {
	display: inline;
}

#news {
	padding: 15px 30px 15px 30px;
}

#addcomment-form {
	font-size: 0.9em;
	margin-top: 30px;
	margin-bottom: 10px;
}

#addcomment-form button {
	margin-top: 10px;
}

#addcomment-form fieldset {
	padding: 10px;
}

#addcomment-form input, textarea, button {
	display: block;
	padding: 3px;
}

#addcomment-form label {
	font-size: 0.9em;
	line-height: 2em;
}

#addcomment-form label:active {
	cursor: hand;
}

#addcomment-form legend {
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#addcomment-form textarea {
	height: 100px;
	width: 350px;
}

#contact {
	margin: 5px 20px 5px 20px;
	position: relative;
}

#contact .contact-information {
	font-size: 1em;
	margin: 30px 0px 10px 0px;
	text-align: left;
}

#contact .contact-information  p {
	margin-bottom: 15px;
	margin-top: 10px;
}

#contact a {
	color: #CC0000;
	padding: 2px;
}


#contact h1 {
	margin-bottom: 10px;
	margin-top: 5px;
}

#contact p {
	line-height: 1.5em;
	margin: 5px 10px 5px 10px;
	text-align: justify;
}

#contact-form {
	font-size: 0.9em;
	margin: 10px 10px 30px 10px;
}

#contact-form button {
	margin-top: 10px;
}

#contact-form fieldset {
	padding: 10px;
	width: 400px;
}

#contact-form input, textarea, button {
	display: block;
	padding: 3px;
}

#contact-form label {
	font-size: 0.9em;
	line-height: 2em;
}

#contact-form label:active {
	cursor: hand;
}

#contact-form legend {
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#contact-form textarea {
	height: 100px;
	width: 350px;
}

#contact-form p {
	text-indent: 0px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.banners {
	text-align: center;
}

.banners a img {
	border: 0px;
}

.banners a {
	color: #FFFFFF;
}

.banners img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#gallery {
	padding: 20px;
}