@import "base.css";

body {   
    background: #111;
    /*background: #797979 url(../images/bg3.png) repeat top center;*/
    
    color: #AAA;
}

p {
    margin: 12px 0;
}

a {
    color: #AAA;
}

h2 {
    color: #CCC;
    font: 1.6em;
    margin-top: 10px;
}

h2 span {
    position: relative;
    left: -999em;
}

h3 {
    color: #CCC;
    font: 1.4em;
    margin-top: 10px;
}
.playlist h3 {
    padding: 10px;
    border-bottom: 1px dashed #666;
}
#container {
    font: 1.3em helvetica,arial,verdana,sans-serif;
    width: 100%;
    text-align: left;
    line-height: 1.7;
    z-index: 1;
}

.container {
    width: 984px;
    margin: auto;
    position: relative;
    z-index: 1;
}

#header {
    background: #000;

    margin-top: 20px;
    overflow: hidden;
}

#logo {
    line-height: 100px;
    background: transparent url(../images/logo.png) no-repeat 10px center;
    height: 100px;
}

#logo span {
    position: absolute;
    left: -999em;
}

#nav {
    margin: 0;
    list-style-type: none;
    font: 1.6em;
    letter-spacing: 0.1em;

    text-transform: uppercase;
}

#nav li {
    float: left;
    padding: 0 30px 0 0;
}

#nav a {
    text-decoration: none;
    display: block;
    padding: 0 10px;
    line-height: 35px;
    color: #CCC;
}

#nav li.active a, #nav li a:hover {
    background: #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*
#nav li a:hover, #nav .active a {
    background-color: #333;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
*/

#nav em {
    position: relative;
    /*left: -999em;*/
    font-size: 1.1em;
    font-style: normal;
}

#nav .home {
    background: url(../images/nav/home.png) no-repeat center top;
    width: 59px;
}

#nav .home:hover, #nav .active .home {
    background: url(../images/nav/home.png) no-repeat center -40px;
    width: 59px;
}

#nav .credits {
    background: url(../images/nav/credits.png) no-repeat center top;
    width: 72px;
}

#nav .credits:hover, #nav .active .credits {
    background: url(../images/nav/credits.png) no-repeat center -40px;
    width: 72px;
}

#nav .about-me {
    background: url(../images/nav/about-me.png) no-repeat center top;
    width: 105px;
}

#nav .about-me:hover, #nav .active .about-me {
    background: url(../images/nav/about-me.png) no-repeat center -40px;
    width: 105px;
}

#nav .contact-me {
    background: url(../images/nav/contact-me.png) no-repeat center top;
    width: 128px;
}

#nav .contact-me:hover, #nav .active .contact-me {
    background: url(../images/nav/contact-me.png) no-repeat center -40px;
    width: 128px;
}

#main {
    margin-top: 20px;
    z-index: 1;
    position: relative;
}

.content {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.left-column {
    float: left;
    width: 640px;
}

.right-column {
    width: 306px;
    margin-left: 660px;
}

#footer {
    margin: 50px 0 0 0;
    font-size: 0.9em;
    padding-left: 40px;
    color: #666;
}

#media {
    width: 640px;
    height: 360px;
    background: #000 url(/content/images/lisa/lisa-0.jpg) no-repeat center -20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#items {
    font: 1.2em helvetica,arial,sans-serif;
    list-style-type: none;
    margin: 0;
    min-height: 360px;
}

#items ul {
    list-style-type: none;
    margin: 0 0 0 1.5em;
    
}

#items li {
    margin: 0 0 13px 0;
}

#items li.last {
    margin-bottom: 0;
}

#items a {
    text-decoration: none;
    padding: 4px 10px;
}

#items p a {
    padding: 4px 0;
}

#items a:hover, #items a.active, #items p:hover, #items p.active {
    background-color: #333;
    border-left-color: #999;
    border-top-color: #999;
    border-right-color: #666;
    border-bottom-color: #666;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#items p {
    cursor: pointer;
    padding: 4px 10px;
}

#items li ul {
    display: none;
}

.box {
    background: transparent;
    margin: 22px 0 0 0;
    padding: 20px;
}

#photo {
    height: 200px;
    width: 140px;
    float: right;
    background: #000;
    text-align: center;
    line-height: 200px;
    margin: 20px 0 20px 20px;
    /*
    border-left: 1px solid #1A1A1A;
    border-bottom: 1px solid #1A1A1A;
    */
    padding: 20px;
}

