/* colour scheme pick from #69f #9c0 #c99 #a3c1ad #06c #f60 #690 #939 #0cc #036 #c60 #363 #336 #066*/
div#dept-title,
div.pick-of-the-month,
div.pick-of-the-month h3,
span.banner {
    background: #690;
    color: #fff;
}

div.pick-of-the-month p {
  background-color:#AFCC77;
}


.summary h1, .timing h2, .timing h3, .venue h2, .booking h2 {
  color: #690;
}

.summary h1 { padding-top: 0;}

.email-newsletter {
  padding: 4px;
  font-size: 80%;
  font-weight: bold;
  background: #690 4px 4px no-repeat url(../images/email.gif)
}

.email-newsletter a {
  display: block;
  padding-left: 20px;
  color: #fff !important;
}

.sponsors {
  clear: both; 
  border-color:#690;
  border-style:solid;
  border-width:3px;
  overflow: hidden;
  padding: 0;
/* contrive to move sponsors down the page a little */
  margin-bottom: 3em;
  position:relative;
  top: 1.5em;
}

.sponsors p {
  font-weight: bold;
  color: #fff;
  background-color: #690;
  padding: 0.4em;
 }

.sponsors img {
  border: none !important;
  display: inline;
}

.sponsors a {
  display:inline-block;
  width: 200px;
  text-align: center;
}

div#content {
   min-height: 560px;
}

/* departmental title */

div#dept-title {
    height: 100px;
    padding: 0px 0px 0px 40px;
}

div#dept-title h2, div#dept-title h1{
    font-family: verdana;
    background: none;
    font-weight: bold;
    padding-left: 20px;
}

div#dept-title h1 {
    font-size: 42px;
}

div#dept-title h2 {
    padding: 0px 20px;
}

/* pick of the month */

div.pick-of-the-month {
    color: #000;
}

div.pick-of-the-month h3{
    padding: 4px 9px;
    font-weight: bolder;
    margin: 0;
}

div.pick-of-the-month img{
  margin-bottom: 5px;
}


div.pick-of-the-month p, div.pick-of-the-month h4 {
    padding: 5px;
    color: #000;
}

div.pick-of-the-month h4 {
    background-color: #ffffff;
    margin: 0 1px;
    font-size: 90%;
    line-height: 1.3em;
 }


div#content-primary div.pick-of-the-month a{
    color: #000;
}


div.pick-of-the-month span.gauze {
    width: 200px;
    background-image:url('images/fff.gif');
    opacity:0.5;
    filter:alpha(opacity=50);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/* 2 column layout */

#events-main {
    margin-top: 15px;
}

#content-primary {
  position: relative;
  padding-left: 220px;
  float: none !important;
  width: auto !important;
/*  min-height:850px;*/
}


#events-main {
}

#events-sidebar {
    float: left;
    width: 200px;
    position: absolute;
    left: 0; 
    top: 0;
}

div.pick-of-the-month img {
  padding-top: 0;
  margin-bottom: 3px;
}

.summary h1 { font-weight: bold; }
.summary img { float: right; padding: 4px 0 0 12px; background-color: #ffffff; }



.timing { float: left; width: 45%;  overflow: hidden;}
.timing table.sessions { width: 100%;  border: 0; }
.timing table.sessions td { border: 0; }


.venue { float: right; width: 45%; overflow: hidden;}
.venue td {
  padding: 3px;
}
.timing h2, .venue h2, .booking h2 {
  padding: 0.5em 0;
  border-top: 1px solid #e0e0e0;
  margin: 0.7em 1em 0 0;
}

.timing .rules, .timing .calendar {
  margin: 0 1em 0 0;
}

.timing .calendar {
  border: 1px solid #e8e8e8;
  padding: 0.2em 0 0.2em 0.2em;
}

.timing .scrollcontainer {
   max-height: 250px;
   overflow: auto;
}


span.whatson-login {
	float: right;
	position:relative;
	top: -30px;
	margin-right: 20px;
	font-size: .75em;
}

span.whatson-login a {
    text-decoration: none;
    color: #fff;
}

span.whatson-login a:hover {
    text-decoration: underline;
}


@media print {}