
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	margin: 0;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 143%;
	background: black;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: -100;
	background-image: url(/wp-content/themes/old-popular-yolk/gfx/bg.gif);
}

.img_holder {
	padding: 0; position: absolute; background: #fff; 
	border: 1px #000 solid; 
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
/* 	cursor: move; */
	top: 50px;
	left: 50px;
	overflow: hidden;
}
.img_wrapper {
	margin: 5px;
/* 	cursor: move; */
}
.img_wrapper img {
/* 	cursor: move; */
	background: #ccc;
}

.ontop {
	z-index: 100;
}

#menu {
	font-size: 0px;
	background: white;
	border-bottom: 1px black solid;
	padding: 0; margin: 0;
	z-index: 999;
	height: 20px;
	z-index: 9999;
}

#upper_right {
	float: right;
}

#title {
	cursor: default;
	position: absolute;
	top: 2px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	left: 40px;
}
#time {
	cursor: default;
	position: absolute;
	top: 2px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 9pt;
	right: 15px;
}
#description {
	font-weight: normal;
	color: #888;
}

.window_top {
	cursor: move;
	overflow: auto;
	border-bottom: 1px black solid;
	font-size: 0;
	position: relative;
	background-image: url('/wp-content/themes/old-popular-yolk/gfx/window_bg.gif');
}
.window_left {
	float: left;
	cursor: pointer;
	height: 10px;
}
.window_title {
/* 	float: left; */
	background: white;
	font-size: 9pt;
/* 	position: relative; */
	padding: 0 8px 0 8px;
	cursor: move;
	font-weight: normal;
}

.window_right {
	height: 10px;
	cursor: move;
	float: right;
	position: relative;
}

.window_info {
/* 	cursor: move; */
	border-top: 1px black solid;
	padding: 0 15px 0 15px;
	float: none;
	clear: both;
	background: white;
	font-size: 8pt;
	font-weight: normal;
}

#folders {
	z-index: -999;
	position: absolute;
	top: 35px;
	margin-left: 15px;
	overflow: visible;
}
.folder {
	cursor: pointer;
	margin-bottom: 10px;
	position: relative;
}
.folder_text {
	color: black;
	padding: 0 5px 0 5px;
	background: white;
	border-top: 2px white solid;
}
.folder_text-inverted {
	color: white;
	padding: 0 5px 0 5px;
	background: black;
	border-top: 2px black solid;
}
.folder {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}
