
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: Mockingbird stylesheet
author: Tom Sears
created: 08/06/09
modified: 08/06/09
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */
	
* {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	color: #fff;
	background: #070108;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}

body hr {
	border: 1px solid #D0B154;
	margin: 0 0 15px;
}

/* -----------------------------------------------------------------------------
    stop horrible click box in firefox */

:active {
    outline: none;
}

:focus {
    -moz-outline-style: none;
    outline: none;
}

/* -----------------------------------------------------------------------------
   generic layout style */
	
#top-glow {
	background: url(../images/top-glow.jpg) no-repeat top center fixed;
	padding-left: 10px;
	padding-right: 10px;
}	
	
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #331038;
}	

.messages {
	clear: left;
	width: 520px;
	margin: 5px auto;
	padding: 5px;
	border: 1px solid #d0b154;
	text-align: center;
}

div.notice {
	display: none;
}
	
/* -----------------------------------------------------------------------------
   header style */

#header {
	background: url(../images/header-bg.jpg) no-repeat top left;
	min-height: 118px;
	height: auto !important;
	height: 118px;
	padding-left: 30px;
	padding-right: 30px;
	overflow: auto;
}

#header img {
	float: left;
}
	
/* -----------------------------------------------------------------------------
   contact-details style */
	
#contact-details {
	float: right;
	padding-top: 20px;
	padding-left: 10px;
	color: #918597;
	padding-bottom: 10px;
	clear: right;
}	

#contact-details li {
	list-style: none;
	text-align: right;
}

#contact-details a {
	color: #918597;
	text-decoration: none;
}

#contact-details a:hover {
	color: #fff;
}

#contact-details span {
	color: #824871;
}
	
/* -----------------------------------------------------------------------------
   navigation style */
	
#navigation {
	background: url(../images/navigation-bg.jpg) repeat-x top;
	padding-left: 30px;
	padding-right: 30px;
	height: 45px;
	clear: both;
}

ul#nav {
	float: right;
	clear: right;
	display: block;
}	

ul#nav li {
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: 130%;
	font-family: "Gotham Bold", Arial Black;
	line-height: 20px;
	padding-bottom: 0;
}

ul#nav li#no-padding a {
	padding-right: 0;
}

ul#nav li a {
	color: #d0b154;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 45px;
}

ul#nav li a:hover {
	color: #fff;
}

ul#nav li a.active {
	color: #fff;
}
	
	/* -----------------------------------------------------------------------------
   banner style */

#banner {
	margin: 0 auto;
	background: url(../images/banner-pic.jpg) no-repeat center;
	border: 1px solid #c46fa4;
	height: 207px;
	width: 839px;
}	
	
	/* -----------------------------------------------------------------------------
   #main style */
	
#main {
	background: url(../images/main-bg.jpg) no-repeat top center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
}	

.main-bg {
	background: url(../images/main-bg-bg.gif) no-repeat top left;
	padding-left: 90px;
	padding-bottom: 15px;
}

#main img {
	float: right;
	border: 2px solid #5a2d64;
	margin-left: 10px;
	margin-bottom: 10px;
}

	/* -----------------------------------------------------------------------------
  call-to-action button style */
  
ul#call-to-action li {
	background: url(../images/call-to-action-li-bg.jpg) no-repeat top left;
	height: 83px;
	width: 49%;
	float: left;
	list-style: none;
	padding-bottom: 0;
}  
  
ul#call-to-action li.right {
	float: right;
}   
  
ul#call-to-action li span {
	background: url(../images/binoculars.gif) no-repeat left center;
	display: block;
} 
  
ul#call-to-action li a {
	line-height: 83px;
	background: url(../images/call-to-action-arrow.gif) no-repeat right center;
	text-decoration: none;
	display: block;
	color: #d6b569;
	font-family: "Gotham Bold", Arial Black;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
} 
  
ul#call-to-action li a:hover {
	line-height: 83px;
	background: url(../images/call-to-action-hover-arrow.gif) no-repeat right center;
	color: #fff;
} 

	/* -----------------------------------------------------------------------------
  container style */
  
#container {
	background: url(../images/container-bg.jpg) no-repeat top center;
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
	overflow: auto;
	padding-bottom: 20px;
}  

.content {
	padding-top: 20px;
	padding-right: 320px;
	display: block;
	width: auto;
}

.content#setlist {
	padding-right: 20px;
}

.sidebar {
	float: right;
	width: 300px;
	padding-top: 20px;
} 

