/* @override 
	http://localhost:8888/css/frontporch.css
	http://localhost/css/frontporch.css
*/

/* @group debugging tools */

/*div#artist_thumbnails, div#page_content, div#footer {
    border: 1px dotted #7f7f7f;
}*/

/* @end */

/* @group GENERAL STUFF */

body {
    font-family: Palatino, "Palatino Linotype", "URW Palladio L", "Hoefler Text","Book Antiqua", "New Century Schoolbook", "Century Schoolbook", Georgia, "Bitstream Charter", "Nimbus Roman No9 L", "Century Schoolbook L", "Times New Roman", Times, serif;
    background-color: #b3b3b3;
    color: #000;
    -webkit-text-size-adjust: none;
}

a:link {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #24396C;
}

a:active {
    font-weight: bold;
    text-decoration: underline;
}

#header {
    border-bottom: 2px solid #1f5228;
    padding-top: 1em;
    padding-bottom: 1em;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    padding: 0.5em;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

h1 {
    background-color: #19284c;
    font-size: 2em;
    padding: 0.3em;
}

h2 {
    background-color: #3f3f3f;
    font-size: 1.25em;
    text-transform: uppercase;
}

h3 {
    background-color: #3f3f3f;
    font-size: 1em;
}

h5 {
    color: #000;
    font-size: 1.1em;
}

td.show_date {
    white-space: nowrap;
}

/* @end */

/* @group error pages */

#error_404 .error_info {
    margin: 2em;
}

#error_404 h5 {
    margin: 2em;
}

#error_404 dl dt {
    margin-top: 1.5em;
}

/* @end */



/* @group main page layout stuff */

.main_homepage_body {
    border-left: 2px solid #1f5228;
    padding-left: 10px;
    padding-bottom: 1em;
}

.main_body_area {
    overflow: hidden;
}

.main_homepage_body, .homepage_left_sidebar {
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.span-18.main_homepage_body {
    /* default span-18 width: 710px; */
    width: 702px;
}

.main_homepage_body .span-11 {
    /*default span-11 width: 430px;*/
    width: 422px;
}

.main_homepage_body .span-12 {
    /*default span-12 width: 470px;*/
    width: 462px;
}

.main_homepage_body .span-14 {
    /* default span-14 width: 550px; */
    width: 542px;
}

.main_homepage_body .span-18 {
    /* default span-18 width: 710px; */
    width: 702px;
}

.main_homepage_body .span-9 {
    width: 346px; /* (702 - 10) / 2 */
}

#footer {
    text-align: center;
    border-top: 2px solid #1f5228;
    font-weight: bold;
    color: #262626;
    font-size: 0.8em;
    letter-spacing: 0.5em;
    text-transform: uppercase;
}

#footer p {
    margin: 1.5em 0;
}

/* @end */

/* @group main menu */

#main_menu {
    margin-top: 0.75em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#main_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    margin-bottom: 0.75em;
}

#main_menu li {
    float: left;
    margin-right: 1em;
    color: #fff;
}

#main_menu li.divider {

}

#main_menu a {
    padding: 0 1em;
    display: block;
    text-decoration: none;
    margin: 0;
    color: #fff;
    font-weight: normal;
    font-style: normal;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

#main_menu a:hover {
    color: #23396e;
    background: #bfbfbf none;
}

/* @end */

/* @group artist tourdates shared styles */

.artist_tourdates td {
    text-align: left;
    vertical-align: top;
    padding: 0.4em;
}

.artist_tourdates td.first_field {
    padding-left: 0.4em;
}

.artist_tourdates td.last_field {
    padding-right: 0.4em;
}

.artist_tourdates tr.last_row td.first_field {
    /*-moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
}

.artist_tourdates tr.last_row td.last_field {
    /*-moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

.artist_tourdates .past, .artist_tourdates .past a {
    color: #777777;
}

.artist_tourdates .even td {
    background-color: #bfbfbf;
}
.artist_tourdates .odd td {
    background-color: #a5a5a5;
}

.artist_tourdates td.notes p {
    margin-bottom: 0;
}

/* @end */

/* @group news page */

#news_index {
    background-color: #cccccc;
    border: 1px solid #d0d0d0;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/

}

