/*
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: Georgia, sans-serif;
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-family:  Geneva, Tahoma, "Nimbus Sans L", sans-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Lucida, sans-serif;
	font-family: "Trebuchet MS", sans-serif;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
*/
body {
	font-family: Optima, Lucida, "MgOpen Cosmetica", "Lucida Sans Unicode", sans-serif;
    color: #999;
    background: url(../images/bg_page.png);
    margin: 15px 0;
	}
	
/*
	960px - 1 column
	480px - 2 columns
	320px - 3 columns
	240px - 4 columns
	160px - 6 columns
	120px - 8 columns
*/

a {
    color: #88704e;
    }

h1, h2, h3 {
    color: #F9D194;
    line-height: 1.1em;
    }

h2 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: .7em;
    }
h3 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    font-size: 18px;
    padding: 1em 0;
    } /* same font format for form legends */

    h3 + label {
        margin-top: 0;
        }

    h3 + ul {
        margin-top: 0;
        }
label {
    margin: 1em 0 .6em;
    }
p,#content li {
    line-height: 1.3em;
    }
        
p + p {
    margin-top: 1.5em; 
    -margin-bottom: 1.5em;
    }
        
#container {
	width: 766px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #000;
	position: relative;
	}

hr {
    font-size:0px;
    background:url(../images/dot_line_right.jpg) repeat-x top;
    height: 15px;
    border: none;
    }
    
.wrap {
	padding: 25px;
	}

.clear {
	clear: both;
	}

#header {
    position: relative;
    height: 280px;
    background: url(../images/bg-header.jpg) no-repeat;
    }
    
    #header .wrap {
        padding: 0 0 0 0;
        }    
        
        #header #logo {
            }
            
            #logo a.logo-home {
                background: url(../images/logo-jimmy-bowen.jpg) 25px 15px no-repeat;
                text-decoration: none;
                display: block;
                -border: 1px solid #000;
                width: 300px;
                height: 100px;
                }

#footer {
    font-size: 11px;
    }
    
    #footer .wrap {
        background: url(../images/line_bg.jpg) repeat-x;
        margin: 0 15px;
        padding: 20px 0 10px;
        text-align: right;
        color: #666;
        }
        
        #footer a {
            color: #333;
            text-decoration: none;       
            }
                           
#nav {
    }
    
	#nav .wrap {
		-border: none;
		padding: 0 0 0 0;
		}

	ul.vert-nav {
		margin-left: 0;
		padding-left: 0;
		width: 300px;
		background: none;
		}
		
		.vert-nav li {
			list-style-type: none;
			display: block;
			}
			
			.vert-nav a {
			    -border: 1px solid #000;
				display: block;
				padding: 6px 5px 10px 41px;
				text-decoration: none;
				margin-left: 15px;
                color: #737373;
                background:  url(../images/menu4.gif) no-repeat;
                font-size: 12px;
				}
			
				.vert-nav a:link,
				.vert-nav a:visited {
					color: #737373;
					}
				
				.vert-nav a:active {}
	
				.vert-nav a:hover {
					color: #88704e;
					}
				
				.vert-nav li.first a {
					}

#content {
    background: #000 url(../images/bg-content.jpg) no-repeat;
    font-size: 14px;
    }

#leftcol {
    float: left;
    width: 470px;
    }
    
    #leftcol h2,
    #leftcol h2 + p,
    #leftcol h2 + h3 + p,
    #leftcol h2 + h3 {
        padding-right: 140px;
        }

    #leftcol h3 + p,
    #leftcol h2 + h3 {
        margin-top: -10px;
        }

#rightcol {
    float: right;
    width: 290px;
    }
    
    #rightcol .wrap {
        margin-top: 130px;
        padding-left: 55px;
        }
        
        #rightcol hr {
            margin-left: 0px;
            }

    #content ul {
        }
    #content li {
        list-style-type: disc;
        margin-left: 20px; /*same as .wrap class */
        }
        
        #content img {
            border: 1px solid #88704e;
            }
            
            #content #rightcol img {
                margin: 0;
                }

/*******
    Contact
*******/

        
div.errors{ color:#F00; }
#ContactForm label,
#ContactForm input,
#ContactForm select,
#ContactForm textarea {
    display:block;
    float: none;
    }
    
#ContactForm .invalidValue{ background: #FFDFDF; border:1px solid #F00; }
#ContactForm .requiredValue{ background: #F88704eDF; border:1px solid #F00; }
#ContactForm label.vericode { float: left; margin-left: 130px; margin-top: -35px; padding: 0 0 0 0;}
#ContactForm label.vericode input { float: left; width: 100px; height: 20px; padding: 5px;}

