
* {
	outline: none;
}

body {
	background: #070707;
	margin: 0;
	font-family: 'lucida grande', 'lucida sans', arial, san-serif;
	overflow-x: hidden;
}

.clear {
	clear: both;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 995px;
}

#content {
	position: relative;
	float: left;
	width: 100%;
	background: #000;
	border: 15px solid #111;
	font-family: 'lucida grande', 'lucida sans', arial, san-serif;
	line-height: 16px;
}

#content h1,
#content h2 {
	font-family: arial, sans-serif;
}

#content #col-left h1,
#content #col-left h1 a,
#content #col-left h1 a:visited,
#content #col-right h1,
#upcoming-shows h1,
#past-shows h1 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-decoration: none;
}

#upcoming-shows {
	width: 62%;
	float: left;
	margin: 80px 0 0 65px;
}

/***************************************/
/**           LEFT COLUMN             **/
/***************************************/

#col-left {
	width: 44%; /* 50% total */
	height: auto;
	margin: 80px 0 0 0;
	padding: 0 6%;
	float: left;
}

	#col-left .entry {
		float: left;
	}

	#col-left .entry .portrait {
		margin: 5px 0 5px 0;
	}

	#col-left .entry .bio-collections {
		margin: 25px 0 0 0;
	}

	#col-left .entry .bio-collections img {
		border: 0;
		margin: 10px 5px 0 0;
	}

	#col-left .entry .entry-date {
		color: #565656;
		font-size: 11px;
		line-height: 20px;
	}

	#col-left .entry-meta {
		margin: 0 0 5px 0;
		text-align: left;
		color: #565656;
		font-size: 10px;
	}
	
	#col-left .entry a,
	#col-left .entry a:visited {
		color: #515050;
	}

	#col-left .entry a:hover,
	#col-left .entry a:visited:hover {
		color: #929191;
	}

	#col-left .entry-meta a,
	#col-left .entry-meta a:visited {
		color: #515050;
	}

	#col-left .entry-meta a:hover,
	#col-left .entry-meta a:visited:hover {
		color: #929191;
	}

	#col-left .entry .entry-meta a,
	#col-left .entry .entry-meta a:visited {
		color: #929191;
		font-size: 10px;
		text-decoration: none;
		padding: 0 0 2px 0;
		text-decoration: underline;
	}

	#col-left .entry h1 {
		margin: 0;
	}

	#col-left .entry p {
		color: #007B7C;
		text-align: left;
		margin: 3px 0 15px 0;
		font-size: 11px;
		line-height: 16px;
	}

#upcoming-shows .show-info,
#col-right .show-info {
	margin: 6px 0 3px 0;
	color: #565656;
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
}

/***************************************/
/**           RIGHT COLUMN            **/
/***************************************/

#col-right,
#past-shows {
	width: 30%;
	height: auto;
	margin: 80px 0 0 0;
	padding: 0 0 0 70px;
	float: left;
	border-left: 1px solid #252525;
}

#past-shows {
	width: 25%;
	padding: 0 0 0 40px;
}

	#col-right h1,
	#upcoming-shows h1,
	#past-shows h1 {
		margin: 0;
	}

	#col-right .entry,
	#upcoming-shows .entry,
	#past-shows .entry {
		width: 100%;
		height: auto;
		float: left;
		margin: 12px 0 0 0;
		color: #565656;
		font-size: 11px;
	}
	
	#upcoming-shows .entry {
		width: 45%;
		margin: 12px 5% 0 0;
	}

	#col-right ul {
		margin: 0 0 25px 0;
		padding: 0;
	}

	#col-right ul li {
		margin: 3px 0 3px 0;
		padding: 0 0 0 25px;
		background: url('/images/layout/cat-list-li-bg.gif') 6px 9px no-repeat;
	}

	#col-right ul li a,
	#col-right ul li a:visited,
	#col-right .entry a,
	#col-right .entry a:visited,
	#upcoming-shows .entry a,
	#upcoming-shows .entry a:visited {
		color: #007B7C;
		font-size: 9px;
		text-decoration: underline;
		text-transform: uppercase;
	}

