-/*************************************************************
* 		INDIVIDUAL SETTINGS, SET ON THE SITE'S STYLESHEET:
*
* For image captions to behave, the main image container needs absolute
* width (in detail view). The width of the container 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 supplementary images in news bulletins (detail view):
* .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;
    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 {
    display:block;
}
.on-off:hover {
    text-decoration:none;
    cursor:pointer;
}

.news-archive-title { 
   background:url("slide-down.png") no-repeat 0.2em 0.3em;
}

.news-archive-title.open {
    background-image:url("slide-up.png");
}

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

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

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

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

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

/* The news item's timestamp */
.news-list .news .timestamp {
    clear:both;
    padding:0 0.85em;
    font-size:0.75em;
    letter-spacing:0.15em;
    color:#555555;
    border-bottom:1px solid #eeeeee;
}

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


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

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