/*************************************************************
* 		INDIVIDUAL SETTINGS, SET ON THE SITE'S STYLESHEET:
*
* For image captions to behave, the main image needs absolute
* width. It should be set to 
* imagewidth+imagepadding+(imagebordersize*2):
* .news-text .illustration { width:XXXpx; }
*
* If you have borders around .illustration divs/spans, you may 
* want to remove them for image lists in news bulletins:
* .news-images .illustration { border:none; }
*************************************************************/


/*************************************************************
* 							News
*************************************************************/
/* Publish-info */
.description { 
	font-size:0.8em;
	text-align:right;
	color:#999999;
	margin:1em 0;
	clear:both;
}

/* Wrapper for all images #2 - n (listed after the news-text) */
.news-images { 
	float:none; 
	clear:both;
}

/* Images and wrappers for images #2 - n */
.news-images .illustration {
	float:none; 
	overflow:auto; 
}

.news-images .illustration a img {
	margin-left:1em;
	float:right;
}

/*.news-images .imagetext 			{ display:block; text-align:left; }*/

.news-images .imagetext .imagesource,
.news-images .imagetext .imagecredit { 
	display:block; 
	margin-top:0.5em; 
}

.news-images .illustration { 
	border-bottom:1px solid #cccccc; 
	padding:1em 0; 
	clear:both;
}
.news-images .illustration:first-child {
	padding-top:0;
}
.news-teaser-split {
	clear: both; 
	height:15px;
	margin-bottom:15px;
	border-bottom:1px solid #cccccc;
	width:100%;
}



/* News text */
.news-text { 
	float:left;
	width:100%;
	/*padding:0.5em 0 1em 0;*/
	padding:0 0 1em 0;
	margin-bottom:1em;
	border-bottom:1px solid #cccccc;
}

.news .ingress {
	margin-bottom:1em;
}

/************************************************************* 
* 		Image and image containers for main image 
*************************************************************/

/* Images in news-text */
.news-text .illustration { 
	float:right;
	margin-left:1em; 	
	margin-bottom:1em; 	
	/* NEEDS TO BE SET ON THE SITE'S CSS */
	/*width:310px;*/ /* Example setting: [image's width] + [image's padding] + [border (2px for default highslide, which adds a 1px border)] */
	overflow:auto;
}

.news-text .illustration .imagetext {
	display:block;
	text-align:left;
}

/* Override img inside .frame: Set width to the same as scaled size, or simply don't set the width (makes it generic) */
.news-text img {
	border:1px solid #cccccc;
}

/* Override .imagesource: No float / padding and stretch to parent's width */
.news-text .illustration .imagesource {
	padding:0;
}


/*************************************************************
* 						News listings
*************************************************************/
/* Archive stuff */
.on-off,
.open {
	/*background:#c5dae7 url("img/slide-down.png") no-repeat 0.2em 0.3em;*/
}

.on-off:hover,
.open {
	/*background-color:#81ADC8;
	color:#ffffff;*/
}

.on-off {
	display:block;
}
.on-off:hover { 
	text-decoration:none;
	cursor:pointer;
}
.open {
	/*background-image:url("img/slide-up.png");*/
}

.news-archive-title { 
	float:none;
	clear:both;
	line-height:30px;
	font-size:20px;
	padding-left:1.25em;
}

/* Headings for news archives */
h3.news-archive-title {
	float:left;
	width:100%;
}
/**
* End of archive stuff 
**/

/**
* News list 
**/
.news-list {
	/*float:left;*/
	/*width:100%;*/
}

/* Images in news list items */
.news-list .news a img {
	float:right;
	float:left;
	/*border:1px solid #ffffff;
	margin:-25px 0 5px 5px; 
	background:#cccccc;*/ /* LESS STYLE */
	margin:0 5px 5px 0;
}

/* A single news item */
.news-list .news {
	/*border-bottom:1px solid #cccccc;
	background:#f9f9f9;*/ /* LESS STYLE */
	overflow:auto;
	margin-bottom:1em;
}

.news-list-itemtext { overflow:auto; }

/* News list item headings */
.news-list .news h3 {
	/*text-align:left;*/ /* LESS STYLE */
	text-transform:none;
	font-weight:normal;
	/*margin:0 0 0.1em 0;*/
	margin:0;
	/*padding:0 0.5em;*/  /* LESS STYLE */
}

/* The news item's timestamp */
.news-list .news .timestamp {
	clear:both;
	/*padding:0 0.85em;*/ /* LESS STYLE */
	font-size:0.75em;
	letter-spacing:0.15em;
	color:#555;
	margin:0.1em 0;
	/*border-bottom:1px solid #eeeeee;*/ /* LESS STYLE */
	display:inline-block;
}

/* The news text */
.news-list .news .text,
.news-list .news p {
	/*float:left;
	width:98%;
	padding:0.5% 1%;*/ /* LESS STYLE */
	margin:0;
	font-size:0.85em;
	/*border-top:1px solid #ffffff;*/ /* LESS STYLE */
}
/*************************************************************
* 						END news listings 
*************************************************************/


.h-line {
	clear: both; 
	height:15px;
	margin-bottom:15px;
	border-bottom:1px solid #CCCCCC;
	width:100%;
}

/*************************************************************
* 					END OF NEWS ATTRIBUTES
*************************************************************/