﻿body { margin: 0 0; text-align: center; font-size: 0.6em; font-family: Verdana; }

p { color: Red; line-height: 1.5em; }

/* HEADERS */
h1 { font-size: 1.2em; font-weight: bold; }
h2 { font-size: 1.1em; font-weight: bold; color: red; }

/* LINKS */
a { color: red; text-decoration: underline; font-weight: bold; }
a:active, a:link, a:visited { }
a:hover { color: black; }

/* CONTAINERS */
#background { border: 1px solid white; width: 965px; margin: 0 auto; background: url(img/design/turntable.jpg) top left no-repeat; }
#container { width: 725px; margin: 0 auto; }

/* HEADER IMAGE */
#header-image { margin-top: 0px; background: red url(img/design/header2.jpg); width: 725px; height: 210px; text-align: right; }

/* MENU */
#menu { padding-top: 162px; }
* html #menu { padding-top: 154px; }
*:first-child+html #menu { padding-top: 154px; } 
#menu a { color: White; text-decoration: none; }
#menu a.active { color: Black; }
#menu a:active, #menu a:link, #menu a:visited { color: White; }
#menu a:hover { color: Black; }
#menu ul { list-style: none; }
#menu li { float: left; padding-right: 30px; font-weight: bold; font-size: 1.2em; }
* html #menu li { float: left; padding-right: 30px; font-weight: bold; font-size: 1.2em; margin-bottom: -20px; }
#menu li.active a, #menu li.active a:link, #menu li.active a:active, #menu li.active a:visited, #menu li.active a:hover { color: Black; }

/* COLUMNS */
#left-column { width: 353px; float: left; }
#right-column { width: 353px; float: right; }

/* FOOTER */
#footer { text-align: center; color: red; border-top: 1px solid red; margin-top: 30px; }

/* MP3 PLAYER */
#mp3-player { height: 47px; margin-top: 10px; }
#song-player { margin-top: 23px; }
* html #song-player { margin-top: 26px; }
*:first-child+html #song-player { margin-top: 26px; }

/* UPCOMING GIG LIST */
#gig-list { background-color: white; margin: 0; padding: 0; }
#gig-list ul { margin: 0px; }
#gig-list li { background-color: #f1efed; margin-top: 2px; height: 24px; list-style: none; }
#gig-list li span { position: relative; top: 4px; margin-left: 6px; }
#gig-list li .date { font-weight: bold; }

/* GIGS */
#gigs { margin-top: 16px; text-align: left; }
#gigs h1 { height: 20px; width: 685px; text-align: left; padding-left: 40px; padding-top: 4px; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; }
#gigs p#jeckyll-and-hyde { text-align: center; }
#gigs table { width: 100%; }
#gigs table thead tr th { padding: 5px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; }
* html #gigs table thead tr th { padding: 2px 2px 2px 10px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; }
*:first-child+html #gigs table thead tr th { padding: 2px 2px 2px 10px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; }
#gigs table tbody tr td { padding: 5px; height: 20px; text-align: left; background-color: #f1efed; }
* html #gigs table tbody tr td { padding: 2px 2px 2px 10px; height: 20px; text-align: left; background-color: #f1efed; }
*:first-child+html #gigs table tbody tr td { padding: 2px 2px 2px 10px; height: 20px; text-align: left; background-color: #f1efed; }

/* GUESTBOOK */
fieldset#add-guestbook-entry label { display: block; }
#guestbook { margin: 15px 0 0 0; }
#guestbook h1 { height: 20px; width: 685px; text-align: left; padding-left: 40px; padding-top: 4px; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; }
#add-entry { float: right; width: 200px;  }
#add-entry fieldset { text-align: left; border: 0; }
#add-entry fieldset legend { color: Red; font-size: 1.1em; font-weight: bold; }
#add-entry label { font-weight: bold; }
#add-entry span.instruction { font-weight: normal; color: #888; }
#add-entry input.text { padding-left: 10px; padding-right: 10px; padding-top: 2px; display: block; width: 160px; height: 16px; margin-bottom: 10px; border: 1px solid red; font-family: Verdana; font-size: 1.0em; }
#add-entry input.email-textbox { color: red; text-decoration: underline; } 
#add-entry input.title-textbox { color: red; font-weight: bold; } 
#add-entry input.add-button { color: Red; }
#add-entry textarea { padding: 2px 10px 2px 10px; width: 160px; margin-bottom: 10px; height: 200px; font-family: Verdana; font-size: 1.0em; overflow: auto; border: 1px solid red; }
#entries-list { float: left; margin-bottom: 15px; }        
#entries-list h1 { height: 20px; width: 360px; text-align: left; padding-left: 40px; padding-top: 4px; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; }
#entries-list .entry { width: 400px; background-color: #f1efed; margin-bottom: 20px; text-align: left; margin-top: -7px; }
* html #entries-list .entry { width: 400px; background-color: #f1efed; margin-bottom: 20px; text-align: left; margin-top: -17px; }
#entries-list .entry p { margin: 7px; line-height: 1.5em; color: Black; padding: 5px 3px 3px 3px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */ }
#entries-list .entry .entry-meta-data { margin: 7px; padding-bottom: 7px; }
#entries-list .entry .entry-meta-data .timestamp { color: #999; margin-right: 30px; }
#entries-list .entry .entry-meta-data .name { color: Red; font-weight: bold; }
p.limited { height: 52px; overflow: hidden; }

