@charset "utf-8";
/* CSS Document for Unfledged Image Hosting*/

#homebar {
	position: absolute;
	width: 100%;
	height:39px;
	top: 150px;
	left: 0px;
	z-index: auto;
}
.homebarspacer {
	display:inline-block;
	width:10px;
}
.homebarcontent {
	display:inline-block;
	height: 34px;
	padding-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:135%;
	color:#999;
	text-decoration:none;
}
.link:hover {
	color:#000;
}
.homebarsitelink {
	display:inline-block;
	height: 34px;
	padding-top: 5px;
	padding-left:2px;
	padding-right:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:135%;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
.linka:hover {
	background-color:#069;
	color:#CCC;
}
.linkb:hover {
	background-color:#909;
	color:#CCC;
}

.homebarcontent strong {
color:#fff;
}

.homebarcontent a {
	text-decoration:none;
}

#homecontent {
	position: absolute;
	width: 300px;
	top: 100px;
	right: 20px;
	padding: 10px;
	text-align:center;
	color:#FFF;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#homecontent a {
	color:#FFF;
}

#homelinks {
	position: absolute;
	top: 200px;
	left: 20px;
	text-align: left;
}

#homelinks a {
	color:#662D91;
}

.imagesharing {
	background-color:#909;
}

.indexpage {
	background-color:#CCC;
}