/* -----------------------------------------------------------------------

   Shearwater Custom CSS
   * Copyright (c) 2012.

----------------------------------------------------------------------- */

/* Whole site */

/* Slideshow */
#slideshow {padding:0;list-style:none;margin:0;overflow:hidden;}

#slideshow .slide {padding:0;max-width:950px;text-align: center;}

#slideshow .slide h4 {margin: 0 0 .5em 0;text-transform:uppercase;padding:0 16px;}

#slideshow .slide img {display:block;text-align:center;margin:0;}

div#slideshow-caption
{
	font-size:.78em;
	position:relative;
	bottom:2px;
	float:right;
	z-index:100;
	right:10px;
	margin-top:0;
}

/* Music page */
.music-wrapper 
{
	width:90%;
	padding-left:5%;
	color:#000;
}

.music-wrapper .album-wrapper
{
	padding-top:1.6em;
}

.music-wrapper .album-wrapper.first
{
	padding-top:0em;
}

.music-wrapper .album-wrapper h2,
.music-wrapper .album-wrapper h3,
.music-wrapper .album-wrapper p
{
	margin:0;
}

.music-wrapper .album-wrapper .cover-wrapper
{
	float:left;
	width:30%;
	min-width: 250px;
}

.music-wrapper .album-wrapper .cover-wrapper img
{
	padding-top:0px;
	width:250px;
	height:250px;
}

.music-wrapper .album-wrapper .tracklist-wrapper
{
	margin-left:10px;
	float:left;
	width:65%;
}


.music-wrapper .album-wrapper .tracklist-wrapper .disc1-wrapper
{
	float:left;
	width:48%;
	min-width: 200px;
}


.music-wrapper .album-wrapper .tracklist-wrapper .disc2-wrapper
{
	float:left;
	width:48%;
	min-width: 200px;
}

/* Lyrics pages */
.lyrics-wrapper
{
	max-width: 605px; 
}

.lyrics-wrapper .lyrics-column-wrapper
{
	float: left; width: 48%; min-width: 300px;
}

.lyrics-wrapper .lyrics-column-wrapper p
{
	margin-right: 1em;
}

/* Tour page */
.tour-all-wrapper 
{
	width: 90%; padding-left: 5%;
}

.tour-all-wrapper .tour-wrapper
{
	float: left; width: 50%; min-width: 200px;
}

/* Video page */
.videolist { max-width:100%; }
div.video { float:left; width:45%; padding: 0 2.5% 0 2.5%; min-height:375px; min-width:250px; }
.video iframe { width:100%; height:241px; }

/* Contact page */
.contact-wrapper-wrapper { width:100%;padding-left:5%; }
.contact-wrapper-wrapper .label-wrapper { width:50%;min-width:250px;float:left; }
.contact-wrapper-wrapper .booking-wrapper { width:40%;min-width:250px;float:left; }
.contact-wrapper-wrapper .contact-wrapper { width:40%;min-width:250px;float:left; } 
