/*
Main Stylesheet
The Lambiel Museum
Author: Adrienne Rice Adams
Company: Cloud Islands
URL: http://cloudislands.com 
Created: August 29, 2008
Last Modified: May 11, 2009
*/
/*COLORS
Dark blue: #434573
Light blue: #6d6f8c
Dark green: #3f463e
Light green: #b9be9c
Taupe: #d9c6b0
Brown: #452325
Red: #a62121
White: #fffffb
*/
@import "reset.css";
body {
	color: #452325;
	background: #d9c6b0;
	font-family: "HelveticaNeue-Light", Tahoma, Arial, Geneva, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.6em;
}
/*-----Typography----*/
p,pre {
	font-size: 1em;
	margin: 12px 0;
}
p.specs {
	font-style: italic;
	margin: 5px 0;
}
code {
	font-family: "Andale Mono", "Courier New", monospace;
	font-size: .9em;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 12px;
}
h2.pagetitle {
	margin-top: 0;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
h3.subhead-1 {
	font-size: 1em;
}
blockquote {
	border: 1px solid #fff;
	padding: 0 20px;
	margin: 15px 0;
}
span.artist {
	font-weight: bold;
}
span.note {
	color: #434573;
	font-size: .9em;
	font-weight: normal;
}
.clear {
	clear: both;
}
/*---Hidden Text---*/
#accessibility {
	position: absolute;
	top: -9999px;
	font-size: 1px;
}
h1#branding_logo,h2#branding_tagline {
	text-indent: -9000px;
}
/*---Main Layout---*/
#wrapper {
	position: relative;
	width: 920px;
	margin: 35px auto 25px auto;
	z-index: 1;
}
#branding_logo {
	position: relative;
	float: left;
	background: url(../images/Lambiel_logo.png) no-repeat;
	width: 185px;
	height: 340px;
	padding: 15px 15px 15px 0;
	z-index: 15;
}
.content {
	float: left;
	width: 700px;
	text-align: left;
	z-index: 50;
}
.text-1 {
	float: left;
	width: 220px;
	padding: 0 15px 15px 15px;
	text-align: right;
	z-index: 25;
}
.text-1a {
	float: left;
	width: 220px;
	padding: 0 15px 15px 15px;
	margin-left: 200px;
	text-align: right;
	z-index: 25;
}
.text-1b {
	float: left;
	width: 250px;
	padding: 0 15px 15px 15px;
	text-align: left;
	z-index: 25;
}
.text-2 {
	float: left;
	width: 470px;
	padding: 0 15px 15px 15px;
	z-index: 25;
}
.text-3 {
	float: left;
	width: 600px;
	padding: 0 15px 15px 15px;
	z-index: 25;
}
.image-1 {
	float: left;
	width: 220px;
	padding: 0 15px;
}
.image-2 {
	float: left;
	width: 420px;
	padding: 0 15px;
}
.image-3 {
	float: left;
	width: 470px;
	margin-left: 200px;
	padding: 0 15px;
}
.image-4 {
	float: right;
	width: 660px;
	padding: 0 0 15px 0;
}
.image-4 img {
	display: block;
	margin: 0 auto;
}
#thumbs {
	float: left;
	width: 230px;
	padding: 0 10px;
}
#thumb-l {
	float: left;
}
#thumb-l p {
	text-align: right;
}
#thumb-r {
	float: right;
}
#footer {
	clear: both;
	float: left;
	position: relative;
	top: 0;
	left: 470px;
	width: 450px;
	border-bottom: 4px solid #a62121;
	padding: 25px 0 10px 0;
	text-align: left;
}
/*---Navigation---*/
#nav_main {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	padding: 0 0 0 15px;
}
#nav_main ul {
	text-align: left;
	border-left: 4px solid #a62121;
	padding-left: 15px;
}
#nav_main ul li {
	font-family: "HelveticaNeue-Light", Arial, Geneva, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
}
#nav_main ul li a {
	color: #452325;
	text-decoration: none;
	border: none;
	font-weight: bold;
	line-height: 1.7em;
	letter-spacing: .1em;
}
#nav_main ul li a:hover {
	color: #434573;
	border: none;
}
#nav_main ul li.current a {
	color: #a62121;
}
/*-----Links-----*/
a:link {
	color: #452325;
	border-bottom: 1px dotted #434573;
	text-decoration: none;
}
a:visited {
	color: #3f463e;
	border-bottom: 1px dotted #434573;
	text-decoration: none;
}
a:hover {
	color: #434573;
	border-bottom: 1px dotted #434573;
	text-decoration: none;
}
a:active {
	color: #452325;
	border-bottom: 1px dotted #434573;
	text-decoration: none;
}
#thumb-l a, #thumb-r a, .image-1 a, .image-2 a, .image-3 a, .image-4 a {
	border: none;
}
#thumbs a {
	text-decoration: none;
}
#footer a {
	text-decoration: none;
}
/*---Lists---*/
ul.normal li {
	font-size: 95%;
}
ul.normal li a {
	font-size: 95%;
}
ul#artinfo li {
	margin: 3px 0;
}
ul#artinfo li.title {
	font-size: 1.1em;
	font-weight: bold;
	margin: 3px 0;
}
ul#artinfo li.artist {
	font-size: 1.1em;
	font-weight: bold;
}
ul#artinfo li.date {
	font-size: 1.1 em;
}
ol.normal {
	list-style-type: decimal;
	font-size: 95%;
	margin-left: 2em;
}
ul.linkslist li {
margin-bottom: 3px;
}
ul.linkslist li a {
font-size: 1.1em;

}
/*---Images & Captions---*/
a img {
	border: none;
}
img.border-1 {
	border: 3px solid #fffffb;
}
img.border-2 {
	border: 3px solid #452325;
}
.img_right {
	float: right;
}
/*---Special ids & classes---*/
/*---Microformats---*/
.vcard {
	font-size: 85%;
}
.adr,.email {
	margin-bottom: 10px;
}
.org,.email,.type {
	font-weight: bold;
}