/*	#col-right ul li a,
	#col-right ul li a:visited {
		line-height: 20px;
	}*/

	#col-right .entry h2,
	#upcoming-shows .entry h2,
	#past-shows .entry h2 {
		color: #007B7C;
		font-size: 11px;
		font-weight: normal;
		margin: 0;
	}

	#col-right .entry p {
		margin: 5px 0;
		color: #929191;
		font-size: 10px;
	}

	#col-right .entry .avatar {
		float: left;
		margin: 5px 10px 10px 0;
	}

	#col-right .entry .venue,
	#upcoming-shows .entry .venue,
	#past-shows .entry .venue {
		color: #cdcdcd;
	}

	#col-right .entry .location,
	#upcoming-shows .entry .location,
	#past-shows .entry .location {
		color: #007B7C;
	}

	#col-right .entry .featuring,
	#upcoming-shows .entry .featuring,
	#past-shows .entry .featuring {
		color: #929191;
	}

	#col-right .entry a,
	#col-right .entry a:visited,
	#upcoming-shows .entry a,
	#upcoming-shows .entry a:visited {
		color: #515050;
		font-size: 9px;
		text-decoration: underline;
		text-transform: uppercase;
	}

/*	#col-right .entry a,
	#col-right .entry a:visited {
		line-height: 20px;
	}*/

	#col-right .entry a:hover,
	#col-right .entry a:visited:hover,
	#upcoming-shows .entry a:hover,
	#upcoming-shows .entry a:visited:hover {
		color: #929191;
	}

	#col-right .dv,
	#past-shows .dv,
	#upcoming-shows .dv {
		float: left;
		width: 100%;
		margin: 15px 0 0 0;
		height: 15px;
		color: #919090;
		font-size: 10px;
		line-height: 12px;
	}

	#past-shows .dv {
		color: #111;
		margin: 10px 0 0 0;
	}

/***************************************/
/**         BLOG NAVIGATION           **/
/***************************************/

.navigation {
	float: left;
	width: 100%;
}

#nav-above {
	margin: 0 0 10px 0;
}

#nav-below {
	margin: 10px 0;
}

	.navigation a,
	.navigation a:visited {
		color: #515050; 
		font-size: 11px;
	}

	.navigation a:hover,
	.navigation a:visited:hover {
		color: #929191;
	}

	.navigation .nav-previous {
		float: left;
		width: 50%;
		text-align: left;
	}

	.navigation .nav-next {
		float: right;
		width: 50%;
		text-align: right;
	}

/***************************************/
/**              GALLERY              **/
/***************************************/

