/* MAIN CSS */

/*---- BASIC STYLES ----------------------------------------------------------*/

body {
	padding: 0px 0px 15px 0px; margin: 0px;
	font: .8em/1.58em verdana, "trebuchet ms", georgia, sans-serif; 
	background: url(../../../images/bg.gif) repeat top left;
}

a:link { color: #660033; }

a:visited { color: #7F375C; }

a:hover { background: #fff; color: #D92B88; }

acronym {
	cursor: help;
	border-bottom: 1px dotted #1F2E37;
}

code {
	font-size: 1em;
	font-family: Monaco, "Courier New", Courier, monospace;
	color: #AD4A14;
}

h1, h2, h3 { 
	font-weight: normal; 
	color: #fff;
}

h1 { font-size: 1.8em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.3em; }

h4 { font-size: 1em; }

img { border: none; }

input, textarea, select { font-family: verdana, "trebuchet ms", georgia, sans-serif; }

td { vertical-align: top; }

th { text-align: left; }

ul { padding-left: 15px;
	_margin-left: 3px;
}

/*---- CLASS STYLES ----------------------------------------------------------*/

.portfolioBorder {
	border: solid 3px #fff;
	}
.floatR {
	float:right;
	margin-left:5px;
	}
.aboutPic img{
	position: relative;
	float: left;
	margin: 18px 10px 0px 0px;
	border: 3px solid #fff;
}
.alignRight { text-align: right; }

.alignCenter { text-align: center; }

.blurb {
	position: relative;
	padding: 10px 0px 0px 0px;
}
.blurb h1 {
	margin: 13px 0px 10px 0px;
	letter-spacing: .06em;
}
.blurb img {
	position: relative;
	float: left;
	width: 63px;
}
.blurb p {
	position: relative;
	float: right;
	width: 180px;
	margin-top: 0px;
}
/* BUG FIX: IE6 minor spacing issue */
*html .blurb p { padding-top: 10px; }
.news:link { 
	color: #74BE4B; 
	text-decoration: none; 
}
.news:visited { 
	color: #74BE4B; 
	text-decoration: none; 
}
.news:hover { 
	color: #74BE4B; 
	text-decoration: underline; 
}
.articles:link { 
	color: #6CA6A3; 
	text-decoration: none; 
}
.articles:visited { 
	color: #6CA6A3; 
	text-decoration: none; 
}
.articles:hover { 
	color: #6CA6A3; 
	text-decoration: underline; 
}
.employ:link { 
	color: #74BE4B; 
	text-decoration: none; 
}
.employ:visited { 
	color: #74BE4B; 
	text-decoration: none; 
}
.employ:hover { 
	color: #74BE4B; 
	text-decoration: underline; 
}

.downloads:link { 
	color: #F55601; 
	text-decoration: none; 
}
.downloads:visited { 
	color: #F55601; 
	text-decoration: none; 
}
.downloads:hover { 
	color: #F55601; 
	text-decoration: underline; 
}
.clear { position: relative; clear: both; }

.clearLeft { 
	position: relative;
	clear: left;
}
.clearRight {
	position: relative;
	clear: right;
}

.green { color: #74BE4B; }

.blue { color: #6CA6A3; }

.orange { color: #F55601; }

.white { color: #fff; }

.floatRight {
	position:relative;
	float: right;
}
.floatLeft {
	position:relative;
	float: left;
}
.imgFloatRight {
	position:relative;
	float:right;
	margin-left: 10px;
}
.imgFloatLeft {
	position:relative;
	float: left;
	margin: 0px 10px 10px 0px;
}
.hidden { display: none; }

.dotLine {
	border-bottom: 1px dotted #fff;
	clear: both;
}

.line {
	margin-top: -20px;
	height: 13px;
	background: url(../../../images/box.gif) no-repeat bottom right;
	border-bottom: 3px solid #fff;
}

.line2 {
	margin-top: -20px;
	height: 13px;
	background: url(../../../images/box2.gif) no-repeat bottom right;
	border-bottom: 3px solid #fff;
}

/* BUG FIX: IE6 minor spacing issue */
*html .line { margin-top: -30px; }

/* BUG FIX: IE6 minor spacing issue */
*html .line2 { margin-top: -30px; }

/* BUG FIX: Fixes Mac IE minor spacing issue */
/*\*//*/
.line, .line2 { padding-top: 10px; }
/**/

/* MARGIN ====================================================================*/

.noMarg { margin: 0px; }

.noMargBot { margin-bottom: 0px; }

.noMargTop { margin-top: 0px; }

.margBot5 { margin-bottom: 5px; }

.margBot10 { margin-bottom: 10px; }

.padTop10 { padding-top: 10px; }

/* MENU CONTENT ==============================================================*/

.menuContent { padding: 0px 0px 20px 20px; }

.menuContent h1 { margin: 13px 0px 5px 0px; }

.menuContent a { 
	color: #D92B88; 
	text-decoration: underline; 
}

.menuContent a:visited { color: #7F375C; }

.menuContent a:hover { 
	background: #fff; 
	color: #660033; 
}

.menuContent .xlink {
	padding-right: 15px;
	background: url(../../../images/xlink_h.gif) no-repeat center right;
}

.menuContent .xlink:visited { background: url(../../../images/xlink_v.gif) no-repeat center right; }

.menuContent .xlink:hover { background: url(../../../images/xlink.gif) no-repeat center right #fff; }

.menuContent a.noBg:hover { background: none; }

.menuField {
	font-size: 1em;
	width: 100%;
	_width: 230px;
	padding: 2px 0px;
	background: #6CA6A3;
	border-left: 1px solid #fff; border-top: 1px solid #fff;
	border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;
}

.submit {
	color: #fff;
	padding: 3px;
	background: #AD4A14;
	border-left: 1px solid #fff; border-top: 1px solid #fff;
	border-right: 1px solid #aaa; border-bottom: 1px solid #aaa;
}

/* X LINKS ===================================================================*/

.xlink {
	padding-right: 15px;
	background: url(../../../images/xlink.gif) no-repeat center right;
}

.xlink:visited { background: url(../../../images/xlink_v.gif) no-repeat center right; }

.xlink:hover { background: url(../../../images/xlink_h.gif) no-repeat center right #fff; }

/* MISCELANEOUS ==============================================================*/

.border { border: 3px solid #fff; }

.border2 { border: 1px solid #000; }

.contentField {
	font-size: 1em;
	width: 100%;
}

.directions { width: 185px; _padding: 15px 0px; }

/* BUG FIX: fix padding after line on contact.php */
*html .fixPad { _padding-top: 15px; }

.map { 
	width: 200px;
	padding: 0px 20px 0px 0px;  
	_padding: 15px 20px 0px 0px; 
}

.noBg:hover { background: none; }

.regText { font-size: 12px; }

/* portfolio thumbnails */
.thumb { margin: -2px 4px 0px 0px ; border: 3px solid #fff; }

/* BUG FIX: Fixes IE6 minor spacing issue */
*html .thumb { margin: 4px 4px 0px 0px; }

/* BUG FIX: Fixes Mac IE minor spacing issue */
/*\*//*/
.thumb { margin-top: 4px; }
/**/

/*---- ID STYLES -------------------------------------------------------------*/

#blackBar {
	width: 100%;
	height: 185px;
	background: #000;
	border-bottom: 3px solid #fff;
}

/* BUG FIX: IE6 strectches bg behind whole container. Replace color w/ image. */
*html #blackBar {
	background: url(../../../images/black_bar.gif) repeat-x top left;
	border: none;
}

#container {
	position: relative;
	margin: auto;
	width: 749px;
	background: url(../../../images/content_bg.gif) repeat-y top left;
}

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

#header {
	position: relative;
	width: 749px;
	background: #000;
}

#header img {
	position: relative;
	float: left;
	
	display: block;
}

#logo {
	width: 440px;
	height: 50px;
	margin-bottom: 0px;
	padding-right: 72px;
}



/* NAV =======================================================================*/

#nav {
	position: relative;
	padding-top: 3px;
	color: #fff;
	background: url(../../../images/nav_bg.gif) repeat-x top left #AD4A14;
	border: 3px solid #fff; border-top: 0;
}

#nav ul {
	margin: 0px; 
	padding: 0px;
}

#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav a {
	color: #fff;
	text-decoration: none;
	padding: 0px 8px 0px 4px;
}

#nav a:visited { color: #fff; }

#nav a:hover { color: #000; background: none; }

/* SUBHEAD ********************************************************************/

#subhead {
	position: relative;
	height: 109px;
	border-bottom: 3px solid #fff;
}

#subhead img { display: block; }

/* RECENT WORK (index.php) ****************************************************/

#recentWork {
	position: relative;
}

#recentWork img { 
	position: relative;
	float: left;
	margin-top: -52px;
	margin-right: 10px;
	z-index: 100;
}
	
#recentWork h1 {
	position: relative;
	margin: 0px;
	padding-top: 13px;
	z-index: 0;
}

