/**** The items - general *************/
.Item {
	padding:0px 5px 0px 13px;
	clear:both;
	background-repeat:repeat-y;
	overflow:hidden;
	border-bottom:3px solid #fff;
	color:#666;
}

/* Define default margin so IE and FF will measure the same */
.Item p {
	margin:15px auto;
}

.ItemImage {
	width:104px;
	height:80px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

.ItemTitle {
	float:left;
	font-size:14px;
	overflow:hidden;
	letter-spacing:0.2px;
}

.Unfold {
	cursor:pointer;
}

.ItemTitle .Title {
	width:335px;/*365 minus 25 for the plus/minus minus some spacing of 5px*/
}

/* IE7 and IE6 hack, don't know why it is so difficult for IE to integrate a float..*/
* html .ItemTitle .Title {
	width:295px;/*365 minus 25 for the plus/minus minus some spacing of 5px*/
}
*+html .ItemTitle .Title {
	width:300px;/*365 minus 25 for the plus/minus minus some spacing of 5px*/
}

.PlusButton,
.MinusButton span.PlusMinus {
	float:right;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	padding:0px 2px 2px 2px;
	width:24px;
	height:14px;/*16px minus 2px padding*/
	line-height:normal;
}

.MinusButton span.PlusMinus {
	margin-right:3px;
	cursor:pointer;
	margin-bottom:5px;
	clear:left;
}
/*IE6 fucks up the margin but display:inline doesn't seem to work */
* html .MinusButton span.PlusMinus {
	margin-right:0px;
}
.ItemDate {
	font-size:14px;
	font-style:italic;
}

.ItemText {
	padding:5px;
	font-size:12px;
	padding-left:0px;
}

.InlineItemImage {
	display:block;
	width:100%;
	text-align:center;
	margin:5px 0px;
}

.VideoLinks {
	padding:5px;
	padding-left:0px;
}
.VideoLink {
	width:47%;
	margin:5px;
	float:left;
}
.VideoThumb {
	width:70px;
	height:50px;
	float:left;
	margin-right:5px;
}

.VideoLink a,
.VideoLink a:visited {
	text-decoration:none;
}
.VideoLink a:hover,
.VideoLink a:visited:hover {
	font-weight:bold;
}

a:hover .VideoThumb {
	border-color:#999;
}

.ShowOnMapLink,
.ExternLink,
.Downloads,
.EditLink {
	display:block;
	clear:left;
}

.EditLink {
	float:left;
	margin-top:5px;
}
.Item a,
.Item a:visited{
	text-decoration:none;
}
.Item a:hover,
.Item a:visited:hover {
	text-decoration:underline;
}

/************* Paging **********************/
.Paging {
	width:468px;
	padding-top:1px;
}

.PrevLink a,
.NextLink a,
.PageNumbers a {
	text-decoration:none;
	letter-spacing:0.2px;
}

.CurrentPage a {
	font-weight:bold;
}

.PrevLink {
	margin-left:5px;
}
.PrevLink,
.NextLink {
	width:19%;
	float:left;
}

.NextLink {
	text-align:right;
}

.PageNumbers {
	width:59%;
	float:left;
	text-align:center;
}

