body    {
    background: #ddd url(/image/offwhitestripes.gif) top left repeat;
    color: #333;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 5px solid #bbb;
    text-align: center;
    font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    padding-bottom: 25px;
    }

.myPage{
  width:800px !important;
  /*width:597px !important;*/
  background: #FFFFFF;
}
@media screen{
.head  .banner{
  width:800px !important;
line-height:100px;
font-size:1.5em;
    margin-left: 180px;
}
.head  .banner{
    margin:0;
    top:0;
    height:100px;
    width:800px;
    background-image:url(/image/bannerheadW.jpg);
    background-color:#ddd;
    font-size:2em; z-index:5; color:white;
    background-repeat: no-repeat;
    position: relative;
}
.head .bannerS{
    height:67px;
    width:400px;
    background-image:url(/image/bannerheadS.jpg);
    font-size:1.2em; z-index:5; color:white;
    line-height:67px;

}

.head .banner a{
    position: relative;
  left:50px;
}
.head .bannerS a{
  left:110px;
}
.head p, .head div{
    font-weight: bolder;
    font-style: normal;
    margin-left: 180px;
}
}
.menu .inner{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
}
.menu a{
    color: #CC3300;
    width:100%;
    font-weight: normal;
    letter-spacing: 1px;
    font-size:    x-small;
}
.vertMenu{
  width:177px;
}
.vertMenu ul{
    padding:0 0 10px 0;
}

.vertMenu ul li   {
    list-style: disc url(/image/listmark.gif) inside;
    line-height: 1.5em;
        font-size:    x-small;
}
.vertMenu a{
  font-weight: normal;
  color: #CC3300;
  padding:0 0 2px 0;
  text-decoration: none;
}

.myFooter{
    border: 0;
    border-top: 1px solid #ccc;
    color: #666;
    background: #eee;
    padding: 0;
    text-align: left;
    clear: both;
    font-size: x-small;
}
a, a:visited{
  color:#CC3300;
}
a:hover{
  color:white;
  background-color:#CC3300;
}
#instructions {
    background-color: #CCFFCC;
    margin: 2%;
    padding: 2%;
    float: left;
    color: #0000CC;
    border: thin solid #FFCC66;
}

/* ====== Lists ======*/
/* numbered list */
.col-main ol li{list-style-type: decimal; margin-left:40px;}
/* standard list */
.col-main ul li   {
    list-style-type: disc;
    list-style-image: url(/image/listblack.gif);
    list-style-position: outside;
    margin-left:25px;
    line-height: 1.5em;
    font-size:    small;
    margin-bottom:3px;
}
.col-main ul ul li   {
    list-style-image: url(/image/innerlistblack.gif);
}
table.headed tr.head{
  background-color:#BBBBBB;
}
table.headed tr {
  background-color:none;
}
table.headed tr td{
  padding: 3px 10px 3px 10px;
}
table.headed tr.entry td{
  height: 40px;
  vertical-align: middle;
}
.walk {
   margin: 3% 0 0 0;
   padding-right:3px;
  border: 2px solid #CC9999;
  overflow:visible;
}
.walk .routeHeading{
    text-align:center;
}


.walkx img {
    position:relative;
    left:-10px;
    float:right;
}


#hiWalk.nextwalk {
    float: right;
}
#hiWalk {
  margin:2px auto;
  padding: 6px;
  border: 3px solid #CC9999;
  width: 320px;
}
#hiWalk h3{
  padding:0;
}

#hiWalk #walkDetail {
  margin: 0; padding: 0;
  border: 0;
  width: 100%;
}
#walkDetail{
  text-align: left;
}
#walkData{
  padding:5px;
}


#walkDetail p.date {
  font-size: smaller
}
#walkDetail p.area {
  color: #663300;
  font-size: larger;
}
#walkData #walkDetail p.area {
  color: #333333;
  font-size: xx-large;
}
#walkDetail p {
  padding:0;
  margin: 0;
  font-weight: bold
}
#walkDetail p span {
    display: inline;
  color: #999999;
}
#programme{
  margin:5px;
}
#programme .inner{
  border:thin solid black;
}
#programme .last .inner{
  border-left:0;
    font-size:small;
}
#programme .inner div {
    line-height:1.7em;
    font-size:x-small;
}
#programme .inner div span{
    font-size:x-small;
    display:inline-block;
    width:43px;
    padding-left:3px;
}
#programme .inner div.detailsN a{
    color:tan;
}
#programme .inner div a{
    font-weight:normal;
}
.eventsPage{
  padding:10px 5px;
}

.box{
  border:medium double #999999;
  margin:2px auto;
  padding: 6px;
  display:inline-block;
  clear:right;
  min-width:200px;
  max-width: 320px;
}
.eventsPage .box{
  min-width:400px;
  max-width: 600px;
}
.right{
  float:right;
  clear:right;
}


.box h3.title{
    color:Green;
    font-weight:bold;
}
.box .title{
  padding: 5px 10px;
  border-bottom:thin solid #999999;
  background-color:#CCCCFF;
}


@media screen{
    .printonly{
        display: none;
    }

}
@media print{
    .screenonly, .col-right, .col-left, .foot{
        display: none;
    }
    .head .banner {
      font-size:xx-small;
      text-align:left;
    }
    body{
      background:white none;
      border:0;
    }



}





