/* Overrides to the main stylesheet for handheld and mobile devices */

/* Main layout settings */

body
{
    background-image: none;
}

#menu
{
    position: relative;
    height: auto;
    background-color: inherit;
    background-image: none;
}

#sidebar
{
    display: none;
    visibility: hidden;
}

#main
{
    margin: 0px;
}

/* General Styles */

div.copyright
{
    float: none;
    text-align: center;
    padding-left: 0px;
}

.rightimage
{
    float: none;
    margin: 0px;
    padding: 4px;
}


/* Menu styles */

div.sidebartop, div.sidebarbottom, div.leftimage, div.leftfiller,
div.roundtomain, div.roundtomain div div, div.roundtomain div
{
    background-image: none;
    display: none;
    visibility: hidden;
}

div.menuarea
{
    margin-left: 0px;
}

div.tabs
{
    width: auto;
    height: auto;
}

.tab
{
    float: left;
    width: auto;
    height: auto;
    margin: 2px;
}

a#Home, a:hover#Home, a:focus#Home, a:active#Home,
a#Music, a:hover#Music, a:focus#Music, a:active#Music,
a#Essays, a:hover#Essays, a:focus#Essays, a:active#Essays,
a#Bio, a:hover#Bio, a:focus#Bio, a:active#Bio,
a#Contact, a:hover#Contact, a:focus#Contact, a:active#Contact,
a#Links, a:hover#Links, a:focus#Links, a:active#Links
{
    background-image: none;
}

div#Home, div#Music, div#Essays, div#Bio, div#Contact, div#Links
{
    background-image: none;
    background-color: inherit;
    width: auto;
}

/* Settings for text links in case images are not available */

.tab span.tablabel
{
    position: relative;
    top: auto;
    left: auto;
    font-size: 12pt;
    font-weight: normal;
    display: inline;
    padding: 1px 4px 1px 4px;
}

/* Music page styles */

div.work
{
    margin-left: 0px;
    padding-left: 4px;
}

div.workdetails
{
    margin-left: 0px;
    padding-left: 8px;
    width: 100%;
}

pre.lyrics
{
    margin-left: 0px;
    padding-left: 8px;
    font-size: 0.8em;
}

div.attribution
{
    margin-left: 0px;
    width: 100%;
    text-align: right;
}

/* Link page styles */

.linkcontainer
{
    margin: 4px;
    padding: 0px;
    width: 200px;
}

.linkotl, .linkotr, .linkobl, .linkobr, .linkitr, .linkibl, .linkibr
{
    background-image: none;
    display: inline;
    padding: 0px;
    margin: 0px;
    width: auto;
    height: auto;
}

.linkitl
{
    background-image: none;
    display: block;
    padding: 4px;
    border: solid 2px #ffffff;
    width: auto;
}