#news_index h2, #upcoming_tourdates h2 {
    /*-moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

#news_index .scrolling {
    /*height: 400px;
    overflow: auto;*/
    padding-right: 16px;
    padding-top: 0.75em;
}

#news_index p.news_date {
    margin: 0;
    font-size: 0.8em;
    color: #3f3f3f;
}

#news_index .news_item {
    margin-right: 0.5em;
    margin-left: 0.5em;
}

#news_index .news_item .news_body p {
    margin: 0 0 1em;
}

#news_index hr {
    background: #ddd;
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    height: .1em;
    border: none;
    margin: 0 0.5em 1em;
}

#news_index .news_item .news_headline {
    font-weight: bold;
    /*background-color: #bfbfbf;*/
    font-size: 1.1em;
    line-height: 1;
    /*padding: 0.5em;*/
    margin-bottom: 0.5em;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#news_index .news_item .news_headline p {
    margin: 0;
    text-transform: uppercase;
}

/* @end */

/* @group home page upcoming tourdates */

#upcoming_tourdates {
    margin-top: 2em;
    background-color: #cccccc;
    border: 1px solid #d0d0d0;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    margin-bottom: 1em;
}

#upcoming_tourdates table {
    padding-top: 0.75em;
    margin-bottom: 0;
}

#upcoming_tourdates tr.tourdate td {
    text-align: left;
    vertical-align: top;
}

#upcoming_tourdates td.more_tourdates_link {
    font-style: italic;
}

#upcoming_tourdates td.ical_link {
    text-align: right;
}

#upcoming_tourdates tr.tourdate a {
    font-weight: normal;
}

#upcoming_tourdates tr.tourdate td.artist {
    white-space: nowrap;
}

/* @end */

/* @group artist roster list */

.span-4.homepage_left_sidebar {
    margin-right: 4px;
}

#artist_roster ul {
    list-style-type: none;
    text-align: right;
    margin: 1em 0 0;
    font-weight: bold;
    color: #262626;
    line-height: 1em;
    padding: 0;
}

#artist_roster ul li {
    /*padding-bottom: 0.75em;*/
}

#artist_roster a {
    color: #262626;
    display: block;
    text-decoration: none;
    padding: 0.5em 6px;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/

}

#artist_roster a:hover {
    color: #23396e;
    background: #bfbfbf none;
}

#artist_roster a:active {
    color: #fff;
}

/* @end */

/* @group artist thumbnail images */

#artist_thumbnails img {
    border: 1px solid #d0d0d0;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;*/

}

#artist_thumbnails ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* @end */

/* @group artist detail page */

#artist_index {
}

#artist_index h1 {
    margin-bottom: 10px;
}

#artist_index #artist_bio {
    margin-top: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
}

#artist_index #artist_bio p {
    margin-bottom: 1em;
    font-size: 1.1em;
    text-align: justify;
}

#artist_index #artist_press h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    background-color: #7f7f7f;
}

#artist_index #artist_press .press_quote_text p {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
}

#artist_press div.artist_press_item p.press_quote_credit {
    text-align: right;
    margin-top: -0.75em;
    margin-right: 1em;
}

#artist_detail_sidebar .detail_contents {
    margin: 1em 1em 3em;
}

#artist_detail_sidebar table.artist_tourdates_list {
    margin-bottom: 3em;
    margin-top: 1em;
    font-size: 0.9em;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#artist_detail_sidebar .artist_tourdates tr.first_row td.first_field {
    /*-moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;*/
}

#artist_detail_sidebar .artist_tourdates tr.first_row td.last_field {
    /*-moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;*/
}


#artist_detail_sidebar #artist_tourdates .detail_contents p.no_tourdates {
    font-style: italic;
}

#artist_detail_sidebar #artist_tourdates .detail_contents table {
    font-size: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2.4em;
}

#artist_detail_sidebar #artist_tourdates table td.show_date,
#artist_detail_sidebar #artist_tourdates table td.venue, 
#artist_detail_sidebar #artist_tourdates table td.venue a,
#artist_detail_sidebar #artist_tourdates table td.location, 
#artist_detail_sidebar #artist_tourdates table td.location a {
    font-weight: bold;
}

