﻿#main{
	height: 600px;
}

h1{
	font-size: 36px;
	font-family: Calibri;
	color: white;
	text-align: center;
}

h2{
	color: gainsboro;
	text-align: center;
}

.kwicks{
	width: 850px;
	height: 480px;
	margin: 0px 0px 25px 25px;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
}

.kwicks>*{
	display:block;
	overflow:hidden;
	padding:0;
	margin:0;
}

.kwicks.kwicks-processed>*{
	margin:0;
	position:absolute;
}

.kwicks-horizontal>*{
	float:left;
}

.kwicks-horizontal>:first-child{
	margin-left:0;
}

.kwicks-vertical>:first-child{
	margin-top:0;
}

.kwicks li {
	float: left;
    width:170px;
    height:480px;
}

#bass {
	background: url(../images/bass.jpg);
    background-position:center;
    background-repeat: no-repeat

}

#snare {
	background: url(../images/snaredrum.jpg);
	background-position:center;
    background-repeat:no-repeat;
}

#fife {
	background: url(../images/fife.jpg);
	background-position:center;
    background-repeat:no-repeat;
}

#colors {
	background: url(../images/colorguard.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

#militia {
	background: url(../images/militia.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

.kwicks li .heading{
    background-color:#fff;
    padding:10px;
    margin-top:60px;
    opacity:0.9;
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:14px;
    color:#444;
    text-align:center;
    text-shadow:-1px -1px 1px #ccc;
}

.kwicks li .description{
    position:absolute;
    width:480px;
    height:175px;
    bottom:0px;
    left:0px;
    display:none;
}

.kwicks li .description h2{
    text-transform:uppercase;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1px;
    font-size:45px;
    color:#444;
    text-align:left;
    margin:0px 0px 15px 20px;
    text-shadow:-1px -1px 1px #ccc;
}

.kwicks li .description p{
    line-height:14px;
    margin:10px 22px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.6em;
}

.kwicks li .description a{
    position:absolute;
    bottom:5px;
    left:20px;
    text-transform:uppercase;
    font-style:normal;
    font-size:11px;
    text-decoration:none;
    color:#888;
}

.kwicks li .description a:hover{
    color:#333;
    text-decoration:underline;
}

.kwicks li .bgDescription{
    background:transparent url('../images/bgDescription.png') repeat-x top left;
    height:300px;
	position: absolute;
    bottom:0px;
    left:0px;
    width:100%;
    display:none;
}