.articlebox
{
	width: 880px;
	padding: 7px 7px 7px 7px;
	margin: 4px 0px 4px 0px;
	background: #75B443;
	float: none;
	clear: both;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px;
}
	.articlebox:hover
	{
		width: 880px;
		padding: 7px 7px 7px 7px;
		background: #C1DDAA;
		float: none;
		clear: both;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border-radius: 10px;
	}
	.articlebox .col01
	{
		width: 281px;
		padding: 0px;
		text-align: right;
		float: left;
	}
	.articlebox .col02
	{
		width: 400px;
		padding: 0px;
		padding-left: 40px;
		float: left;
	}
	.articlebox .col02 .articlename
	{
		font-family: Verdana, Arial;
		font-size: 15px;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		color: #000;
		padding-bottom: 2px;
		float: none;
		clear: both;
	}
		.articlebox .col02 .articlename a
		{
			text-decoration: none;
			border-bottom: 1px solid #000;
			color: #000;
		}
		.articlebox .col02 .articlename a:hover
		{
			text-decoration: underline;
			border: 0px;
			color: #000;
		}
	.articlebox .col02 .articledate
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #606060;
		padding-bottom: 6px;
		float: none;
		clear: both;
	}
	.articlebox .col02 .articledescription
	{
		font-family: Arial;
		font-size: 13px;
		font-weight: normal;
		text-align: justify;
		text-decoration: none;
		color: #000;
		padding-bottom: 6px;
		float: none;
		clear: both;
	}
		.articlebox .col02 .articledescription a
		{
			text-decoration: none;
			color: #000;
		}
		.articlebox .col02 .articledescription a:hover
		{
			text-decoration: underline;
			color: #000;
		}
	.articlebox .articleauthor
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #747266;
		float: none;
		clear: both;
		padding-left: 290px;
	}
		.articlebox .articleauthor .articleauthortext
		{
			width: 285px;
			text-align: left;
			float: left;
		}
		.articlebox .articleauthor .articlecomments
		{
			width: 105px;
			text-align: right;
			float: right;
		}
			.articlebox .articleauthor .articlecomments a
			{
				text-decoration: none;
				color: #747266;
			}
			.articlebox .articleauthor .articlecomments a:hover
			{
				text-decoration: underline;
				color: #ffffff;
			}

.articletextbox
{
	width: 880px;
	padding: 7px 7px 9px 7px;
	float: none;
	clear: both;
}
	.articletextbox .articletext
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		text-decoration: none;
		color: #000;
	}
		.articletextbox .articletext h1
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 10px 0px;
			font-family: Arial;
			font-weight: bold;
			font-size: 19px;
			text-align: left;
			text-decoration: none;
			color: #BC3636;
		}
		.articletextbox .articletext h2
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 10px 0px;
			font-family: Arial;
			font-weight: bold;
			font-size: 17px;
			text-align: left;
			text-decoration: none;
			color: #BC3636;
		}
		.articletextbox .articletext h3
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 10px 0px;
			font-family: Arial;
			font-weight: bold;
			font-size: 15px;
			text-align: left;
			text-decoration: none;
			color: #BC3636;
		}
		.articletextbox .articletext h4
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 6px 0px;
			font-family: Arial;
			font-weight: bold;
			font-size: 13px;
			text-align: left;
			text-decoration: none;
			color: #BC3636;
		}
		.articletextbox .articletext p
		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 10px 0px;
		}
.articleauthor
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #747266;
	float: none;
	clear: both;
}

.commentsbox
{
	width: 860px;
	background: #C1DDAA;
	padding: 7px 7px 7px 7px;
	margin: 2px 0px 0px 2px;
	float: none;
	clear: both;
}
	.commentsbox .commentstext
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		text-align: justify;
		text-decoration: none;
		color: #000;
	}
	.commentsbox .commentsauthor
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #606060;
		padding-top: 5px;
		float: left;
		width: 760px;
	}
		.commentsbox .commentsauthor a
		{
			font-family: Arial;
			font-size: 11px;
			font-weight: normal;
			text-align: left;
			text-decoration: underline;
			color: #606060;
			padding-top: 5px;
		}
		.commentsbox .commentsauthor a:hover
		{
			font-family: Arial;
			font-size: 11px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			color: #000;
			padding-top: 5px;
		}
	.commentsbox .commentsdeletebox
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #000;
		padding-top: 5px;
		float: left;
	}
	
	.commentslock
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #747266;
		float: none;
		clear: both;
	}

