/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   *
*  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

.entryBox {
	border: 1px solid #000;
	margin-bottom: 1em;
	padding: 1em;
	margin-right: 6em;
	margin-left: 6em;
	background: #EDF4EE url(../images/bg-box.gif) repeat-x scroll left top;
	color: #000;
}

.entryHeader {
	border: 1px solid #000;
	border-bottom-width: 0px;
	font-weight: bold;
	background-color: #355E3B;
	color: #FFF;
	margin-right: 6em;
	margin-left: 6em;
	text-align: center;
	padding-top: .25em;
	padding-bottom: .25em;
}

.entryItem {
	margin-bottom: 1em;
}

.entryThumb img {
	border: 4px solid #355E3B;
	display: block;
	width: 125px;
	height: 125px;
	float: left;
	margin-right: 15px;
}

.entryInfo {
	min-height: 133px;
}

.entryInfo a {
	font-weight: bold;
}

.entryInfo p {
	text-indent: 0px !important;
	font-size: 90% !important;
}

.entrySeparator {
	display: block;
	height: .2em;
	width: 100%;
	background-color: #355E3B;
	margin-bottom: 1em;
}