/* MARK TAYLOR 2006 */
 
body {
	padding:0;
	margin:0;
	font:76% Arial, Helvetica, sans-serif;
	background:#313431 url(/static/images/bg.jpg) repeat-x 0px 0px;
	color:#cccccc;
}

#login {
	background-color: #333333;
	height: 100%;
	width: 100%;
}

a:link {
	color: #99D4FF;
	text-decoration: none;
}

a:visited {
	color: #99D4FF;
	text-decoration: none;
}

a:hover {
	color: #7CABD1;
	border-bottom: dotted 1px;
}


/* SITE SUPERSTRUCTURE */


#container {
	margin:0 auto 15px;
	width:900px;
	padding:0px 20px 20px;
}

#header {
	width:900px;
	padding:0;
	height: 150px;
	background-image: url(/static/images/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#footer {
	clear:both;
	background:url(/static/images/main_bg_bottom.gif);
	text-align:center;
	height: 30px;
	width: 900px;
}


/* TRACK DISPLAY */


#trackdisplay {
	width:900px;
	padding:0;
	background-image: url(/static/images/trackdisplay_bg.gif);
	margin: 0px;
	height: 65px;
}

p.ticker {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	letter-spacing: -0.02em;
	word-spacing: -0.05em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-weight: bold;
}


/* CRUMBLINE */


#breadcrumbs {
	width:400px;
	float: left;
	height: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 14px;
	padding-right: 0px;
}

img.breadcrumbsbutton {
	border:0 none;
	clear: none;
	float: left;
}

.breadcrumbtext {
	font-size: 1em;
	font-family: sans-serif;
}

.currentpage {
	color: #e6e6e6; 
}

span.separator {
	color: #f3f3f3;
	font-size: 0.9em; 
}

.breadcrumbtext a:link {
	color: #ff3300;
	text-decoration: none; 
}

.breadcrumbtext a:visited {
	color: #ff3300;
	text-decoration: none;
}

.breadcrumbtext a:hover {
	color: #ff6666;
	border-bottom: dotted 1px;
}

#profilebar {
	width:400px;
	float: right;
	height: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 14px;
	clear: right;
	text-align: right;
	padding-right: 30px;
}

.menu-item {
	padding-right: 10px;
}


/* MAIN CONTENT AREA */


.itemwrapper {
	margin-bottom: 40px;
}

#headermain {
	width:900px;
	background-image: url(/static/images/main_bg_top.gif);
	float: left;
	height: 30px;
}

#main {
	width:900px;
	float:left;
	padding: 0px;
	background-color: #313431;
	background-image: url(/static/images/main_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

.left {
	float: left;
	width: 540px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 40px;
}

.right {
	width: 230px;
	float: right;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	margin-left: 18px;
}

.all {
	width: 840px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* TEXT STYLING */


.more {
	float: right;
	margin: 0px;
	padding: 0px;
}

.bold {
	font-weight: bold;
}

h1 {
	margin:0 0 20px 0;
	font-size:1.8em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing: -0.02em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
 
h2 {
	margin:0 0 20px;
	font-size:1.5em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: -0.05em;
	text-align: center;
	vertical-align: middle;
}

h3 {
	margin:20px 0 10px 0;
	font-size:1.2em;
	font-weight:normal;
	color: #CCCCCC;
}

h5 {
	margin:0 0 20px;
	font-size:1.5em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	letter-spacing: -0.03em;
	text-align: center;
	vertical-align: middle;
}

h6 {
	margin:0 0 20px;
	font-size:1.5em;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	letter-spacing: -0.05em;
}

p {
	line-height:1.1em;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
}

.clear {
	clear: both;
}

.padding {
	height: 20px;
	width: 900px;
}


/* IMAGES  */


img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
}

/* PRODUCT BOX  */


.productinfo {
	width: 240px;
}

.productinfo img {
	float: left;
	height: 75px;
	width: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #666666;
}

.productinfo p {
	float: right;
	width: 150px;
	margin: 0px 0px 15px;
	padding: 0px;
}


/* PHOTOS  */


#photoheadline {
    width: 820px;
}

.photoinfo img {
	border: 1px solid #666666;
}

.photoinfo {
	margin: 0px 20px 20px 0px;
	float: left;
	width: 100px;
	padding: 0px;
	height: 100px;
}

.photomore {
	margin: 0px 20px 0px 0px;
	float: left;
	width: 100px;
	padding-left: 10px;
	padding-top: 50px;
	height: 50px;
}

.photoinfox div { 
	padding: 0px; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	margin-left: 0; 
	float: left; 
	text-align: center; 
	width: 116px; 
	height: 130px; 
}

.itemwrapper-photos {
	margin-bottom: 10px;
}

ul {
	list-style-type: square;
}


/* BIOGRAPHY  */


.biogside p {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.1em;
	color: #999999;
}

.biogside li {
	margin: 0px;
	padding: 0px;
	font-size: 0.95em;
	line-height: 1.1em;
	color: #999999;
}

#biography-wrapper {
    color: white;
}


