/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #e3e3e3;
	background-image: none;
}

#container {
	width: 720px;
	border: 1px solid #b3b3b3;
	background-color: white;
	position: relative;
	top: 10px;
	z-index: 0;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

#topbar {
	border-width: 2px;
	border-style: hidden;
	background: #9fb0c8 url(images/top-bar-white.png) repeat scroll 0 0;
	color: #191919;
	line-height: 20px;
	font-size: 13px;
	padding-left: 30px;
	font-variant: normal;
	text-transform: capitalize;
	direction: ltr;
	word-spacing: 9px;
	font-weight: bold;
}

#logo {
	float: right;
	padding-left: 30px;
}

#logo_left {
	float: left;
	padding-right: 30px;
}

#contactSheet {
	background-color: #191919;
	width: auto;
	height: auto;
	margin-top: 50px;
}

#contactSheet img {
	text-align: center;
	border: 1px solid #ccc;
	z-index: 9;
	margin: 9px;
}

#pageHeader {
    font-family: Helvetica, Arial, sans-serif;
	width: 320px;
	float: none;
	position: relative;
	left: 150px;
	clear: right;
	text-align: right;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
	top: 30px;
}

#pageHeader h1 {
	letter-spacing: -3px;
	word-spacing: 2px;
	font-size: 48px;
	color: #333333;
	margin-top: 40px;
}

#pageHeader h2 {
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: lighter;
	color: #999999;
	margin-top: -25px;
}

#navContainer {
    margin-left: 20px;
	position: relative;
	top: -100px;
}

#textContent { /*top, right, bottom, left*/
    background-color: white;                             
    text-align: justify;
	margin-bottom: auto;
	margin-left: auto;
	padding: 20px 50px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#textContent.pullquote {
	width: 150px;
	height: 100px;
	padding: 20px;
	font: 23px Georgia, "Times New Roman", Times, serif;
	color: #930f4a;
	position: relative;
	float: right;
	clear: right;
	text-align: right;
}

#textContent img {
	border-bottom-style: none;
}

#textContent img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
	border-style: none;
}

#textContent img.left {
	float: left;
	margin-bottom: 5px;
	border-style: none;
	margin-right: 20px;
}

#textContent p {
	line-height: 22px;
	letter-spacing: -1px;
	padding-top: 10px;
}

#textContent h1 {
    letter-spacing: -3px;
	word-spacing: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 46px;
	color: #333333;
}

#textContent h2 {
    letter-spacing: -1px;
    margin-top: -35px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #666666;
}

#textContent h3 {
    letter-spacing: -1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
}

#textContent h4 {
	color: #0090d2;
	text-transform: uppercase;
	font: bold 14px Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	margin-bottom: -20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 10px;
}

a.toplevel {
    color: #4c4c4c;
    text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #ff007f;
	font-weight: bold;
}

a:hover {
    color: #999999;
    text-decoration: none;
	font-variant: normal;
}

#pageFooter {
    text-align: center;
    letter-spacing: 0;
	word-spacing: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #888888;
	z-index: 0;
	visibility: visible;
	text-transform: lowercase;
}

ul.body {
	text-align: left;
	list-style-type: circle;
	padding-left: 50px;
	width: 50%;
	margin-bottom: -30px;
	text-transform: capitalize;
	line-height: 20px;
}

/* @group Menu Code */

/* ALISTAPART CSS MENU CODE */

ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	letter-spacing: 0px;
	color: #666666;
	text-transform: lowercase;
	font: 14px Helvetica, Arial, sans-serif;
}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 160px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	border-right: 3px solid #79c74e; /* Line highlight for top level menu only*/
	color: #666666;
	/* background: #FFF;*/ /* IE6 Bug */
	padding: 4px;
	border-color: #607ffd;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #333; background: #E3E3E3; } /* Hover Styles */
		
li ul li a { padding: 5px 10px; border-right: 3px solid #C73188; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/* END CSS MENU CODE */

/* @end */ 

/* @group Lightbox CSS */

/* BEGIN LIGHTBOX CSS */

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

/* END LIGHTBOX CSS */

/* @end */	