/*
    Central Pages 09
    07 May 2009
    events application styles
*/


.clear {
    clear:both;
    display:block;
    width:100%;
}

/*---------------------------------------------------------------------{   University Homepage events styles   }------------*/

#events_homepage_topstory_headline {
    padding:0 0 10px;
}

.events_homepage_topstory_content p {
    line-height:150%;
    font-size:110%;
}

/*---------------------------------------------------------------------{   events homepage styles   }------------*/

#events_page_container {
    float:left;
    width:666px;
    clear:both;
}

#events_adminlink {
    float:left;
    clear:both;
    width:666px;
    padding:5px 0;
    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;
}

#events_list_container {
    float:left;
    clear:both;
    width:464px;
}

#events_list {
    float:left;
    clear:both;
    width:464px;
}

.event_container {
    float:left;
    clear:both;
    width:464px;
    border-bottom:1px dotted #cdcdcd;
}

.event_container a {
    float:left;
    display:block;
    width:464px;
    padding:20px 0;
    background:url(/template/images/hr_fade_over.gif) center -200px no-repeat;
    font-style:normal;
    color:#464646;
    cursor:pointer;
}

.event_container a:hover {
    background:url(/template/images/hr_fade_over.gif) center -3px no-repeat;
    text-decoration:none;
}

.event_container .rd_container a,
.event_container .rd_container a:hover {
    display:inline;
    clear:both;
    width:auto;
    padding:2px;
    background:none;
}

.event_thumbnail {
    float:left;
    display:block;
    width:55px;
}
.event_thumbnail img {
    padding:1px;
    border:1px solid #888;
}

.event_content {
    float:left;
    display:block;
    width:389px;
    padding:0 10px;
}

.event_content em {
    display:block;
    padding:0 0 6px;
    line-height:140%;
    font-style:normal;
    font-size:93%;
    color:#464646;
}

.event_container a:hover .event_content em {
    color:#222;
}

.event_content i {
    display:block;
    padding:0 0 6px;
    line-height:100%;
    font-size:120%;
    font-style:normal;
    color:#932e4b;
}

.event_content span.date {
    display:block;
    padding:0 0 5px;
    font-size:x-small;
    color:#a9a7a7;
}

.read_more {
    display:block;
    clear:both;
    width:454px;
    padding:0 10px 1px 0;
    background:url(/template/images/bullet_breadcrumbs.gif) no-repeat right center;
    text-align:right;
    font-size:78%;
    letter-spacing:-1px;
    color:#932e4b;
}

.event_container a:hover .read_more {
    background:url(/template/images/bullet_green_grey.gif) no-repeat right center;
}

#events_page_right_column {
    float:left;
    width:182px;
    padding:0 0 0 20px;
}

#events_essential_links {
    float:right;
    width:180px;
}

#events_essential_links .advert-container-single {
    margin:0 0 20px;
}

/*---------------------------------------------------------------------{   event type select   }------------*/

#events_homepage_select {
    float:right;
    width:180px;
    padding:0 0 20px;
}

#events_homepage_select select {
    float:right;
    display:inline;
    margin:0;
    padding:0;
}

/*---------------------------------------------------------------------{   event details   }------------*/

#event_details_container {
    float:left;
    clear:both;
    width:663px;
}


/*---------------------------------------------------------------------{   Frontpage Slideshow styles   }------------*/

#events_frontpage_slideshow_container {
    width:533px;
    height:300px;
    margin:0 auto 20px;
    background:#efefef;
    border:1px solid #bbb;
}

/*---------------------------------------------------------------------{   Archive widget   }------------*/

#events_widget_container {
    float:right;
    width:150px;
}

.events_archive_year_container {
    float:left;
    width:150px;
    padding:5px 0 6px;
    background:url(/template/images/widget_top.gif) no-repeat center bottom;
}

.events_archive_year {
    float:right;
    width:50px;
    background:url(/template/images/widget_tab_left.gif) no-repeat left top;
    font-size:120%;
    font-family:"Times New Roman", Georgia, serif;
    text-align:right;
}
.events_archive_year span {
    float:right;
    display:block;
    width:50px;
    padding:3px 0;
    background:url(/template/images/widget_tab_right.gif) no-repeat right top;
    text-align:center;
}
.events_archive_calendar {
    float:left;
    clear:both;
    width:150px;
    margin:0 0 30px;
    background:url(/template/images/widget_bg.gif) repeat-y #fff;
}
.events_archive_calendar table {
    margin:0 auto;
    padding:0;
}
.events_archive_calendar td {
    width:42px;
}
.events_archive_month {
    text-transform:uppercase;
    text-align:center;
}
.events_archive_month a {
    display:block;
    width:30px;
    padding:7px 5px;
    background:#fff;
    border:1px solid #932f4c;
    color:#932f4c;
}
.events_archive_month a:hover,
.events_archive_month a.active {
    background:#932f4c;
    color:#fff;
    text-decoration:none;
}
.events_archive_nostory {
    display:block;
    width:30px;
    padding:7px 5px;
    border:1px solid #dedede;
    background:#fdfdfd;
    color:#ababab;
}
.events_archive_widget_footer {
    float:left;
    clear:both;
    width:150px;
    height:6px;
    background:url(/template/images/widget_footer_bg.gif) no-repeat bottom center;
    line-height:1px;
    font-size:1px;
}


/*---------------------------------------------------------------------{   Highslide slideshow   }------------*/

#events_highslide {
    float:right;
    width:300px;
    margin:0 0 10px 10px;
}

#events_highslide #main_image {
    text-align:center;
}

#events_highslide img {
    padding:4px;
    border:1px solid #706547;
}

#events_highslide a img,
#events_highslide .thumbstrip a img {
    padding:4px;
    border:1px solid #ccc;
}

#events_highslide a {
    color:red;
}

#events_highslide a:hover {
    color:#fff;
}

#events_highslide .thumbstrip {
    padding-top:5px;
    text-align:left;
}

#events_highslide_target {
    line-height:1px;
    font-size:1px;
    color:#fff;
}


/*---------------------------------------------------------------------{   Highslide styles   }-------------*/

.highslide {
    cursor: url(/template/images/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(/template/images/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(/template/images/graphics/fullexpand.gif) no-repeat;
    display: block;
    margin: 0 10px 10px 0;
    width: 34px;
    height: 34px;
}

a.highslide-full-expand:hover {
    background: url(/template/images/graphics/fullexpand.gif) no-repeat;
}


/*---------------------------------------------------------------------{   These must always be last   }----------*/

.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}