/*
Theme Name: Envato
Theme URI: http://envato.com
Description: Custom Wordpress Theme
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* Resets */
 #invicto ul, li {
	margin: 0;
	padding: 5;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
#toolbar {
  position: fixed;
  bottom: 0;
  height: 47px;
  width: 100%;
  background: #1b1b1b url(fondo.png) no-repeat 0 0;
  border-top: 1px solid #999999;
  z-index: 9998;
}

/* Footer */
#invicto {
  position: relative;
  min-width: 1000px;
}
  .toolbar-logo {
    margin: 10px 0 0 30px;
  }
  .invicto_blogs {
  	position: absolute;
  	right: 20px;
  	top: 8px;
  	font: 14px/24px arial, helvetica, sans-serif;
  	z-index: 10;
  	padding: 4px 0;
  }
    .invicto_blogs .invicto_blogs_header {
    	width:182px;
    	text-indent: -9999px;
    	background: transparent url(blogsnetwork.png) no-repeat 0px 0px;
    }
    .invicto_blogs ul {
    	position:absolute;
    	left: 0px;
    	top:-180px;
    	width:180px;
    	border:1px solid #393939;
    	background:#262626;
    	padding: 12px 0px;
    	line-height: 18px;
    	display: none;
    	list-style: none;
    }
    .invicto_blogs:hover ul {
    	left: 0px;
    }
      .invicto_blogs ul li a {
      	text-decoration:none;
      	display:block;
      	padding: 2px 15px;
      	color: #9c9c9c;
      	text-indent: 0;
      }
      .invicto_blogs ul li a:hover {
      	text-decoration:none;
      	color: #fff;
      }