/* Imagery */

/* HTML Elements */
HTML  {
	background:#000;
}
BODY  {
	background:#000 url('img/FITTS-header.jpg') no-repeat top center;
} 
H1 {
	border-bottom:1px solid #525252;
}
A {
	background:transparent;
}
A:hover {
	cursor:pointer;
}
.page-content A:hover {
	background:none;	
}
/* Wrappers */
#outerWrap {
	background:url('img/FITTS-footer.jpg') repeat-x bottom; 
}		
#innerWrap {
}
#contentWrap {
	background:transparent;
}
/* Nav */
#nav {
	background:transparent;
}
#nav UL LI UL LI A {
	background:#000;
	/*filter:alpha(opacity=70);*//* for IE */
	/*opacity:0.7;*//* CSS3 standard */
} 
#nav UL LI UL LI A:hover {
	/*filter:alpha(opacity=80);/* for IE */
	/*opacity:0.8;/* CSS3 standard */
}
#nav UL LI:hover UL {
	background:#000;
}		 
#nav UL LI:hover UL LI UL{
	background:none;
}		 
#subnav {
	border-top:1px solid #333;
}
#subnav LI, #sidebar .widget{
	border-bottom:1px solid #333;
}
#subnav LI.current_page_ancestor UL LI, #sidebar .widget UL LI {
	border-top:1px solid #333;
	border-bottom:none;
}

#subnav LI.current_page_item {
	border-bottom:none;
}
#subnav LI.current_page_item UL {
	border-top:1px solid #333;
}
#subnav LI.no-border {
	border-bottom:none;
}
#sidebar A {
	color:#aaa;
}
/* Content */
#feature {
	background:#000 url('img/FITTS-feature-bg.jpg') repeat-x top;
	border:1px solid #333;
}
.column.thin {
	background:#efefef;
} 
#footer .column.thin {
	background:none;
}
#footer A:hover { 
	background:transparent;
}
.wp-caption {
	border:1px solid #222;
	background:#111;
}
#feature .galleria LI:hover {
	cursor:pointer;
}
.crumbs {
	border-top:1px solid #333;
}
#content .our-work .album, #content .ngg-albumtitle A {
	background:#9C9C9C;
	color:#000;
}
#content .our-work .album.in-progress {
	background:#525252;
	color:#000;
}
#content .our-work .album.filler, #content .our-work .album.filler:hover {
	background:#222;
	color:#000;
}
#content .our-work .album:hover {
	background:#F47918;
	color:#000;
	cursor:pointer;
}
.page-content UL LI {
	list-style:square outside;
}
#content .ngg-gallery-thumbnail IMG, #content .ngg-albumoverview .ngg-album, #content .ngg-thumbnail IMG {
	border:none;
}
#content .ngg-gallery-thumbnail IMG:hover {
	background:#F47918;
} 
#content .ngg-album {
	border:none;
	border-bottom:7px solid #eee;
}
#content .ngg-gallery-thumbnail IMG:hover {
	background:none;
	cursor:pointer;
}
#content .ngg-gallery-thumbnail-box A:hover, #content .ngg-gallery-thumbnail-box A:active {
	background:none;
}
#content .ngg-thumbnail A, #content .ngg-gallery-thumbnail {
	background:#525252;
}

