@charset "UTF-8";
/*
	CSS Document for 8
	Copyright (c) 2010 Neuro-Designs. All rights reserved.
*/

@import url("_styles_reset.css");
@import url("_colorbox.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}

	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}

		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #f4f4f1 url("images/bg_main.jpg") top left no-repeat;
	background-attachment: fixed;
	background-position-x: -150px;
	font: 10px/20px cambria, georgia, times new roman, helvetica, arial, sans-serif;
	font-size: 62.5%;
	color: #333;
	padding-top: 40px;
	}

img {
	vertical-align: middle;
	}

a:link, a:visited {
	font-weight: normal;
	color: #757769;
	text-decoration: none;
	}

	a:hover {
		color: #333;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #757769;
	}

h2 {
	font-size: 8em;
	line-height: 1em;
	letter-spacing: -0.0625em;
	font-family: georgia, times new roman, cambria, helvetica, arial, sans-serif;
	margin-bottom: 15px;
	}

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

h4 {
	font-size: 1.3em;
	font-weight: bold;
	}

p, ul, ol {
	margin-bottom: 10px;
	font-size: 1.3em;
	}

strong {
	font-weight: bold;
	}

em, cite {
	font-style: italic;
	}

small {
	font-size: 0.9em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	bottom: -0.6em;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}

	select {
		border: 1px solid #be1e2d;
		}

input.defaultButton {
	background: #be1e2d;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}

	input.defaultButton:hover {
		background: #999;
		}


/* Additional Classes */

.center {
	text-align: center;
	}

.nomargin {
	margin: 0px;
	}

.divider {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

a.defaultButton {
	background: #757769;
	display: inline-block;
	padding: 5px 10px;
	height: 24px;
	color: #fff;
	font-size: 1.2em;
	vertical-align: middle;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
	}

	a.defaultButton:hover {
		background: #000;
		}

a.external {
	background: url("images/icon_external.png") no-repeat;
	background-position: right;
	padding-right: 16px;
	}

#topband {
	width: 100%;
	min-width: 960px;
	height: 20px;
	position: fixed;
	top: 0;
	font-size: 14px;
	padding: 10px 0px;
	background: #757769;
	color: #fff;
	text-align: center;
	z-index: 100000;
	-webkit-box-shadow: 0px 0px 5px #000;
	}
	
	#topband a {
		color: #fff;
		text-decoration: underline;
		}

/* Layout Settings */

#nav {
	background: url("images/bg_nav.png") repeat-x;
	width: 100%;
	min-width: 1000px;
	height: 200px;
	position: fixed;
	bottom: 30px;
	z-index: 10;
	}

	#nav .plc {
		width: 960px;
		margin: 20px;
		margin-top: 40px;
		overflow: hidden;
		}

		#nav .plc h1 {
			width: 165px;
			height: 100px;
			margin-right: 20px;
			margin-top: 20px;
			display: block;
			float: left;
			}

			#nav .plc h1 a {
				background: url("images/logo.png") no-repeat;
				width: 165px;
				height: 100px;
				display: block;
				text-indent: -80000em;
				}

		#nav .plc ul {
			width: 240px;
			margin-top: 10px;
			padding: 10px 10px 10px 20px;
			border-left: 1px solid #eaeaea;
			float: left;
			overflow: hidden;
			font-size: 1.8em;
			}

			#nav .plc ul li {
				}

				#nav .plc ul li a:link, #nav .plc ul li a:visited {
					}

					#nav .plc ul a:hover {
						}

		#nav .plc #contact {
			width: 470px;
			padding-top: 10px;
			float: right;
			}

#wrapper {
	width: 100%;
	min-width: 1000px;
	padding-bottom: 180px;
	}

#footer {
	background: #333;
	color: #757769;
	width: 100%;
	min-width: 980px;
	height: 30px;
	position: fixed;
	bottom: 0px;
	z-index: 100;
	}

	#footer p {
		font-size: 1.1em;
		padding: 5px 20px;
		}

	#footer a:hover {
		color: #fff;
		}



/* Page Layout Detail Settings */

.contentBlock {
	background: url("images/bg_contents.png") no-repeat;
	background-position-x: -150px;
	width: 100%;
	min-height: 250px;
	overflow: hidden;
	margin-bottom: 80px;
	border-top: 2px solid #ccc;
 	}

 	.contentBlock .title {
		padding: 0px 10px;
 		}

 		.contentBlock .title h2 {
 			width: 960px;
 			margin: 0px 20px;
 			color: #757769;
 			line-height: 1.3em;
 			text-shadow: 0px 3px 2px rgba(255,255,255,0.8);
 			opacity: 0.8;
 			}

 	.contentBlock .contents {
		width: 960px;
		margin: 20px;
 		}

	 	.contentBlock .contents .col1 {
	 		width: 240px;
	 		float: left;
	 		}

	 	.contentBlock .contents .col2 {
	 		width: 480px;
	 		float: left;
	 		}

	 	.contentBlock .contents .col3 {
	 		width: 720px;
	 		float: left;
	 		}

#about {
	background: rgba(255,255,255,0.7);
	margin: 5px;
	padding: 10px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

