/* Styles.css
	Site: Reach Booking
	Author: Kemso, LLC
	Date: June 2010
*/

body {
	margin: 0px;
	padding: 0px;
	
	font-family: "Lucida Grande", Verdana;
	font-size: 13px;
	line-height: 20px;
	color: #A4A5AB;
	
	background-color: #262E3C;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ! Links & Buttons */
/* --------------------------------------------------------------------------------- Links & Buttons
*/

a, a:visited {
	color: #D7DAE1;
	text-decoration: none;
	border-bottom: 1px solid #A4A5AB;
}
a:hover, a:active {
}




/* ! Headers */
/* --------------------------------------------------------------------------------- Headers
*/

h1 {
	color: #FFFFFF;
	text-transform: uppercase;
}
h2 {
}
h3 {
}

h2 a, h1 a {
	border: none;
}
h1.pagetitle {
	font-size: 50px;
	color: #FFFFFF;
}

/* ! Standards & Hacks */
/* ------------------------------------------------------------- Standards & Hacks
*/
.clearer {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	margin-top: -1px;
	text-indent: -9999px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.float-left {
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
}
.float-right {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-none {
	clear: none;
}


img {
	border: none;
}
.image {
}
.image img {	
	display: block;
	margin: 0px;
	border: 1px solid #638B82;
}
.image .caption {
	display: block;
	/* text-align: center; */
	text-transform: uppercase;
	color: #638B82;
	margin: 4px 0px;
}
.image .caption.center {
	text-align: center;
}

.image .sub-caption {
	display: block;
	color: #000;
	font-size: 14px;
}

.image.float-left {
	margin: 0px 10px 10px 0px;
}
.image.float-right {
	margin: 0px 0px 10px 10px;
}


.justify {
	text-align: justify;
}


blockquote {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-style: italic;
}
blockquote .author {
	display: block;
	margin-top: 10px;
	font-style: normal;
	text-align: right;
}


.serif {
	font-family: "Sabon Roman", "Times New Roman", Georgia, serif;
}
.sans-serif {
	font-family: Helvetica, Verdana, Sans-serif;
}



/* ! Status Styles  */
/* --------------------------------------------------------------------------------- 
 */
.highlight,
.neutral {
	background-color:#dff4ff;
    border: 1px solid #c2e1ef;
    color:#336699;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.error, 
.negative {
	background-color: #FDC4C8;
	border: 1px solid #DD6661;
	color: #AB4F4B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.positive {
	background-color:#E6EFC2;
    border: 1px solid #C6D880;
    color:#529214 !important;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Specific errors */
div.error,
div.positive,
p.error,
p.positive {
	padding: 10px;
	margin-top: 0px;
}
span.error {
	background-color: transparent;
	border: none;
	color: #d893a1;
	font-style: italic;
	font-size: 12px;
}

p.highlight {
	padding: 10px;
}



/* ! Structure */
/* --------------------------------------------------------------------------------- Structure
*/

#sitewrapper {
	margin: 0px auto;
	width: 960px;
}
#header {
	margin-bottom: 29px;
	position: relative;
	z-index: 2;
}
#main {
	min-height: 500px;
	position: relative;
	z-index: 1;
}
#footer {
	margin: 0px auto;
	margin-top: 20px;
	padding-top: 10px;
	width: 960px;
	color: #666B75;
	
}
#footer a {
	color: #666B75;
	border-bottom: 1px solid #666B75;
}
#footer-wrapper {
	margin: 0px;
	min-height: 70px;
	background-image: url(../images/footer-bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}
