@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
Nairobi Trio Screen Stylesheet
version:   2.0
date:      22/06/07
author:    Peter Koopman
email:     peter@zulu.co.nz

website:   scribbledesign.co.nz

version history: [location of file]
-----------------------------------------------------------------------------*/
/*Include Fonts*/
@font-face {
    font-family: 'Droid Sans';
    src: url('droidsans-webfont.eot');
    src: url('droidsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('droidsans-webfont.woff') format('woff'),
         url('droidsans-webfont.ttf') format('truetype'),
         url('droidsans-webfont.svg#DroidSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h2,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
strong{
	font-style:normal;
	font-weight:800;	
}
em{
	font-weight:normal;
	font-style:italic;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h2,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}
a, audio, video {
	outline-color:transparent;
	outline-style:none;
	outline-width:medium;
}

/*Forms
-----------------------------------------------------------------------------*/
form div{
	clear:left;	
	margin:3px 0;
	width:350px;
}
form label{
	float:left;
	width:150px;
	margin:5px 0;
	font-size:1.2em;
}
form .radioLabel{
	width:60px;	
}
form p{
	font-size:12px;	
}
/*Override BC formatting*/
input.cat_textbox, textarea.cat_listbox{
    width: 180px;
}
select.cat_dropdown{
	width:188px;
	height:22px;
}
select.cat_dropdown_smaller{
	width:150px;
	height:22px;
}

form input, form textarea, form select{
	float:left;
	width:180px;
	height:18px;
	margin:3px;
	padding:1px 3px;
	border-radius:4px;
	border:1px solid #ddd;
	background-color:#fafafa;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
form input:hover, form select:hover, form input:focus{
	border-color:#c5c5c5;
	background-color:#f6f6f6;
}
form textarea{
	height:100px;
	width:180px;
}
form  input.cat_button{
	font:bold 11px/13px Helvetica, Arial, sans-serif;
	width:110px;
	height:22px;
	margin-left:231px;
}
form .cat_check{
	width:15px;	
}
form .cat_filebox{
	height:22px;
	width:160px;
}
form .captcha{
	display:inline-block;
	width:180px;	
}
form .captchaimg{
	margin:0 3px;	
}
form .captcha input{
	width:180px !important;	/*override BC inline formatting*/
}



/* Set up the document
-----------------------------------------------------------------------------*/
body{
	font: 62.5%/1.5 "Droid Sans", Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#d4d4b2;
	text-align:center;
}
#wrapper{ 
	width: 790px; /* Set page width here - you can also use percentage */
	margin:20px auto;
	background-color: #000;
	text-align:left;
}
p{
	max-width:52em;	
}

/* Typography
-----------------------------------------------------------------------------*/
h1{font-size: 36px; /* Equivalent to 36pt */}
h2{font-size: 25px; /* Equivalent to 25pt */}
h3{font-size: 22px; /* Equivalent to 18pt */}
h2{font-size: 20px; /* Equivalent to 18pt */}
h5{font-size: 14px; /* Equivalent to 14pt */}
p, q, cite{
	font-size: 1.4em; /* Equivalent to 12pt */
	line-height:1.6em;
}
ul, ol, dl{
	list-style: none;
	font-size: 14px; /* Equivalent to 14pt */
}
li, dd, dt{
	font-size: 14px; /* Equivalent to 14pt */	
}
h1, h2, h3, h2, h5{
	color:#D07B02;
}
a{color:#d4d4b2;}
a:hover{color:#D07B02;}
.light{color:#999;}
.italic{font-style:italic;}
.imgRight{
	float:right;
	margin:0 0 1em 1em;
}
.imgLeft{
	float:left;
	margin:0 1em 1em 0;
}

/* Header
-----------------------------------------------------------------------------*/
#branding h1{
	background: no-repeat left center url(/img/logo.jpg);
	text-indent:-9999px;
	height:120px;
	width: 410px;
	float:left;
}
#branding h1 a{
	display:block;
	height:120px;	
	width: 410px;
}
#search{
	float:right;
	width:250px;
	height:63px;	
	text-align:right;
	padding:57px 20px 0 0;
}
#search .cat_textbox_small{
	background-color:#d4d4b2;
	width:150px;
	height:18px;
	padding:2px;
	margin:0;
	border:1px solid #9f0505;
	float:none;
}
#search .submit{
	width:20px;
	height:18px;
	margin:0 0 -4px 2px;
	padding:0;
	background:none;
	border:none;
	float:none;
}


/* Navigation
-----------------------------------------------------------------------------*/
#navMain{
	margin:20px 0 10px 0;
	height:1.6em;
	clear:left;
}
#navMain li{
	float:left;
	margin-bottom:2em;
}

#navMain li a {
	display:block;
	font-size:16px;
	padding:0 17px 0 18px;
	color: #D07B02;
	background-color:#000000;
	text-decoration:none;
}
#navMain li a:hover {
	color:#FFAB31;
}


/* Content General
-----------------------------------------------------------------------------*/
#content{
	padding: 0 18px 40px 18px;
	width:754px;
}
.mainContent{
	float:left;
	width:548px;	
}
#content p, #contentHome p{
	margin-bottom:10px;
}
#sidebar {
	float: right;
	width: 170px;
	margin: 43px 0 40px;
}
#sidebar form input, 
#sidebar form textarea, 
#sidebar form select{
	float:none;	
	margin:0;
}
#sidebar p{
	width:auto;	
	font-size:12px;
}
#sidebar ul{
	font-size:12px;	
}
#sidebar a{
	color:#D07B02;
}
#sidebar a:hover{
	text-decoration:underline;
}
#sidebar div p.sbLink{
	margin-top:10px;
}
#sidebar h3, #gigList caption{
	font-size:22px;
	color:#D07B02;
	margin-bottom:5px;
	text-align:left;
	width:150px;
}
#sidebar h2{
	font:bold 11px/14px "Droid Sans", Arial, Helvetica, sans-serif;
}
#sidebar div{
	border:1px solid #444;
	margin:10px 0 0 0;
	padding:5px;
	font: 10px "Droid Sans", Arial, Helvetica, sans-serif;
}
#sidebar .captchaimg{
	border:none;
	padding:0;
	margin:0 0 0 2px;	
}
h3.headerLink{
	cursor:pointer;	
}

