/* Urban Creatures Holderpage CSS */

a { color: #999;}
a.currentPage { color: #6f85c2;}
a:link, a:visited, a:active { text-decoration: none;}
a:hover { text-decoration: underline;}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
  line-height: 1.25em;
  color: #000;
  }

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 760px;
  }

#brandAndNav {
  margin-top: 40px;
  border-bottom: 1px solid #000;
  padding: 0;
  width: 760px;
  height: 79px;
  }
  
#brandAndNav h2 {
  width: 300px;
  height: 39px;
  background:   url("../img/logo.gif") no-repeat;
  float: left;
  text-indent: -1000px;
  font-size:12px;
  }
 
#brandAndNav h1 {
  width: 300px;
  height: 39px;
  background:   url("../img/logo.gif") no-repeat;
  float: left;
  text-indent: -1000px;
  font-size:12px;
  }

#brandAndNav ul {
  height: 1em;
  float: right;
  }

#brandAndNav li {
  margin: 0 15px 0 0;
  border-right: 1px solid #000;
  padding: 0 15px 0 0;
  list-style-type: none;
  display: block;
  float: left;
  font-size: small;
  }

#brandAndNav li.lastLink {
  margin: 0;
  border: 0;
  padding: 0;
  }

#content {
  margin-top: 40px;
  width: 760px;
  height: 370px;
  }

#paraLeft, #paraRight {
  width: 330px;
  height: 300px;
  line-height: 2em;
  }

#paraLeft { float: left;}
#paraRight { float: right;}

#footer {
	margin: 0;
	border-top: 1px solid #000;
	padding-top: 10px;
	width: 760px;
	text-align: right;
	color: #666666;
  }
  
p#homepageHeadline {
  font-size: x-large;
  line-height: 1.25em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 10px;
  font-style: italic;
  }

img.thumb {
  margin: 6px 5px 0 0;
  width: 65px;
  height: 65px;
  }
  
.mainImage {
  margin: 0;
  padding: 299px 0 0.25em 0;
  width: 289px;
  height: 1.5em;
  display: block;
  /* overflow: hidden; */
  color: #000;
  line-height: 1em;
  }
  
a.mainImage p {
  margin: 0 5px 10px 5px;
  padding: 0;
  }

a.mainImage:hover {
  height: auto;
  overflow: visible;
  text-decoration: none;
  }

p.devTitle { text-transform: uppercase;}
  
#wip01a { background: /*#6f85c2*/   url("../img/wip01a.jpg") no-repeat;}
#wip02a { background: /*#6f85c2*/   url("../img/wip02a.gif") no-repeat;}
#wip03a { background: /*#6f85c2*/   url("../img/wip03a.gif") no-repeat;}
#wip04a { background: /*#6f85c2*/   url("../img/wip04a.gif") no-repeat;}

#gallery01 { background: /*#6f85c2*/   url("../img/gallery01.jpg") no-repeat;}
#gallery02 { background: /*#6f85c2*/   url("../img/gallery02.jpg") no-repeat;}
#gallery03 { background: /*#6f85c2*/   url("../img/gallery03.jpg") no-repeat;}
#gallery04 { background: /*#6f85c2*/   url("../img/gallery04.jpg") no-repeat;}
#gallery05 { background: /*#6f85c2*/   url("../img/gallery05.jpg") no-repeat;}
#gallery06 { background: /*#6f85c2*/   url("../img/gallery06.jpg") no-repeat;}
#gallery07 { background: /*#6f85c2*/   url("../img/gallery07.jpg") no-repeat;}
#gallery08 { background: /*#6f85c2*/   url("../img/gallery08.jpg") no-repeat;}


.innerheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.innerheadingBIG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.boxPAD {
	padding-left: 10px;
	padding-bottom: 5px;
}
p {
	font-size: 11px;
	color: #666666;
}
.navigate {
	font-size: 30px;
	font-weight: bold;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
	}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:bold;
	color: #666666;
	line-height: normal;
	}
.quote {
	font-size: 14px;
	line-height: normal;
	color: #666666;
	font-style: italic;
}