body.home .content {
	float: left;
	width: 48%;
	padding-top: 20px;
	padding-right: 0;
}

body.home .sidebar {
	float: right;
	width: 48%;
	padding-left: 2%;
	border-left: 4px solid #331038;
	padding-top: 20px;
	background: none;
}

	/* -----------------------------------------------------------------------------
  footer style */
  
#footer {
	clear: both;
	background: #070108 url(../images/footer-bg.jpg) no-repeat top center;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #713f5a;
	font-size: 90%;
} 

#footer a {
	color: #99798d;
	text-decoration: none;
}  

#footer a:hover {
	color: #fff;
} 

#footerwrapper {
	background: url(../images/footer-wrapper-bg.gif) no-repeat left center;
	min-height: 66px;
	height: auto !important;
	height: 66px;
}

ul#footernav {
	float: right;
	display: block;
}

ul#footernav li {
	float: left;
	list-style: none;
	padding-left: 3px;
}

	/* -----------------------------------------------------------------------------
  text style */
  
p {
	padding-bottom: 10px;
	line-height: 1.3em;
	text-align: justify;
}  

h1 {
	font-family: "Gotham Book", "Century Gothic";
	font-weight: normal;
	padding-bottom: 15px;
	font-size: 280%;
	clear: left;
} 

body.home h1 {
	font-size: 140%;
} 

h2 {
	font-family: "Gotham Book", "Century Gothic";
	font-weight: normal;
	padding-bottom: 15px;
	font-size: 200%;
} 

h2 a {
	color: #fff;
	text-decoration: none;
}

.content ul {
	padding-left: 20px;
}

li {
	line-height: 1.3em;
	padding-bottom: 10px;
}

dd {
	padding-bottom: 10px;
	line-height: 1.3em;
}

a.view-more {
	color: #db7eb4;
	text-decoration: none;
	font-family: "Gotham Book", "Century Gothic";
	font-size: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	display: block;
	background: url(../images/view-more-bg.gif) no-repeat right center;
	padding-right: 30px;
}

a.view-more:hover {
	color: #fff;
	background: url(../images/view-more-hover-bg.gif) no-repeat right center;
}

.clearboth {
	clear: both;
	display: block;
}



	/* -----------------------------------------------------------------------------
  news style */
  
dl.news dt {
	color: #d5b569;
	padding-bottom: 10px;
	clear: left;
}  
  
dl.news dt span {
	color: #db7eb4;
	font-size: 130%;
	font-weight: bold;
} 
  
dl.news dd {
	background: url(../images/dd-bg.jpg) no-repeat bottom center;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

	/* -----------------------------------------------------------------------------
  band list style */
  
body.home dl.band-list img {
	float: left;
	background: none;
	margin-right: 20px;
	clear: none;
	margin-right: 20px;
	margin-bottom: 0;
}
  
#main dl.band-list img {
	float: none;
	background: none;
	clear: both;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
  
dl.band-list dd {
	padding-bottom: 15px;
	background: none;
	background: url(../images/dd-bg.jpg) no-repeat bottom center;
}
  
dl.band-list dt {
	color: #d5b569;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 130%;
}  
  
dl.band-list dt a {
	color: #d5b569;
	text-decoration: none;
}  

	/* -----------------------------------------------------------------------------
  subcontent style */

.subcontent {
	background: url(../images/subcontent-background.jpg) no-repeat top center;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 15px;
	margin-top: 20px;
}  

.subcontent-bottom {
	background: url(../images/dd-bg.jpg) no-repeat bottom center;
	padding-bottom: 35px;
	overflow: hidden;
	min-width: 444px;
	width: auto !important;
	width: 444px;
} 

.subcontent span {
	font-size: 60%;
	padding-left: 20px;
}

	/* -----------------------------------------------------------------------------
  gallery style */
  
ul.gal {
	width: 444px;
	margin: 0 auto;
	display: block;
}  
  
ul.gal li {
	display:inline;
	list-style: none;
	margin: 5px;
	line-height: normal;
}    
  
#main ul.gal img {
	border: none;
	float: none;
	margin: 0;
}  
  
ul.gal li {
	float: left;
	list-style: none;
}  
  
ul.gal li a {
	border: 2px solid #5a2d64;
	display: block;
} 
  
ul.gal li a:hover {
	border: 2px solid #db7eb4;
} 

	/* -----------------------------------------------------------------------------
  normal pages style */
  