#gallery {
	position: relative;
	width: 900px;
	height: 570px;
	top: 40px;
	left: 45px;
}
	
	/** HEADINGS **/
	#gallery h1 {
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: normal;
		margin: 0;
		text-align: right;
		width: 50%;
		position: absolute;
		top: -5px;
		right: 0px;
	}

	#gallery h2 {
		position: absolute;
		top: 460px;
		right: 0;
		text-align: right;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal;
	}
	
	/** INFO LINKS **/
	#gallery .info {
		position: absolute;
		top: -6px;
		left: -7px;
	}

		#gallery .info ul {
			margin: 0 0 0 -4px;
			padding: 0;
		}

			#gallery .info ul li {
				float: left;
				margin: 0;
				padding: 0;
				list-style-type: none;
			}

			#gallery .info ul li a,
			#gallery .info ul li a:visited,
			a.bio-website { 
				font-size: 9px;
				text-transform: uppercase;
				text-decoration: none;
				color: #5F5F5F;
				display: block;
				padding: 4px 12px;
			}

			a.bio-website {
				position: absolute;
				top: 76px;
				left: 450px;
			}
			
	/** LARGE GALLERY IMAGES **/
	#gallery #slider-wrapper {
		position: absolute;
		width: 900px;
		height: 450px;
		overflow: hidden;
		top: 18px;
		left: 0;
	}

		#gallery #slider-wrapper #slider-prev,
		#gallery #slider-wrapper #slider-next {
			display: block;
			position: absolute;
			z-index: 5;
		}

		#gallery #slider-wrapper #slider-prev {
			left: 0;
			top: 330px;
		}

		#gallery #slider-wrapper #slider-next {
			right: 50px;
			top: 330px;
		}

		#gallery #slider-wrapper #slider-prev a,
		#gallery #slider-wrapper #slider-prev a:visited,
		#gallery #slider-wrapper #slider-next a,
		#gallery #slider-wrapper #slider-next a:visited {
			text-align: center;
			position: absolute;
			z-index: 100;
			display: block;
			width: 50px;
			height: 45px;
			background: #000;
			padding: 8px 0 0 0;
			color: #5F5F5F;
			font-size: 30px;
			line-height: 30px;
			text-decoration: none;
		}

		#gallery #slider-wrapper #slider-prev a:hover,
		#gallery #slider-wrapper #slider-next a:hover {
			color: #007B7C;
		}

		#gallery #slider-wrapper #slider {
			position: absolute;
			width: 900px;
			height: 450px;
			top: 0;
			left: 0;
		}

			#gallery #slider-wrapper #slider ul {
				width: 900px;
				height: 450px;
				margin: 0;
				padding: 0;
			}

				#gallery #slider-wrapper #slider ul li {
					width: 900px;
					height: 450px;
					margin: 0;
					padding: 0;
					list-style-type: none;
					float: left;
				}

				#gallery #slider-wrapper #slider ul li div {
					width: 900px;
					height: 450px;
				}

				#gallery #slider-wrapper #slider ul li div img {
					border: 0;
				}

	#gallery .fullscreen {
		position: absolute;
		top: 482px;
		right: -6px;
		text-align: right;
	}

	#gallery .fullscreen a,
	#gallery .fullscreen a:visited {
		font-size: 9px;
		text-transform: uppercase;
		text-decoration: none;
		color: #5F5F5F;
		display: block;
		padding: 6px;
	}

	/** SMALL GALLERY IMAGES **/
	#gallery-list { 
		width: 900px;
		position: absolute;
		top: 520px;
		z-index: 100;
		left: 45px;
	}

		#gallery-list h2 {
			position: absolute;
			top: 0;
			left: 0;
			text-align: left;
			color: #7C7C7C;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: normal;
		}

		#gallery-list ul {
			position: absolute;
			top: 36px;
			left: 0;
			margin: 0;
			padding: 0;
		}

			#gallery-list ul li {
				width: 95px;
				height: 95px;
				overflow: hidden;
				margin: 0 20px 0 0;
				padding: 0;
				list-style-type: none;
				float: left;
			}

			#gallery-list ul li img {
				border: 0;
			}

/***************************************/
/**              CONTACT              **/
/***************************************/

