/* Theme for Cheshire Cup Cakes */
body, html {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #a6aeb3;
  background-color:#0C0452;
}

/* Links */
a:link {text-decoration: none; color:black;}
a:visited {text-decoration: none; color:black;}
a:active {text-decoration: underline; color:navy;}
a:hover {text-decoration: underline; color:navy;}

#contact a { color:#7f7f7f; }

.quote{
  color:#f05ebe;
  font-weight:bold;
}

ul#nav {
  list-style:none;
}

ul#nav li {
  display:inline;
}

ul#nav li#nav-home a {
  width:156px;
  background: url('../images/navigation.jpg') no-repeat 0 0;
}

ul#nav li#nav-cakes a {
  width:134px;
  background: url('../images/navigation.jpg') no-repeat -156px 0;
}

ul#nav li#nav-orders a {
  width:142px;
  background: url('../images/navigation.jpg') no-repeat -290px 0;
}

ul#nav li#nav-weddings a {
  width:143px;
  background: url('../images/navigation.jpg') no-repeat -432px 0;
}

ul#nav li#nav-contact a {
  width:152px;
  background: url('../images/navigation.jpg') no-repeat -575px 0;
}

ul#nav li#nav-home a:hover {
  background: url('../images/navigation.jpg') no-repeat 0 -141px;
}

ul#nav li#nav-cakes a:hover {
  background: url('../images/navigation.jpg') no-repeat -156px -141px;
}

ul#nav li#nav-orders a:hover {
  background: url('../images/navigation.jpg') no-repeat -290px -141px;
}

ul#nav li#nav-weddings a:hover {
  background: url('../images/navigation.jpg') no-repeat -432px -141px;
}

ul#nav li#nav-contact a:hover {
  background: url('../images/navigation.jpg') no-repeat -575px -141px;
}

ul#footer-nav {
  list-style:none;
}

ul#footer-nav li {
  display:inline;
  color:black;
}

#footer {
  color:black;
  border-top:3px solid white;
}

#footer p {
  font-weight:bold;
  font-size:0.8em;
}

#content img {
  border:3px solid white;
}