/* BUG FIX: Fixes Mac IE positioning bug for #recentWork elements */
/*\*//*/
#recentWork h1 { margin: -45px 0px 0px 305px; }
/**/

/* PAGE TITLE *****************************************************************/

#pageTitle {
	position: relative;
}

#pageTitle img { 
	position: relative;
	float: left;
	margin-top: -43px;
	margin-right: 5px;
	border: 3px solid #fff;
}
	
#pageTitle h1 {
	padding-top: 13px;
	margin: 0px;
	font-size: 2.2em;
}

/* SIDE L *********************************************************************/

#sideL {
	position:relative;
	float: left;
	width: 472px;
}

/* CONTENT ===================================================================*/

#content {
	position: relative;
	padding: 10px 31px 10px 31px;
}

#loginForm, #loginForm input { font-size: 14px; }

/* SIDE R *********************************************************************/

#sideR {
	float: left;
	margin-top: -53px;
	width: 257px;
	color: #fff;
}

/* GOSSIP (index.php) ========================================================*/

#gossip {
	position: relative;
	margin: 15px 3px 30px 3px;
}

#gossip a {
	width: 271px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #59a031;
	border-top: 3px solid #fff; border-bottom: 3px solid #fff;
	display: block;
}

#gossip a:hover { background: #6CA6A3; }

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

#footer {
	position: relative;
	font-size: .75em;
	color: #fff;
	text-align: center;
	width: 743px;
	background: #AD4A14;
	border: 3px solid #fff;
	clear: both;
}

#footer a { color: #fff; }

#footer a:visited { color: #C6DDCD; }

#footer a:hover { color: #000; background: none; }

/* LOGIN **********************************************************************/

#login {
	position: relative;
	margin: auto;
	width: 208px;
	padding-left: 541px;
}

#login img { margin-top: -1px; }

#login a:hover { background: none; }
	

/*---- LIGHTBOX STYLES -------------------------------------------------------*/


#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../../../images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	



	
	
