 /*------------Header Bar--------------- */

/*
 * Toolbar
 */

#toolbar {
  font-family: 'helvetica';
  text-shadow: 1px 1px 1px black;
  top: 0px;
  color: #fff;
  height:22px;
  overflow: hidden;
  padding: 18px 0;
  padding-right: 130px;
  opacity:0.6;
  min-width:850px;
  }
  
  #toolbar.grey { background-color:#3f3f3f; }
  #toolbar.grey2 { background-color:#3f3f3f;  min-width:880px; }
  #toolbar.blacky { background-color:black; min-width:720px;}
  #toolbar.homy { background-color:black;}
  
#toolbar a {
  text-decoration:none;
  padding-top: 10px;
  padding-bottom:1px;
  color:#fff;
  }

#toolbar h1 {
  float:left;
  font-size: 17px;
  margin-left:40px;
  }

/*
 * Toolbar-b
 */


#toolbar-b {
  font-family: 'helvetica';
  text-shadow: 1px 1px 1px black;
  position: absolute;
  opacity: 0.95;
  display: none;
  top: 58px;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 18px;
  min-width:500px;
  z-index: 10000;
  }
  
 #toolbar-b.grey { background-color:grey; }
 #toolbar-b.light { background-color: #aeaeae; }
 #toolbar-b.light2 { background-color: #aeaeae; min-width:1000px;}
 #toolbar-b.dark { background-color:#1c1c1c; }
 #toolbar-b.blacky { background-color:#1c1c1c; }
 #toolbar-b.blacky-b { background-color:#1c1c1c; opacity:0.4; }
 #toolbar-b.bloggy { background-color: #585858;}

#toolbar-b a {
  text-decoration:none;
  padding-bottom:1px;
  color:#fff;
}

#toolbar-b ul li {
  padding: 18px 0;
  overflow: hidden;
  padding-right: 130px;
  height:;
  opacity:0.6;
  
}


#toolbar-b h2 {
  font-size: 11px;
  float:right;
}

#toolbar-b h1 a {border:none;}
#toolbar-b ul { margin-right: 18px; }
#toolbar-b ul li { float: right; }
#toolbar-b ul li .blog { margin-left: 45px; }
#toolbar-b ul li .pixelfugaz { margin-left: 45px; }
#toolbar-b ul li .photoblog { margin-left: 45px;}




/*
* Menu flotante superior
*/


#menuset {
top:3px;
height: 30px;
color:#6C6451;
background-color:;
padding:10px;
position:absolute;
right:30px;
left: 200px;
z-index: 100;
opacity:0.6;
min-width: 550px;


}


#nav {
margin-right: 18px;
float: right;
list-style:none;

}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
float:left;
display:block;
width:100px;
position:relative;
z-index:500;
margin:0 1px;

}

/* this is the parent menu */
#nav li a {
display:block;
padding:8px 5px 0 5px;
font-size:14px;
text-align:center;
color: #d8d8d8;

}

#nav li a:hover {
border-right-width: 1px;
border-left-width: 1px;
border-right-color: #bebebe;
border-left-color: #b2b2b2;
border-style: dotted;
color: grey;
}

