/* @group Standards */

/* @group Styles */

.oblique {

	font-style: oblique;
	font-weight: 600;
	
	}
	
.divider {

	background: url('../img/divider.jpg') left top repeat-x;
	height: 2px;
	margin: 5px 10px;
	
	}



/* @end */

* { margin: 0; padding: 0; }

.clear { clear: both; }

body {
	
	
	background: url('../img/background.jpg') center top repeat-x;
	font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	}
	
h1, h2, h3 {
	
	margin-bottom: 5px;
	
	}
	
a {

	color: #0d0d0d;
	
	}
	
a:hover {

	color: #313131;
	text-decoration: none;
	
	}
	
p {

	line-height: 160%;
	margin-bottom: 10px;
	text-indent: 10px;
	
	}
	
ul {

	line-height: 160%;
	margin-bottom: 10px;
	
	}
	
ul li {

	margin-left: 24px;
	
	}
	
ul li a {

	text-decoration: none;
	
	}



/* @end */

/* @group Formatting */

/* @group Wrap */

#wrap .background {

	background: url('../img/bow_background.png') 85px top no-repeat;
	margin: 0 auto;
	width: 980px;
	
	}



/* @end */

/* @group Container */

#container {

	width: 800px;
	margin: 0 auto;
	min-height: 800px;
	
	}
	
#container .header {

	background: url('../img/header.png') left top no-repeat;
	height: 146px;
	width: 800px;
	
	}
	
#container .header .bow {

	background: url('../img/side_bow.png') left top no-repeat;
	display: block;
	height: 197px;
	margin-left: 694px;
	margin-top: 74px;
	position: absolute;
	text-decoration: none;
	width: 124px;
	
	}
	
#polaroids {

	float: left;
	height: 686px;
	width:  320px;
	
	}

#polaroids .trevor {

	margin-left: 21px;
	margin-top: -37px;
	position: absolute;
	z-index: 10;
	
	}
	
#polaroids .spencer {

	margin-top: 109px;
	position: absolute;
	z-index: 9;
	
	}
	
#polaroids .seth {

	margin-left: 107px;
	margin-top: 136px;
	position: absolute;
	z-index: 8;
	
	}
	
#polaroids .gary {

	margin-left: 2px;
	margin-top: 300px;
	position: absolute;
	z-index: 7;
	
	}
	
#polaroids .erik {

	margin-left: 90px;
	margin-top: 450px;
	position: absolute;
	z-index: 6;
	
	}

#container .content {

	background: #fff;
	min-height: 688px;
	margin-left: 20px;
	width: 760px;
	
	}

#container .content .right {

	float: right;
	
	}
	
#container .content .navigation {

	display: block;
	height: 20px;
	margin-top: 5px;
	
	}
	
#container .content .navigation li {

	background: #fcfcfc;
	border: 1px solid #d5d5d5;
	border-bottom: none;
	display: block;
	float: left;
	font-size: 1.3em;
	list-style-type: none;
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	width: 80px;
	
	}
	
#container .content .navigation .current {

	background: #d6d6d6;
	
	}
	
#container .content .navigation li:hover {

	border: 1px solid #a5a5a5;
	background: #d6d6d6;
	
	}
	
#container .content .info {

	background: #f2f2f2;
	border: 1px solid #d5d5d5;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	width: 380px;
	
	}
	
#container .content .info .download-song {

	background: url('../img/download_song.png') left top no-repeat;
	height: 70px;
	display: block;
	text-decoration: none;
	width: 380px;
	
	}
	
#container .content .info .download-song:hover {

	background-position: 0px -70px;
	
	}
	
#container .content .info .signatures {

	margin-left: 6px;
	
	}
	
#container .content .info ul .band .soon {

	width: 200px;
	
	}
	
#container .content .info ul .band:hover .show-soon {

	display: inline;
	
	}

#container .content .info ul .band .show-soon {

	color: #656565;
	display: none;
	font-size: .83em;
	font-style: italic;
	margin-left: 10px;
	
	}
	
#container .content .info .divider {
	
	width: 360px;
	
	}
	
#container .content .info .names {
	
	text-align: right;
	
	}

#container .content .info .form {

	padding: 5px 0px;
	
	}
	
#container .content .info .form li {

	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 5px;
	
	}
	
#container .content .info .form li .title {

	display: inline-block;
	width: 85px;
	vertical-align: top;
	
	}
	
#container .content .info .form li input[type="text"] {

	width: 285px;
	
	}
	
#container .content .info .form li .message {

	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	height: 190px;
	width: 279px;
	padding: 5px;
	
	}
	
#container .content .info .tour-dates li {

	background: url('../img/divider.jpg') left bottom repeat-x;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	}
	
#container .content .info .tour-dates li .location {
	
	float: left;
	font-weight: 800;
	width: 230px;	
	
	}
	
#container .content .info .tour-dates li .date {

	color: #666;
	float: right;
	font-style: italic;
	text-align: right;
	width: 150px;
	
	}
	
#container .content .info .tour-dates li p {

	background: #e7e7e7;
	border: 1px solid #959595;
	margin: 5px 0px;
	padding: 5px;
	
	}
	
#container .content .the-band {

	border: 1px solid #999;
	margin: 5px 0px;
	padding: 1px;
	
	}



/* @end */

/* @group Footer */

#footer {

	text-align: center;
	padding: 10px;
	width: 800px;
	
	}



/* @end */



/* @end */