/* CSS Document */


/*----------------main styles-----------------------------*/

body
{
	font-family: helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
p
{
	font-family: helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}

a
{
	font-family: helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}

a:hover
{
	background-color: #999;
}

.selected a
{
	color: #000;
	background-color: #fff;
}

#logo
{
	position: absolute;
	top: 8px;
	left: 20px;
	width: 270px;
	height: 60px;
	background-image: url("images/bounkit_logo.png");
}

#main
{
	margin: 0px;
	width: 700px;
	height: 480px;
	position: absolute;
	top: 95px;
	left: 25px;
	border: 1px solid #333;
	padding: 5px;
	font-family: helvetica, sans-serif;
}

html>body #main {width: 680px;}

#content {
	width: 680px;
	height: 480px;
}

#mainlinks
{
	width: 800px;
	height: 20px;
	position: absolute;
	left: 25px;
	top: 75px;
	margin-right: 10px;
}

#mainlinks ul, #mainlinks li {
	padding: 0px;
	margin: 0px;
	text-align: right;
	list-style: none;
	display: inline;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 13px;
	}

#leftcol {
	width: 345px;
	height: 460px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;
}

#bioleftcol {
	width: 365px;
	height: 480px;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: auto;
	text-align: left;
	padding-right: 10px;
}

#events {
	width: 670px;
	height: 480px;
	position: absolute;
	top: 10px;
	left: 10px;
	overflow: auto;
	text-align: left;
	padding-right: 10px;
}

#rightcol {
	width: 335px;
	height: 460px;
	position: absolute;
	top: 10px;
	left: 355px;
	text-align: right;
}

*contact {
	height: 460px;
	position: absolute;
	left: 255px;
	top: 10px;	
}

/*----------------------collection navigation----------------*/

#collectionlinks {
	width: 150px;
	height: 25x;
	position: absolute;
	left: 740px;
	top: 100px;
	}
html>body #collectionlinks {width: 150px;}

#collectionlinks ul, #collectionlinks li {
	padding: 0px;
	margin: 0px;
	margin-right: 25px;
	list-style: none;
	font-size: 14px;
	line-height: 22px;
	}


/*----------------------collection gallery----------------*/

#thumbnail
{
	width: 300px;
	height: 480px;
	margin-left: 40px;
	overflow: auto;
}

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


/*
to do:
> place logo
> format images
> thumbnail div(s?) layout
*/


/*
me .5 hr 4-21, 1.5 hr 4-22 1.5 hr 4-26 1 hr 4-28
1.5 hr 4-26 .5 hr 4-28 3.75 hr 4-29
ari .5 hr 4-22 2 hr 4-26 1 hr 4-29
*/
