/*
Ruth Duckworth exhibition stylesheet  
©2006 Minneapolis Institute of Arts
Authored by Jennifer Jurgens
*/

body{
	margin: 0px;
	padding: 0px;
	background: #dcdbdc none;
	color: #000;
	font: 100 9pt/13pt Arial, Helvetica;
}

/* links and general typography */


a, a:link{
	color: #000;
	background: none;
	text-decoration: underline;
}

/*
a:visited{
	background: none;
	color: #000;
	text-decoration: none;
}
*/

a:hover{
	background: #35393b none;
	color: #fff;
	text-decoration: none;
}

a.menulinks{
	color: #000;
	background: none;
	text-decoration: none;
}

a.menulinks:link{
	background: none;
	text-decoration: none;
}

a.menulinks:hover{
	background: none;
	text-decoration: none;
}

.mainmenu{
	text-decoration: none;
}

.italic{
	font-style: italic;
}

.larger{
	font-size: larger;
}

.bold{
	font-weight: bold;
}

.bottomalign{
	vertical-align: bottom;
}

.leftalign{
	vertical-align: baseline;
	float: left;
}

.middlealign{
	vertical-align: baseline;
}

.topalign{
	vertical-align: top;
}

/* content sections and boxes */
	
div.menu{
	width: 750px;
	display: block;
	background: #dcdbdc none;
	color: transparent;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div.submenu{
	width: 365px;
	display: block;
	background: none;
	color: transparent;
	position: relative;
}


div.contentbg{
	position: relative;
	height: 1500px;
	/*height: 100%;*/
	display: block;
	background: #9aafa9 none;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}

div.contentholder{
	width: 752px;
	display: block;
	position: relative;
	background: #dcdbdc none;
	color: #000;
	margin-left: auto;
	margin-right: auto;
}

div.content{
	width: 710px;
	height: 100%;
	display: block;
	position: absolute;
	top: 40px;
	right: 20px;
	bottom: 80px:
	left: 20px:
}

div.contentTop{
	left: 0px;
	position: absolute;
	top: 40px;
}

div.contentBottom{
	left: 0px;
	position: absolute;
	top: 100px;
}

div.contentLeft{
	font: 100 9pt/13pt Arial, Helvetica;
	position: absolute;
	width: 330px;
	text-align: left;
	left: 0px;
}

div.contentRight{
	position: absolute;
	width: 363px;
	text-align: left;
	left: 350px;
}

div.contenttext{
	font: 100 9pt/13pt Arial, Helvetica;
	position: absolute;
	left: 0px;
	width: 330px;
	display: block;
	text-align: left;
}

div.postcardtext{
	font: 100 9pt/13pt Arial, Helvetica;
	position: absolute;
	left: 0px;
	width: 710px;
	display: block;
	text-align: left;
}

div.contentimages{
	position: absolute;
	left: 350px;
	height: 1000px;
	width: 362px;
	display: block;
}

div.imagecredit{
	position: absolute;
	left: 0px;
	width: 330px;
	display: block;
}

div.photodescription{
	font: 100 9pt/13pt Arial, Helvetica;
	position: absolute;
	width: 710px;
	display: block;
	text-align: left;
	left: 0px
}


/* content box heights */

.landing{
	height: 750px;
}

.preview0{
	height: 900px;
}

.preview1{
	height: 850px;
}

.preview2{
	height: 850px;
}

.preview3{
	height: 875px;
}

.preview4{
	height: 1460px;
}

.toursandevents{
	height: 1100px;
	overflow: visible;
}

.postcard{
	height: 800px;
	font: 100 9pt/13pt Arial, Helvetica;
	text-align: left;
}


.catalog{
	height: 700px;
}


/* rule to set the photo description height */

.landingP{
	top: 650px;
}

.preview0P{
	top: 700px;
}

.preview1P{
	top: 670px;
}

.preview2P{
	top: 655px;
}


.preview3P{
	top: 650px;
}


.preview4P{
	top: 1235px;
}

.toursP{
	top: 920px;
}