/* BIOGRAPHY */
#biography { margin-top: 16px; margin-bottom: -50px; }
* html #biography { margin-top: -3px; }
#biography h1 { height: 20px; width: 685px; text-align: left; padding-left: 40px; padding-top: 4px; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; }
#biography h2 { text-align: right; margin-bottom: -10px; margin-right: 300px; }
#biography p { text-align: left; line-height: 1.7em; }

/* DISCOGRAPHY */
#discography { margin: 16px 0 0 0;  }
* html #discography { margin: 16px 0 70px 0;  }
#discography #location-list { float: left; margin-left: 0px; }
#discography #location-list ul { text-align: left; margin-left: 0; padding-left: 0; padding-top: 0; margin-top: 0; }
#discography #location-list li { list-style: none; margin-bottom: 2px; }
#discography #location-list li.active {   }
#discography #location-list li.active a { color: white; text-decoration: none; background-color: red; width: 204px; }
#discography #location-list li a { padding: 8px 6px 0px 10px; font-size: 1.1em; text-decoration: none; width: 184px; height: 25px; background-color: #f1efed; display: block; }
#discography #location-list li a:hover { background-color: red; color: white; }
#discography #location-images { width: 505px; height: 488px; float: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; }
#discography #location-images #large-image { margin-top: 33px; }
#discography #location-images #large-image img { border: 10px solid white; }
#discography #location-images #thumbnails { margin-top: 25px; margin-left: 32px; }
* html #discography #location-images #thumbnails { margin-top: 25px; margin-left: 32px; height: 1%; }
#discography #location-images #thumbnails img { border: 5px solid white; float: left; margin-left: 10px; margin-right: 10px; cursor: pointer; _cursor: hand; } 
#discography #location-images #location-link { margin-top: 15px; }
#discography #location-images #location-link a { color: white; }

/* CONTACT */
#contact-form { text-align: left; margin-left: 300px; margin-top: 16px; }
#contact-form h1 { margin-left: -300px; height: 20px; width: 685px; text-align: left; padding-left: 40px; padding-top: 4px; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; }
#contact-form span { display: block; font-weight: bold; }
#contact-form label { font-weight: bold; }
#contact-form input { display: block; color: Red; }
#contact-form input.subject-textbox { font-size: 1.1em; border: 1px solid red; padding: 3px; } 
#contact-form ul { margin-left: -40px; }
* html #contact-form ul { margin-left: 0px; }
*:first-child+html #contact-form ul { margin-left: 0px; }
#contact-form ul li { list-style-type: none; }
#contact-form textarea { width: 300px; height: 200px; color: Red; font-family: Verdana; font-size: 1.1em; border: 1px solid red; padding: 3px; } 
#contact-form .thank-you-message { color: Red; font-size: 1.1em; margin-bottom: 100px; margin-top: 100px; }
#contact-form span.instruction { font-weight: normal; color: #888; }

/* MUSIC */
#music { float: left; margin: 7px 0 0 0; }
* html #music { float: left; margin-top: 19px; }
*:first-child+html #music { float: left; margin-top: 19px; }
#music h1 { height: 20px; width: 685px; text-align: left; padding-left: 40px; padding-top: 4px; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; }
#music table { width: 100%; margin-top: 15px; }
#music table thead th { height: 24px; width: 685px; text-align: left; padding-left: 40px; font-size: 1.2em; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; }
#music table tbody tr { background-color: #f1efed; }
#music table td { height: 24px; }
#music table td.title { }
#music #single {  }
#music #single img.single-image { }
#music #single p {}
#music #single p a { border: 0; }
#music #single p a img { border: 0; display: inline; vertical-align: middle; }