#artist_detail_sidebar #artist_tourdates table td.notes {
	padding-top: 0;
	padding-left: 1em;
    color: #333;
}

#artist_detail_sidebar #artist_tourdates table td.notes a {
    color: #333;
}

#artist_detail_sidebar #artist_tourdates table tr.past td,
#artist_detail_sidebar #artist_tourdates table tr.past td a {
    font-weight: normal;
}

#artist_detail_sidebar #artist_tourdates table tr.past td.notes,
#artist_detail_sidebar #artist_tourdates table tr.past td.notes a {
    color: #777777;
}

#artist_detail_sidebar .detail_contents p,
#artist_detail_sidebar .detail_contents ul {
    margin-bottom: 1em;
}

#artist_detail_sidebar .detail_contents ul {
    list-style-type: none;
    margin: 0;
    padding-left:3.333em;
    padding: 0;
}

#artist_detail_sidebar .detail_contents ul li {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 1em;
    margin-bottom: 1em;
}

#artist_detail_sidebar .detail_contents a,
#artist_detail_sidebar .artist_tourdates_list a {
    font-weight: normal;
}

/* @end */

/* @group artist avails */

#avails_index {
}

#avails_index h1 {
    margin-bottom: 1em;
}

#avails_index .avails_item {
    margin-left: 3em;
    margin-right: 3em;
    background-color: #cccccc;
    /*border: 1px solid #d0d0d0;*/
    margin-bottom: 1.5em;
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

#avails_index h3 {
    padding: 0;
    margin: 0;
    /*-moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

#avails_index h3 a {
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 0.5em;
}

#avails_index h3 a:hover {
    color: #fff;
    background: #262626 none;
}

#avails_index h3 a:active {
    color: #fff;
}

#avails_index .avails_text p {
    margin-bottom: 0
}

#avails_index .avails_text {
    padding: 0.5em;
    margin-left: 1.5em;
    margin-right: 1.5em;
}

/* @end */

/* @group tourdate listing */

#tourdates_index {
}

#tourdates_index p.ical_link {
    text-align: right;
    margin-bottom: 1em;
}

#tourdates_index #roster_tourdates h1 {
    /*margin-bottom: 1em;*/
}

#tourdates_index #other_tourdates h1 {
    font-size: 1.5em;
    /*-moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

#tourdates_index #other_tourdates h2 {
    margin-bottom: 1em;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    background-color: #19284c;
    font-size: 1em;
    font-style: italic;
    padding-top: 0;
    /*-moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}

#tourdates_index .artist_tourdates {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3em;
}

#tourdates_index .artist_tourdates .artist_name td {
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    padding: 0;
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-color: #3f3f3f;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

#tourdates_index .artist_tourdates .artist_name td a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 0.5em;
    /*-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
}

#tourdates_index .artist_tourdates .artist_name td a:hover {
    color: #fff;
    background: #262626 none;
}

#tourdates_index .artist_tourdates .artist_name td a:active {
    color: #fff;
}

#tourdates_index .artist_tourdates .tourdate td {
    font-size: 10px;
}

#tourdates_index .artist_tourdates a {
    font-weight: normal;
}

#tourdates_index table.artist_tourdates td {
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

/* @end */

/* @group contact page */

#static_page_contact table {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3em;
}

#static_page_contact table td {
    padding: 0;
}

#static_page_contact h2 {
    /*-moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
    /*border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;*/
}

#static_page_contact p {
    padding: 1em;
    /*-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    background-color: #cccccc;
    /*border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;*/
    margin: 0 0 3em;
}

#contact_index {
    text-align: center;
}

#contact_index h1 {
    text-align: left;
}

#contact_index .contact_list {
    margin-top: 3em;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    text-align: left;
}

#contact_index .contact_list h2 {
    /*-moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;*/
}

#contact_index .contact_list .contact_text {
    background-color: #cccccc;
    /*border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;*/
    margin: 0 0 3em;
    /*-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

#contact_index .contact_list .contact_text a {
    color: #000;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 1em;
    /*-moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
}

#contact_index .contact_list .contact_text a:hover {
    color: #23396e;
    background: #bfbfbf none;
}

#contact_index .contact_list .contact_text a:active {
    color: #fff;
}

/* @end */




