/* CSS Document */
/* heySilver */
#backDiv {
	background-color:#000;
}

#floatDiv {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 100px;
	margin-left: -250px; /*- width/2*/
	margin-top: -250px;  /*- height /2*/
	background-color:#323232;
	color:#fff;
	-moz-border-radius:15px;
	}
#heyTop {
	display:block;
	height:2em;
}
#frase {
	position:absolute;
	width:20%;
	font-size:1em;
	padding:1em 0 0 2.5em;
	font-weight:bold;
	}
#contentz {
	font-size:1.2em;
	padding:1em;
	text-align:left;
	overflow:auto;
	width:92%;
	height:550px;
	}
#contentzz p{
	font-size:.9em;
	background-color:#000;
	padding:1em;
	color:#fff;
	-moz-border-radius:8px;
}
#info {
	position:absolute;
	right:5px;
	width:70%;
	}
#info p{
	color:#EBBB86;
	font-size:1em;
	text-align:right;
	padding:.8em 2.5em 0;
	}

/* Estructura */ 
.ficheros {
	font-size:.8em;
}

.ficheros dt{
	font-weight:bold;
}

#contentz a{
	display:block;
	background:url(/wp-content/plugins/hey-social/images/item.png) no-repeat center center;
	padding:.2em 1em 0;
	margin:.3em .3em 0em;
	text-decoration:none;
	color:#fff;
	-moz-border-radius:8px;
	height:3em;
}
#contentz a small{
	color:#fff;
}

#contentz a.selected, #contentz a:hover{
	background:url(/wp-content/plugins/hey-social/images/sel.png) center center;
	color:#fff;
}
#contentz a.selected  small, #contentz a:hover  small{
	color:#70A9EC;
}


#contentz small{
	display:block;
	font-size:.8em;
}

/* Plugins */
#contentz li {
	list-style:none;
	margin-left:-2em;
}
#contentz li a{
	padding:.2em;
	height:auto;
}

#loading {
	height:5em;
	background:url(/wp-content/plugins/hey-social/images/loading.gif) no-repeat center center #222;
	margin:2em 8em;
	-moz-border-radius:8px;
}
