/* Header */
#header{height:500px;margin-left:-10px;position:relative;width:962px;}

/* Slideshow */
#slideshow{height:500px;left:0;position:absolute;top:0;width:962px;z-index:1;}
#slideshow ul{height:500px;overflow:hidden;width:962px;}
#slideshow a:hover{border-bottom:none;}
#slideshow .slideshow-nav{display:block;height:32px;opacity:.4;overflow:hidden;position:absolute;text-indent:-100px;top:230px;width:32px;}
#slideshow .slideshow-nav:hover{opacity:.8;}
#slideshow #slideshow-prev{background:#000 url(../gfx/left.png) no-repeat 6px 7px;left:-15px;}
#slideshow #slideshow-prev:hover{background:#eaed10 url(../gfx/left-blk.png) no-repeat 6px 7px;}
#slideshow #slideshow-next{background:#000 url(../gfx/right.png) no-repeat 8px 7px;right:-15px;}
#slideshow #slideshow-next:hover{background:#eaed10 url(../gfx/right-blk.png) no-repeat 8px 7px;}


/* Slideshow */
#slideshow div.shadow {
	position: absolute;
	bottom: 5px;
	width:400px;
	right:0;
	background:url(../gfx/alt/bg-content.png) no-repeat bottom left;
}
#slideshow div.details {
	background:#FFF;
	margin:0 0 9px 7px;
	padding:10px;
}
#slideshow p { margin:8px 0 5px 0; }
#slideshow p {
	line-height:16px;
	font-size:12px;
	margin-left:0;
}
#slideshow h3 {
	color: #111;
	text-transform: uppercase;
}

/* Home */

.home_about h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #444;
  font-family: "skolar-1","skolar-2","Georgia",serif;
}

.home_about h2 strong {
  font-weight: normal;
}
.home_about p {
  font-size: 1.3em;
  line-height: 1.3em;
}


.details h1 {
  line-height: 1.1em;
}
.details span {
	display: inline-block;
	margin-top:10px;
	padding: 5px 30px 5px 7px;
	border-radius:3px;
	font-size:10px;
	color:#666;
	-webkit-transition-property: padding-right, color;
	-webkit-transition-duration: .5s, .5s;
	background: #CCC url(../gfx/arrow-rt.png) no-repeat center right;
}
.details a {
	color:#666;
}
.details a:hover {
	color:#000;
}
#slideshow span:hover {
	padding-right:50px;
	color:#000;
	cursor: pointer;
}

/* Logo */
#nbw-logo {
	top:395px;
}

/* Headings */
.skolar {
	font-size:25px;
	line-height:30px;
	margin-bottom:5px;
	color:#666;
}
.subtext {
	color:#AAA!important;
	font-size:20px!important;
	line-height:25px!important;
}

/* Featured Items */
#featured-items img { width:228px; height:100px; }

#featured-items .featured_item {
  text-align: justify;
}