/* LOGIN */
#credentials { width: 400px; text-align: left; margin: 100px 0 0 100px; }
#credentials h1 { color: Red; }
#credentials div { margin-top: 10px; }
#credentials label { display: block; font-weight: bold; }
#credentials #username input { color: Red; font-weight: bold; width: 150px; }
#credentials #password input { color: Red; font-weight: bold; width: 150px; }
#credentials #error-message { color: Red; font-weight: bold; margin-top: 50px; }

/* CMS */
#cms { margin: 30px; text-align: left; }
#cms h1 { color: Red; font-size: 1.7em; }
#cms #cms-menu { margin: 0 0 50px 0; padding: 0; background: red url(img/design/red-gradient.jpg) top right repeat-y; height: 30px; }
#cms #cms-menu ul { margin: 0; padding: 0; padding-top: 5px; }
#cms #cms-menu ul li { float: left; margin-left: 30px; list-style-type: none; }
#cms #cms-menu ul li a { color: White; font-size: 1.4em; text-decoration: none; }
#cms #cms-menu ul li a:hover { text-decoration: underline; }

/* CMS GIGS */
#cms #gigs div { margin-bottom: 50px; }
#cms #gigs div h2 { color: Red; }
#cms #gigs div table tbody tr td { padding: 5px; height: 20px; text-align: left; background-color: #f1efed; }
* html #cms #gigs div table tbody tr td { padding: 2px 2px 2px 5px; height: 20px; text-align: left; background-color: #f1efed; }
*:first-child+html #cms #gigs div table tbody tr td { padding: 2px 2px 2px 5px; height: 20px; text-align: left; background-color: #f1efed; }
#cms #gigs div table tbody tr td input.location-url { width: 200px; }
#cms #gigs div table tbody tr td input.date { width: 80px; }
#cms #gigs div table thead th span.format { font-weight: normal; color: #333; }
#cms #gigs div table thead th { vertical-align: top; }
#cms #gigs div table thead tr th { vertical-align: middle; padding: 5px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; } 
* html #cms #gigs div table thead tr th { vertical-align: middle; padding: 2px 2px 2px 5px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; } 
*:first-child+html #cms #gigs div table thead tr th { vertical-align: middle; padding: 2px 2px 2px 5px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; } 


/* CMS SONGS */
#cms #song-table { margin-top: 40px; }
#cms #song-table thead tr th { padding: 5px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; } 
* html #cms #song-table thead tr th { padding: 2px 2px 2px 5px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; } 
*:first-child+html #cms #song-table thead tr th { padding: 2px 2px 2px 5px; height: 20px; text-align: left; background: red url(img/design/red-gradient.jpg) top right repeat-y; color: White; font-size: 1.1em; } 
#cms #song-table tbody tr { background-color: #f1efed; }
#cms #song-table tbody tr td { padding: 5px; height: 20px; text-align: left; background-color: #f1efed; }
* html #cms #song-table tbody tr td { padding: 2px 0px 2px 5px; height: 20px; text-align: left; background-color: #f1efed; }
*:first-child+html #cms #song-table tbody tr td { padding: 2px 2px 2px 5px; height: 20px; text-align: left; background-color: #f1efed; }
#cms #song-table tbody tr td.title { width: 600px; }
#cms #song-table tbody tr td.filesize { width: 50px; }

/* CMS GUESTBOOK */
#cms #cms-guestbook div.entry { border: 1px solid red; margin-bottom: 5px; width: 400px; padding: 10px; }
#cms #cms-guestbook div.entry h1 { font-size: 1.2em; }

/* PANEL */
.panel { text-align: left; margin-top: 16px; }
.panel-header { height: 24px; background: red url(img/design/red-gradient.jpg) top right repeat-y; }
.panel-header h1 { color: white; padding: 0; margin: 0 0 0 40px; position: relative; top: 4px; }
.panel-content { }

/* GRADIENT PANEL*/
.gradient-panel { background: #E9E6E3 url(img/design/gradient.jpg) left top repeat-x; }
.gradient-panel p { margin: 7px 4px 7px 4px; padding-bottom: 7px; line-height: 1.5em; color: Black; }
.gradient-panel h2 { margin: 7px 4px 7px 4px; }

/* NO BACKGROUND PANEL */
.no-background-panel { border-bottom: 1px solid red; color: Red; }
.no-background-panel img { float: left; margin: 0 4px 4px 0; }
.no-background-panel p { margin: 7px 0 7px 0; padding-bottom: 7px; line-height: 1.5em; }

/* HACKS */
.spacer { height: 1%; clear: both; }
