/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

body {
  line-height: 1.3;
  margin-right: auto;
  margin-left: auto;
  background: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #483e3e /*#9b9494*/;
  margin-bottom: 100px;
}

div#page{
    width: 885px;
    margin-right: auto;
    margin-left: auto;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

.clearfix{
    clear: both;
}

/* concept47 code */
h1{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 2px;
    color: #6daf95;
}

h1 a:link, h1 a:visited{
    color: #6daf95;
}

h1 a:hover, h1 a:active{
    text-decoration: underline;
    color: #6daf95;
}

h2{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
}

h3{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
}

    .highlight{
        color: #1c4793;
    }

a:link, a:visited{
    color: #9b9494;
}

a:hover, a:active{
    text-decoration: none;
    color: #ff7200;
}


p{
    margin-bottom: 10px;
}
    .schedule{
        font-weight: bold;
        color: #1a4ba0;
    }

img.thumb{
    margin-bottom: 5px;
}

#header{
    height: 105px;
}
    

.far_right{
    float: right;
}

.rss{
    margin-left: 5px;
}

.youtube_image{
    margin-bottom: 5px;    
}

.small{ font-size: 10px; }
#navigation{
    background: url('/images/navigation.jpg') no-repeat top left;
    height: 18px;
    text-align: center;
    color: black;
    font-weight: bold;
}
    #navigation ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #navigation li{
        display: inline;
        margin-right: 30px;
        letter-spacing: -1px;
        font-size: 13px;
        vertical-align: top;
    }
    

    #navigation a:link, #navigation a:visited{
        color: black;
        text-decoration: none;
    }
    #navigation a:hover, #navigation a:active{
        color: #97e5db;
        text-decoration: none;
    }

    #navigation li.active a:link, #navigation li.active a:visited{
        color: white;
    }

#content{
    padding: 31px 40px 15px 15px;
}

#content table.front{
    border-collapse: collapse;
    margin-bottom: 15px;
    /* counteract effects of padding in #content above */
    margin-top: -10px;
    margin-right: -20px;
}
    #content .front td{
        border-right: 1px solid #756f6f;
        vertical-align: top;
        padding: 5px;
        width: 147px;
    }
    #content .front td.last{
        border-right: 0px solid #756f6f;
    }


#display{
    border-top: 1px solid #756f6f;
    border-bottom: 1px solid #756f6f;
    padding: 3px 40px 5px 40px;
}
    .slide{
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
        text-align: center;
    }

    .slide img{
        margin-right: 40px;
    }
        .slide img.pointer{
            margin-right: 10px;
        }
        .slide img.last{
            margin-right: 10px;
        }


#footer{
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
    color: #6f4e43;
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
}

/*SCHEDULE*/
div.header{
    color: #6daf95;
    font-size: 36px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    margin-bottom: 15px;
}
    
    div.inline{
        display: inline-block;
        float: left;
    }
table.schedule{
    border-collapse: collapse;
    margin-bottom: 15px;
    color: black;
    margin-top: 15px;
    margin-left: 
}

    .schedule th{
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid black;
    }

    .schedule td{
        vertical-align: top;
        width: 147px;
        padding-top: 5px;
        padding-right: 15px;
    }

    .schedule td.last{
        border-right: 0px solid #756f6f;
    }
    
    .schedule td.short{
        width: 60px;
    }

/* MP3s */
table.none{
    margin-left: 40px;
    margin-top: 20px;
}

table.none td{
    padding-left: 5px;
    padding-top: 11px;
}

p.mp3{
    margin-left: 40px;
    width: 600px;
    padding-top: 20px;
}


/* ARTICLES */
.article{
	margin-bottom: 20px;
}
    
    .article h2{
      font-size: 12px;
      letter-spacing: normal;
      text-decoration: underline;
    }
    
        h2 a:link, h2 a:visited{
            font-weight: bold;
            color: black;
            text-decoration: underline;
        }
       
        h2 a:hover, h2 a:active{
           text-decoration: none;
        }
        
    .article h3{
      font-size: 12px;
      letter-spacing: normal;
      text-decoration: none;
      margin-bottom: 5px;
    }
    
   .header .small_header{
        font-size: 12px;
        letter-spacing: normal;
        font-weight: bold;
    }

    
   .article a.read_more:link, .article a.read_more:visited{
      display: -moz-inline-box;
	  -moz-box-orient: vertical;
      font-weight: normal;
      color: black;
      text-decoration: underline;
      background: url('/images/icons/read_more.gif') no-repeat right 5px;
      display: inline-block;
      padding-right: 12px;
      padding-bottom: 5px;
    }
    
    .article a.read_more:hover, .article a.read_more:active{
        text-decoration: none;
    }

/* BOOKS PAGE */
p.intro{
    border-bottom: 1px solid #756f6f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

div.books{
    border-bottom: 1px solid #756f6f;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.books p, div.books div{
    min-height: 100px;
    margin-bottom: 20px;
    display: none;
}

    div.books p img{
        float: left;
        margin-right: 10px;
    }

img.thumb{
    width: 100px;
    border: 1px solid black;
	max-height: 108px;
}
img.photo_thumb{
	width: 100px;
	border: 1px solid black;
	max-height: 108px;
}
/* sets 'on' state for images in the gallery */
img.thumb_hover{
    border: 1px solid #FF7300;
}

/* back/forward arrows */
#book_forward, #book_back{
     float: left;
     margin-top: 50px;
     margin-right: 20px;
     margin-left: 20px;
}

/* Holds the slider holder and the slider
  This makes it possible to center the entire contraption :) */
.all_holder{
    margin-left: auto;
    margin-right: auto;
    width: 710px;
}

    #book_slider_holder{
        overflow: hidden;
        width: 602px;
        text-align: left;
        float: left;
        position: relative;
        height: 110px;
        padding: 0 0px;
    }
    
        #book_slider{
            list-style: none;
            padding: 0;
            margin: 0;
            white-space: nowrap;
            overflow: none;
            position: absolute;
        }

            #book_slider li{
                display: inline;
                margin: 5px;
                margin-right: 20px;
                margin-left: 0px;
            }
            
img.display{
    border: 1px solid #786f6f;
}

/* EQUIPMENT PAGE */
.categories{
    float: left;
    border: 0px solid black;
    padding-left: 20px;
    padding-top: 14px;
}

.photos_blurb{
	color: #ff7200;
}

    .categories a:link, .categories a:visited{
        color: #6daf95;
        text-decoration: none;
    }
    .categories a:hover, .categories a:active{
        text-decoration: underline;
    }
    .categories a.selected:link, .categories a.selected:visited{
        font-weight: bold;
    }
    
table#equipment{
    border: 0px solid black;
    border-collapse: collapse;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

.equipment_listings{
    width: 240px;
    vertical-align: top;
    padding-right: 100px;
}
    .equipment_listings ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .equipment_listings p.instructions{
        color: #ff7200;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
    }
    .equipment_listings a:link, .equipment_listings a:visited{
        color: black;
        text-decoration: none;
    }
    .equipment_listings a:hover, .equipment_listings a:active{
        text-decoration: underline;
    }
    .equipment_listings a.selected:link, .equipment_listings a.selected:visited{
        font-weight: bold;
    }

.equipment_image{
    
}

.equipment_content{
    padding-left: 15px;
    vertical-align: top;
}

    .equipment_content p.instructions{
        color: #ff7200;
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
    }

	.equipment_thumb{
		border: 1px solid #ff7200;
		padding: 1px;
	}