@media handheld{

#content {
width:100%; /* */
margin:0 auto;
height:auto;

}

#name {
float:none;
/*background: #ccc;*/
margin:0;
}
#links {
float:none;
/*background: #ccc;*/

}
#name h1, #links h2 {
font-size: 2.25em; /* 2.25em*16px= 36px*/
text-indent: 0px;
line-height: 1em;
margin-bottom: .5em;
}
#name h2 {
font-size: 1.25em; /* 1.25*16px= 2px */
}
.occupation {
font-size: .875em; /* .875*16= 14px */
}
#name h1, #links h2{
background: none;
}

#links ul {
list-style: none;
margin:0 0 0 0px;

}

#links ul li {
display: block;
text-indent: 0;
line-height: 2em;
margin-bottom: 8px;
}

#links ul li a {
display: block;
height: 32px;
width: 100%;
padding-left: 48px;

}

#yankeeist {
background: url(images/icons-findme.gif) 0px    0px no-repeat;
}

#twitter {
background: url(images/icons-findme.gif) 0px  -32px no-repeat;
}

#linkedin {
background: url(images/icons-findme.gif) 0px  -64px no-repeat;
}

#facebook {
background: url(images/icons-findme.gif) 0px  -96px no-repeat;
}

#email {
background: url(images/icons-findme.gif) 0px -128px no-repeat;
}

}