@import "default.css";


/* general */
a:hover, a.hover {
	text-decoration: underline;
}

/* *************** */
.notice{
border:1px solid gray; 
background-color:#eeeeee;
padding:1em;
}

/* ******** Menu  ****** */
div{
padding:0;
margin:0;
}

.menutitle{
margin-top:2em;
padding:0.5em;
background-color:#ededed;
background-color:#666666;
color:white;
}

div.menuitem{
margin:5px;
padding-left:0px;
}

div.menuitem div.image img
{
border:0;
vertical-align:inherit;
margin:0.2em;
margin-bottom:0;
}

div.menuitem:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
/** html .menuitem {height: 1%;}*/
/* End hide from IE-mac */ 

div.menuitem div.image {
width:100px;
height:50px;
float:left;
margin:0px;
}

div.menuitem.active div.image {
/*background:url("../images/ui/underline.png") no-repeat bottom left;*/
}

div.menuitem.active div.text a.mlink
{
text-decoration:underline;
}

.bigger {
	font-size: 1.3em;
}

div.menuitem div.text {
padding-top:10px;
}

.clear {
clear:both;
height:0;
font-size:1px;
}

/***** menu items fine tuning *************/
div#portfolio{
margin-top:10px;
}

div#brainbench{
margin-top:15px;
}

div#linkedin{
margin-top:15px;
}

div#linkedin div.image{
height:40px;
margin-top:7px;
}

div#ixda div.text{
padding-top:5px;
}

div#ixda div.image{
height:40px;
}

div#camera div.image{
margin-left:5px;
}

div#delicious div.text{
padding-top:5px;
}

div#avaaz div.image{
margin-top:10px;
}

div#da div.image{
margin-left:5px;
}

