﻿html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url('images/bgW.jpg');
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #008;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 37px auto;
	width: 750px;
	background: navy;
  position: relative;
}

#logoL {
  position: absolute;
  top: -16px;
  left: 3px;
  width: 290px;
  color: #52616E;
    margin: 0;
  font-weight: bold;
  color: white

}

#logoR {
  position: absolute;
  top: -16px;
  left: 537px;
  width: 212px;
  color: #52616E;
    margin: 0;
  font-weight: bold;
  color: white

}


#imaps  {
  background: url(images/imaps.jpg) no-repeat;
  height: 140px;
}



#headervi {
  background:orange url(images/headers/vacideas.jpg) no-repeat;
  height: 127px;
}

#headervideo {
  background:orange url(images/headers/video.gif) no-repeat;
  height: 127px;
}


#headerevents {
  background:orange url(images/headers/eventsbanner.jpg) no-repeat;
  height: 127px;
}


#headerw {
  background:orange url(images/headers/weather.jpg) no-repeat;
  height: 127px;
}

#headerpts {
  background:orange url(images/headers/were-to-stay.jpg) no-repeat;
  height: 127px;
}

#headerpics {
  background:orange url(http://www.visitvictoriacounty.com/images/headers/photo.jpg) no-repeat;
  height: 127px;
}

#headerdest {
  background:orange url(http://www.visitvictoriacounty.com/images/headers/destinations.jpg) no-repeat;
  height: 127px;
}



#nav {
  background: e5bb4b;
  position: absolute;
  top: 107px;
  left: 47px;
  width: 685px;
  padding: 0px 0;
  text-align: center;
  
}

#nav li {
  list-style: none;
  display: inline;
  font-size: 13px;
  color: #008;
}
#nav a {
  text-decoration: none;
  color: #008;
}

#nav a:hover {
  text-decoration: underline;
}


#body {
  padding-top: 3px;
  background-color:navy;
}
#categories {
  float: left;
  width: 165px;
}

#seasonal, #collection {
  float: right;
  width: 582px;
  background: #ffffff;
  margin-bottom: 2px;
}
#seasonal .inner, #collection .inner {
  padding: 6px 12px;
}
#seasonal p, #collection p {
  margin: 0.9em 0;
}

#imaps  {
  background: url(images/imaps.jpg) no-repeat;
  height: 140px;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif;
  font-weight:bold; 
  color: #008;
  padding-bottom: 10px;
}

h1 {
  font-weight:bold;
  font-style:italic; 
  color:silver;
  text-align:center;

}

#categories h2 {
  color: #fff;
  text-align:left;
  padding: 14px 10px 5px 10px;

}
#categories li {
  background: left url(images/bullet4.jpg);
  border-top: 1px solid #F4EFDF;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 25px;
}
#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}

.gallerycontainer{
position: relative;
padding:10px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
display:inline;
border: 1px solid white;
margin: 0 5px 5px 0;

}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -400px;
left: 4px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




#copyright {
  text-align: center;
  color:orange;
  font-size: 9px;
  padding: 3px;
}