/* Zoo Theme */

body{
	background-image:url(../images/zoo-site-bg.jpg);
	background-repeat:repeat-x; 
	background-position:top;
	background-color:#e5f0ec;
}

#site #site-content{
	background-color:#ffffff;
}


#site #site-content #site-content-body{	
	background-color:#f38107;
	background-image:url();
	padding-bottom:0px;
}

#site #site-content #site-content-body #body-header #body-header-logo{
	background-image:url(../images/zoo-content-header-logo.jpg);
}

#site #site-content #site-content-body #body-buy-tickets{
	background-image:url(../images/zoo-body-buy-tickets.jpg);
}

#site #site-content #site-content-body #body-share-this{
	background-image:url(../images/zoo-body-share-this.jpg);
}


#site #site-header #site-nav .top-nav-link{
	background-image:url(../images/zoo-header-menu-bg.gif);
}


#site #site-content #site-content-body #body-columns .column-header{
	background-color:#f38107;
}


#site #site-content #site-content-body #body-column-1,
#site #site-content #site-content-body #body-column-3,
#site #site-content #site-content-body .column-menu{
	background-color:#6a4705;
}


.column-menu ul li a{
	background-color:#fce450;
}

.column-menu ul li a:hover{
	background-color:#fec61b;
}

.column-menu #zoo-info{
	background-image:url(../images/zoo-menu-header-zoo-info.jpg);
}


.column-menu #zoo-info-menu .content-date,
.column-menu #zoo-info-menu .content-image{
	display:none;
}


.column-menu #zoo-shows{
	background-image:url(../images/zoo-menu-header-zoo-shows.jpg);
}




.showlist ul li.content-row-odd{
	background-color:#fce450;
}

.showlist ul li.content-row-even{
	background-color:#fec61b;
}



.content-show{
	background-color:#fec61b;
}


.content-show .content-detail{
	background-color:#fce450;
}



.showlist .show-music-even{
	background-image:url(../images/zoo-show-music-even.jpg);
}

.showlist .show-music-odd{
	background-image:url(../images/zoo-show-music-odd.jpg);
}

.showlist .show-video-even{
	background-image:url(../images/zoo-show-video-even.jpg);
}

.showlist .show-video-odd{
	background-image:url(../images/zoo-show-video-odd.jpg);
}

.showlist .show-tickets-even{
	background-image:url(../images/zoo-show-tickets-even.jpg);
}

.showlist .show-tickets-odd{
	background-image:url(../images/zoo-show-tickets-odd.jpg);
}

/* Web page content area may background color */
.basic-page{
	background-color:#fec61b;
}

/* Web page content area around the text */
.basic-page .content-detail{
	background-color:#fce450;
}


#homepage-feature .content{
	height:auto;
}




/****************************** Blip.fm Widget ********************************/
.blipfm-widget{
	background-image:url(../images/blipfm-zoo-bg.jpg);
	margin-top:5px;
}




