/**
 * News application styles for Central Pages
 *
 * Created 24 March 2009
 * Updated 28 August 2010
 *
 * @author Allan A Beattie <allan.beattie@abdn.ac.uk>
 */


/*---------------------------------------------------------------------{   University Homepage news styles   }------------*/

#homepage_news_topstory {
    float:left;
    clear:both;
    width:440px;
    margin:0 0 10px;
    border-bottom:1px solid #d3d2d2;
}

#homepage_news_topstory a {
    display:block;
    width:440px;
    padding:0 0 10px;
    background:url(/structure-images/hr_fade_over.gif) no-repeat center -120px;
    text-decoration:none;
    border:none;
    color:#555;
}

#homepage_news_topstory a:hover,
#homepage_news_topstory a:focus {
    background:url(/structure-images/hr_fade_over.gif) no-repeat center 23px;
    color:#111;
}

#homepage_news_topstory_headline {
    display:block;
    padding:0 0 10px;
    background:#fff;
    font-size:130%;
    color:#903049;
}

#homepage_news_topstory_content {
    display:block;
    border-top:1px solid #e3e3e3;
    padding:5px 0 0 3px;
}

#homepage_news_topstory_content i {
    display:block;
    line-height:150%;
    font-size:100%;
    font-style:normal;
}

#homepage_news_topstory_content em {
    display:block;
    padding:10px 0 0;
    text-align:right;
    font-size:80%;
    font-style:normal;
    font-weight:bold;
    color:#903049;
    cursor:pointer;
}

#homepage_news_topstory_content .curvedImage {
    clear:both;
    margin:0 0 10px 10px;
    padding:4px 0 0;
}    

.news_teaser {
    font-weight:bold;
}

/*---------------------------------------------------------------------{   top five news and events   }------------*/


span.home_rss_link {
    float:left;
    width:15px;
    padding:5px 0 0;
}

#home_news,
#home_events {
    float:left;
    width:215px;
}

#home_news {
    padding:0 5px 0 0;
}

#home_events {
    padding:0 0 0 5px;
}

#home_news_header,
#home_events_header {
    float:left;
    clear:both;
    width:215px;
}

#home_news_header h3,
#home_events_header h3 {
    float:left;
    clear:both;
    width:100%;
    margin:0;
    background:url(/structure-images/backg_newsrule.jpg) left bottom no-repeat;
    color: #903049;
}

#home_news ul,
#home_events ul {
    float:left;
    clear:both;
    margin:0;
    list-style:none;
}

#home_news li,
#home_events li  {
    padding:0 0 3px;
    background:url(/structure-images/backg_newsrule.jpg) left bottom no-repeat;
    line-height:normal;
}

#home_news li a,
#home_events li a {
    display:block;
    clear:both;
    width:205px;
    padding:10px 5px;
    background:url(/structure-images/hr_fade_over.gif) center -270px no-repeat;
    border:none;
    text-decoration:none;
    font-size:110%;
    font-weight:normal;
    color:#555;
}

#home_news li a:hover,
#home_news li a:focus,
#home_events li a:hover,
#home_events li a:focus {
    background:url(/structure-images/hr_fade_over.gif) center -70px no-repeat;
    border:none;
    color:#000;
}

#home_news li a span,
#home_events li a span {
    display:block;
    font-size:x-small;
    color:#a9a7a7;
}

#home_news li a strong,
#home_events li a strong {
    display:block;
    padding:2px 0 5px;
    font-weight:normal;
    font-size:93%;
}

/*---------------------------------------------------------------------{   News homepage styles   }------------*/

#news_adminlink {
    float:right;
    text-align:right;
    font-weight:bold;
}

#top_rss_link {
    float:right;
    clear:both;
    width:100%;
    padding:10px 0;
    text-align:right;
}

#top_rss_link a {
    padding:10px 0;
    color:#932f4c;
}

#top_rss_link img {
    margin-top:-10px;
}

#news_homepage_slideshow_container {
    width:511px;
    height:345px;
    margin:0 auto;
    border:1px solid #aaa;
}

#news_homepage_list_container {
    float:left;
    clear:both;
    width:666px;
}

#news_homepage_list {
    float:left;
    clear:both;
    width:666px;
}
.news_homepage_item_container {
    float:left;
    clear:both;
    width:585px;
}
.news_homepage_item_container a {
    float:left;
    display:block;
    width:575px;
    padding:20px 0 20px 10px;
    background:url(/structure-images/hr_fade_over.gif) center -240px no-repeat;
    font-style:normal;
    color:#464646;
    cursor:pointer;
}

.news_homepage_item_container a:hover {
    background:url(/structure-images/hr_fade_over.gif) 140px -40px no-repeat;
    text-decoration:none;
}

