html,body
{
    margin : 0px 0 0 0px;
    padding : 0px;
    cursor : default;

    background-color : #282828;
    color : #909090;
    font : 10px arial,helvetica,sans-serif; /* dont forget paragraph settings */
	background-image: url(../images/holding/bg.jpg);
	background-repeat: repeat-x;
}

em
{
	color : #909090;
}

h1
{
	color : #f4a136;
	font : 10px arial,helvetica,sans-serif;
	margin : 0px 0 0 0px;
    padding : 0px;
    cursor : default;
}

h2
{
	color : #00d4fa;
	font : 10px arial,helvetica,sans-serif;
	margin : 0px 0 0 0px;
    padding : 0px;
    cursor : default;
}

h3
{
	color : #f0fc37;
	font : 10px arial,helvetica,sans-serif; 
	margin : 0px 0 0 0px;
    padding : 0px;
    cursor : default;
}

h4
{
	color : #fc376a;
	font : 10px arial,helvetica,sans-serif; 
	margin : 0px 0 0 0px;
    padding : 0px;
    cursor : default;
}

h5
{
	color : #37fc37;
	font : 10px arial,helvetica,sans-serif; 
	margin : 0px 0 0 0px;
    padding : 0px;
    cursor : default;
}

div.right
{
	float : right;
	
}


/* Tables */

table.one
{
	table-layout: fixed;
	width: 900px;
	font-family: arial,helvetica,sans-serif;
	border-width: 0px 0px 0px 0px;
}

table.two
{
	table-layout: fixed;
	font-family: arial,helvetica,sans-serif;
	border-width: 0px 0px 0px 0px;
}


/* End of Tables */

/* Div Boxes */


#hearusout
{
left:5px;
position:absolute;
top:1px;
}


#header
{
top:65px;
height:600px;
left:130px;
position:absolute;
width:900px;
z-index:3;

}

#indexcontainer
{
left:130px;
background-color : #000000;
background-image: url(../images/holding/contaner.jpg);
background-repeat:no-repeat;
border-bottom : 1px solid #505050;
position:absolute;
top:350px;
width:900px;
z-index:3;

}

#mailform
{
margin-left: -5px;
}

#bookingform
{
margin-left: 535px;
}

#navmenu 
{ 

left: 130px;
position:absolute;
height:33px;
width:900px;
top:18px;
}

ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

li 
{
display:inline
}


/* End of Div Boxes */



/* Link states */

a
{
float:left;
text-decoration:none;
color:#ffffff;
}

a:hover
{
color:#f4a136
}

a.home
{
float:none;
width:0.0em;
text-decoration:none;
color:#v;
padding:0.0em 0.0em;
}

a.home:hover
{
float:none;
width:0.0em;
padding:0.0em 0.0em;
text-decoration:none;
color:#f4a136;
}

a.artists
{
float:none;
width:0.0em;
text-decoration:none;
color:#ffffff;
padding:0.0em 0.0em;
}

a.artists:hover
{
float:none;
width:0.0em;
padding:0.0em 0.0em;
text-decoration:none;
color:#00d4fa;
}

a.book
{
float:none;
width:0.0em;
text-decoration:none;
color:#ffffff;
padding:0.0em 0.0em;
}

a.book:hover
{
float:none;
width:0.0em;
padding:0.0em 0.0em;
text-decoration:none;
color:#f0fc37;
}

a.about
{
float:none;
width:0.0em;
text-decoration:none;
color:#ffffff;
padding:0.0em 0.0em;
}

a.about:hover
{
float:none;
width:0.0em;
padding:0.0em 0.0em;
text-decoration:none;
color:#37fc37;
}

a.contact
{
float:none;
width:0.0em;
text-decoration:none;
color:#ffffff;
padding:0.0em 0.0em;
}

a.contact:hover
{
float:none;
width:0.0em;
padding:0.0em 0.0em;
text-decoration:none;
color:#fc376a;
}

ul a.menu-home#current
{
float:left;
width:7.63em;
text-decoration:none;
color:#ffffff;
background-image: url(../images/menu/home.jpg);
padding:1.0em 0.0em;
}

ul a.menu-home#current:hover
{
    color : #f4a136;
}

ul a.menu-news#current
{
float:left;
width:7.63em;
text-decoration:none;
color:#ffffff;
background-image: url(../images/menu/news.jpg);
padding:1.0em 0.0em;
}
}

ul a.menu-news#current:hover
{
    color : #00d4fa;
}

ul a.menu-media#current
{
float:left;
width:7.63em;
text-decoration:none;
color:#ffffff;
background-image: url(../images/menu/media.jpg);
padding:1.0em 0.0em;
}

ul a.menu-media#current:hover
{
    color : #f0fc37;
}

ul a.menu-about#current
{
float:left;
width:7.63em;
text-decoration:none;
color:#ffffff;
background-image: url(../images/menu/about.jpg);
padding:1.0em 0.0em;
}

ul a.menu-about#current:hover
{
    color : #fc376a;
}

ul a.menu-contact#current
{
float:left;
width:7.63em;
text-decoration:none;
color:#ffffff;
background-image: url(../images/menu/contact.jpg);
padding:1.0em 0.0em;
}

ul a.menu-contact#current:hover
{
    color : #37fc37;
}

a.menu-home
{
float:left;
width:6.63em;
text-decoration:none;
color:#707070;
background-image: url(../images/menu/home.jpg);
padding:0.75em 0.0em;
font : 12px arial,helvetica,sans-serif;
}

a.menu-home:hover
{
color:#f4a136
}

a.menu-artists
{
float:left;
width:6.63em;
text-decoration:none;
color:#707070;
background-image: url(../images/menu/news.jpg);
padding:0.75em 0.0em;
font : 12px arial,helvetica,sans-serif;
}