.site-design {
	text-decoration: none;
	border: none !important;
}
.kemso {
	padding-left: 20px;
	line-height: 16px;
	background-image: url(../images/kemso_logo.png);
	background-repeat: no-repeat;
}
.content h1 {
	font-size: 24px;
	color: #F6B319;
	margin: 20px 0px 10px 0px;
}
.content h2 {
	font-size: 24px;
	margin: 10px 0px 10px 0px;
}
.content p {
	padding: 0px;
	margin: 10px 0px;
}
/* Columns  */
/* --------------------------------------------------------------------------------- Colomns
*/
.col {
	float: left;
}
.col.small {
	width: 330px;
	margin-right: 20px;
}
.col.small.inner {
	width: 310px;
	margin-right: 20px;
}
.col.large {
	width: 610px;
}
.large .col.small {
	width: 233px;
	float: right;
	margin-right: 0px;
}
.large .col.large {
	width: 333px;
	padding-left: 10px;
}
/* Navigation  */
/* --------------------------------------------------------------------------------- Navigation
*/
#logo {
	display: block;
	float: left;
	margin-left: 12px;
	margin-top: 26px;
	margin-right: 72px;
	display: block;
	background-image: url(../images/logo2.png);
	width: 255px;
	height: 93px;
	text-indent: -9999px;
}
#logo a {
	display: block;
	border: none;
	width: 255px;
	height: 93px;
}
#navigation {
		position: relative;
}

#navigation li {
	display: block;
	float: left;
	margin-top: 65px;
	margin-right: 10px;
	padding-bottom: 10px;
}
#navigation li a {
	display: block;
	text-transform: uppercase;
	color: #D7DAE1;
	font-size: 18px;
	text-decoration: none;
	border: none;
	text-indent: -9999px;
}
#navigation li a#nav-book {
	background-image: url(../images/nav-book.png);
	width: 152px;
	height: 45px;
	background-position: left top;
}
#navigation li a:hover#nav-book {
	background-image: url(../images/nav-book.png);
	width: 152px;
	height: 45px;
	background-position: left 45px;
}
#navigation li.selected #nav-book {
	background-image: url(../images/nav-book.png);
	width: 152px;
	height: 45px;
	background-position: left 45px;
}
#navigation li a#nav-process {
	background-image: url(../images/nav-process.png);
	width: 126px;
	height: 45px;
	background-position: left top;
}
#navigation li a:hover#nav-process {
	background-image: url(../images/nav-process.png);
	width: 126px;
	height: 45px;
	background-position: left 45px;
}
#navigation li.selected a#nav-process {
	background-image: url(../images/nav-process.png);
	width: 126px;
	height: 45px;
	background-position: left 45px;
}

#navigation li a#nav-artists {
	background-image: url(../images/nav-artists.png);
	width: 84px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation li.selected a#nav-artists {
	background-image: url(../images/nav-artists.png);
	width: 84px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: left -45px;
}
#navigation li a:hover#nav-artists {
	background-image: url(../images/nav-artists.png);
	width: 84px;
	height: 45px;
	background-repeat: no-repeat;
	background-position: left -45px;
}
#navigation li a#nav-faq {
	background-image: url(../images/nav-faq.png);
	width: 48px;
	height: 45px;
	background-position: left top;
}
#navigation li.selected a#nav-faq {
	background-image: url(../images/nav-faq.png);
	width: 48px;
	height: 45px;
	background-position: left 45px;
}
#navigation li a:hover#nav-faq {
	background-image: url(../images/nav-faq.png);
	width: 48px;
	height: 45px;
	background-position: left 45px;
}
#navigation li a#nav-contact {
	background-image: url(../images/nav-contact.png);
	width: 91px;
	height: 45px;
	background-position: left top;
}
#navigation li.selected a#nav-contact {
	background-image: url(../images/nav-contact.png);
	width: 91px;
	height: 45px;
	background-position: left 45px;
}
#navigation li a:hover#nav-contact {
	background-image: url(../images/nav-contact.png);
	width: 91px;
	height: 45px;
	background-position: left 45px;
}
#artists-main-nav {
	position: relative;
}
#artist-nav {
	position: absolute;
	display: block;
	left: 0px;
	top: 42px;
	z-index: 200;
	font-size: 12px;
	color: #FFFFFF;
}
#artist-nav-list-wrapper {
	display: block;
	background-image: url(../images/artist-nav-middle.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 143px;
	height: 120px;
	margin-top: 12px;
}
#artist-nav ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/artist-nav-bottom.png);
	background-repeat: no-repeat;
	width: 143px;
	background-position: left bottom;
	padding-left: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
	z-index: 200;
}
#artist-nav ul li {
	margin: 0px;
	padding: 0px;
	float: none;
}
#artist-nav ul li a {
	border: none;
	display: block;
	text-transform: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 3px;
	height: 26px;
	width: 131px;

}
#artist-nav ul li a:hover {
	background-image: url(../images/select-artist-hover.png);
	background-repeat: no-repeat;
	width: 131px;
	height: 26px;
	color: #F6B319;
	z-index: 110;

}
#artist-nav #select-artist {
	background-image: url(../images/select-artist-closed.png);
	background-repeat: no-repeat;
	width: 137px;
	height: 25px;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 4px;
	font-weight: bold;
	text-transform: none;
	text-indent: 0px;
	
}
#artist-nav #top-cap {
	display: block;
	position: absolute;
	left: 0px;
	top:  0px;
	z-index: 109;
	background-image: url(../images/artist-nav-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 143px;
	height: 14px;
}
#artist-nav-arrow {
	display: none;
	position: absolute;
	right: 15px;
	top: 18px;
	background-image: url(../images/artist-nav-arrow.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 4px;
	z-index: 130;

}

