/* The MonkeyView stylesheet by Rudy Rucker */
/* common across all */
body {
	background: white fixed url(/ooo/ooo-header.png) no-repeat;
	margin: 0px;
	color: white;
	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 9px; text-decoration:underline; }
A:link    { color:orange; }
A:visited { color:orange; }

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

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

#tabArea {
	width:90%;
}
#tab1:hover, #tab2:hover,#tab3:hover,#tab4:hover {
	color: white;
	background: #975;
}
.tab {
	background: #300 fixed url(/shared/bg-dark2.gif);
	height: 2em;
	margin: 8px;
	width: 10em;
	padding: 0.2em 1em 0.2em 1em;
	border: solid orange;
	border-width: 2px 2px 0px 2px;
}
.tabOrange {
	background: orange;
	color: black;
	height: 2em;
	margin: 8px;
	width: 10em;
	padding: 0.4em 1em 0.2em 1em;
	border: solid black;
	border-width: 2px 2px 0px 2px;
}
#tabDoc {
	background: #300 fixed url(/shared/bg-dark2.gif);
	margin: 0px;
	padding: 0.5em 2em 8px 1.5em;
	border: 4px solid orange;
	z-index: 2;
	font-size: .8em;
	width: 500px;
}

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

/* for my.monkeyview.net */

#myMenu, #myExif, #myViewPhoto {
	color: white;
	background: #6b3803;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}

#myViewPhoto {
	position:relative;
	padding-bottom: 2px;
	width: 600px;
	top:20px;
	left: 14px;
	}
#myViewPhoto td {
	text-align: left;
	color: white;
	}
#myViewPhoto th {
	text-align: right;
	color: white;
	}
#myViewPhoto td,th {
	text-align: left;
	color: white;
	}
#myExif td,th {
	text-align: left;
	color: #000;
	}
#myExif {
	background: #cdf;
	margin-top:10px;
	left: 114px;
	width: 400px;
	position: relative;
	}
#myMenu  {
	position:absolute;
	left:2px;
	top:110px;
	width: 120px;
}
#myMeat li {
	color: orange;
	list-style: square inside;
	background: none;
	padding: 2px;
}
#myMenu li {
	color: orange;
	list-style: square inside;
	background: none;
	padding: 2px;
}
#myMeat {
	color: black;
	background: white fixed url(/ooo/ooo-header.png) -114px 0 no-repeat;
	margin: 104px 0 0 8px;
}
/* for user albums */
#miniMast {
	position:absolute;
	color: black;
	left: 0px;
	top: 0px;
	width:290px;
	height: 30px;
    background: fixed url(/ooo/ooo-header-mini.png) 0 0 no-repeat;
	}
#crumbs {
    position: absolute; left: 0; top: 22px;
    margin: 0px;
    padding: 0 0 0 15px;
    font-weight: bold;
    }
#crumbs A { 
    text-decoration:none;
    }

#crumbs A {
	text-decoration:none;
	}

#crumbs A:hover {
	text-decoration:underline;
	}

#iconBox {
	float:right;
	text-align: right;
	margin: 6px;
	}



#subFolderList A:hover   { 
	color:#ffc;
	border: 2px solid #fc0;
	border-left: 6px solid #fc0;
	padding: 0px 2px 0px 3px;
	background-color:black;
	text-decoration:none;
	}

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

img { border:0;}

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

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

#enchilada {
	width: 600px;
	text-align:left;
	}

#enchilada A { font-weight:bold; text-decoration:none; }

#slideshow {
	}

#photo {
	}

#album  {
}

#albummini  {
	margin: 0;
	padding: 0;
	width: 550px;
}

.shrinkImg IMG {
	clip: rect(30px 60px 60px 30px);
	padding: 30px;
	position: absolute;
	}
.growImg IMG {
	}

#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;
	}

#photo-previous {
	border: 2px dotted orange;
	margin-left: 5%;
	float:left;
	font-size: 10px;
	width: 60px;
	height: 60px;
	}
#photo-previous IMG {
	width: 60px;
	}
#photo-next {
	border: 2px dotted orange;
	width: 60px;
	height: 60px;
	margin-right: 5%;
	float:right;
	font-size: 10px;
	}
#photo-next IMG {
	width: 60px;
	}

.myWhiteR, .brownR {
	text-align: right;
	}
.brown, .brownR {
	background: #6b3803;
	color: white;
	padding: 1px 3px;
	border: 1px solid black;
	}
.myWhite, .myWhiteR {
	background: white;
	color: #6b3803;
	padding: 1px;
	border: 1px solid black;
	}
.myWhite small {
	font-size: 0.5em;
	}