.newsline {
    float:left;
    display:inline;
    width:508px;
    margin:0 0 0 77px;
    line-height:1px;
    font-size:1px;
    border-bottom:1px dotted #ccc;
}

.news_homepage_item_thumbnail {
    float:left;
    display:block;
    width:55px;
}
.news_homepage_item_thumbnail img {
    padding:1px;
    border:1px solid #888;
}
.news_homepage_item_content {
    float:left;
    display:block;
    width:495px;
    margin:0 0 0 15px;
    padding:0 5px;
}

.news_homepage_item_content i {
    display:block;
    line-height:100%;
    font-size:120%;
    font-style:normal;
    color:#932e4b;
}

.news_homepage_item_content span.date {
    display:block;
    padding:5px 0 0;
    font-size:x-small;
    color:#a9a7a7;
}

.news_homepage_item_content em {
    display:block;
    padding:6px 0;
    line-height:140%;
    font-style:normal;
    font-size:93%;
    color:#555;
}

.news_homepage_item_container a:hover .news_homepage_item_content em {
    color:#111;
}

.read_more {
    display:block;
    clear:both;
    width:565px;
    padding:0 10px 1px 0;
    background:url(/structure-images/bullet_breadcrumbs.gif) no-repeat right center;
    text-align:right;
    font-size:78%;
    letter-spacing:-1px;
    color:#932e4b;
}

.news_homepage_item_container a:hover .read_more {
    background:url(/structure-images/bullet_green_grey.gif) no-repeat right center;
}

#news_homepage_otherlist {
    float:left;
    clear:both;
    width:601px;
    padding:0 0 0 65px;
}

#news_homepage_otherlist ul {
    margin:15px 0 0;
}

#news_homepage_otherlist a {
    display:inline;
    text-decoration:none;
    color:#932e4b;
}


/*---------------------------------------------------------------------{   Frontpage Slideshow styles   }------------*/

#news_frontpage_slideshow_container {
    width:533px;
    height:300px;
    margin:0 auto 20px;
    background:#efefef;
    border:1px solid #bbb;
}

#news_fpss_container {
    width:502px;
    margin:0 auto;
}

#news_search_container {
    float:left;
    width:490px;
    padding:5px;
    border:1px solid #b0b0b0;
    margin-bottom:5px;
}

#news_search_container form {
    display:inline;
    float:left;
    width:300px;
    margin:0;
    padding:0;
    border:none;
}

#news_search_container form input,
#news_search_container form button {
    margin:0;
    padding:0;
}

#news_search_container fieldset {
    margin:0;
    padding:0;
    border:none;
}
    
#news_search_text_container {
    float:left;
    width:200px;
}

#news_search_go_container {
    float:left;
    width:25px;
    margin-left:-27px;
    padding:3px 0 0;
}

#news_search_container form #news_search_text {
    width:191px;
    height:18px;
    padding:3px 0 0 3px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    border:1px solid #ccc;
}

#news_search_container form #news_search_go {
    width:20px;
    background:url(/highslide/graphics/news_search_go_bg.gif) no-repeat right;
    border:none;
    cursor:pointer;
}

#top_rss_link {
    float:right;
    clear:none;
    width:150px;
    padding:5px 0 0;
}

#top_rss_link a {
    padding-right:20px;
    background:url(/highslide/graphics/RSSIcon_16x16.gif) no-repeat right;
}


/*-------------------------------------------------------------------{   news details page   }------------*/

#news_content_container {
    float:left;
    clear:both;
    width:666px;
}

#news_content_container h3 {
    margin:0;
    color:#932e4b;
}

#news_teaser {
    font-weight:bold;
}

/*---------------------------------------------------------------------{   Highslide slideshow   }------------*/
#gallery-area {
    width:300px;
    height:430px;
    text-align:right;
}
#news_highslide {
    float:right;
    width:320px;
    margin-left:10px;
    padding:0 0 10px 10px;
}
#news_highslide #main_image {
    text-align:center;
}
#news_highslide a img, #news_highslide .thumbstrip a img {
    padding:4px;
    border:1px solid #706547;
}
#news_highslide a {
    color:red;
}
#news_highslide a:hover {
    color:#fff;
}
#news_highslide .thumbstrip {
    padding-top:5px;
    text-align:left;
}
#news_highslide_target {
    line-height:1px;
    font-size:1px;
    color:#fff;
}
/*-------------------------------------------------------------{   news archive styles   }----------*/

#news_page_container {
    float:left;
    width:666px;
}

#news_archive_list_container {
    float:left;
    width:464px;
}

#news_archive_list {
    float:left;
    width:464px;
}
.news_item_container {
    float:left;
    clear:both;
    width:464px;
    border-bottom:1px dotted #ccc;
}

