/* @override http://www.popomomo.com/curatorial/styles.css */

/* CSS Document */

@import url(fonts.css) all;



body {
	padding: 0px;
	height: 100%;
	background-color: #784b57;
}

#pictureframe {
	border: 0px;
	color: blue;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	overflow: scroll;
	width: 100%;
	height: 100%;
	margin: 0px;
	
}

#ground {
	position:absolute;
	width: 100%;
	height: 2000px;
	bottom: -960px;
	color: black;
	background-position: 0px;
	}
	
#bkgnd {
	z-index:10;
	margin:0px;
	padding: 0px;
	border: 0px;
}
	
img#logo {
	position: absolute;
	z-index: 20;
	top: 915px;
	left: 26px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#ground2 {
	position:absolute;
	width: 100%;
	height: 2000px;
	top: -890px;
	color: black;
	background-image: url(bkgnd.jpg);
	background-position: 0px;
	}
	
img#logo2 {
	position: absolute;
	top: 915px;
	left: 26px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	visibility: visible;
	z-index: 20;

}

div#navbar {
	position: absolute;
	top:920px;
	width: 200px;
	left: 630px;
	text-align: center;
		z-index: 20;

}

.buttonholder {
	margin-left: auto;
	margin-right:auto;
	width: 362px;
	z-index: 20;

}

div.navbutton {
	position: relative;
	float: left;
	clear:left;
	margin-left:20px;
	margin-right: 15px;
	color: white;
}

div.navbutton h3 {
	font: normal 1.2em Quicksand, "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;

	margin:2px;
	}
	
div.navbutton a {
	color: white; 
	background:none;
	text-decoration: none;
}

.navbutton a:hover
	{
	color: lightgrey;
		background:none;

	text-decoration: none;
}



div#ground div#navbar .buttonholder div.navbutton{
	visibility: hidden;
}

.content {
	width: 710px;
	height: 515px;
	padding: 30px;
	position: absolute;
	background-color: white;
	top: 1040px;
	left: 25px;
		z-index: 20;

	font: normal .9em Quicksand, "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.content h2 {
	margin-top: 0px;
	font-weight: normal;
	color: #963567;
	letter-spacing: .1em;
	font-size: 3em;
	font-family: Quicksand, "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;

}

.content p {
	text-indent: 1.5em;
}

.content p b {
	color:#963567;
	}
	
a {
	color: black;
	text-decoration: none;
	background-color: white;
}

a:hover
	{
	color: white;
	background-color: #963567;
	text-decoration: none;
}

.content h2 + p {
	text-indent: 0em;
}

.content img + p {
	margin-top: 20px;
	text-indent: 0em;

}

#hider {
	visibility:hidden;
	}


#aboutcol {
	position:relative;
	float:left;
	width:400px;
	}
	
#aboutcol + img {
	position:relative;
	float:left;
	}

.column {
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
	width:200px;
	}

.column + .column
	{
	float:left;
	width:300px;
	}

img#imageview_img {
	position:relative;
	float:left;
	}

ul#imageview_controls {
	position:relative;
	float:left;
	list-style-type:none;
	}
	
ul#imageview_controls li {
	display: inline-block;
	margin:400px 10px 10px 10px;
	}
