/* @override http://www.meshfolk.com/css/style.css */

@charset "UTF-8";

/******************************************************************
*******************************************************************
	MAIN
*******************************************************************
******************************************************************/

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

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

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, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999999;
	line-height:1;
	vertical-align:baseline;
	margin: 0;
}

body { background-color: #0D0D0D; }

ol, ul { list-style: none; }

table { border-collapse:collapse; }

caption, th, td {
	text-align: left;
	font-weight: normal;
}

input, textarea { color:#000000; }

blockquote,
q {	
	background-color: transparent;
	background-image: url(/images/blockquote.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding:.25em 0 .25em 40px; /* 40px makes room for the blockquote img on the left */
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height: 1.625em;
}

*.clear { clear:both; }

*.underline { text-decoration:underline !important; }

*.textleft { text-align:left; }

*.textright { text-align:right; }

*.textcenter { text-align:center; }

*.valigntop { vertical-align:top; }

*.valignmiddle { vertical-align:middle; }

*.valignbottom { vertical-align:bottom; }

/* Images (start) */

img.imgNoFloat {
	padding: 1em 0em 1em 0em;
	border: none;
	clear:both;
}

img.imgRight {
	float: right;
	padding: 1em 0em 1em 1em;
	border: none;
}

img.imgLeft {
	float: left;
	padding: 1em 1em 1em 0em;
	border: none;
}

/* Images (stop) */

/* Links (start) */

a {
	color: #666666;
	text-decoration: underline;
}

a:link { text-decoration: underline; }

a:visited {
	color: #666666;
	text-decoration: underline;

}

a:hover {
	color: #999999;
	text-decoration: underline;	
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Links (stop) */

div#bodywrapper {
	width:100%;
	height:100%;
}

/******************************************************************
*******************************************************************
	HEADER
*******************************************************************
******************************************************************/

div#header {
	background: #000;
	padding-top: 18px;
}

#meshfolk-logo {
	display: block;
	width: 131px;
	height: 81px;
	margin: 0 auto;
}

div#navcontainer {
	background-image: url(/images/interface/bg_navbarBottomGradient.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 35px;
}

ul#nav {
	width: 500px;
	height: 9px;	
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

ul#nav li { display: inline; }

ul#nav li a {
	width: 50px;
	height: 9px;
	line-height: 0;
	margin: 0 22px;
	float: left;
	background-image: url(/images/interface/navBar.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	
}

/* @Nav Non-Active States (start) */

ul#nav li a#nav_about {
	background-position: 0px 0px;
	width: 40px;
}

ul#nav li a#nav_about:hover {
	background-position: 0px -10px;
}

ul#nav li a#nav_portfolio {
	background-position: -84px 0px;
	width: 62px;
}

ul#nav li a#nav_portfolio:hover {
	background-position: -84px -10px;
}

ul#nav li a#nav_newsletter {
	background-position: -190px 0px;
	width: 73px;
}

ul#nav li a#nav_newsletter:hover {
	background-position: -190px -10px;
}

ul#nav li a#nav_careers {
	background-position: -307px 0px;
	width: 48px;
}

ul#nav li a#nav_careers:hover {
	background-position: -307px -10px;
}

ul#nav li a#nav_contact {
	background-position: -400px 0px;
	width: 54px;
}

ul#nav li a#nav_contact:hover {
	background-position: -400px -10px;
}

/* @Nav Non-Active States (stop) */

/* @Nav Active States (start) */

ul#nav li .nav_active_about {
	background-position: 0px -20px;
	width: 40px;
}

ul#nav li .nav_active_portfolio {
	background-position: -84px -20px;
	width: 62px;
}

ul#nav li .nav_active_newsletter {
	background-position: -190px -20px;
	width: 73px;
}

ul#nav li .nav_active_careers {
	background-position: -307px -20px;
	width: 48px;
}

ul#nav li .nav_active_contact {
	background-position: -400px -20px;
	width: 54px;
}

/* @Nav Active States (stop) */

div#midgraphic {
	width:100%;
	height:100px;
	background-color:#010506;
	text-align:center;
}

/******************************************************************
*******************************************************************
	LEFT NAV
*******************************************************************
******************************************************************/

div#leftnav {
	float:left;
	width:170px;
	min-height:1px; /* hold div open when empty */
}

/***General*********************************************************/
div#dgmenu { width:170px; }											/* change menu width, MUST CHANGE "div#dgmenu h4" background position when changing this, must be 22px greater */

div#dgmenu * {	
	margin:0;														/* do not change */
	padding:0;														/* do not change */
	display:block;													/* do not change */
	background-color:#0D0D0D;										/* change menu background color */
	color:#666666;													/* change menu non-selected/hover font color */
	text-decoration:none;											/* do not change */
	text-align:right;												/* do not change */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; /* change menu font family */
	font-size:12px;													/* change menu font size */
	font-weight:normal;												/* change menu font weight */
	line-height:120%;												/* change menu line height */
	letter-spacing:normal;											/* change menu letter spacing */
}

