/* The MonkeyView stylesheet by Rudy Rucker */
/* common across all */
body {
	background: white fixed url(/ooo/ooo-header.png) no-repeat;
	margin: 0px;
	color: black;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
}

.albumView {
	background: #300 fixed url(/shared/bg-dark2.gif);
	margin: 0px;
	}

A { padding: 1px 4px 1px 3px; text-decoration:underline; }
A:link    { color:red; }
A:visited { color:#b00; }
.fakelink { padding: 1px; color:red; text-decoration:underline; }

h3 { margin: 0 0.5em 0 0; padding-top:0.7em; font-size: 1.2em; font-weight: bold; }

/* for the index page */
#myBody body {
	margin: 0px;
}
#mast {
	position:absolute;
	color: black;
	left: 0px;
	top: 0px;
	width:100%;
	height: 90px;
}
#subMast {
	position:absolute;
	color: black;
	font-size: 1.2em;
	left: 130px;
	top: 85px;
}
#myLeftCol {
	position:absolute;
	left:15px;
	top:120px;
	width: 110px;
}
#myLeftCol IMG {
	border: 0;
	width:80px;
	padding: 0 0 4px 0;
}

#myRightCol {
	position:absolute;
	left: 120px;
	top: 120px;
}

#myRightCol h1 {
	text-align: right;
	font-size: 2em;
}

#tabArea {
	width: 618px;
	margin: 0;
	padding: 0;
}
.tab,.tabOrange,.tabOver {
	background: #eee;
	height: 1.8em;
	margin: 0px 3px;
	padding: 0.2em 0.6em 0 0.6em;
	border: solid black;
	border-bottom: solid orange;
	border-width: 2px 2px 1px 2px;
}
.tabOver {
	background: #09f;
}
.tabOrange {
	background: black;
	color: white;
	border: solid orange;
	border-bottom: solid black;
	border-width: 2px 2px 1px 2px;
}
.tabClear {
	background: #fff;
	color: #fff;
	height: 2em;
	margin: 8px;
	width: 10em;
	padding: 0.2em 0.6em 0em 0.6em;
	border: solid #fff;
	border-width: 2px 2px 0px 2px;
}
#tabDoc {
	background: #fff;
	margin: 0px;
	padding: 0.2em 1em 8px 1em;
	border: 4px solid orange;
	z-index: 2;
	font-size: .8em;
	width: 620px;
}

#tabDocIcon {
	align:right;
	margin: 4px;
}

input,textarea,select {
	color: black;
	border-color: orange;
	background: #feb;
}


li { 
margin: 0px;
padding:2px;
overflow: hidden;
list-style: none; 
background: url(/shared/ooo-folder.gif) 0px 0px no-repeat;
padding-left: 5px;
}

img { border:0;}


#rightcol {
	position:absolute;
	left: 140px;
	top: 10px;
	}

#leftcol {
	position:absolute;
	left:10px;
	top:10px;
	width: 120px;
	}


#photo-description {
	margin: 5px 7% 0% 7%;
	}
#photo-title {
	font-size:18px;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	}

.go A { text-decoration:none; font-size: 4em; }
.go { 
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	text-decoration:none;
	font-size: 5em;
	color:orange;
	}

.brown, .brownR {
	background: #6b3803;
	color: white;
	padding: 1px 3px;
	border: 1px solid black;
	}
.infoBox {
	background: #C9C299;
	color: #6b3803;
	padding: 1px;
	border-top: 2px solid #817339;
	border-bottom: 2px solid #817339;
	}