th {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

td {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

/* DISCOGRAPHY */

.tracklisting {
    position: absolute;
    padding: 10px;
    background: #3e3e3e;
    border: 1px solid #666;
}

.tracklisting ol {
    padding-left: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* FORMS */

.formwrapper {
	width: 200px;
	margin: auto;
	padding: 0px;
	clear: both;
}


/* SEARCH FORM */

input.submit {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color: #ff3300;
	border: 1px solid #999999;
	float: right;
}

.input {
	background-color: #CCCCCC;
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0 0px 0px;
	border: 1px solid #999999;
	padding: 2px 4px;
}

.lesspadding {
	height: 10px;
	width: 200px;
}


/* REGISTRATION FORM */


#regheaderdiv {
	margin: auto;
	clear: both;
	width: 550px;
	height: 180px;
}

.nevow-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	clear: both;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CCCCCC;
	line-height: 2em;
}

.required .label {
	background: transparent url(/static/images/required.gif) no-repeat top right;
	padding-right: 14px;
}

.inputs input {
	background-color: #FFFFFF;
	font: 1.5em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0 0px 0px;
	border: 1px solid #999999;
	padding: 2px 4px;
}

.actions input {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color: #ff3300;
	border: 1px solid #999999;
	margin-top: 20px;
}

.description {
    margin-top: 10px;
}

#registrationForm-password-field .inputs label {
    display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CCCCCC;
	line-height: 2em;
	clear: both;
	padding-right: 14px;
	background: transparent url(/static/images/required.gif) no-repeat top right;
}

.formpopup {
	margin: auto;
	clear: both;
	border: 1px solid #666666;
	width: 400px;
	background-color: #3E3E3E;
	padding: 40px;
}

.form-close {
	line-height:1.1em;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
}


/* LOGIN FORM */

#loginlinks {
    line-height: 1.3em;
}
    

/* LOST PASSWORD POPUP */

#lostPasswordForm {
    width: 300px;
    height: 200px;
    padding: 10px;
    background: #3e3e3e;
    border: 1px solid #666;
    position: absolute;
}

#lostPasswordForm #closeButton {
    margin-right: 0px;
    display: block;
    float: right;
    cursor: pointer;
}

#lostPasswordForm-headline {
    margin-top: 0px;
}

#lostPasswordForm .actions {
    clear: both;
}

#lostPasswordForm .actions input {
    clear: none;
    display: inline;
    float: left;
}

#lostPasswordForm #lostPasswordForm-message {
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-left: 2px;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
}


/* VIDEO */


.videoinfo {
	width: 140px;
	height: 170px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.videoinfo img {
	height: 100px;
	width: 130px;
	border: 1px solid #666666;
	float: left;
	cursor: pointer;
}

.videoinfo p {
	margin: 0px;
	padding: 0px;
	float: left;
}


/* LIGHTBOX */


#fadeout {
    position: absolute;
    top: 0;
    left: 0;
    background: #999;
    filter: alpha(opacity=60);
    opacity: 0.60;
    -moz-opacity: 0.60;
    z-index: 2;
}

#lightbox-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 435px;
    height: 388px;
    padding-top: 9px;
    background: #423E3D;
    z-index: 3;
    text-align: center;
}

#lightbox-controls-title {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    color: white;
}

#lightbox-controls-close {
    float: right;
    margin-top: 8px;
    cursor: pointer;
}

#video-player {
    width: 425px;
    height: 350px;
    margin: 0px;
    padding: 0px 5px;
}


.pagetitle {
	width: 800px;
	margin-left: 40px;
}

.pagetitle-txt {
	font-size: 1.6em;
	font-weight: bold;
	color: #999999;
	letter-spacing: -0.065em;
	vertical-align: middle;
	padding-top: 10px;
}

.pagetitle-img {
}

.errors {
	width:750px;
	height: 10px;
	font-size: 1em;
	color: #333333;
	padding-left: 40px;
	margin-right: 45px;
	margin-left: 45px;
	padding-right: 20px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 8px;
	background-image: url(/static/images/error_bg.jpg);
}

.nevow-form .errors {
    width: 192px;
	height: auto;
    background: #3e3e3e;
    border: 1px solid #666;
    color: #aaa;
	font-weight: bold;
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

.nevow-form .errors ul {
    font-weight: normal;
}

.nevow-form .message {
    font-weight: bold;
	color: red;
	padding-top: 5px;
}

.loader-homepage {
	font-size: 1.3em;
	text-align: center;
	vertical-align: middle;
	width: 230px;
	padding-top: 50px;
}

.loader-image {
	margin-right: 95px;
	margin-left: 95px;
	padding-top: 20px;
}

.inline {
    display: inline;
	clear: none;
	float: none;
	margin: 0px;
}

.header-search {
	padding: 10px;
	float: right;
	width: 215px;
	margin: 15px 30px 0px 40px;
	font-weight: bold;
}

.header-actions input {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color: #97EEFD;
	border: 1px solid #999999;
	margin-top: 10px;
}

.header-input input {
	background-color: #FFFFFF;
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 0 0px 0px;
	border: 1px solid #999999;
	padding: 2px 4px;
}

p.small {
	line-height:1.1em;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #CCCCCC;
	margin-top: 20px;
}

