/*@import url('reset.css');
@import url('layout.css');
@import url('typography.css');
@import url('imagery.css');*/

/* RESET*/
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, BUTTON,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
Layout
*/
/* xHTML Elements */
HTML, BODY {	
	height:100%;
	min-height:100%;
	width:100%;
}
H1 {
	padding-bottom:10px;
}
H2 {
	margin-top:10px;
}
H3 {
	margin-top:10px;
}
P {
	margin:10px 0;
}	
ADDRESS {
	width:150px;
	padding:2px 0 0 5px;
	display:block;
}
BLOCKQUOTE, BLOCKQUOTE P {
	margin:20px 0;
	padding:10px;
}
DD, OL LI, .page-content UL LI {
	margin-left:10px; 
}
/* Custom Elements */
.clearfix { 
	clear:both;
}	
/* Wrappers */
#outerWrap {
	min-height:100%;
	width:100%;
	margin:0;
	position:relative;
}
#innerWrap {
	min-height:100%;
}
#contentWrap, #header .buffer, #content .buffer, #footer .buffer {
	width:960px;
	margin:0px auto;
}
#contentWrap {
	padding:210px 0 0;
	position:relative;
}
/* Header */
#header {
	position:absolute;
	top:0;
	left:0;
	margin:0 auto;
	width:960px;
	z-index:0;
} 
#header IMG.logo {
	position:absolute;
	top:-40px;
	left:-66px;
	width:327px;
	height:233px;
}
#search {
	float:right;
	margin-right:10px;
	width:auto;
}
#search INPUT {
	width:242px;
}
/* Nav */
#nav {
	/*margin:170px 0 0 500px;*/
