html {
    height: 100%;
}

body {
    font-family: "Franklin Gothic Medium", "Franklin Gothic", "Apple LiGothic", Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 100%;
    margin: 0;
    padding: 0;
}

body.inner {
    height: auto;
}

a {
    outline: none;
}

#wrapper {
    margin: 0 auto;
    position: relative;
    width: auto;
}

#header {
    background: #fff;
    height: 100px;
    left: 0;
    margin: 0 auto;
    padding: 40px 0 0 40px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

#body {
    margin: 154px auto 0 auto;
    padding: 0 20px 0 40px;
}

#header h1 {
    margin: 0;
}

#header h1 a {
    background: url(../img/headerLogo.jpg) no-repeat -6px top;
    display: block;
    height: 87px;
    margin: 0;
    text-indent: -5000px;
    width: 241px;
}

#header h2 {
    display: none;
}

#index {
    cursor: default;
    font-size: 1.8em;
    position: absolute;
    right: 40px;
    text-align: justify;
    text-align-last: justify;
    top: 33px;
    width: 340px;
}

#index div {
    height: 1.1em;
    margin: 0;
    padding: 2px 0;
    text-align: justify;
    text-align-last: justify;
}

#index div:after{
    content: "";
    display: inline-block;
    height: 0;
    width: 100%;
}

#index span.active {
    color: #f00;
}

#index span.disabled {
    color: #aaa;
}

#index a {
    color: #000;
    text-decoration: none;
}

/*#index #search {
    display: block;
    float: right;
}*/

.entry {
    display: inline-block;
    /*float: left;*/
    margin: 20px 0;
    padding-right: 40px;
    vertical-align: text-top;
    width: 250px;
}

.entry h3 {
    text-transform: uppercase;
}

.entry h3 a {
    color: #000;
    text-decoration: none;
}

.entry h3.test {
    font-family: Arial, Helvetica, sans-serif; 
}

.bandImage {
    margin: 1em 0;
}

.bandImage a img {
    border: none;
}

.bandText {
    font-size: 1em;
    margin: 1em 0;
}

.clear {
    clear: both;
}

#theFrame {
    height: 99%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#preview {
    position: absolute;
    right: 12px;
    top: 0;
}

#preview h2 {
    margin-bottom: 0;
}

#preview .entry {
    border: 1px dashed #777;
    padding: 12px;
}

tbody .over {
    background: #eee;
}

tbody .active {
    background: #ccc;
}

h2.next-to-functions {
    display: inline-block;
    margin: 0 8px 0 0;
}

.row {
    clear: both;
    margin-bottom: 16px;
}

.row label {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 8px;
    width: 272px;
}

.row.buttons {
    border-top: 1px solid #aaa;
    padding-top: 8px;
    width: 600px;
}

.message {
    clear: both;
    margin: 8px 0;
}

.message ul {
    list-style: square;
    margin: 0;
    padding: 0 0 0 24px;
}

.message ul li {
    list-style: square;
}

textarea {
    height: 200px;
    width: 200px;
}

.hint {
    background: #eee;
    border: 1px solid #aaa;
    margin: 12px 0;
    padding: 12px;
    width: 600px;
}

#full-list-index {
    font-size: 1.2em;
    left: 40px;
    position: absolute;
    top: 0;
}

#full-list-index a {
    color: #000;
    display: block;
    text-align: right;
    text-decoration: none;
    width: 32px;
}

#full-list {
    padding-left: 52px;
}

#full-list a {
    color: #000;
    text-decoration: none;
}

.full-list-table {
    width: 880px;
}

.full-list-table td {
    width: 220px;
}

.sub-list-item {
    display: inline-block;
    padding: 2px 0 2px 2px;
    width: 212px;
}

.search-form #search {
    font-size: 24px;
    font-weight: bold;
    height: 32px;
    margin: 0 12px;
    padding: 0 12px 2px 12px;
    width: 400px;
}

.search-form input[type=submit] {
    height: 36px;
    vertical-align: bottom;
}

#admin-band-list {
    width: 640px;
}

#admin-band-list th {
    vertical-align: bottom;
}

#admin-band-list td {
    vertical-align: top;
}

#admin-band-list a, #admin-band-list a:hover, #admin-band-list a:active, #admin-band-list a:visited {
    color: #00e;
}

.admin-login-box {
    background: #f00;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    color: #fff;
    padding: 8px 12px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.admin-login-box a, .admin-login-box a:hover, .admin-login-box a:active, .admin-login-box a:visited {
    color: #fff;
}

#band_name {
    width: 320px;
}

#text {
    width: 320px;
}

#you_tube_id {
    width: 100px;
}

tr.ignored {
    color: #aaa;
}

@media (max-width: 662px) {
    #header {    
        height: 210px;
        padding: 20px 0 0 20px;
        position: static;
    }
    
    #header h2 {    
        display: none;
    }
    
    #index {
        margin: 18px 0 0 0;
        position: static;
        width: 308px;
    }
    
    #body {
        margin: 0 0 0 0;
        padding: 0 20px;
    }
    
    #full-list-index {
        left: 20px;
        top: 248px;
    }
    
    .search-form #search {
        display: block;
        margin: 12px 0 0 0;
        width: 260px;
    }
    
    .search-form input[type=submit] {
        display: block;
    }
}