@import url(base.css);


/* GENERAL
====================================================================== */

body, input, select, textarea {
	font-family: "Helvetica Neue", verdana, sans-serif;
	color: #888;
}

input, select, textarea {}

h1 {
	font-size: 1.45em;
	font-weight: normal;
	font-family: Futura, "Helvetica Neue", verdana, sans-serif;
	text-transform: uppercase;
}

h1 a:link, h1 a:visited {
	margin-right: 15px;
	float: left;
	width: 277px;
	height: 18px;
	background: url(../_images/logo.gif) no-repeat 0 0;
	color: #000;
	cursor: default;
}

h1 span {
	display: none;
}

h2 {
	margin: 2.2em 0 0 0;
	font-size: .75em;
	line-height: 1;
	font-weight: bold;
}

h3, h4, h5, h6 {
	margin-top: 2.2em;
	/* color: #333; */
	font-size: .8em;
	line-height: 1.4;
}

h4, h5, h6 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table {
	/* good place to define typical font-size, line-height and margins */
	margin-top: 1.5em;
	font-size: .75em;
	line-height: 1.6;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 2em 0;
	padding: .5em 2em 1.5em 2em;
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	text-align: right;
	display: block;
}

cite:before {
  content: "- ";
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #b3a997;
}

a:hover,
a:active {
	color: #726c60;
}




/* CONTAINERS
====================================================================== */
#outer {
	margin: 0 auto;
	padding: 40px 10px 0 10px;
	width: 900px;
}

#inner, #content {
	overflow: auto;
}

#slideshow {
	width: 570px;
	height: 410px;
	float: right;
	position: relative;
	text-align: right;
}

#cv_content {
	width: 570px;
	float: right;
	position: relative;
	text-align: left;
}




/* HEADER
====================================================================== */
#header {
	margin-bottom: 25px;
	overflow: auto;
}

#logo {
	float: left;
	margin-right: 15px;
}




/* NAVIGATION
====================================================================== */
ul#nav {
	margin: 0;
	padding-top: 3px;
	list-style-type: none;
	font-family: Futura, "Helvetica Neue", verdana, sans-serif;
}

#nav li {
}

#nav li a:link,
#nav li a:visited {
	float: left;
	margin: 0;
	padding: 5px 10px;
	border-right: 1px solid #e5d9c2;
	display: block;
	font-size: .9em;
	line-height: 1;
	text-transform: uppercase;
	color: #b3a997;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	border: 0;
}

#nav li a:hover,
#nav li a:active {
	color: #726c60;
}

#nav li.Current a:link,
#nav li.Current a:visited {
	color: #000;
}




/* SUB-NAVIGATION
====================================================================== */
ul#subnav {
	min-height: 365px;
	margin: 15px 0 0 0;
	list-style-type: none;
	font-family: Futura, "Helvetica Neue", verdana, sans-serif;
}

#subnav li {
}

#subnav li a:link,
#subnav li a:visited {
	margin: 0;
	padding: 10px 0 10px 0;
	display: block;
	font-size: .95em;
	line-height: 1;
	text-transform: uppercase;
	color: #b3a997;
}

#subnav li.Last a:link,
#subnav li.Last a:visited {
	border: 0;
}

#subnav li a:hover,
#subnav li a:active {
	color: #726c60;
}

#subnav li.Current a:link,
#subnav li.Current a:visited {
	color: #000;
}




/* HOME
====================================================================== */
#splash {
	margin: 20px auto;
	display: block;
	width: 560px;
	height: 420px;
	position: relative;
}




/* COLLECTIONS
====================================================================== */
#photo_caption {
	margin: 10px 0 0 0;
}

#photo_nav {
}

#photo_nav a#next span,
#photo_nav a#prev span {
	display: none;
}

#photo_nav a#next:link,
#photo_nav a#next:visited,
#photo_nav a#prev:link,
#photo_nav a#prev:visited {
	margin: 0 17px 20px 0;
	width: 17px;
	height: 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: left;
}

#photo_nav a#next:link,
#photo_nav a#next:visited {
	background-image: url(../_images/arrow-next.gif);
}

#photo_nav a#prev:link,
#photo_nav a#prev:visited {
	background-image: url(../_images/arrow-prev.gif);
}

#photo_nav a#next:hover,
#photo_nav a#next:active,
#photo_nav a#prev:hover,
#photo_nav a#prev:active {
	background-position: -34px 0;
}

#photo_caption h2 {
	margin-bottom: -12px;
	clear: left;
}




/* CV
====================================================================== */
ul#downloads {
	list-style-type: none;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

ul#downloads li {
	margin-bottom: 5px;
}
	
	
	
	
/* FOOTER
====================================================================== */
#footer {
	margin: 25px 0;
	font-size: .7em;
	text-align: right;
	font-family: Futura, "Helvetica Neue", verdana, sans-serif;
	position: relative;
	z-index: 100;
	clear: both;
}

#section_collections #footer {
	top: -43px;
}

#footer,
#footer a:link,
#footer a:visited {
	color: #b3a997;
}

#footer a:link,
#footer a:visited {
	padding-left: 20px;
}

#footer a:hover {
	color: #726c60;
}

#footer a:hover span {
	color: #000;
}




/* CUSTOM CLASSES
====================================================================== */
img.Right {
	float: right;
	margin: 0 0 30px 30px;
}

img.Left {
	float: left;
	margin: 0 30px 30px 0;
}

.Columns {
	-moz-column-count: 3;
	-moz-column-gap: 3em;
	-webkit-column-count: 3;
	-webkit-column-gap: 3em;
}

.Locations p {
	margin-right: 1em;
	margin-bottom: 1em;
	width: 200px;
	min-height: 8em;
	float: left;
}