/*
Contents: TBC
1. General / body 
2. Layout, positions
3. Elements (tables, lists, buttons etc)
4. Images
5. Typography by sections
6. Over-rides
7. Faux buttons
Yeah, whatever! Its a mess just now - due a tidy up....

*/
body {
    background: #E2EAF8 ;
}

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #810f28;
    border-bottom: 2px solid #810f28;
    padding: 5px 0;
    text-align: center;
    font-size: 2em;
    margin-bottom: 15px;
}

h2 {
    text-align: center;
font-family: 'Libre Baskerville', serif;    font-size: 140%;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    color: #574B92;
}

h2.news-heading {
    text-align: left;
}

h3 {
    color: #810f28;
    font-weight: 400;
}

h4 {
    text-align: center;
    font-size: 120%;
    font-weight: 700;
    color: #810f28;
    margin-top: 4px;
    margin-bottom: 2px;
    padding: 0;
}

p,.items p {
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: justify;
    margin-bottom: 10px;

    
}
#header-lg p {
font-family: 'arial', sans-serif;}

#main p,#main li {
    font-size: 1.3em;
    line-height: 1.4em;
    text-align: justify;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

em {
    color: #339;
    font-weight: 500;
    font-style: italic;
}

strong {
    font-weight: 700;
}

.slides-title {
    text-align: center;
    font-weight: 700;
    color: #810f28;
}

/* =============================== SECTION: LAYOUT =============================== */
#main-page-wrap {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 10px;
}

#content {
    padding: 0 25px;
}

#center {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFC0CB;
}

#header-lg {
    text-align: center;
    
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header-lg p {
    text-align: center;
}

.header-lg-center {
    padding-top: 5px;
}

.header-lg-center img {
    width: 90%;
}

.header-lg-side {
}

.header-lg-side img {
    width: 40%;
}

#header-sm {
    width: 100%;
    height: auto;
    min-height: 37px;
    max-height: 50px;
    background-color: #E2EAF8;
    padding-top: 1%;
    
    text-align: center;
    z-index: 999;
/*Keeps the header above other elements */
}

img.mobile-title {
    width: 80%;
    max-width: 340px;
    min-width: 200px;
}

img.mobile-buttons {
    width: 30px;
    margin-bottom: 7px;
}

#empty1 {
/*-I am important - I keep the marquee below header on medium widths-*/
    height: 45px;
}

#empty2 {
/*-I am important - I keep the h1 below header on medium widths-*/
    height: 55px;
}

#main {
    max-width: 1200px;
}




#footer {
    text-align: center;
    height: 23px;
    padding-top: 9px;
    border-top: 1px solid #aaa;
    margin-top: 20px;
}

#footer a {
    color: #810f28;
    font-weight: 400;
}


#system-message {
    margin: 0;
}

/*keeps the main article content vertically aligned with sides*/
.item {
    border: 1px solid #810f28;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #eaf0fb;
    margin-bottom: 15px;
}

.items-row {
    margin-left: 0;
    clear: both;
}

.items-leading {
    clear: both;
}

.items-leading h2 {
    font-size: 1.3em;
    text-align: left;
    color: #339;
    clear: both;
}

.items-row h2 {
    color: #339;
    font-size: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

.items-row a,.items-leading a {
    color: #810f28;
    font-weight: 500;
}

.items-row h2,.items-leading h2 {
    margin-bottom: 2px;
    padding-bottom: 0;
}

.items-row p {
    margin-left: 0;
}

.intro-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    clear: both;
}

#main img.news-img-left {
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}

#main img.news-img-right {
    float: right;
    margin-left: 14px;
    margin-bottom: 14px;
}

.items-leading {
    margin-bottom: 15px;
}

.item-separator {
    height: 10px;
}

.readmore {
    margin-left: 0;
    width: 100%;
    border-top: 1px solid gray;
    display: block;
    clear: both;
    text-align: right;
    padding-top: 5px;
}

.readmore a {
    font-size: 1.2em;
    font-weight: 500;
}

