
body {
    font-family: Helvetica, sans-serif;
    padding:0;
    margin:0;
    background: #000000;
}

#container {
    width:750px;
    margin:auto;
    background: #fff;
    background-image: url("http://www.roadtripband.com/imgs/red-background.jpg");
}

#links {
    background: #000;
    margin: 0;
    padding: 5px;
    clear:both;
    color: #fff;
    font-weight: bold;
}

#links a{
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}

#links img {
    vertical-align: middle;
}

#header {
    padding:0;
    margin:0;
    height: 253px;
    background-image: url("http://www.roadtripband.com/imgs/header.png");
    clear:both;
}

#footer {
    margin:0;
    margin-top: 10px;
    color: #fff;
    height: 30px;
    background: url("http://www.roadtripband.com/imgs/footer_saying.png") no-repeat left #000;
}

#footer_img {
    padding:0;
    margin-top: 0px;
    height: 253px;
    background-image: url("http://www.roadtripband.com/imgs/footer.png");
}



#logo {
    margin-top: 125px;
    margin-left: 286px;
}



a {
    text-decoration: none;
}
a img {
    border: none;
}

#schedule_wrapper {
    width:300px;
    margin: 20px auto;
    border: 1px solid #000;
    border-bottom: none;
}

#content {
    
}

#left_side {
    width: 410px;
    padding: 10px;
    float: left;
}

#right_side {
    width: 300px;
    padding: 10px;
    float: right;
}

.post {
    font-size: 12px;
    margin-top:5px;
    margin-bottom: 15px;
}

.post h2 {
    margin:0;
    font-size: 24px;
    height: 30px;

}

.post h2 img {
    vertical-align:middle;
    margin-bottom: 5px;
}

.post p {
    margin-top: 0;
    margin-bottom: 5px;
}



#table_menu td {
    background: #000;
    color:#fff;
    font-weight:bold;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    text-align: center;
}

#table_menu td a {
    display: block;
    color:  #fff;
}

form table td.label {
    text-align: right;
    padding-left: 5px;
}

form table td.fill input {
    width: 100%;
}

#schedule {
    width:300px;
    color:#000;
    font-size: 12px;
}

#schedule a {
    text-decoration: none;
}

#schedule td.left {
    text-align: left;
    vertical-align: top;
}

#schedule td.right {
    text-align: right;
    vertical-align: top;
    white-space:nowrap;
}

#schedule td.bottom {
    vertical-align: bottom;
}


#schedule td {
    border-bottom: #000 1px solid;
    padding: 4px;
}

#schedule {
    border-collapse: collapse;
}

#schedule span.notes {
    font-size: smaller;
}

#schedule td.no_border {
    border: none;
    padding-bottom: 0;
}
#schedule td.no_padding {
    padding:0;
    margin:0;
}
#schedule td.no_padding img {
    vertical-align: middle;
}

#schedule th {
    color: #fff;
    text-align: right;
    font-size: larger;
    padding: 4px;
    background: #000;
}

#schedule th.printable {
    color: #000;
    text-align: right;
    font-size: larger;
    padding: 4px;
    background: #ddd;
    border-bottom: 1px solid #000;
}

#schedule th.title {
    color: #000;
    background: transparent;
    text-align: left;
    font-size: 24px;
}

























#printable_schedule {
    border-collapse: collapse;
    border: 1px solid #000;
    width: 100%;
}

#printable_schedule td {
    padding: 2px 5px;
}

#printable_schedule tr.notes {
    
}

#printable_schedule th {
    color: #fff;
    background: #000;
    text-align: right;
    font-size: larger;
    padding: 2px 5px;
}

#printable_schedule tr.light {
    background: #eee;
}

#printable_schedule tr.dark {
    background: #ddd;
}

#printable_schedule a {
    color: #000;
}