.sidebar {
	background: url(../images/sidebar-bg-left.jpg) no-repeat top left;
}  
  
.sidebar-right {
	background: url(../images/sidebar-bg-right.jpg) no-repeat top right;
} 

#main .sidebar-right img {
	margin: 0 0 5px 5px;
	float: none;
}

.sidebar-bottom {
	background: url(../images/subcontent-bottom.jpg) no-repeat bottom left;
	width: 260px;
	padding: 20px;
	padding-bottom: 30px;
	margin-left: 2px;
} 

	/* -----------------------------------------------------------------------------
 dl.details style */
 
dl.details {
	padding-bottom: 20px;
} 
 
dl.details dt {
	float: left;
	color: #d0b154;
	padding-right: 10px;
	width: 130px;
	font-weight: bold;
	padding-bottom: 10px;
	clear: left;
} 
 
dl.details dd {
	padding-bottom: 10px;
	padding-left:140px;
} 

	/* -----------------------------------------------------------------------------
 call to action small style */
 
ul#call-to-action-small {
	padding-top: 20px;
	display: block;
} 
 
ul#call-to-action-small li {
	background: url(../images/cta-small-li-bg.jpg) no-repeat top left;
	line-height: 66px;
	list-style: none;
	font-family: "Gotham Bold", Arial Black;
	clear: both;
} 
 
ul#call-to-action-small li span {
	background: url(../images/cta-small-li-span-bg.jpg) no-repeat top right;
	display: block;
	height: 66px;
} 
 
ul#call-to-action-small li a {
	background: url(../images/view-more-bg.gif) no-repeat right center;
	display: block;
	padding-left: 30px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 120%;
	color: #fff;
} 
 
ul#call-to-action-small li a:hover {
	background: url(../images/view-more-hover-bg.gif) no-repeat right center;
	color: #d0b154;
} 

#main img.no-style {
	float: none;
	border: none;
	margin: 0;
}

	/* -----------------------------------------------------------------------------
breadcrumbs style */

ul#breadcrumbs {
	clear: both;
	display: block;
}

ul#breadcrumbs li {
	list-style: none;
	float: left;
	color: #d5b569;
	font-weight: bold;
}

ul#breadcrumbs li a {
	text-decoration: none;
	color: #d0b154;
	padding-left: 5px;
	padding-right: 5px;
}

ul#breadcrumbs li a:hover {
	color: #fff;
}

	/* -----------------------------------------------------------------------------
search results style */

.content ul.search {
	padding-left: 0;
}

ul.search li {
	list-style: none;
	margin-bottom: 15px;
	padding-top: 10px;
	background: transparent url(../images/dd-bg.jpg) no-repeat scroll center bottom;
	clear: left;
	overflow: hidden;
	padding-bottom: 10px;
	zoom:1;
}

#main ul.search img {
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

ul.search p span {
	font-size: 200%;
	font-family: "Gotham Book", "Century Gothic";
	padding-bottom: 15px;	
}

ul.search p span a {
	text-decoration: none;
	color: #fff;	
}

ul.search p span a:hover {
	color: #D0B154;	
}

ul.search dl {
	padding-bottom: 0;
	padding-left:230px;
}

ul.search dd {
	padding-bottom: 10px;	
}

ul.search a.view-more {
	overflow: hidden;
	zoom:1;
}

ul.search dl.details dt {
	clear: none;	
}

	/* -----------------------------------------------------------------------------
filterform style */

.filterform {
	background: url(../images/filter-top.jpg) no-repeat top;
}

.filterform form {
	background: url(../images/filter-bottom.jpg) no-repeat bottom;
	padding: 20px; 
	padding-top: 20px;
}

.filterform form label {
	width: 80px;
	padding-right: 10px;
	text-align: right;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.filterform form select {
	width: 120px;
	margin-bottom: 10px;
	background: #331038;
	color: #fff;
}



	/* -----------------------------------------------------------------------------
 contact style */
 
dl.contact {
	padding-bottom: 20px;
} 
 
dl.contact dt {
	float: left;
	color: #d0b154;
	padding-right: 10px;
	width: 130px;
	font-weight: bold;
	padding-bottom: 10px;
	clear: left;
	text-align: right;
} 
 
dl.contact dd {
	padding-bottom: 10px;
	padding-left: 140px;
}

a {
	color: #fff;
} 

a:hover {
	color: #D0B154;
} 

	/* -----------------------------------------------------------------------------
 enquiry form style */

 form.enquire label {
	width: 150px;
	padding-right: 10px;
	text-align: right;
	display: block;
	float: left;
	margin-bottom: 10px;
}

 form.enquire input {
	width: 60%;
	display: block;
	margin-bottom: 10px;
	background: #462246;
	color: #fff;
	border: 2px solid #5A2D64;
}

 form.enquire input#send {
	width: 100px;
	display: block;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 160px;
	border: 1px solid #DB7EB4;
}

 form.enquire textarea {
	width: 60%;
	display: block;
	margin-bottom: 10px;
	background: #462246;
	color: #fff;
	border: 2px solid #5A2D64;
	scrollbar-base-color: #462246; 
}

