* {
    margin: 0;
    padding: 0;
}

body {
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #e7e7e7;
}

a {
    color: #c00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 3.65em;
    margin: 20px auto;
    color: #f00;
}

.h1-part2 {
    color: #999;
    font-size: .7em;
}

h2 {
    font-size: 2.5em;
    margin-top: 20px;
}

h2.light {
    color: #ccc;
    font-size: 1.4em;
}

h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

h4 {
    font-size: 1.2em;
    margin: 10px 0;
}

p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.2em;
}

p.last {
    margin: 0;
}

.artist-box ul {
	padding-left: 15px;
}

.artist-box li {
	margin-bottom: 5px;
}

#content-wrap {
    width: 1000px;
    margin: auto;
    background: #fff;
    padding: 10px;
}

#images {
    float: right;
}

#slideshow {
    height: 280px;
    width: 420px;
    overflow: hidden;
}

.clear {
    clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

/* artist list */

#artist-list ul {
    list-style: none;
    font-size: 1.4em;
}

#artist-list li {
    margin-bottom: 3px;
}

#artist-list ul.yr2011 li {
    margin-bottom: 5px;
}

#artist-list .name {
    padding-right: 10px;
    font-weight: bold;
}

#artist-list .name a {
	color: #333;
}

#artist-list .instrument {
    color: #999;
    text-transform: lowercase;
}

#artist-list .city {
    color: #999;
    text-transform: lowercase;
}

.headnotes {
    color: #666;
    margin-top: 30px;
}

/* artist box */

.artist-box {
    width: 301px;
    padding: 10px;
    border: 1px solid #999;
    float: left;
    margin: 5px;
}

.artist-box img {
    width: 100%;
}

.artist-box .name {
    padding-right: 10px;
}

.artist-box .instrument {
    color: #999;
    text-transform: lowercase;
}

.artist-box .city {
    color: #999;
    text-transform: lowercase;
}

/* dates */

#dates {
    margin-top: 20px;
}


.date-box {
    float: left;
    padding: 10px;
    border: 1px solid #999;
    margin: 5px;
}

/* four boxes per row */
.row-4 {
    width: 218px;
}

/* three boxes per row */
.row-3 {
    width: 301px;
}

.row-2 {
    width: 468px;
}

.date-box p {
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 20px;
}

/* about */

.about-box {
    padding: 10px;
    border: 1px solid #999;
    margin: 5px;
}

.footer {
    text-align: center;
    font-size: .9em;
    margin: 10px 0;
}

.pp-button {
	float: left;
	margin-top: 20px;
}


/* sponsors */

.sponsors {
    margin-top: 20px;
    color: #666;
    font-size: .85em;
    border: 3px solid #efefef;
    padding: 20px;
}

.sponsors .logo {
    padding: 0 6px;
    text-align: center;
}

.sponsors .text-shrink {
    padding: 0 275px;
}

.sponsors img {
    border: 0;
}

.sponsors .left {
    float: left;
}

.sponsors .right {
    float: right;
}

.sponsors p.last {
	clear: both;
	font-size: .9em;
	text-align: center;
}


/* workshops */

#workshop {
    text-align: center;
}

#workshop h1 {
	color: #33667D;
    font-size: 1.7em;
}

#workshop h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

#workshop .artist-info {
    text-align: left;
}

#workshop .caption {
	text-align: center;
	font-size: .8em;
	color: #666;
	font-weight: bold;
}

.gray {
    color: #ccc;
}

.grayblue {
	color: #33667d;
}

.red {
    color: #f00;
}


/* special pages */

#special {
	text-align: center;
}

#special h1 {
    font-size: 1.7em;
}

#special h2 {
    font-size: 1em;
    margin-bottom: 0;
    color: #f00;
}

#special .details {
    text-align: left;
}

.gray {
    color: #888;
}

.red {
    color: #f00;
}