input.deletecomment
{
	border: 0px;
	background: #C1DDAA;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
	input.deletecomment:hover
	{
		border: 0px;
		background: #75B443;
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-align: right;
		text-decoration: none;
		color: #fff;
		cursor: pointer;
	}

.commentsh2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	text-align: left;
	text-decoration: none;
	color: #BC3636;
}
.adminwarning
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #ff0000;
}
	.adminwarning a
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 6px 0px;
		font-family: Arial;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		text-decoration: underline;
		color: #ff0000;
	}
	.adminwarning a:hover
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 6px 0px;
		font-family: Arial;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		text-decoration: none;
		color: #000;
	}
.commentsh2red
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	color: #ff0000;
}
.yellow
{
	color: #fff;
}

.linkstring
{
	color: #fff;
	padding: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #c9c8bf;
}
	.linkstring a
	{
		color: #c9c8bf;
		padding: 2px;
		text-decoration: underline;
	}
	.linkstring a:hover
	{
		color: #fff;
		padding: 2px;
		text-decoration: none;
		font-weight: bold;
		background: #6f6f6f;
	}


.contactform
{
	width: 400px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #75B443;
	padding: 7px;
}
	.contactform .contactformrow01
	{
		width: 400px;
		height: 35px;
		float: left;
	}
		.contactform .contactformrow01 .contactformcol01
		{
			width: 150px;
			height: 35px;
			padding-right: 10px;
			font-size: 14px;
			font-weight: normal;
			float: left;
		}
		.contactform .contactformrow01 .contactformcol02
		{
			width: 238px;
			height: 35px;
			float: left;
		}
			.contactform .contactformrow01 .contactformcol02 input
			{
				width: 238px;
				height: 21px;
				background: #fff;
				border: 2px solid #332A18;
			}
	.contactform .contactformrow02
	{
		width: 400px;
		height: 140px;
		float: left;
	}
		.contactform .contactformrow02 .contactformcol01
		{
			width: 160px;
			height: 130px;
			font-size: 14px;
			font-weight: normal;
			float: left;
		}
		.contactform .contactformrow02 .contactformcol02
		{
			width: 238px;
			height: 130px;
			float: left;
		}
			.contactform .contactformrow02 .contactformcol02 textarea
			{
				width: 238px;
				height: 126px;
				background: #fff;
				border: 2px solid #332A18;
			}
	.contactform .contactformrow03
	{
		width: 400px;
		height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: right;
		float: left;
	}


.albumphotosbox
{
	width: 880px;
	padding: 7px 7px 70px 7px;
	float: none;
	clear: both;
}
	.albumphotosbox h1
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 20px 0px;
		font-family: Arial;
		font-weight: bold;
		font-size: 19px;
		text-align: left;
		text-decoration: none;
		color: #BC3636;
	}
	.albumphotosbox .photobox
	{
		width: 200px;
		height: 200px;
		padding: 0px;
		margin: 8px;
		border: 1px solid #eee;
		float: left;
		-moz-border-radius: 6px 6px 6px 6px;
		-webkit-border-radius: 6px 6px 6px 6px;
		border-radius: 6px;
	}
		.albumphotosbox .photobox:hover
		{
			width: 200px;
			height: 200px;
			padding: 0px;
			margin: 8px;
			border: 1px dashed #747266;
			float: left;
			-moz-border-radius: 6px 6px 6px 6px;
			-webkit-border-radius: 6px 6px 6px 6px;
			border-radius: 6px;
		}
	.albumphotosbox .inner
	{
		width: 200px;
		height: 200px;
		padding: 5px;
		text-align: center;
		display: table-cell;
		vertical-align: middle;
	}
		.albumphotosbox .inner img
		{
			
		}



.errormsgsbg
{
	background: #eeeeee;
	padding: 4px;
	display: none;
}