@charset "UTF-8";
/* CSS Document */


html,body {font-family:Bodoni MT,Helvetica;
 /*background-image:url(images/wild_flowers.png)*/;
 /*background-repeat: repeat;*/
	overflow-x: hidden;
    }

@font-face {
  font-family:Bodoni MT;
  src: url(/BOD_R.TTF); 
       
}




#header-bg {
	background:url(images/transparent-bg.png);
	width:100%;

}

#contact {
		margin-left:10%;
		margin-top:10%;
		line-height:175%;
		text-decoration:none;
		font-size:20px;
}

#gig-bg {
	background:url(images/transparent-bg.png);
	width:25%;
	margin-left:10%;
	margin-top:5%;
	height:100px;

}


#gig-list {
	color:#FFFFFF;
	padding:10px;
	text-decoration:none;
	line-height:25px;


}



h1{
	font-size:100px;
	color:#FFFFFF;
	letter-spacing:14px;

}



h2{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:-25%;
}

h3{
	font-size:37px;
	color:#FFFFFF;
	letter-spacing:4px;

}



a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#gig-list ul li a:link {
    text-decoration: none;
}

#gig-list ul li a:visited {
    text-decoration: none;
}

#gig-list ul li a:hover {
    text-decoration: none;
}

#gig-list ul li a:active {
    text-decoration: none;
}


#the{
	/*background-color:purple;*/
	/*opacity:.5;*/
	/*margin-top:1%;*/
	margin-left:20%;
	width:20%;	
	margin-bottom:-10px;
}

#maha{
		/*margin-top:%;*/
		margin-left:10%;
		/*background-color:pink;*/
}

#header{
	height:150px;
	display:inline-block;
	/*background-color:green;*/
	
}


#header #logo{
	width:250px;
	float:left;
	margin-top:10px;
	margin-left:30px;
}

#navCol{
	float:left;	
	display:inline-block;
	width:100%;
	/*background-color:green;*/
	margin-top:1%;
}

#nav{
	display:inline-block;
	float:left;
	clear:both;
	margin-top:10px;
	margin-left:65%;
	/*background-color:cyan;*/
}

#nav li{
	float:left;	
	margin-right:15px;
	/*background-color:maroon;*/
}

#nav a{
	/*background-color:blue;*/	
	color:#fff;
	font-size:18px;
	padding:7px 15px;
}

#music{
	margin-left:11%;
	margin-top:5%
	
}



