/* Override the site link style*/
a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a:link { 
    color: #000; 
    font-weight: bold;
    border: 0;
}
a:visited { 
    color: #000; 
    font-weight: bold;
}
a:hover {
    color: black; 
    background-color: #DDDD00;
}
a:active {
    color: #9C9C0C; 
    background-color: #FFFF14;
}

#wrap {
    margin-left: 23px;
    margin-right: 23px;
}

h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.9em;
    margin-bottom: 2px;
    font-weight: bold;
}
h1 {
    font-size: 0.9em;
}
h2 {
    font-size: 1.1em;
}


/*
 * Show list table
 */

.show-table {
    padding: 6px;
}
.show-table tr td {
    padding: 6px;
    border-bottom:thin dotted #CCCCCC;
}

td.artist_name {
    width: 34%;
}

.artist_name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
}
.show-date {
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
}
.description {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}
td.description {
    min-width: 334px;
}
.item-actions {
    margin-top: 18px;
    margin-bottom: 4px;
}
.play-link {
    background: transparent url(/images/icon/cassette.gif) no-repeat;
    padding: 6px 16px 6px 42px;
}
.download-link {
    background: transparent url(/images/icon/diskette.gif) no-repeat;
    padding: 6px 16px 6px 28px;
}
.item-info-bar {
    font-style: italic;
    margin-top: 6px;
}

/*
* Cooments 
*/
.comment-link {
    background: transparent url(/images/icon/chat_bubble.gif) no-repeat;
    padding: 6px 16px 6px 28px;
}
.comment {
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}
.comment-when {
    text-align: right;
}
.comment-author {
    text-transform: uppercase;
    font-weight: bold;
}
.comment-spacer-td {
    border-bottom: none !important;
}
.comment-toolbox {
    margin-top: 6px;
    text-align: right;
}

/*
* Box nav to apply to list to get horizontal nav
*/
ul.boxnav
{
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}
.boxnav li
{
    display: inline;
    list-style-type: square;
}
.boxnav a { padding: 3px 10px; }
.boxnav a:link, .boxnav a:visited
{
    color: #000;
    border: 1px #CCCCCC dotted;
    text-decoration: none;
    margin: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.8em;
}
.boxnav a:hover
{
    color: #fff;
    background-color: #9C9C0C;
    text-decoration: none;
}
.boxnav a.current
{
    color: #fff;
    background: #000;
    border: 1px black solid;
    text-decoration: none;
}

#sitenav { display: none; }
/* Tweak boxnav for the sitenav */
#sitenav .boxnav a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 0.9em;
}
#sitenav {
    margin-top: 10px;
    margin-bottom: 32px;
}

.image-wall {
    text-align: left;
}


/*
* Sidebar and accordian. The archive nav down the left side.
*/

#sidebar {
    float: left;
    margin-top: 30px;
    width: 15em;
}

.accordian {
    text-align: left;
}

ul.accordian, ul.accordian ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.accordian a {
  display: block;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}

ul.accordian li {
  margin-top: 1px;
}

ul.accordian li a {
    background:#888888 none repeat scroll 0 0;
    color:#FFFFFF;
    padding:0.5em;
    text-transform:uppercase;
    padding-left:15px;
}
ul.accordian li.expanded > a {
    background: #888888 url(/images/menu-expanded.png) no-repeat scroll 5px 12px;
}
ul.accordian li.collapsed > a {
    background: #888888 url(/images/menu-collapsed.png) no-repeat scroll 5px 12px;
}
ul.accordian li a:hover {
    background:#DDDD00 none repeat scroll 0 0;
    border-left:5px solid #000000;
    padding-left:10px;
}
ul.accordian li ul li a {
    background:#FFFFFF none repeat scroll 0 0;
    border-bottom: thin dotted #CCCCCC;
    color:#000000;
    padding-left:25px;
}
ul.accordian li ul li.active a {
    background:#DDDDDD none repeat scroll 0 0;
}
ul.accordian li ul li a:hover {
    background-color:#DDDD00;
    border-left:5px solid #000000;
    padding-left:20px;
}

#donate {
    width: 13em;
    margin-top: 1em;
    text-align: justify;
    font-size: small;
}

#paypal-button {
    text-align: center;
}

/*
* Loading message for AJAX calls
*/

#loading-items {
    padding-top: 50px;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2em;
}
#loading-items img {
}

/*
* Forms. Basically the comment form at themoment.
*/

fieldset {
    border: 2px solid black;
    margin: 4px;
    margin-bottom: 1em;
}
fieldset p {
    margin-top: 4px;
    margin-bottom: 4px;
}
legend {
    font-weight: bold;
    border: 2px solid black;
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
}
label {
    float: left;
    display: block;
    width: 14%;
    font-weight: bold;
}
div.action-bar {
    text-align: center;
}
button[type=submit] {
    width: 70%;
}
input.error, textarea.error {
    border: 2px solid #E00;
}
input, textarea {
    border: 2px solid #555;
    background: #BBBBBB;
    margin: 2px;
}
input:hover, textarea:hover {
    border: 2px solid #9C9C0C;
}
input:focus, textarea:focus {
    border: 2px solid #FFFF14;
}
