body {
	margin: 0;
	background-color: #feebcc;
	background-image: url(/images/bg-tile.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
a {
	color: #7e0c6e;
	text-decoration: none;
}
a:hover {
	color: #b926a4;
	text-decoration: none;
}
.navsub {
	background-color: #ffffff;
	border-right: 1px solid #feebcc;
	border-bottom: 1px solid #feebcc;
	border-left: 1px solid #feebcc;
	display: none;
	position: absolute;
}
.navsuboff {
	font-size: 11px;
	color: #7e0c6e;
	text-transform: uppercase;
	padding: 3px 9px;
}
.navsubon {
	font-size: 11px;
	color: #b926a4;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	padding: 3px 9px;
}
.title {
	font-size: 22px;
	color: #7e0c6e;
	text-transform: uppercase;
}
.date {
	font-size: 11px;
	color: #fdbe57;
	text-decoration: none;
}
.dropcap {
	font-size: 36px;
	color: #7f0c6e;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: 4px;
	padding-right: 2px;
	float: left;
}
.content {
	line-height: 16px;
}
.small {
	font-size: 10px;
	color: #fdd697;
	text-decoration: none;
}
.searchField {
	font-size: 10px;
	color: #cb9fc5;
	border: 1px solid #fedeab;
	background-color: #ffffff;
	width: 100px;
	height: 16px;
}
.field {
	color: #cb9fc5;
	border: 1px solid #fedeab;
	background-color: #ffffff;
	width: 300px;
}
.archive {
	color: #fdbe57;
	text-transform: uppercase;
}
.post_link{
	cursor: hand;
}