#gallery {
    display: none;
    width: 640px;
    height: 480px;
    position: relative;
    text-align: center;
}

#galleryImg {
    width: 640px;
    height: 380px;
    overflow: hidden;
}

#galleryImg img {
    overflow: hidden;
}

#media .info {
    background: #000;
    position: absolute;
    bottom: 0;
    height: 20px;
    padding: 10px;
    color: #FFF;
    z-index: 1000;
    width: 640px;
    display: none;
    font-style: italic;
}

#video {
    display: block;
    position: relative;
    left: 0;
    top: 0;
}

.video span, .audio span {
    display: none;
}

.video span.new, .audio span.new {
    display: inline;
}

#gallery1, #gallery2 {
    display: none;
    z-index: 100;
}

#links {
    margin: 60px 0 0 10px;
}

#spotlight {
    height: 64px;
    line-height: 64px;
    background: transparent url(/content/images/spotlight.gif) no-repeat;
    padding-left: 80px;
    display: block;
}

#regan-rimmer {
    height: 67px;
    line-height: 67px;
    background: transparent url(/content/images/regan-rimmer.png) no-repeat;
    padding-left: 80px;
    display: block;
    margin-top: 20px;
}

ul {
    list-style-type: none;
}

.box ul strong {
    padding-right: 20px;
}

.frame {
    border: 3px solid #BBB;
}

h2.links {
    background: url(../images/headings/links.png) no-repeat center center;
    width: 43px;
}

h2.credits {
    background: url(../images/headings/credits.png) no-repeat center center;
    width: 62px;
}

h2.reviews {
    background: url(../images/headings/reviews.png) no-repeat center center;
    width: 67px;
}

h2.about-me {
    background: url(../images/headings/about-me.png) no-repeat center center;
    width: 92px;
}

h2.contact-me {
    background: url(../images/headings/contact-me.png) no-repeat center center;
    width: 114px;
}

h2.message {
    background: url(../images/headings/message.png) no-repeat center center;
    width: 198px;
}

h2.playlist {
    background: url(../images/headings/playlist.png) no-repeat center center;
    width: 86px;
    margin-left: 10px;
}

#contact-pane {
    display: none;
    border: 15px solid #37A075;
    border: 15px solid #999;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    width: 360px;
    height: 500px;
    position: absolute;
    top: 120px;
    left: 50%;
    background: #FFF;
    padding: 40px;
    z-index: 10000;
    margin-left: 0;
}

#contact-pane .content {
    display: none;
}

form ol {
    list-style-type: none;
    margin: 0;
    
}

#contact-pane .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666;
}

#contact-pane .close:hover {
    cursor: pointer;
    text-decoration: underline;
}

#contact-pane h2, #contact-pane label {
    color: #666;
}

label {
    float: left;
    width: 6em;
    margin-bottom: 10px;
    clear: left;
}

input, textarea {
    padding: 4px;
    width: 400px;
    border: 2px solid #CCC;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

input:focus, textarea:focus {
    border-color: #666;    
}

textarea {
    height: 250px;
    width: 600px;
}

.button {
    background: #EEE;
    border: 2px solid #CCC;    
    width: auto;
    margin-left: 6em;
    color: #666;
    padding: 4px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
}

.button:hover {
    background: #666;
    color: #EEE;
    border-color: #666;
}

.sum label {
    float: none;
    margin-left: 6em;
}

.sum .qFieldErrorMessage {
    margin-left: 6em;
}

.sum.qFieldError label {
    color: #EEE;
}

.textfield.small {
    width: 18px;
}

.required {
    display: none;
}

.error, .qFieldError {
    color: #CC0000;
}

.qFieldErrorMessage {
    display: block;
}

#loading, .loading {
    background: transparent url(../images/loading.gif) no-repeat center center;
    height: 100px;    
}

.new {
    color: #FF6600;
}

blockquote {
    margin: 25px;
    border-bottom: 1px dotted #666;
    padding: 0 0 25px 0;
}

blockquote h3 {
    margin: 0;
    padding: 0;
}

blockquote span {
    font-size: 1.3em;
    line-height: 1;
}

blockquote p {
    margin: 2px 0;
    line-height: 1.2;
}

blockquote .source {
    font-style: italic;
    text-align: right;
}

#availability {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 12px;
    border: 1px dashed #666;
    /*
color: #000;
    background: #ccc;
*/
}

#availability h2 {
    color: #FF6600;
    margin: 0;
}

#availability p {
    margin: 0;
}

.coaching ul {
    list-style: disc;
}
