/*************************************************************************
*   C O N T E N T  S T Y L E  S H E E T
*************************************************************************/

/*--------------------------------------------------------------------------
Content Page Title & Description
--------------------------------------------------------------------------*/
.ContentCategory,
.ContentPage {
	margin-bottom: 15px;
	padding: 0px;
}
.ContentPage h2 {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-weight: bold;
}
.ContentCategory h2.title,
.ContentPage h2.title {
	border-bottom: 1px solid #e7eff5;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	clear: both;
}
.ContentCategory .CategoryDescription,
.ContentPage .CategoryDescription {
	color: #555;
	font-size: 1.00em;
}
/*--------------------------------------------------------------------------
Content Page & Categories
--------------------------------------------------------------------------*/
.ContentCategory .body,
.ContentPage .body {
	display: block;
}
.ContentCategory .body ol,
.ContentPage .body ol{
	list-style: decimal;
	margin-left: 20px;
}
.ContentCategory .body ol li,
.ContentPage .body ol li{
	padding-left: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style: decimal;
}
.ContentCategory .body ul,
.ContentPage .body ul{
	margin-left: 10px;
}
.ContentCategory .body ul li,
.ContentPage .body ul li{
	padding-left: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.ContentCategory .body ul li li,
.ContentCategory .body ul li li li,
.ContentPage .body ul li li,
.ContentPage .body ul li li li{
	margin-bottom: 5px;
}
.ContentCategory .body p.publish,
.ContentPage .body p.publish {
	display: none;
	/*
	font-style:italic;
	margin: 0px;
	padding: 0px;
	*/
}
.ContentCategory .body p.credits,
.ContentPage .body p.credits {
	display: block;
	width: 100%;
	font-style:italic;
}
.ContentCategory .body .more-images,
.ContentPage .body .more-images {
	display: block;
	width: 100%;
}
.ContentCategory .body .more-images .table-multicol,
.ContentPage .body .more-images .table-multicol {
	width: 100%;
}
.ContentCategory .body div.media,
.ContentPage .body div.media {
	display: block;
	text-align: center;
	width: 100%;
}
/*--------------------------------------------------------------------------
Content List Page
--------------------------------------------------------------------------*/
.ContentCategory .ContentList1 {
	width: 468px;
	margin: 15px auto 10px;
}
.ContentCategory .ContentList1 .item-container {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.ContentCategory .ContentList1 h3.item-title {
	font: bold 13px Arial, Helvetica, sans-serif;
	display: block;
	margin: 1px 0 10px 0;
	padding: 0px;
	color: #000;
}
.ContentCategory .ContentList1 h3.item-title a {
	padding: 4px 10px 8px 0px;
	text-decoration: underline;
}
.ContentCategory .ContentList1 h3.item-title a:hover {
	text-decoration: none;
}
.ContentCategory .ContentList1 .item-description {
	display: block;
}
.ContentCategory .ContentList1 .column {
	width: 230px;
	float: left;
}
.ContentCategory .ContentList1 .column-right {
	width: 230px;
	float: right;
}
.ContentCategory .ContentList1 .column-length {
	display: block;
}
/*--------------------------------------------------------------------------
Content Images
--------------------------------------------------------------------------*/
.ContentPage div.img1a {
	/* no styles */
}
.ContentPage div.img1a .img1b {
	background: #FFFFFF;
	border: 1px solid #CCC;
	padding: 3px;
	display: block;
}
.ContentPage div.img1a .img1b img {
	/* border: 1px solid #CCC; */
	border-width: 0px;
}
.ContentPage div.img1a .img1b .img1c {
	text-align: left;
	color: #666;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	padding: 2px;
}

.ContentCategory div.img0a,
.ContentPage div.img0a {
	/* no styles */
}
.ContentCategory div.img0a .img0b,
.ContentPage div.img0a .img0b {
	background: #FFFFFF;
	border: 1px solid #CCC;
	padding: 3px;
	display: block;
}
.ContentCategory div.img0a .img0b img,
.ContentPage div.img0a .img0b img {
	/* border: 1px solid #CCC; */
	border-width: 0px;
}
.ContentCategory div.img0a .img0b .img0c,
.ContentPage div.img0a .img0b .img0c {
	text-align: left;
	color: #666;
	font: 10px Tahoma, Arial, Verdana, sans-serif;
	padding: 2px;
}