form {
    padding-top: 15px;
    }
    
    fieldset {
        border: none;
        padding-top: 20px;
        }
        
        fieldset.submit {
            padding-top: 0;
            }
        
        legend {
            font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
            }
            
        legend {
            font-size: 24px;
            color: #F9D194;
            padding: 1em 0 0;
            }
    
    label {
        display:block;
        text-align:right;
        width:120px;
        float:left;
        margin: 0;
        padding: 7px 0 0;
        clear: left;
        color: #88704e;
        }

        label .small {
            font-family: Optima, Lucida, "MgOpen Cosmetica", "Lucida Sans Unicode", sans-serif;
            color:#999;
            display:block;
            font-size:11px;
            font-weight:normal;
            text-align:right;
            width:120px;
            margin-top: 4px;
            }

            input, 
            select, 
            textarea {
                float:left;
                font-size:11px;
                padding:4px 2px;
                border: 2px solid #F9D194;
                background: #999;
                width:190px;
                margin:2px 0 20px 10px;
                padding-top: 7px;
                height: 10px;
                }
                
                    textarea {
                        height: 100px;
                        width: 260px;
                        }
                    
                    input.name {
                        width: 130px;
                        }

                    input.submit {
                        margin-left: 130px;
                        width: auto;
                        height: auto;
                        padding: 5px 15px;
                        background: #F9E594;
                        font-weight: bold;
                        font-size: 14px;
                        }

    #contact #leftcol li {
        float: left;
        text-align: right;
        width: 120px;
        list-style-type: none;
        margin-left: 0;
        padding-bottom: 5px;
        color: #88704e;
        }
    
    #contact #leftcol li + li {
        float: left;
        text-align: left;
        margin-left: 10px;
        color: #999;
        width: 270px;
        }

    #contact #rightcol li {
        text-align: left;
        list-style-type: none;
        margin-left: 0;
        padding-bottom: 5px;
        color: #88704e;
        padding-bottom: 0;
        }
    
    #contact #rightcol li + li {
        text-align: left;
        margin-left: 0px;
        color: #999;
        width: 270px;
        padding-bottom: 1em;
        }
        
#home #leftcol h2 + p + p {
    padding-right: 110px;
    }

/*******
    Tour
*******/
        
#tour #leftcol h3 {
    padding-bottom: 5px;
    }
    
    #tour #leftcol ul {
        }
        
        #tour #leftcol li {
            margin-left: 130px;
            list-style-type: none;
            }
    
        #tour #leftcol li strong {
            color: #999;
            width: 100px;
            font-weight: normal;
            display: block;
            float: left;
            width: 120px;
            margin-left: -130px;
            }

/*******
    The Band
*******/

#site-policies #leftcol h2 {
    padding-right: 440px;
    }
    
#site-policies #leftcol h2 + h3 + p {
    padding-right: 380px;
    }
    
#site-policies #leftcol,
#the_band #leftcol {
    float: left;
    -width: 470px;
    width: 770px;
    }

#site-policies .rightcol,    
#the_band .rightcol {
    display: none;
    }
    
#the_band #leftcol h2 + h3 + p.band-image + p {
    padding-right: 380px;
    }

    #theband h3 {
        clear: left;
        }

    p.band-image + p {
        margin-top: 0;
        }
        
    p.band-image img {
        float: left;
        border: 1px solid #88704e;
        margin-right: 10px;
        margin-bottom: 10px;
        clear: both;
        }
        
        p.no-content + h3,
        p.band-image + h3 {
            clear: left;
            }
        
        #the_band #leftcol hr {
            clear: left;
            }

/*******
    Footer
*******/
#footer .press-kit a {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-style: italic;
    text-decoration: none;
    color: #88704e;
    }

/*******
    Merchandise
*******/

    #merchandise #leftcol {
        width: 720px;
        padding-right: 0;
        margin-right: 0;
        }
        
        #merchandise #rightcol {
            display: none;
            }
    
    #merchandise .merch-image {
        float:left;
        width: 200px;
        margin-right: 50px;
        }
    
    #merchandise table.songs {
        border: 1px dashed #88704e;
        width: 420px;
        margin: 0;
        background: #000;
        }
        
        table.songs th {
            padding: 10px;
            }
            
        table.songs tr.even {
            }
        
        table.songs tr.odd {
            background: #88704e;
            color: #000;
            }
            
            table.songs td {
                padding: 4px 10px;
                }
                
                table.songs td.title-of-song {
                    width: 225px;
                    }
                
                table.songs tr.odd td.title-of-song {
                    color: #000;
                    }
    
    #merchandise table form {
        padding: 0;
        margin: 0;
        }

        #merchandise table form .submit {
            padding: 3px 6px;
            margin: 0;
            height: auto;
            font-size: 12px;
            background: #F9E594 url(../images/btn_bg.gif) repeat-x;
            border: 1px solid #88704e;
            }

/*******
    Free Download
*******/

#home .free-download {
    margin: 5px 0 15px 0;
    padding: 0 0 0 0;
    }
    
    #home .free-download input.submit {
        margin: 0 0 5px 0;
        width: auto;
        height: auto;
        padding: 5px 15px;
        background: #F9E594;
        font-weight: bold;
        font-size: 14px;
        }