/* ----------Individual Pages ------------*/

/*--------------------------HOME PAGE----------------------------------------*/
#contentHome h1{
	margin:-0.5em 0 0 0;
}
#contentHome h2{
	margin-top:2em;
	width:15em;
}
#contentHome #amplifier{
	float:right;
	/*margin-top:-3.5em;*/
}
#promo{
	margin:20px 0;	
}
#promo h2{
	color:#fff;
	font:normal 40px/48px Tahoma, Geneva, sans-serif;
	width:100%;
	text-align:center;
	margin:0;
}
#promo h3{
	color:#fff;
	font:normal 18px/22px Tahoma, Geneva, sans-serif;
	margin:0;
}
#promo h2{
	color:#fff;
	font:normal 18px/22px Tahoma, Geneva, sans-serif;
	text-align:center;
}
#promo p{
	color:#fff;
	font:normal 12px/16px Tahoma, Geneva, sans-serif;
	text-align:center;
}

/* sidebar gig list */
#gigList td.gigDate{
	width:60px;
	vertical-align:top;
	font-size:1.2em;
}
#gigList td.gigVenue{
	vertical-align:top;
	font-size:1.2em;
}
.sbLink{
	text-align:center;
	font-size:12px;
}
/*sidebar Maillist*/
#mailList input{
	background-color:#d4d4b2;
	padding:1px 1px 1px 3px;
	width:150px;
}
#mailList select{
	background-color:#d4d4b2;
	width:153px;
	height:20px;
}
#mailList .cat_button{
	background-color:#d4d4b2;
	margin:1.3em 0 0 78px;
	width:80px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
}
/*sidebar reviews*/
#reviews li{
	list-style:none;	
}
#reviews .date{
	display:none;	
}

/*-----------------------------ABOUT US PAGE--------------------------*/
.aboutArtist{
	height:300px;
	width:620px;
	background:no-repeat right top;
	margin:50px 0 0 0;	
}
.aboutArtist p{
	width:460px;	
}
.aboutRA{
	background-image:url(/img/rich.jpg);
}
.aboutJQ{
	background-image:url(/img/john.jpg);
}
.aboutPK{
	background-image:url(/img/pete.jpg);
}
.aboutAD{
	background-image:url(/img/andy.jpg);
}
/*--------------REPERTOIRE PAGE------------------*/
#repertoire div{
	float:left;
	width:80em;
}
#repertoire h1{
	width:12em;
}
#repertoire div ul{
	float:left;
	list-style:none;	
}
#repertoire div ul li{
	float:left;
	width:16em;
}
/*---------------GIGLIST PAGE---------------*/
.gigs li{
	list-style:none;	
	font-size:16px;	
}
.gigs .date{
}
/*---------------GALLERY PAGE------------------*/
#content.contentGallery{
	width:800px;
}
#content.contentGallery div div{
	display:none;	
}
#content.contentGallery img{
	margin:5px;	
}
.galleryImages{
	display:none;	
}

/*-----------------REVIEWS PAGE------------------*/
.revTitle{
	margin-top:1em;
	cursor:pointer;
}
.revSource{
	color:#D07B02;
}
.reviewBody{
	display:none;	
}

/*-------------------RECORDINGS PAGE---------------*/
#navRecordings li a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
.album{
	margin:0 0 20px 0;
	padding:20px 0 0 0;
	border-top:solid 1px #fff;	
}
.album a{
	color:#D07B02;
	text-decoration:none;	
}
/*-------------------TESTIMONIALS PAGE-------------*/
.testimonialsList div{
	margin:0 0 20px 0;	
}
.tesContent{
	font-size:14px;	
}
.tesSource{
	font-size:12px;
	font-style:italic;	
}
.tesDate{
	font-size:12px;
	font-variant:small-caps;
}

/*-----------------STAGING REQUIREMENTS PAGE----------*/
#contentMain.staging p{
	font-size:1.2em;
}
#contentMain.staging ul li ul li{
	text-indent:1em;
}

/*--------------------CONTACT US PAGE--------------------------*/
.contactLeft{
	float:left;
	width:420px;	
}
.contactRight{
	float:left;
	width:330px;	
}
.contactLeft h1, .contactRight h1{
	font-size:28px;	
}
.contactAddress dt{
	float:left;
	width:120px;
	margin:10px 0;	
}
.contactAddress dd{
	float:left;
	width:200px;	
	margin:10px 0;	
}
/* Footer
-----------------------------------------------------------------------------*/

/* page info - scribble link */
#pageInfo{
	font: .8em/1em "Droid Sans", Arial, Helvetica, sans-serif;
	float:left;
	margin-right:50em;
	width:100%;
}
#pageInfo a{
	color:#aaa;
}
#pageInfo a:hover{
	text-decoration:underline;
	color:#fff;
}
#pageInfo img{
	border:none;
}

/* Forms
-----------------------------------------------------------------------------*/
input.text{
	padding: 3px;
	border: 1px solid #999999;	
}

/* Tables 
-----------------------------------------------------------------------------*/
table{ 
  	border-spacing: 0;
	border-collapse: collapse;
}
td {
  	text-align: left;
	font-weight: normal;
}