.news_item_container a {
    float:left;
    display:block;
    width:464px;
    padding:20px 0;
    background:url(/structure-images/hr_fade_over.gif) center -240px no-repeat;
    cursor:pointer;
}
.news_item_container a:hover {
    background:url(/structure-images/hr_fade_over.gif) center -40px no-repeat;
    text-decoration:none;
}

.news_archive_list_thumbnail {
    float:left;
    width:55px;
}
.news_archive_list_thumbnail img {
    padding:1px;
    border:1px solid #888;
}

.news_archive_list_content {
    float:left;
    width:389px;
    padding:0 10px;
    font-style:normal;
}

.news_item_container a i {
    display:block;
    line-height:100%;
    font-size:115%;
    font-style:normal;
    color:#932e4b;
}

.news_item_container a span.date {
    display:block;
    padding:5px 0 0;
    font-size:x-small;
    color:#a9a7a7;
}

.news_item_container a em {
    display:block;
    padding:6px 0;
    line-height:140%;
    font-style:normal;
    font-size:93%;
    color:#555;
}

.news_item_container a:hover em {
    color:#111;
}

.news_item_container a .read_more {
    display:block;
    clear:both;
    width:454px;
    padding:0 10px 1px 0;
    background:url(/structure-images/bullet_breadcrumbs.gif) no-repeat right center;
    text-align:right;
    text-transform:uppercase;
    font-size:78%;
    letter-spacing:-1px;
    color:#932e4b;
}
.news_item_container a:hover .read_more {
    background:url(/structure-images/bullet_green_grey.gif) no-repeat right center;
}

.news_archive_otherlist_item {
    float:left;
    width:405px;
    margin:0 0 15px;
    padding:0 0 0 65px;
    clear:both;
}

.news_archive_otherlist_item a {
    display:block;
    width:405px;
}

.news_archive_otherlist_item a i {
    display:block;
    line-height:100%;
    font-size:130%;
    font-style:normal;
    font-weight:bold;
    color:#772244;
}

.news_archive_otherlist_item a:hover {
    text-decoration:none;
}


/*---------------------------------------------------------------------{   Archive widget   }------------*/
#news_widget_container {
    float:right;
    width:150px;
}
.news_archive_year_container {
    float:left;
    width:150px;
    padding:5px 0 6px;
    background:url(/structure-images/widget_top.gif) no-repeat center bottom;
}
.news_archive_year {
    float:right;
    width:50px;
    background:url(/structure-images/widget_tab_left.gif) no-repeat left top;
    font-size:120%;
    font-family:"Times New Roman", Georgia, serif;
    text-align:right;
}
.news_archive_year span {
    float:right;
    display:block;
    width:50px;
    padding:3px 0;
    background:url(/structure-images/widget_tab_right.gif) no-repeat right top;
    text-align:center;
}
.news_archive_calendar {
    float:left;
    clear:both;
    width:150px;
    margin:0 0 30px;
    background:url(/structure-images/widget_bg.gif) repeat-y #fff;
}

.news_archive_calendar table {
    margin:0 auto;
    padding:0;
}

.news_archive_calendar td {
    width:42px;
}
.news_archive_month {
    text-transform:uppercase;
    text-align:center;
}
.news_archive_month a {
    display:block;
    width:30px;
    padding:7px 5px;
    background:#fff;
    border:1px solid #932f4c;
    color:#932f4c;
}
.news_archive_month a:hover,
.news_archive_month a.active {
    background:#932f4c;
    color:#fff;
    text-decoration:none;
}
.news_archive_nostory {
    display:block;
    width:30px;
    padding:7px 5px;
    border:1px solid #dedede;
    background:#fdfdfd;
    color:#ababab;
}
.news_archive_widget_footer {
    float:left;
    clear:both;
    width:150px;
    height:6px;
    background:url(/structure-images/widget_footer_bg.gif) no-repeat bottom center;
    line-height:1px;
    font-size:1px;
}
/*-----------------------------------------------{   Highslide styles   }-------------*/
.highslide {
    cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide img {
}
.highslide:hover img {
}
.highslide-wrapper {
    background: #909090;
}
/*-----------------------------------------------{   the zoomed image   }-----*/
.highslide-image {
    padding:5px;
    border:1px solid #706547;
    background:#fff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
    padding:2px 2px 2px 22px;
    border: 1px solid black;
    background:url(/highslide/graphics/loader.white.gif) white no-repeat 3px 1px;
    font-size: 8pt;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
a.highslide-credits, a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
    background: url(/highslide/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}
a.highslide-full-expand:hover {
    background: url(/highslide/graphics/fullexpand.gif) no-repeat;
}
/*-----------------------------------------------{   These must always be last   }----------*/
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