.items-more ol {
    margin: 30px 0 30px 5%;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.items-more ol {
    counter-reset: li;
/* Initiate a counter */
    margin-left: 0;
/* Remove the default left margin */
    padding-left: 0;
/* Remove the default left padding */
}

.items-more ol > li {
    position: relative;
/* Create a positioning context */
    margin: 0 0 6px 2em;
/* Give each list item a left margin to make room for the numbers */
    padding: 4px 8px;
/* Add some spacing around the content */
    list-style: none;
/* Disable the normal item numbering */
}

.items-more ol > li:before {
    content: counter(li);
/* Use the counter as content */
    counter-increment: li;
/* Increment the counter by 1 */
/* Position and style the number */
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
/* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right: 8px;
    padding: 4px;
    color: #574B92;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

.items-more li ol,.items-more li ul {
    margin-top: 6px;
}

.items-more ol ol li:last-child {
    margin-bottom: 0;
}


/* -----------------------------new to sort ------------------*/
.theatre-item h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 0;
    margin-top: 0;
    top: -5px;
    padding-bottom: 2px;
    margin-bottom: 1px;
}

.theatre-item p {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 2px;
    margin-bottom: 1px;
}

.theatre-item {
    margin-bottom: 15px;
    padding-top: 0;
    min-height: 100px;
    clear: both;
    margin-left: 3%;
}

.theatre-item img {
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
    top: 50%;
}

.blue-button {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #810f28;
    font-size: 13px;
    background: #8BC4FF;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 95%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid #810f28 1px;
    text-decoration: none;
    display: block;
}

.blue-button:hover {
    background: #3cb0fd;
    text-decoration: none;
}




/* Widget: Slideshow
----------------------------------------------------------------------------------------------------*/

.blog.classytest {}
.blog.classytest.item-title { }


.cat-children ul {list-style-type: none;  text-align: center; padding-left: 0;}
/*add media query so list displays as block on mobile browser*/
.cat-children li {list-style-type: none; text-align:center; display: inline-block;width: 40%; }
.cat-children li a { -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: Arial;
    color: #810f28;
    font-size: 13px;
    background: #8BC4FF;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 95%;
    text-align: center;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid #810f28 1px;
    text-decoration: none;
    display: block;}

.lineage-links {display: inline-block; margin-bottom: 5px;  padding: 0; text-align: center; }
.lineage-links img {width: 100%; }
.lineage-links h4 {max-width: 210px; font-size: 14px; font-weight: 500; text-align: center;}
.gal-label {height: 60px; width: 100%; background-color: white; text-align: center; }

----------------------------------------------------------------------------------------------------*/




.img-row img {
    clear: both;/*keep me in*/
}
.img-row a{
    
    margin-top: 0;
    margin-left: 1.1%;
    margin-right: 1.1%;
    margin-bottom: 5px;
    padding: 0;
   
}

.img-row {
    text-align: center;
     margin-bottom: 15px;
        clear: both;
}

@media all and (max-width: 1139px) and (min-width: 800px) {
    #main {}
    #content {padding: 5px;}
    .img-row a {margin: 2px; padding: 0;}
    
}
@media all and (max-width: 799px) and (min-width: 700px) {
    #main {}
    #content {padding: 3px;}
    .img-row a {margin: 1px; padding: 0;}
    
}

#side1 a.secret {display: none;}

.floor-bar {  background-color: #D8EBFF;
    border: 1px solid #810f28;
    border-radius: 3px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 10px;}
    
    #base-bar {padding: 5px;}

/*quickly imported*/
.Highlighted_Text {color: #339;
    font-weight: 600;
    font-style: italic;}
   article p {font-size: 1.1em;}
   
   
   
 /* Caption
----------------------------------------------------------------------------------------------------*/

.wk-gallery-avenue .caption {
		text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 2px;
	background: none;
	color: yellow;
	text-shadow: 2px 1px black;
	font-weight:bold;
	z-index: 5;
	padding-bottom: 0;
}

#ss1 .wk-gallery-avenue .caption {
	bottom: 10px;
}