a.menu-artists:hover
{
color:#00d2ff
}

a.menu-book
{
float:left;
width:6.63em;
text-decoration:none;
color:#707070;
background-image: url(../images/menu/media.jpg);
padding:0.75em 0.0em;
font : 12px arial,helvetica,sans-serif;
}

a.menu-book:hover
{
color:#f0fc37
}

a.menu-about
{
float:left;
width:6.63em;
text-decoration:none;
color:#707070;
background-image: url(../images/menu/about.jpg);
padding:0.75em 0.0em;
font : 12px arial,helvetica,sans-serif;
}

a.menu-about:hover
{
color:#fc376a
}

a.menu-contact
{
float:left;
width:6.63em;
text-decoration:none;
color:#707070;
background-image: url(../images/menu/contact.jpg);
padding:0.75em 0.0em;
font : 12px arial,helvetica,sans-serif;
}

a.menu-contact:hover
{
color:#37fc37
}

a#facebook 
{
	background-image : url('../images/network/facebook.png');
	width : 27px;
	height : 26px;
	margin-left: 0px;
	float:left;
}

a#myspace 
{
	background-image : url('../images/network/myspace.png');
	width : 27px;
	height : 26px;
	margin-left: 2px;
	float:left;
}

a#twitter 
{
	background-image : url('../images/network/twitter.png');
	width : 27px;
	height : 26px;
	margin-left: 2px;
	float:left;
}


a#soundcloud 
{
	background-image : url('../images/network/soundcloud.png');
	width : 27px;
	height : 26px;
	margin-left: 2px;
	float:left;
}

a#flickr 
{
	background-image : url('../images/network/flickr.png');
	width : 27px;
	height : 26px;
	margin-left: 2px;
	float:left;
}

a#youtube 
{
	background-image : url('../images/network/youtube.png');
	width : 27px;
	height : 26px;
	margin-left: 2px;
	float:left;
}

/* End of Link states */ 

/* Hover Menu */	


a.imagehover2
{
	display: block;
	font-family: arial,helvetica,sans-serif;
	background-position: bottom;
	background-repeat: none;
}
      
a.imagehover2:hover 
{
    background-position: top;
}

/* Menu Buttons */

a#menu-home
{
	background-image: url('../images/menu/home.png');
	width : 121px;
	height : 33px;
}

a#menu-artists
{
	background-image: url('../images/menu/artists.png');
	width : 122px;
	height : 33px;
}

a#menu-bookings
{
	background-image: url('../images/menu/bookings.png');
	width : 122px;
	height : 33px;
}

a#menu-about
{
	background-image: url('../images/menu/about.png');
	width : 122px;
	height : 33px;
}

a#menu-contact
{
	background-image: url('../images/menu/contact.png');
	width : 122px;
	height : 33px;
}

#menu-remainer 
{ 
	background-image: url('../images/menu/remainer.png');
	background-repeat:no-repeat;
	left: 617px;
	position:absolute;
	width : 413px;
	height : 33px;
	top:18px;
}


/* Classes */	

.grey
{
	color: #9d9d9d;
}

.red
{
	color: #c5a198;
}
	
/* End of Classes */




/* Imagehover */ 

a#captured 
{
	background-image : url('../images/footer/captured.png');
	width : 54px;
	height : 41px;
	margin-left: 0px;
}

a#mikeshiver
{
    background-image: url('../images/footer/mikeshiver.png');
	width : 103px;
	height : 41px;
	margin-left: 70px;
}

a#ash
{
    background-image: url('../images/footer/ash.png');
	width : 154px;
	height : 40px;
	margin-left: 85px;

}

a#ms54
{
    background-image: url('../images/footer/ms54.png');
	width : 103px;
	height : 41px;
	margin-left: 90px;
}

a#shawn
{
    background-image: url('../images/footer/shawn.png');
	width : 154px;
	height : 40px;
	margin-left: 87px;
}

a#radioflyer
{
    background-image: url('../images/banners/radio_flyer.jpg');
	width : 342px;
	height : 103px;
}

a#widget
{ 
    background-image: url('../images/banners/widget.png');
    width : 116px;
	height : 6px;
}

a.imagehover 
{
	display: block;
	font-size: 9px;
	background-position: bottom;
	background-repeat: none;
}
      
a.imagehover:hover 
{
    background-position: top;
}

/* End of Imagehover */



/* Classes */	

.default
{
	font : 10px arial,helvetica,sans-serif;
	text-align:center;
	color:#505050;
}

/* End of Classes */



/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* End of SLIMBOX */

#twitter_div_ws {font-family:Arial, Helvetica, sans-serif; font-size: 10px; padding: 5px; width:200px; background-color:#000000; margin: 0 auto;}
ul#twitter_update_list_ws {padding:0; margin:0; list-style: none; display:block;}
ul#twitter_update_list_ws li {list-style: none; min-height:50px; border-top: 0px solid #CCCCCC; padding:5px 0px;}
ul#twitter_update_list_ws li span {font-style: normal; display: block;}
ul#twitter_update_list_ws .timeago {display:inline-block;}
ul#twitter_update_list_ws .timeago a {font-size:10px; color: #282828; text-decoration: none;}
#twitter_div_ws b a {font-weight: bold; text-decoration: none; text-transform:uppercase}
#twitter_info_ws {border-bottom: 0px solid #CCCCCC; padding-bottom:10px;font-size: 10px;}
#twitter_info_ws b {font-size: 10px; line-height:10px;}
#twitter_info_ws img {padding: 0 5px 0 0; width: 50px; border:0px;}