#contact {
	float: left;
	width: 505px;
	position: relative;
	margin: 90px 0 0 243px;
}

		#contact .left {
			background: #111;
			float: left;
			width: 250px;
			height: 300px;
		}

		#contact .left .success {
			position: absolute;
			width: 200px;
			top: 90px;
			left: 25px;
		}

			#contact .left .success h1 {
				color: #fff;
				font-size: 12px;
				font-weight: normal;
				text-transform: uppercase;
				margin: 0;
			}

			#contact .left .success p {
				color: #007B7C;
				font-size: 11px;
				margin: 5px 0;
			}

			#contact .left form {
				margin: 0;
				width: 213px;
				margin: 15px;
			}

			#contact .left form p {
				margin: 0;
				width: 100%;
				position: relative;
				float: left;
			}

			#contact .left form p .form-hint,
			#contact .left form p .form-error-msg {
				position: absolute;
				left: -225px;
				top: 8px;
				width: 209px;
				height: 37px;
				background: url('/images/layout/form-hint-bg.gif') 0 0 no-repeat;
				font-size: 11px;
				font-weight: bold;
				color: #fff;
				display: block;
				padding: 11px 0 0 15px;
				text-align: left;
			}

			#contact .left form p .form-error-msg {
				background: url('/images/layout/form-error-bg.gif') 0 0 no-repeat;
			}

			#contact .left form fieldset {
				border: 0;
				padding: 0;
				margin: 0;
			}

			#contact .left form label {
				display: block;
				width: 100%;
				float: left;
				color: #007B7C;
				font-size: 11px;
				line-height: 11px;
				text-transform: uppercase;
				margin: 0 0 3px 2px;
			}

			#contact .left form input.txt,
			#contact .left form textarea {
				width: 100%;
				float: left;
				background: #000;
				border: 1px solid #000;
				margin: 0 0 8px 0;
				padding: 4px;
				color: #7C7C7C;
			}
			
			#contact .left form input.input-error,
			#contact .left form textarea.input-error {
				border: 1px solid #9C0C0C;
			}

			#contact .left form textarea {
				height: 145px;
				font-size: 11px;
				font-family: 'lucida grande', 'lucida sans', arial, san-serif;
			}

			#contact .left form input.sbmt {
				background: none;
				border: 0;
				color: #007B7C;
				font-size: 14px;
				font-weight: normal;
				padding: 2px 5px;
				float: right;
				margin: -7px -16px 0 0;
			}

	#contact .right {
		background: #0c0c0c;
		float: left;
		width: 250px;
		height: 300px;
		margin: 0 0 0 5px;
	}

		#contact .right p {
			text-align: center;
			width: 100%;
			font-size: 11px
		}

		#content .right .top {
			color: #fff;
			margin: 90px 0 15px 0;
		}

		#content .right .top a,
		#content .right .top a:visited {
			text-transform: uppercase;
			color: #fff;
			text-decoration: none;
		}

		#content .right .bottom {
			margin: 0;
			color: #007B7C;
		}

/***************************************/
/**             COMMENTS              **/
/***************************************/

#comments {
	margin: 30px 0 0 0;
	float: left;
	clear: both;
	color: #515050;
	font-size: 11px;
}

	#comments a,
	#comments a:visited {
		color: #515050;
	}

	#comments a:hover,
	#comments a:visited:hover {
		color: #929191;
	}

	#comments label {
		font-size: 12px;
		color: #007B7C;
		float: left;
		clear: both;
		width: 100%;
	}

	#comments .text {
		color: #111;
		float: left;
		clear: both;
		margin: 0 0 10px 0;
		font-size: 11px;
		padding: 4px;
		width: 75%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		background: #929191;
		font-family: 'lucida grande', 'lucida sans', arial, sans-serif;
	}

	#comments .form-textarea textarea {
		color: #111;
		float: left;
		clear: both;
		margin: 0 0 10px 0;
		font-size: 11px;
		padding: 4px;
		width: 96%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		background: #929191;
		font-family: 'lucida grande', 'lucida sans', arial, sans-serif;
	}

	#comments .form-submit input {
		float: left;
		clear: both;
		background: #111;
		border: 0;
		padding: 4px 10px;
		color: #929191;
	}

#comments-list ul {
	margin: 0;
	padding: 0;
}

#comments-list ul li {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	background: #111;
	padding: 10px;
	margin: 0 0 10px 0;
	list-style-type: none;
}

#comments-list .comment-meta a, 
#comments-list .comment-meta span {
	display: none; 
}

#comments-list ul li p {
	font-style: italic;
	color: #fff;
}

#comments #respond {
	clear: both;
	float: left;
	margin: 25px 0 0 0;
}

/***************************************/
/**               FOOTER              **/
/***************************************/

