@font-face {
    font-family: 'Lintel-normal';
    src: url('../webfonts/eot/Lintel.eot');
	src: url('../webfonts/eot/Lintel.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/woff/Lintel.woff') format('woff'),
    url('../webfonts/ttf/Lintel.ttf') format('truetype'),
    url('../webfonts/svg/Lintel.svg#Lintel') format('svg');
	font-weight: normal;
    font-style: normal;
}

body {
    background: #bfbdbe url(image/gregoryoakes.png) no-repeat 0 0 fixed;
    margin: 0;
    padding: 0;
    font-family: 'Lintel-normal';
    color: #FFF;
}

p {
    margin: 10px 0px;
}

a {
    outline: none;
    color: #EE2;
    text-decoration: none;
}

a, img {
    border: none;
}

a:hover {
    cursor: pointer;
    text-decoration: underline;
}

li a, #name a {
    outline: none;
    color: #FFF;
    text-decoration: none;
    display: block;
}

li a:hover, #name a:hover {
    color: #EE2;
    text-decoration: none;
}

video {
    outline: none;
}

#panel {
    display: none;
}

#namewrapper {
    margin: 0px auto;
    width: 250px;
}

/*#namewrapper {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 250px;
}*/

#name {
    display: block;
    font-size: 36px;
    z-index: 750;
}

#instrument {
    position: relative;
    top: -20px;
    left: 60px;
    font-size: 24px;
    color: #CCC;
    z-index: 700;
}

#thumb {
    position: absolute;
    right: 0px;
    float: right;
    margin: 20px 3px 3px 3px;
    z-index: 800;
}

#menubar, #newsbox, #biobox, #pressbox, #recordingsbox, #cdbox, #reviewsbox, #performancesbox, #contactbox, #nextperf, #social {
    background: rgba(0,0,0,0.7);
}

#menuwrapper {
    position: absolute;
    display: none;
    top: 50px;
    right: 0px;
    width: 160px;
    z-index: 1000;
}

#menuwrapper ul {
    padding: 0px;
    margin: 0px;
}

#menuwrapper li {
    padding: 4px;
    margin: 0px 0px 2px 0px;
    font-size: 24px;
    text-align: right;
    list-style-type: none;
    background: rgba(0,0,0,0.7);
}

#menubar {
    position: absolute;
    top: 0px;
    height: 50px;
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    z-index: 600;
}

.last {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#nextperf {
    position: absolute;
    top: 60px;
    height: 74px;
    font-size: 14px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding: 3px 0px 0px 0px;
    z-index: 500;
}

#social {
    position: absolute;
    /*top: 113px;*/
    bottom: 0px;
    height: 40px;
    margin: 0px auto;
    width: 100%;
    text-align: center;
    padding: 10px 0px 0px 0px;
    z-index: 500;
}

#newsbox, #biobox, #performancesbox, #recordingsbox, #cdbox, #reviewsbox, #pressbox, #contactbox {
    position: absolute;
    top: 50px;
    padding: 10px;
    margin: 0px 10px 10px;
    z-index: 550;
    display: none;
}

.newspic {
    float: right;
    width: 150px;
}

#biobox a {
    color: #EE2;
    text-decoration: none;
}

#biobox a:hover {
    text-decoration: underline;
}

#presspics {
    float: right;
}

#recordingsbox, #pressbox, #contactbox {
    width: 100%;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
}

#recordingsbox {
    height: 270px;
}

#musicmenu {
    margin: 0px auto;
    margin-bottom: 10px;
    z-index: 1100;
}

#presswrapper {
    width: 250px;
    margin: 0px auto;
    text-align: left;
}

.current {
    color: #EE2;
}

.grayed, .cdlabel {
    color: #AAA;
}

.italics {
    font-style: italic;
}

.centered {
    width: 100%;
    margin: 0px auto;
}

.title {
    font-style: italic;
    font-size: 24px;
}

.perfDate {
    text-align: right;
}

.perfRep, .pressText {
    font-size: smaller;
    color: #CCC;
}

.perfRep {
    padding-left: 20px;
}

.videolinks {
    float: right;
}

.shrinkwrap {
    display: block;
    clear: both;
    height: 240px;
}

.cdimg {
    float: left;
    padding: 0px 10px 0px 0px;
}

.cdlabel {
    font-size: smaller;
}

.cdblurb {
    font-size: smaller;
}

.reviewrapper {
    margin-bottom: 10px;
}

.review {
    display: none;
}

.hiding {
    display: none;
}

