/*
**********************************************************
General and shared styles
**********************************************************
*/


body {
	line-height: 140%;
	font-size: 75%;
}

a {
	color: #000;
	text-decoration: none;
	border: none;
}

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

h1,h2,h3 {
	font-weight: normal;
	font-size: 1em;
}
h2,h3 { display:none; }

#wrapper {
	position: relative;
	margin: 40px 20px;
	min-height: 100% !important;
}


#info {
	position: absolute;
	top: 12em;
	z-index: 200;
}

#xyz { height: 480px; position: relative;width: 500px;}

#info div {
	position: absolute;
	background-color: #000;
	padding: 7px 10px;
}


.fix { position: fixed; z-index: 1000;}


.vcard { width: 12em;}
.vcard a:hover { color: #000; }
#about {
	width: 260px;
}
#about p { margin: 0;}

.info-text { display:none; }

#navigation {
	list-style: none;
	padding: 0;
	margin: 2.4em 0 0 0 !important;
}

#navigation li {
	margin: 2px 0;
}

.navigation-active {
	background: #000;
	color: #000;
}

.project {
	position: absolute;
	left: 120px;
	top: 232px;
	height: 90px;
	width: 92px;
	cursor: pointer;
}

.project a {
	position: absolute;
	left: 10px;
	top: 10px;
	background-color:#0ff;
	padding:7px 10px;
	margin: 0;
	cursor: pointer;
	display: block;
	color: #000;
}

.project a.lightbox { display: none; }

#lightbox #outerImageContainer {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#lightbox #imageDataContainer {
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}


#lightbox #imageDataContainer img {
	width: 640px;
}

#lightbox #outerImageContainer #imageContainer #hoverNav {
	display:none !important;
}


#prevLinkText, #nextLinkText {
	color: #000;
	font-weight:normal;
	padding: 0;
}

#prevLinkText {
	margin-right: 20px;
}

#nextLinkText {
	margin-left: 20px;
}



#prevLinkText:hover, #nextLinkText:hover {
	color: #000;
	background-color: #000;
}

#imageData a#bottomNavClose {
	text-decoration: none;
	font-weight: bold;
	width: auto;
	margin: 0 3px;
	padding: 0;
	font-weight: normal;
}
#imageData a#bottomNavClose:hover {
	background-color:#000;
}

/*#footer {
	position: absolute;
	bottom: 10px;
	background: #fff;
	margin: 0 20px;
}

#footer { height: 20px;}*/

#footer { height: 20px; bottom: 0; margin: 10px 20px;  }
#footer p { background: #fff; display: inline; padding-right: 5px;position: relative; }

/*
**********************************************************
Project specific styles
**********************************************************
*/