#roster {
	background: #333;
	margin: 5px;
	padding: 10px;
	font-size: 1.2em;
	color: #fff;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	
	#roster h3 {
		color: #929581;
		}
	
	#roster p {
		margin: 0px;
		margin-bottom: 10px;
		}
		
	#roster span {
		font-size: 0.8em;
		color: #929581;
		}

a.downloadProfile {
	background: #757769 url("images/icon_pdf.png") no-repeat;
	background-position: 10px 7px;
	display: inline-block;
	margin-left: 5px;
	padding: 5px 10px 4px 30px;
	height: 24px;
	color: #fff;
	font-size: 1em;
	vertical-align: middle;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

	a.downloadProfile:hover {
		background-color: #333;
		}

.albumCover {
	background: rgba(117,119,105,0.3);
	width: 210px;
	padding: 10px;
	margin: 5px;
	float: left;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}

.singles {
	clear: both;
	padding: 10px;
	margin-top: 30px;
	border-top: 1px solid #757769;
	}
	
	.singles h3 {
		font-weight: normal;
		font-size: 4em;
		font-family: georgia, times new roman, cambria, helvetica, arial, sans-serif;
		color: #757769;
		line-height: 1.3em;
		text-shadow: 0px 3px 2px rgba(255,255,255,0.8);
		opacity: 0.8;
		}
		
		.singles a {
			background: #757769 url("images/icon_external.png") no-repeat;
			background-position: right;
			display: inline-block;
			color: #fff;
			padding: 5px 20px 5px 10px;
			margin-bottom: 1px;
		 	-webkit-border-radius: 3px;
		 	-moz-border-radius: 3px;
		 	border-radius: 3px;
		 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
			}
			
			.singles a:hover {
				background-color: #333;
				}

table.gig {
	margin: 0px 5px;
	font-size: 1.4em;
	border-collapse: separate;
	border-spacing: 0px 1px;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	}
	
	table.gig tr {
		margin-bottom: 1px;
		}
		
		table.gig tr td {
			padding: 10px 20px;
			background: rgba(117,119,105,0.3);
			}
			
			table.gig tr td span {
				font-weight: normal;
				}
		
		table.gig tr.current td {
			background: #757769;
			color: #fff;
			}

/* Popup Page Settings */

body.popup {
	width: 800px;
	padding: 20px;
	overflow: hidden;
	}

	body.popup .left {
		width: 470px;
		float: left;
		}

	body.popup .image {
		width: 470px;
		margin-bottom: 10px;
		float: left;
		}

		body.popup .image img {
			background: rgba(117,119,105,0.1);
			padding: 10px;
		 	-webkit-border-radius: 5px;
		 	-moz-border-radius: 5px;
		 	border-radius: 5px;
		 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
			}

		body.popup .price {
			width: 450px;
			background: rgba(255,255,255,0.8);
			padding: 10px;
		 	-webkit-border-radius: 5px;
	 		-moz-border-radius: 5px;
		 	border-radius: 5px;
		 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
		 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
			clear: both;
			overflow: hidden;
			}

			body.popup .price a {
				width: 128px;
				background: #757769;
				display: inline-block;
				float: left;
				margin: 1px;
				padding: 10px;
				color: #fff;
				font-size: 2em;
				text-align: center;
				opacity: 0.9;
			 	-webkit-border-radius: 3px;
			 	-moz-border-radius: 3px;
			 	border-radius: 3px;
				}

				body.popup .price a:hover {
					background: #333;
					}

				body.popup .price a span {
					display: block;
					font-size: 0.6em;
					margin-top: 5px;
					padding-top: 2px;
					border-top: 1px dotted #fff;
					}

	body.popup .info {
		width: 300px;
		float: right;
		background: rgba(255,255,255,0.8);
		padding: 10px;
	 	-webkit-border-radius: 5px;
	 	-moz-border-radius: 5px;
	 	border-radius: 5px;
	 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
		}

		body.popup .info h3 {
			font-size: 2em;
			margin-bottom: 5px;
			}

		body.popup .info h4 {
			margin-bottom: 10px;
			}

		body.popup .info ol {
			list-style-type: decimal;
			list-style-position: outside;
			padding-left: 20px;
			}

			body.popup .info ol ul {
				font-size: 1em;
				list-style-type: disc;
				list-style-position: outside;
				padding-left: 20px;
				margin-bottom: 0px;
				}

/* Under Construction Page Settings */

div.ucBlock {
	background: #fff;
 	width: 600px;
 	margin: 150px auto;
 	padding: 20px;
 	text-align: center;
 	border: 10px solid #eaeaea;
 	-webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 	border-radius: 5px;
 	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	box-shadow: 0 0 5px rgba(0,0,0,0.2);
 	}

 	div.ucBlock h2 {
 		font-size: 2em;
 		}

a.ucButton {
	background: #757769;
	display: inline-block;
	padding: 5px 10px;
	height: 24px;
	color: #fff;
	font-size: 1.2em;
	vertical-align: middle;
 	-webkit-border-radius: 3px;
 	-moz-border-radius: 3px;
 	border-radius: 3px;
	}

	a.ucButton:hover {
		background: #000;
		}