/* Home  */
/* --------------------------------------------------------------------------------- Home
*/
#intro-block {
	display: block;
	background-image: url(../images/introblock.png);
	width: 296px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 12px 17px 4px 17px;
}
#intro-block-shadow {
	display: block;
	background-image: url(../images/introblock-shadow.png);
	width: 330px;
	height: 22px;
	background-position: left bottom;
	background-repeat: no-repeat;

}
#intro-block p {
	margin: 0px;
	padding: 0px;
	color: #262E3B;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 25px;
}
#current-artists h1 {
	font-size: 24px;
}
#current-artists h2 {
	font-size: 35px;
	margin-bottom: 5px;
	text-transform: uppercase;
	/*
text-indent: -9999px;
	background-image: url(../images/current-artists.png);
	width: 231px;
	height: 25px;
	background-repeat: no-repeat;
*/
}
#current-artists li.left {
	margin-right: 4px;
	margin-bottom: 4px;
}
#current-artists li a {
	display: block;
	position: relative;
	border: none;
	background-image: url(../images/current-artist-overlay.png);
	width: 163px;
	height: 154px;
	background-repeat: no-repeat;
	color: #B0BCD2;
}
#current-artists li a:hover {
	color: #D7DAE1;
}
#current-artists li a:hover span.view {
	border-bottom: 1px solid #D7DAE1;
}
#current-artists li a span.img img {
	display: block;
	position: absolute;
	left: 6px;
	top: 5px;
	opacity: .50;
	
}
#current-artists li a:hover span.img img {
	display: block;
	position: absolute;
	left: 6px;
	top: 5px;
	opacity: 1;
	
}
#current-artists li a span.view {
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-bottom: 1px solid #B0BCD2;
	line-height: 11px;
	font-size: 9px;
	text-transform: uppercase;
}
#current-artists li a span.artist-name {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#photochanger {
	position: relative;
	z-index: -1;
	background-image: url(../images/photochanger-overlay.png);
	background-repeat: no-repeat;
	width: 610px;
	height: 246px;
	-moz-box-shadow: 0 0 7px 1px #1A2029;
	-webkit-box-shadow: 0 0 7px 1px #1A2029;
}
#photochanger a {
	border: none;
}
#photochanger-nav {
	position: absolute;
	left: 15px;
	bottom: 13px;
	z-index: 100;
}
#photochanger-nav li {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	background-image: url(../images/photochanger-nav.png);
	width: 13px;
	height: 15px;
	background-repeat: no-repeat;
}
#photochanger-nav li a {
	display: block;
	position: absolute;
	left: 2px;
	top: 3px;
	border: none;
	width: 9px;
	height: 9px;
}
#photochanger-nav li a.selected {

	background-image: url(../images/photochanger-nav-selected.png);
	background-repeat: no-repeat;
}
a.book-event {
	background-image: url(../images/book-event.png);
	width: 230px;
	height: 165px;
	background-repeat: no-repeat;
	margin-top: 20px;
	display: block;
	border: none;
}
#quick-contact li {
	margin-bottom: 10px;
}