div#dgmenu ul ul { display:none; }									/* do not change [hides all menu dropdowns initially] */

div#dgmenu li { list-style:none; }									/* do not change [remove bullets from list items] */

/***Header Tags*****************************************************/

div#dgmenu h3,
div#dgmenu h4 { cursor:pointer; }									/* do not change [provides main/sub headers a clickable look during mouseover] */

div#dgmenu h3 {
	padding:5px 15px 5px 5px;										/* do not change [sub headers padding/indentation] */
	background-image:url(/images/dgmenu/leftarrow.png);			/* change the arrow image for main headers non-selected */
	background-position:right center;								/* do not change */
	background-repeat:no-repeat;									/* do not change */
}

div#dgmenu h4 {
	padding:5px 25px 5px 5px;										/* do not change [main headers padding/indentation] */
	background-image:url(/images/dgmenu/subleftarrow.png);		/* change the arrow image for sub headers non-selected */
	background-position:148px center;								/* INCREASE or DECREASE this value when changing the menu width, should always be 22px less than the menu width */
	background-repeat:no-repeat;									/* do not change */
	font-size:10px;													/* change sub headers font size */
}

div#dgmenu h3.hover {
	color:#ffffff;													/* change main headers hover over text color */
	background-image:url(/images/dgmenu/hoverleftarrow.png);		/* change the arrow image for main headers when hovered over but not-selected */
}

div#dgmenu h4.hover {
	color:#ffffff;													/* change sub headers hover over text color */
	background-image:url(/images/dgmenu/hoversubleftarrow.png);	/* change the arrow image for sub headers when hovered over but not-selected */
}

/***Anchor Tags*****************************************************/

div#dgmenu a.h3 {
	padding:5px 15px 5px 5px;										/* SET SAME AS "div#dgmenu h3" ABOVE */
}

div#dgmenu a.h4 {
	padding:5px 25px 5px 5px;										/* SET SAME AS "div#dgmenu h4" ABOVE */
	font-size:10px;													/* SET SAME AS "div#dgmenu h4" ABOVE */
}

div#dgmenu > ul > li > ul > li > ul > li a {
	padding:2px 32px 2px 2px;										/* do not change [submenu link padding/indent] */
	font-size:10px;													/* change submenu link font size */
}

div#dgmenu a:hover { color:#ffffff; }								/* change link hover color */

div#dgmenu a:visited { }											/* change visited link style */

/***Selected Menu Items*********************************************/

div#dgmenu .selected {
	color:#FFFFFF;													/* change color of selected main/sub headers and links */
}

div#dgmenu h3.selected {
	background-image:url(/images/dgmenu/downarrow.png);			/* change the arrow image for main headers when selected */
}

div#dgmenu h4.selected {
	background-image:url(/images/dgmenu/subdownarrow.png);		/* change the arrow image for sub headers when selected */
}

/******************************************************************
*******************************************************************
	CONTENTBODY > CONTENTWRAP > CONTENT
*******************************************************************
******************************************************************/

div#contentbody {
	background-image: url(/images/interface/bg_contentTopGradient.png);
	background-repeat: repeat-x;
	background-position: top;
	padding:32px 0; /* 32px pushes the content below the (16x32 px - bg_contentTopGradient.png) */
}

div#contentwrapper {
	width:860px;
	margin:0 auto;
}

div#content {
	float: left;
	width: 460px;
	min-height:1px; /* hold div open when empty */
	margin: 0 30px;
}

div#content p, span {
	color: #999999;
	font-size: .725em;
	font-weight: normal;
	line-height: 1.625em;
	padding-bottom: .625em;
}

div#content h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .25em;
}

div#content h2 {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .25em;
}

div#content h3 {
	color: #CCCCCC;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .25em;
}

div#content label {
	color:#ffffff;
	font-size: .725em;
}

div#content table.formtable td {
	padding:8px 0;
}

div#content table.formtable tr > td:first-child {
	padding-right:8px;
}

/******************************************************************
*******************************************************************
	RIGHT NAV
*******************************************************************
******************************************************************/

div#rightnav {
	float:left;
	width:170px;
	min-height:1px; /* hold div open when empty */
}

/******************************************************************
*******************************************************************
	FOOTER
*******************************************************************
******************************************************************/

div#footer {
	width:100%;
	height:100px;
	background-color:#03070A;
}

/******************************************************************
*******************************************************************
	LIGHTBOX
*******************************************************************
******************************************************************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Lucida Sans Unicode, Lucida Grande, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #333; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