/*        float: left;
	margin:75px 0 0 385px;*/
        position: absolute;
        left: 385px;
        *left: -70px;
        _left: -100px;
        top: 75px;
	width:650px;
}
#nav UL LI {
	float:left;
	margin-left:20px;
	position:relative;
}
#nav UL LI A {
	display:block;
	padding:5px;
}
#nav UL LI UL{
	display:none;
}			
#nav UL LI:hover UL{
	display: block;
	left:-5px;
	padding-bottom:10px;
	position:absolute;
	width:150px;
}
#nav UL LI:hover UL LI, #nav UL LI:hover UL LI:hover {
	float:none;
	margin:0px!important;
	padding:0px!important;
}
#nav UL LI UL LI A{
	margin:0px!important;
	padding:7px 10px 5px;
	height:auto!important;
}
#nav UL LI:hover UL LI A:hover, #nav UL LI:hover UL LI A:active{
	margin-left:0;
	width:auto;
}	
#nav UL LI UL LI UL, #nav UL LI UL LI UL LI, #subnav LI UL, #subnav LI UL LI { /* Hide grandchildren from main nav and parents from subnav */
	display:none;
}	
#subnav LI.current_page_parent, #subnav LI.current_page_parent UL, #subnav LI.current_page_parent UL LI, #subnav LI.current_page_item UL, #subnav LI.current_page_item UL LI {
	display:block; 
}
#subnav LI.current_page_item UL LI {
	padding-left:10px;
}
#subnav LI.current_page_parent UL {
	padding-top:5px;
}
#subnav LI {
	padding:5px 0;
}
.page-item-3 {
	display: none;
}
/* Content */
#content.home .column.thin P {
	margin:0px;
}
.column, .crumbs {
	position:relative;
	width:720px;
	float:left;
}
.column.wide {
	width:960px;
	padding:0;
}
.rightSide {
	float:right;
	width:300px;
	margin-left:20px;
}
#sidebar {
	width:200px;
	margin-top:46px;
	padding:0px 40px 0 0;
	float:left;
}
#sidebar H2 {
	margin-top:0px;
}
#subnav LI A, #sidebar .widget H2 {
	display:block;
	padding:10px 0;
}
.page-content {
	margin:10px 0 20px;
}
.page-content.news {
	margin:0 0 20px;
}
.page-content P {
	margin-top:0px;
}
.page-content IMG {
	float:right;
	margin:8px 0 20px 20px;	
	width:auto;
}
.alignright {
	float:right;
}
#sidebar .column {
	margin-bottom:20px;
}
#subscribe INPUT {
	width:180px;
}
/* Footer */
#footer { 
	margin-top:20px;
}
#footer .buffer {
}
#footer UL {
	margin:0px;
}
#footer UL LI {
	width:auto;
	margin-left:20px;
}
#footer .column.thin {
	float:right;
	margin:0px 0px 4px 20px; 
	padding:10px 0px 15px 15px;
	width:450px;
}
#footer .column.first {
	margin-left:0px;
	padding-left:0px;
	width:300px; 
	float:left;
} 
.bottom-bars {
	width:100%;
	height:10px;
	position:relative;
	margin-top:-10px;
}
.wp-caption { 
	padding:10px 10px 5px 10px;
}
.wp-caption.alignnone {
	margin:10px 0;
}
.wp-caption.alignleft {
	margin:10px 10px 10px 0;
}
.wp-caption.alignright { 
	margin:10px 0px 10px 10px;
}
.wp-caption P.wp-caption-text {
	padding-top:5px;
	width:auto;
}
#footer DIV.designer-credit {
	float:right;
}
#footer DIV.designer-credit IMG {
	float:right;
	width:35px;
	height:auto;
}
#footer DIV.designer-credit SPAN {
	float:left;
	margin-right:20px;
	text-align:right;
	width:380px;
} 
#footer DIV.designer-credit SPAN SPAN {
	margin-right:0px;
	width:auto;
	float:none;
}
/* Slideshow */
#feature {
	padding:10px 10px 10px 10px;
	width:940px;
	height:515px;
}
#feature IMG.replaced {
	display:block;
	height:auto;
	width:940px;
	max-width:940px;
}
#feature .galleria {
	display:block;
	float:right;
}
#feature .galleria_container, #feature .galleria_wrapper, #feature LI.active {
	height:400px;
	display:block;
	overflow:hidden;
	float:left;
	width:940px;
}
#feature .galleria_container {
	margin-bottom:10px;
}
#feature .galleria li.active IMG,.galleria li.active {
	display:block;
}
#feature .galleria li{
	display:block;
	width:75px;
	height:75px;
	overflow:hidden;
	float:left;
	margin:0 10px 0 0;
}
#feature .galleria li a{
	display:none;
}
#feature .galleria li div{
	position:absolute;
	display:none;
	top:0;
	left:180px;
}
#feature .galleria li div IMG{
	cursor:pointer;
}
#feature .galleria li IMG.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;}
#feature SPAN.caption{
	bottom:0px;
	color:#fff;
	display:block;
	padding:0px 0 10px;
	position:absolute;
	text-align:center;
	width:900px;
}
.page-content .ngg-thumbnail IMG, .page-content .ngg-gallery-thumbnail IMG {
	width:auto;
}
#content .column.work #feature {
	padding:0 10px 10px 10px;
	width:720px;
}
#content .column.work #feature IMG.replaced {
	width:720px;
	margin-top:10px;
	display:block;
}
/* Album Style (Our Work) */
.gallery-box {
	float:left;
	width:auto;
	margin:20px 20px 0 0;
}
.gallery-description P {
	margin:0;
}
#content .ngg-galleryoverview {
	margin:0 0 0 10px;
	width:300px;
	float:right;
}
#content .ngg-albumoverview .ngg-album, #content .ngg-album {
	float:left;
	margin:0 10px 10px 0;
	padding:0px;
	width:auto;
	display:inline;
}
.ngg-gallery-thumbnail A {
	float:left;
	padding:0px;
}
#content .ngg-gallery-thumbnail IMG {
	float:none;
	margin:0px;
}
.crumbs {
	float:right;
	padding:5px 0;
}
A.back-button {
	float:right;
}
#content .ngg-albumtitle {
	margin:0 0 0 0;
}
#content .ngg-gallery-thumbnail{
	margin:0 10px 10px 0;
	height:90px !important;
	overflow:hidden;
	width:90px !important;
} 
#content .ngg-gallery-thumbnail:hover {
	cursor:pointer;
}
#content .ngg-gallery-thumbnail-box {
	float:left;
	margin-top:0px;
	width:auto;
}
#content .ngg-gallery-thumbnail-box:hover {
	width:auto;
	float:left;
	cursor:pointer;
}
#content .ngg-gallery-thumbnail IMG  {
	padding:0px;
	margin:0px;
}
#content .ngg-gallery-thumbnail A {
	padding-left:0px;
}
#content .ngg-gallery-thumbnail-box A {
	padding:0px;
	display:block;
}
#content .ngg-description {
	display:none;
}
#content .ngg-album .ngg-albumcontent, #content .ngg-album:hover .ngg-albumtitle {
	display:none;
}
#content .our-work .album, #content .ngg-albumtitle A {
	display:block;
	float:left;
	height:44px;
	margin:0 10px 10px 0;
	padding:70px 10px 20px 10px;
	width:114px;
}
#content .ngg-albumtitle A{
	margin:0;
}
#content .ngg-album:hover .ngg-albumcontent {
	display:block;
}
#content .ngg-album:hover .ngg-albumcontent .ngg-thumbnail {
	height:134px;
	width:134px;
	overflow:hidden;
}
#content .ngg-album:hover .ngg-albumcontent .ngg-thumbnail A {
	height:134px;
	width:134px;
	display:block;
}
#content .ngg-album:hover .ngg-albumcontent .ngg-thumbnail IMG {
	width:134px !important;
}
#content .ngg-thumbnail {
	margin-right:0px;
}
#content .ngg-thumbnail IMG {
	padding:0px;
	margin:0px;
}
#subnav LI.current_page_ancestor UL LI, #sidebar .widget UL LI {
	padding:5px 0 5px 20px;
}
H2.news, H2.news A {
	padding-left:0px;
}

