.admin-entry {
		background: #f2e3a2 url(/wp-content/themes/default/images/box_top3.gif) no-repeat top left;
		padding-top: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 0px;
}
.gb-entry {
		padding-left: 5px;
		background: #fff6cc url(/wp-content/themes/default/images/box_top3.gif) no-repeat top left;
		padding-top: 5px;
		padding-bottom: 0px;
		padding-right: 5px;
}

.entry-end1 {
		background:#f2e3a2 url(/wp-content/themes/default/images/box_bottom3.gif) no-repeat bottom left;
		margin-bottom: 5px;
}

.entry-end2 {
		background:#fff6cc url(/wp-content/themes/default/images/box_bottom3.gif) no-repeat bottom left;
		margin-bottom: 5px;
}

#first.gb-entry {
	border-width: 0px;
	padding-bottom: 0px;
}
.gb-entry .author-info, .gb-entry .entry-content {
	display: block;
}
.gb-entry .author-info .author-name {
	font-weight: bold;
	font-family: Verdana, serif;
	font-size: 13px;
	margin:0; padding:0;
	color: #4a1d07;
}
.admin-entry .author-info .author-name {
	font-weight: bold;
	font-family: Verdana, serif;
	font-size: 13px;
	margin:0; padding:0;
	color: #4a1d07;
}

form#new_entry {
	margin-top: 20px;
}

.error {
	background-color: #FFB6C1;
}
#error_msg {
	border: 2px solid #FF0000;
	font-weight: bold;
	padding: 5px;
}

.label, .input {
	float: left;
	vertical-align: top;
}
.label {
	width: 150px;
}
.input input, .input textarea {
	border: 1px solid #000000;
	width: 300px;
}
.input textarea {
	height: 150px;
}
.clearBoth {
	clear: both;
}

#page-navigation {
	width: 100%;
	text-align: right;
}
#page-navigation a, #page-navigation span {
	padding: 2px;
	margin: 2px;
	text-decoration: none; 
	color: #7a5321;
	font-size: small;
}

#page-navigation a:hover, #page-navigation a.selected{
	color: #000;
	background-color: #FEE496;
}
