/*
* Styles shared by the whole site
*/

@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'NewsPlantinMTStd';
    src: url('fonts/NewsPlantinMTStd.eot'); /* IE9 Compat Modes */
    src: url('fonts/NewsPlantinMTStd.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/NewsPlantinMTStd.woff') format('woff'), /* Pretty Modern Browsers */
    url('fonts/NewsPlantinMTStd.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('fonts/NewsPlantinMTStd.svg#NewsPlantinMTStd') format('svg'); /* Legacy iOS */
}

html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    color: #000;
    font-family: NewsPlantinMTStd, serif;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: scroll;
/*    background-color: #786666;
    background-image: linear-gradient(to top, #FFFFFF 0%, #786666 100%);
*/    background-color: #cec9ce;
    background-image: linear-gradient(to top, #FFFFFF 0%, rgba(66,27,72,0.25) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/*
 * Set new default values for styles that have been reset
 */
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#container {
    height: 100%;
    min-height: 100%;

    background: #cec9ce; /* for non-css3 browsers */

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFFFFF 0%, rgba(66,27,72,0.25) 100%);

    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 6em;

}

header {
    height: 5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

h1 {
    font-family: Gotham-Medium, Sans-Serif;
    font-size: 1.5em;
/*    color: #421b48; */
    color: #3d114a;
    padding-top: 0.5em;
    padding-bottom: 0.25em;
}

h2 {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 0.25em;
}

p {
    padding-bottom: 0.5em;
    line-height: 1.25em;
}

.section_break {
    padding-top: 0.7em;
  }


#banner {
    width: 100%;
    height: 190px;
}

#banner_logo {
    height: 300px;
    position: absolute;
    margin-left: 30px;
}

#slides img {
    width: 100%;
}

.slideshow {
    width: 650px;
/*    height: 100%; */
    height: 175px;
    float: right;
    overflow: hidden;
    padding-bottom: 1em;
}
.slides_container {
    width: 715px;
    height: 100%;
}
.slides_container div {
    width: 715px;
    height: 100%;
    display: block;
}

.subtitle {
    font-style: normal;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    margin-left: -0.5em;
}

nav {
    font-size: 0.9em;
    font-family: NewsPlantinMTStd, serif;
    line-height: 1.75em;
}

nav a {
    text-decoration: none;
    color: #686868;
}

nav a:hover {
    color: #8697ff;
}
/*
* Highlight current selection - also current sub-menu option if selected
*/
.current_page .menu_head,
.current_page > a,
.forthcoming .forthcoming a,
.current_year .current_year a,
.previous_year .previous_year a
{
   color: #3d114a;
}

.current_page:hover {
    color: #686868;
}

.sub_menu {
    padding-left: 1em;
}

.menu_body {
    display: none;
}
/*
* Make menu item for Extras display in red
 */
.event_type_5 a.menu_head, .text-darkred {
    color: firebrick;
}

.pad_left {
    padding-left: 2pt;
}

.pdf_link {
    color: #000;
    text-decoration: none;
    padding-left: 1.25em;
    background-image: url("images/pdficon_small.gif");
    background-position: center left;
    background-repeat: no-repeat;;
}

.mailto {
    color: #000;
    text-decoration: none;
}

form label {
    float: left;
    width: 15em;
}

small, .small_text {
    font-size: 0.75em;
}

.large {
    font-size: larger;
}

.italic {
    font-style: italic;
}

.centered, .centred {
    text-align: center;
}

.discreet a {
    text-decoration: none;
}

.top_border {
    border-top: 1px solid #888;
}
.bottom_border {
    border-bottom: 1px solid #888;
    padding-bottom: 0;
}

.float_left {
    float: left;
}

.event {
    padding-bottom: 1em;
}

.text-red {
    color: red;
}