#nav UL LI UL, #nav UL LI UL LI {
	padding-left:15px; 
}
.page-content UL LI {
	margin-left:10px;
}
#news-archive {
	margin-bottom:40px;
}
.wpcf7 FORM {
	margin:0px;
	padding:0px;
}
LEGEND {
	padding-bottom:5px;
	width:100%	
}
.gallery {width:100%;}
#gallery-1 .gallery-item {float:left;width:auto!important;}
#gallery-1 .gallery-item IMG {margin:0 10px 0 0;}


/* 
TYPORGRAPHY
Font Stacks
body: Helvetica Neue, Arial, Helvetica, sans-serif
titles: Helvetica, Helvetica Neue, Arial, sans-serif
*/
HTML, BODY {
	font:normal 300 14px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
H1 {
	color:#fff;
	font:normal 100 24px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:5px;
	text-transform:uppercase;
	word-spacing:0px;
}
H2 {
	font:normal 900 20px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
H3,LEGEND {
	font:normal 100 16px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:uppercase;	
}
H4, .wpcf7 INPUT {
	font:normal 900 14px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	}	   
H5, H6 {
	font:normal 100 12px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:uppercase;
	}
HTML, BODY, H1, H2, H3, H4, H5, H6, P {
	color:#eee;
	line-height:150%;
}	
H2.news, H2.news A {
	font:normal 100 16px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
	line-height:200%;
	word-spacing:0px;
}
A {
	color:#fff;
}	
A:hover, #subnav LI.current_page_item:hover  {
	color:#F47918;
}
#content .gallery-description A, #content .post-content A {
	color:#fff;
	font:normal 100 10px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:5px;
	text-decoration:underline;
	text-transform:uppercase;
}
#content .ngg-albumtitle {
	font:normal 300 12px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.page-content P {        
	font:normal 100 16px/200% "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
}
ADDRESS {
	font:normal normal 10px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:uppercase;
	color:#b6b6b6;
}
BLOCKQUOTE, BLOCKQUOTE P {
	background:#eee;	
	font:normal 100 20px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
ACRONYM {
	font-style:italic; 
}
DT	{
	font-weight:bold;
}
.number {
	font-size:12px;}
	
.number {
	color:#b6b6b6;
}	
.footer-email {
	font-size:12px;
}		
#nav UL LI A, #sidebar LI, #sidebar A, .crumbs, .crumbs A, H2.widgettitle {
	font:normal 900 12px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:5px;
}

.crumbs, .crumbs A {
	font:normal 900 10px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:2px;
}
#nav UL LI A:hover, #nav UL LI A:active, #subnav LI A:hover, #subnav LI A:active {
	text-decoration:none;
}
#nav UL LI UL, #nav UL LI UL LI A {
	font:normal 100 11px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}			
.column.thin H1, .column.thin H2 {
	font-size:14px;
	font-weight:bold;
}
.column.thin H1, .column.thin H2, .column.thin P {
	line-height:150%;
} 
#footer {
	font:normal normal 12px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#b6b6b6;
}
#footer A {	
	font:normal 100 11px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:5px;
	text-decoration:none;
	text-transform:uppercase;
}
#footer A.footer-email {
	font-size:12px;
} 
#footer .designer-credit A, #footer .designer-credit SPAN {
	font-size:10px;
	letter-spacing:5px;
	text-decoration:none;
	text-transform:uppercase;
}
#footer .designer-credit A:hover {
	background:none;
	text-decoration:none;
}
.wp-caption, .wp-caption P {
	font-size:10px; 
	line-height:150%;
}
#feature .caption {
	color:#b6b6b6;
	font:normal 100 10px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:5px;
	text-transform:uppercase;
}
.gallery-description P {
	font:normal 100 10px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#content .our-work .album, #content .ngg-albumtitle A {
	font:normal 900 12px "Arial Narrow", Arial, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:2px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#subnav LI.current_page_ancestor A, #sidebar .widget A {
	text-decoration:none;
}
#content .ngg-albumoverview .ngg-album .ngg-albumtitle A {
	text-decoration:none;
}
.wpcf7 FORM,.wpcf7 FORM FIELDSET, .wpcf7 FORM P, LEGEND, INPUT {
	line-height:100%;
	margin-bottom:0px;
}
.wpcf7 FORM FIELDSET {
	padding-bottom:0px;
}
.wpcf7 FORM INPUT {
	letter-spacing:0.25pt;
}
LEGEND, .wpcf7 FORM {
	border-bottom:1px dotted #333;
}


/* 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;
}