fieldset {
	border: 1px solid #d6b569;
}

fieldset div {
	clear: both;
	margin: 5px 0;
}

/* -----------------------------------------------------------------------------
	mockingbird review style */

.mbm-review {
	background:transparent url(../images/main-bg-bg.gif) no-repeat scroll left center;
	padding-left:90px;
	margin-top: 10px;	
}

h3 {
	color:#DB7EB4;
	font-family:"Gotham Book","Century Gothic";
	font-weight: normal;
}

/* -----------------------------------------------------------------------------
	admin tabs */

body #main ul.tabs {
	border-bottom-color: #d0b154;
	clear: both;
}
	
body #main .tabs li {
	border-bottom: none;
	list-style: none;
	background-image: none;
	padding:0;
}

body #main .tabs li a {
	border-color: #d0b154;
	color: #fff;
	font-weight: bold;
	background-color: transparent;
}

body #main .tabs li.active a {
	background-color: #d0b154;
	color: #5a2d64;
}

/* -----------------------------------------------------------------------------
	contact form style */
	
.content label {
	width: 130px;
	padding-right: 10px;
	text-align: right;
	padding-bottom: 10px;
	display: block;
	float: left;
	clear: left;
	color:#D0B154;
	font-weight:bold;
}

.content .webform-component-textarea label {
	text-align: left;
}

.content input {
	width: 300px;
	margin-bottom: 10px;	
	border: 1px solid #824871;
}

.content .webform-datepicker input {
	width: auto;
}

html.js body .content .resizable-textarea textarea {
	width: 300px;
}

.content textarea {
	border: 1px solid #824871;
}

input.form-submit {
	width: 60px;
	background: #824871;
	color: #fff;
	margin-top: 10px;
}

/* -----------------------------------------------------------------------------
	pagination style */
	
.item-list ul.pager li {
	margin:0px;
}	
	
.item-list .pager li a {
	background: #4f2650;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}	
	
.item-list .pager li a:hover {
	color: #DB7EB4;
	background: #3c1b3a;
}	

/* -----------------------------------------------------------------------------
	links page style */
	
ul.fields-links {
	padding-left: 0;
	margin: 20px 0;
}
	
ul.fields-links li {
	list-style: none;
}
	
ul.fields-links li span {
	font-weight: bold;
	width: 220px;
	padding-right: 10px;
	float: left;
	display: block;
	text-align: right;
	padding-bottom: 10px;
	color: #D0B154;
}		

/* -----------------------------------------------------------------------------
filter on right */

span#filterinfo {
	display: block;
	clear: both;
	color: #D0B154;
	font-weight: bold;
	font-size:85%;
}

/* -----------------------------------------------------------------------------
setlist page style */

.content .setlists {
	float: left;
	clear: left;
	width: 44%;
}

.content .setright {
	float: right;
	clear: right;
}

.content .setlists li h2 {
	padding-top: 10px;
}

.content .setlists ul {
	background:transparent url(../images/dd-bg.jpg) no-repeat scroll center bottom;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.content .setlists li span {
	color: #D0B154;
	font-weight: bold;
}

/* -----------------------------------------------------------------------------
reviews page style */

.content ul.reviews {
	padding-left: 0;
}

.content ul.reviews li {
	background:transparent url(../images/subcontent-background.jpg) no-repeat scroll center top;
	list-style: none;
	padding-top: 15px;
}

.content ul.reviews li h3 {
	padding-bottom: 5px;
}

/* -----------------------------------------------------------------------------
   table style */

table {
	width: 100%;
	border: 1px solid white;
}

td, th {
	border: 1px solid white;
	padding: 3px;
}
   
/* -----------------------------------------------------------------------------
	end style sheet */