#footer {
	width: 960px;
	float: left;
	margin: 0 0 0 15px;
	position: relative;
}

	#footer .flower {
		position: relative;
		width: 100%;
		float: left;
		height: 14px;
		margin: 80px 0 0 0;
		border-bottom: 1px solid #007B7C;
	}

		#footer .flower .l,
		#footer .flower .r {
			position: absolute;
			bottom: -1px;
			width: 14px;
			height: 14px;
		}

		#footer .flower .l {
			left: 0;
			background: url('/images/layout/flower.gif') 0 0 no-repeat;
		}

		#footer .flower .r {
			right: 0;
			background: url('/images/layout/flower.gif') -14px 0 no-repeat;
		}

	#footer .nav {
		width: 100%;
		float: left;
		clear: both;
		margin: 0 0 25px 0;
	}

		#footer .nav ul {
			float: left;
			width: auto;
			margin: 6px 0 0 16px;
			padding: 0;
		}

		#footer .nav ul li {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 0 11px;
			color: #383838;
			font-size: 11px;
		}

		#footer .nav ul li a,
		#footer .nav ul li a:visited {
			font-size: 9px;
			text-transform: uppercase;
			text-decoration: none;
			color: #7C7C7C;
			display: block;
			padding: 4px;
		}

		#footer .nav ul li a:hover,
		#footer .nav ul li a:visited:hover,
		#footer .nav ul li.on a,
		#footer .nav ul li.on a:visited {
			color: #fff;
		}

		#footer .nav ul li.home a,
		#footer .nav ul li.home a:visited {
			color: #007B7C;
		}

		#footer .nav ul li.dv {
			padding: 2px 5px;
		}

		#footer .nav .logo {
			width: 138px;
			height: 29px;
			border: 0;
			float: left;
			clear: both;
			margin: 10px 0 0 26px;
		}

		#footer .nav .blog {
			float: right;
			display: block;
			color: #007B7C;
			text-decoration: none;
			font-size: 13px;
			text-transform: uppercase;
			padding: 8px 10px;
			margin: 0 20px 0 0;
		}
	
	#footer #preload-images {
		display: none;
	}
	
	#footer #preload-images img {
		display: none;
	}

/***************************************/
/**           EMAIL SIGNUP            **/
/***************************************/

#email-signup {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 0;
}

	#email-signup a,
	#email-signup a:visited {
		display: block;
		text-align: right;
		padding: 5px 35px 5px 0;
		background: url('/images/layout/icon-email.gif') 100% 4px no-repeat;
		text-decoration: none;
		font-size: 11px;
		line-height: 11px;
		color: #565656;
	}

	#email-signup a:hover,
	#email-signup a:visited:hover,
	#email-signup a.on {
		background: url('/images/layout/icon-email-over.gif') 100% 4px no-repeat;
		color: #007B7C;
	}

	#email-signup #email-form {
		background: #111;
		margin: 0 -10px 0 0;
		width: 250px;
		height: 96px;
		padding: 12px 10px 34px 10px;
		border: 10px solid #000;
	}

	#email-signup #email-form form fieldset {
		margin: 0;
		padding: 0;
		border: 0;
	}

	#email-signup #email-form label {
		color: #007B7C;
		font-size: 11px;
		float: left;
		clear: both;
	}

	#email-signup #email-form .txt {
		color: #111;
		float: left;
		clear: both;
		margin: 0 0 10px 0;
		font-size: 11px;
		padding: 4px;
		width: 96%;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
		background: #929191;
	}

	#email-signup #email-form .sbmt {
		float: left;
		clear: both;
		background: #000;
		border: 0;
		padding: 4px 10px;
		color: #929191;
	}

	#email-signup #email-signup-form-msg h3 {
		color: #007B7C;
		margin: 5px 0;
	}

	#email-signup #email-signup-form-msg {
		color: #fff;
		font-size: 11px;
	}

/***************************************/
/**               ERRORS              **/
/***************************************/

#content .error-page {
	width: 800px;
	float: left;
	margin: 100px;
	padding: 0 0 50px 0;
	text-align: center;
}

	#content .error-page h1 {
		font-size: 65px;
		font-weight: bold;
		color: #007B7C;
		margin: 20px 0;
	}

	#content .error-page p {
		font-size: 12px;
		color: #fff;
	}

	#content .error-page a {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
		font-size: 12px; 
	}