/* Booking  */
/* --------------------------------------------------------------------------------- Booking
*/
#step-nav {
	
}
#step-nav li {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 0px 20px;
}
#step-nav li.selected {
	background-color: #2F3644;
	z-index: -1;
	position: relative;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	
}
#step-nav li h2 {
	margin: 10px 0px;
}
#step-nav li a {
	font-size: 24px;
	display: block;
	text-transform: uppercase;
}
#step-nav li.selected a {
	color: #EE2724;
	
}
#step-nav li a cufon{
	z-index: -1;
}
#booking-form-wrapper {
	
	width: 581px;
	overflow: hidden;
	position: relative;
}
#booking-form {
	width: 2905px;
}
.steps {
	display: block;
	float: left;
	width: 541px;
	background-color: #2F3644;
	padding: 20px;
	z-index: 10;
	position: relative;
	
}
.steps h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 36px;
}
.steps h2 {
	color: #F6B319;
	font-size: 16px;
}
.steps h2 span {
	color: #A4A5AB;
}
.steps h2 .action {
	color: #D7DAE1;
}
#step-1 #concert-roster {
	margin-bottom: 10px;
}
#step-1 li {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
#step-1 li a {
	display: block;
	position: relative;
	border-bottom: none;
	background-image: url(../images/step1-artist-overlay.png);
	background-position: 0px 0px;
	width: 127px;
	height: 121px;
	background-repeat: no-repeat;
}
#step-1 li a span.img img {
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	opacity: .50;
	
}
#step-1 li a:hover span.img img, #step-1 li a.selected span.img img {
	opacity: 1;
}
#step-1 li a span.artist-name {
	position: absolute;
	left: 6px;
	bottom: 4px;
	color: #D7DAE1;
}
#step-1 li a:hover span.artist-name {
	color: #D7DAE1;
}
#step-1 li a.selected span.artist-name {
	color: #D7DAE1;
}

#step-1 li a span.check {
	display: block;
	position: absolute;
	right: 6px;
	bottom: 7px;
	background-image: url(../images/check.png);
	background-position: 0px -18px;
	width: 16px;
	height: 16px;
}
#step-1 li a.selected {
	background-position: 0px -124px;
}
#step-1 li a.selected span.check {
	background-position: 0px 0px;
}
#step-1 input {
	visibility: hidden;
}
.hr {
	background-image: url(../images/hr.png);
	height: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

#step-4 li {
	color: #ffffff;
}
#step-4 p span {
	color: #ffffff;
	display: block;
}
#step-4 p span.left {
	margin-right: 5px;
}
#step-4 #cirriculum-box {
	display: block;
	float: right;
	background-image: url(../images/curriculum-box.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 289px;
}
#step-4 #cirriculum-box .content {
	padding: 20px;
	margin-top: 120px;
	font-size: 12px;
	color: #666B75;
}

#step-4 #cirriculum-box .content h2 {
	color: #2F3644; 
}
#step-4 #cirriculum-box .content .checkbox label {
	color: #666B75;
	margin-left: 0px;
	padding: 0px;
	width: 220px;
}

a.edit {
	display: block;
	border: none;
	float: left;
	margin-top: 10px;
	background-image:  url(../images/edit.png);
	width: 89px;
	height: 51px;
	
}

