html,body,div,span,
applet,object,iframe,code,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

body {
	background: #330000; 
    width: 100%;
    font : 93.75%/1.5 Verdana, Helvetica, Ariel, sans-serif; }

a.img-link, a.img-link:link, a.img-link:visited,
a.img-link:hover, a.img-link:focus, a.img-link:active  
{
  border: none 0;
  background-color: #ffffff;
}

.camra-logo {
   float: right; margin-left:1.3em; }

#wrapper {
    width: 100%;
    margin: 0 auto;
     }

#banner {
  background-image:url('../scripts/random-image.php'); 
  background-position:center;
  margin: 0 auto;
  height:183px;
  width:902px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	text-align: center;
}

#banner h1, #banner h2 {
  text-align:center;
  color: #FFCC00;
  padding: 0.2em 0 0.3em 0.3em;
  white-space: nowrap;
  font-weight:bold;
  text-shadow: 3px 3px 3px #000;
 }




nav ul {
	height: 36px;
	padding: 20px 2px 0 2px;
	width: 868px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

nav ul li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 100px;
	margin: 0 6px 0 0;
	background-color: #2B477D;
	border: solid 1px #CC9900;
	position: relative;
	z-index: 1;
}

nav ul li.selected {
	z-index: 3;
}

nav ul li.shadow {
	width: 98%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

nav ul li a:link, nav ul li a:visited {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 100px;
	height: 40px;
	line-height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	float: left;
	background: #660000;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

nav ul li a:hover {
	background-color: #CC6600;
}

nav ul li.selected a:link, nav ul li.selected a:visited {
	color: #2B477D;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #f2f2f2;
}

#battersea_countdown {
    width: 886px;
    margin:0 auto;
    text-align: center;
    font-family:'arial black', Arial, Helvetica, sans-serif;
    font-size:smaller; 
    padding: 8px;
     }

#content {
	width: 912px;
	background: #f2f2f2;
	padding: 12px;
	margin:  0 auto;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

article div {
   padding: 18px 30px 18px 30px; 
   margin:  5px;
   background: #fff;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
    }

  

/* =a */
   a:link    { color : #660000; text-decoration : none; font-weight:600; }
   a:visited { color : #660000; text-decoration : none; font-weight:600; }
   a:hover   { color : #660000; text-decoration : underline; font-weight:600; }
   a:focus   { color : #000; }
   a:active  { color : #000; outline : none; }
   :target   { background-color : #ff6; }

h2 {
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0 auto;
}

#flyer {
    float:left; 
    margin-right:10px; }

#map_iframe {
    width: 600px; 
    height: 300px; 
    float:right; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    }
    
#venue_intro {
    width: 160px; 
    height: 260px; 
    margin:0; 
    padding:20px; 
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
    }
    
#venue_bus {
    float:right; 
    width: 370px; 
    height: 260px; 
    margin:20px 0 0 15px; 
    padding:20px; 
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
 }

#venue_train {
    width: 370px; 
    height: 260px; 
    margin:20px 0 0 0; 
    padding:20px; 
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
 }
 
#venue_bike {
    float:right; 
    width: 370px; 
    height: 260px; 
    margin:20px 0 0 15px; 
    padding:20px; 
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
 }

#venue_tube {
    width: 370px; 
    height: 260px; 
    margin:20px 10px 0 0; 
    padding:20px; 
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
 }

#venue_bus h2, #venue_train h2, #venue_bike h2, #venue_tube h2, #beers h2, #ciders h2, .round1 h2  {
    margin-top:0; 
    padding-top:0;
 }

/* css styling to add icons before travel headers. */
.rail { background: url("../images/icon-rail.gif") transparent no-repeat left; }
.bus { background: url("../images/icon-buses.gif") transparent no-repeat left; }
.tube { background: url("../images/icon-tube.gif") transparent no-repeat left; }
.cycle { background: url("../images/icon-cycle.gif") transparent no-repeat left; }
.car { background: url("../images/icon-car.gif") transparent no-repeat left; }
.parking { background: url("../images/icon-parking.gif") transparent no-repeat left; }

#beers {
    width: 370px; 
    height: 200px; 
    margin:20px 10px 0 0; 
    padding:20px; 
    overflow:auto;
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
 }

#ciders {
    float: right;
    width: 370px; 
    height: 200px; 
    margin:20px 10px 0 0; 
    padding:20px; 
    overflow:auto;
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
 }

div.round1 {
    margin:20px 10px 0 0; 
    padding:20px; 
    background-color:#f2f2f2; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    border-radius: 20px; 
 }


#comments ul {list-style-type:disc; }
#comments h2 {color:#660000; font-weight:bold; }
#comments h3 {color:#660000; font-weight:bold; margin:1.2em 0; }
#comments .reply {color:#660000; font-style:italic; margin:1em 0; list-style-type:none;}
 
#foot {margin: 0 auto; }

footer			{ margin: 0 auto; text-align: center; font-size:smaller; background: #666; clear: left; width: 100%; }
footer a		{ color: #fff; }
footer ul		{ text-align: center; margin: 10px auto;  background: #666; list-style: none; width:80%; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}
footer ul li	{ display: inline; font-size: 11px; font-weight: bold; padding: 0 5px; text-align: center;  }
