/*Reset*/
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#black;}
del,ins{text-decoration:none;}
a:link, a:visited, a:hover, a:active {outline:none;border: none;text-decoration: none;} 
/* Base Typography */
body {	font-family: helvetica nue, helvetica, arial, sans-serif; font-size: 100%;}
h1, h2, h3 { text-transform: uppercase;font-weight: bold;}
H1 {font-size:18px; font-weight: bolder;}  
H2 {font-size:16px;} 
H3 {font-size:14px;} 
H4 {font-size:12px;font-weight: bold;}
li {font-size:12px;text-transform:uppercase; font-weight: bold;} 
p {font-size:12px;line-height: 16px; margin-bottom:10px;text-transform:none; font-weight:normal; color: #999;}
a {color: #000000;}
a:hover, a:focus {color: #ffff00;}
/* UTILITY */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */
.floatLeft {float: left;}
.floatRight {float: right;}
.clear {clear: both;}
/* Base Structure */	
html, body {height: 100%;}
#page-wrap {
	width: 900px;
	margin: 0 auto;
	min-height: 800px;
}
/*Header*/
#main-nav { 
	float:right;
	margin: 50px 75px 10px 0px;
	z-index:500;
}
#main-nav a {color:black;}
#main-nav a:hover, #main-nav a:focus {color: #ffff00;}
#main-nav li{
	float: left;
	margin-right: 10px;
}
#main-nav li > ul li{
	float:none;
	margin: 0px;
}
#main-nav li > ul {
	height: 0px;
	width: 0px;
	overflow: visible;
	text-indent: -30000px;
	z-index: 100;
	margin-left: -5px;
	background: white url(images/nav-hover.png) repeat-x bottom left;
	background-image: -moz-linear-gradient(100% 100% 90deg, #ffffff, #FFFFFF);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#ffffff));
}
#main-nav li:hover > ul, #main-nav li:focus > ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 500;
	margin-left: -10px;
	padding: 5px 0px 10px 0px;
	text-indent: 0px;
	right: 0;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-radius-bottomleft: 0px;	
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;	
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
}
#main-nav li > ul li a{
	display: block;
	padding: 5px 10px;   /* white space around text in pulldown bar */
	text-shadow: 0px 1px 0px white;
}
/*Main-content*/
#logo {
	display: block;
	height: 155px;
	margin-left: 0;
	margin-top: 0;
	background:url(images/website-masthead-2011.gif) left top no-repeat;
	position: relative;
	z-index:100;
}
#logo:hover, #logo:focus {
	/*-khtml-opacity: 0.2;*/      /* khtml, old safari */
	/*-moz-opacity: 0.2;*/       /* mozilla, netscape */
	/*opacity: 0.2;*/           /* fx, safari, opera */
}
#main-content {
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.4);
	padding: 0px 0px;
	z-index: 10;
	position:relative;

}
#portfolio-links {
	align: center;
	margin: 150px 0px 100px 26px;
	padding-bottom: 150px;
}
#portfolio-links a {
	display:block;
	float: left;
	width: 158px;
	height: 184px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: gray;
	text-indent: -30000px;
	border: solid 1px #ffffff;
	-webkit-transition: background-color 0.5s ease-in
}
a#identity-link{
	background: url(images/identity.jpg) no-repeat bottom left;
}
a#packaging-link{
	background: url(images/packaging.jpg) no-repeat bottom left;
}
a#print-link{
	background: url(images/print.jpg) no-repeat bottom left;
}
a#drawing-link{
	background: url(images/drawing.jpg) no-repeat bottom left;
}
a#publications-link{
	background: url(images/publications.jpg) no-repeat bottom left;
}
#portfolio-links a:hover, #portfolio-links a:focus {
	background-position: left top;
}
#about {
	width: 470px;
	margin: 60px 0px 0px 119px;
	padding-bottom: 90px;
}

#headshot {
	width: 50px;
	float: right;
}


/*Portfolio Page*/
#sub-nav {
	float: left;
	width: 140px;
	margin-left:119px;
}
#sub-content {
	width: 550px;
	margin-left: 300px;
}
#sub-nav, #sub-content {
	margin-top: 50px;
	
}	


.pane {
	height: auto;
	overflow: hidden;
}
/*
.packaging .pane, .drawing .pane, .print .pane { height:520px;}
*/

#webkit-galleryfix{
}
/*Gallery Thumbnails*/
a.gallery-thumbs {
	margin: 10px 10px 0px 0px;
	border: 1px solid #ccc;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -30000px;
	display:block;
	float:left;
	position: relative;
	background-color: gray !important;
}
a.gallery-thumbs img{
	position:absolute;
	top: 0px;
	left: 0px;
}
img:hover {
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}
#sb-body img:hover {
	filter: alpha(opacity=10); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
  