/* Form  */
/* --------------------------------------------------------------------------------- form
*/
form {
	font-size: 14px;
}
form input {
	background-image: url(../images/form-input.png);
	background-color: transparent;
	border: 0px;
	width: 371px;
	height: 39px;
	background-repeat: no-repeat;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	
}
form textarea {
	background-color: #262E3C;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 371px;
	height: 80px;
	font-size: 14px;
	margin: 0px;
	color: #ffffff;
	padding: 10px 0px 0px 10px;
}
form label {
	color: #F6B319;
	width: 140px;
	display: block;
	text-align: right;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.checkbox {
	position: relative;
}
.checkbox input {
	float: left;
	text-align: right;
	width: 15px;
	margin-right: 5px;
	height: 25px;
}
.checkbox label {
	float: none;
	line-height: 25px;
	font-size: 12px;
	width: 320px;
	text-align: left;
	margin: 0px;
	margin-left: 25px;
	color: #ffffff;
}
.checkbox-img {
	display: block;
	position: absolute;
	left: 0px;
	top: 5px;
	background-image: url(../images/checkbox.png);
	height: 13px;
	width: 13px;
	background-position: 0px 0px;
}
.checkbox-img.on {

	background-position: 0px -13px;
}
.short input {
	background-color: #262E3C;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 57px;
	height: 29px;
	font-size: 14px;
	margin: 0px;
	color: #ffffff;
	padding: 10px 0px 0px 10px;
}
.short label {
	margin-left: 0px;
	width: 40px;
}
.short.first label {
	margin-left: 0px;
	width: 140px;
}
.short-input-wrapper 
{
	display: block;
	float: left;
}
form .note {
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 163px;
	font-size: 12px;
}
a.next {
	display: block;
	border: none;
	background-image:  url(../images/next-button.png);
	width: 101px;
	height: 50px;
	
}
a.finish {
	display: block;
	border: none;
	background-image:  url(../images/finish-button.png);
	width: 111px;
	height: 50px;
	
}
button.finish {
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	background-color: transparent;
	padding: 0px;
	border: none !important;
	background-image:  url(../images/finish-button.png);
	width: 111px;
	height: 50px;
	
}
a.book-artist {
	display: block;
	border: none;
	background-image:  url(../images/book-artist-button.png);
	width: 208px;
	height: 50px;
	
}

/* Artists  */
/* --------------------------------------------------------------------------------- Artitsts
*/
#artist-content #current-artists li {
	float: left;
	display: block;
	margin: 0px 4px 4px 0px;
}
#artist-sidebar h2, #artist-sidebar h2 a {
	color: #F6B319;
	margin-bottom: 5px;
	font-size: 24px;
	text-transform: uppercase;
}
#artist-sidebar .icon {
	padding-left: 25px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left 4px;
}
#artist-sidebar a.icon  {
	border: none;
	display: block;
	margin-bottom: 5px;
}
#artist-sidebar a.icon span {
	border-bottom: 1px solid #A4A5AB;
}
#artist-sidebar .icon.website {
	background-image: url(../images/icon-website.png);
}
#artist-sidebar .icon.twitter {
	background-image: url(../images/icon-twitter.png);
}
#artist-sidebar .icon.facebook {
	background-image: url(../images/icon-facebook.png);
}
#artist-sidebar .icon.myspace {
	background-image: url(../images/icon-myspace.png);
}
#listen li {
	line-height: 17px;
}
#listen li object {
	display: block;
	float: left;
	margin-right: 7px;
	margin-bottom: 8px;
}
#artist-content {
	margin-left: 18px;
	
}
#artist-content h2 {
	color: #ffffff;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#artist-content p {
	padding: 5px 0px;
	margin: 0px;
}
#artist-content a.button span {
	background-color: #363D49;
	padding: 5px 13px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: none;
}
#artist-content a.button{
	display: block;
	margin: 10px 0px;
	border: none !important;
}
a.top-right {
	position: absolute;
	right: 0px;
	top: 20px;
}
#video-highlights h2 {
	margin-bottom: 10px;
}
#video-highlights li.left {
	margin-right: 4px;
	margin-bottom: 4px;
}
#video-highlights li a {
	display: block;
	position: relative;
	border: none;
	background-image: url(../images/video-thumb-overlay.png);
	width: 163px;
	height: 154px;
	background-repeat: no-repeat;
	color: #B0BCD2;
}
#video-highlights li a:hover {
	color: #D7DAE1;
}
#video-highlights li a:hover span.view {
	border-bottom: 1px solid #D7DAE1;
}
#video-highlights li a span.img img {
	display: block;
	position: absolute;
	left: 6px;
	top: 5px;
	opacity: 1;
	
}
#video-highlights li a span.view {
	position: absolute;
	right: 10px;
	bottom: 13px;
	border-bottom: 1px solid #B0BCD2;
	line-height: 11px;
	font-size: 9px;
	text-transform: uppercase;
}
#video-highlights li a span.artist-name {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 110px;
}
#shows li {
	margin-bottom: 8px;
}
#shows .date {
	display: block;
	width: 70px;
	height: 45px;
	background-color: #2B3341;
	text-align: center;	
	padding: 3px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#shows .date span {
	display: block;
}
#shows .date .month{
	margin-top: 0px;
	font-size: 12px;
}

