@charset "utf-8";
/* reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

body {
    font-family: arial, "Times New Roman", Times;
    font-size: 1em;
    background-color: #603;
    padding: 0;
    color: white;
}

a {
    color: white;
}

p {
    font-size: 1.0em;
    margin: 15px;
}

img#bkg {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
}

img#flower {
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    z-index: -1;
}

img#flower2 {
    position: fixed;
    width: 200px;
    opacity: 0.5;
    z-index: -1;
}

img#fdp {
    float: left;
    margin: 10px;
}

#body {
    width: 1000px;
    margin: 0 auto;
}

#menu {
    margin-top: 5px;
    padding-top: 5px;
    height: 30px;
    font-family: Impact;
    font-size: 1.2em;
    margin-bottom: 10px;
}

#menu a {
    padding: 5px;
    text-decoration: none;
}

#menu a.selected {
    border-bottom: 2px solid #C03;
}

#menu a:hover {
    border-bottom: 2px solid plum;
}

.tab {
    /*height:600px;

  overflow:hidden;*/
}

#demo #youtube {
    width: 640px;
    margin: 10px auto;
    border: 3px solid plum;
}

#press p {
    font-style: italic;
}

#songs p {
    font-style: italic;
    font-size: 0.9em;
    width: 300px;
    float: left;
    text-align: center;
    margin: 10px;
}

#cv span {
    font-family: Impact;
}

#cv p.column {
    width: 300px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

#cv img {
    width: 150px;
    height: 225px;
    float: left;
    margin-right: 10px;
    padding: 3px;
    background-color: plum;
}

#gallery, #shows {
    text-align: center;
}

.picture {
    margin-bottom: 60px;
    text-align: center;
    font-style: italic;
}

.picture img {
    max-width: 600px;
    border: 0px solid black;
    padding: 3px;
    background-color: plum;
}

.hidden {
    display: none !important;
}

.sideinfo {
    font-size: 0.8em;
    opacity: 0.5;
}