#shows .date .day{
	font-size: 16px;
}
#shows.full .venue-info span {
	display: block;
}
#shows.full .date {
	display: block;
	width: 70px;
	height: 70px;
	background-color: #2B3341;
	text-align: center;
	padding: 3px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#shows.full .date .day{
	font-size: 18px;
}
#shows.full .date .month{
	font-size: 12px;
	display: block;
	margin-top: 6px;
}
#shows.full .date .time{
	font-size: 12px;
}
#tour-dates a.button span {
	background-color: #363D49;
	padding: 5px 13px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}
#tour-dates a.button {
	display: block;
	margin: 10px 0px;
	border: none;
}
.back-to-artist {
	position: absolute;
	right: 0px;
	top: 12px;
	display: block;
	border: none;
	background-image: url(../images/back-to-artist.png);
	width: 154px;
	height: 53px;
}
.show-all-artists {
	position: absolute;
	right: 0px;
	top: 12px;
	display: block;
	border: none;
	background-image: url(../images/show-dates-for-all.png);
	width: 261px;
	height: 53px;
}

/* Videos  */
/* --------------------------------------------------------------------------------- Videos
*/
#videos-sidebar .book-event {
	margin-left: 30px;
}
#recent-video-highlights {
	margin-left: 30px;
}
#recent-video-highlights h2 {
	margin-bottom: 10px;
	font-size: 24px;
}
#recent-video-highlights li.left {
	margin-right: 4px;
	margin-bottom: 4px;
}
#recent-video-highlights li a {
	display: block;
	position: relative;
	border: none;
	background-image: url(../images/video-thumb-overlay.png);
	width: 163px;
	height: 154px;
	background-repeat: no-repeat;
	color: #B0BCD2;
}
#recent-video-highlights li a:hover {
	color: #D7DAE1;
}
#recent-video-highlights li a:hover span.view {
	border-bottom: 1px solid #D7DAE1;
}
#recent-video-highlights li a span.img img {
	display: block;
	position: absolute;
	left: 6px;
	top: 5px;
	opacity: 1;
	
}
#recent-video-highlights li a span.view {
	position: absolute;
	right: 10px;
	bottom: 13px;
	border-bottom: 1px solid #B0BCD2;
	line-height: 11px;
	font-size: 9px;
	text-transform: uppercase;
}
#recent-video-highlights li a span.artist-name {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 110px;
}
/* Process  */
/* --------------------------------------------------------------------------------- Process
*/

.process-step h1 {
	color: #F6B319;
	font-size: 38px;
	margin-bottom: 5px;
}
.process-step h2 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.process-step p {
	margin-top: 0px;
	padding-top: 0px;
}
.process-step a.button span {
	background-color: #363D49;
	padding: 5px 13px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}
.process-step a.button {
	display: block;
	margin: 10px 0px;
	border: none;
}
#faq {
	position: relative;
	background-color: #2D3542;
	width: 260px;
	margin-top: 65px;
	padding: 0px 10px;
	float: right;
}
#faq h2 a{
	background-image: url(../images/faq-sidebar-title.png);
	width: 203px;
	height: 23px;
	display: block;
	text-indent: -9999px;
}

#faq li {
	margin: 10px 0px;
	padding: 0px;
}
#faq li a {
	color: #FFFFFF;
	border: none;
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/faq-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
}
#faq li a.faq-button {
	display: block;
	background-image: url(../images/faq-button.png);
	width: 261px;
	height: 53px;
	margin-bottom: 8px;
	border: none;
}
.faq h2 {
	color: #F6B319;
	font-size: 24px;
	margin-bottom: 0px;
}
.faq p {
	margin: 0px;
	padding: 5px 0px;
}
#process-sidebar .book-event {
	margin-left: 30px;
	display: block;
	border: none;
}


/* Contact  */
/* --------------------------------------------------------------------------------- Contact
*/

.content.small.col.contact {
	width: 230px;
	margin-left: 30px;
}

span.alert {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
}


