@charset "utf-8";
/*Undisclosed Addictions Holding Page 2015 CSS Document */

body {
	
	background: url(../images/UAWebBackground2.jpg) no-repeat center center fixed;
 	background-size: cover;
  	height: auto;
  	overflow: hidden;
	overflow-y: scroll;
}



#header {
	width: auto;
	margin-right: auto;
	margin-left: auto;

}
.logo {
	margin: auto;
}


#container {
	width: 960px;  

	height: auto;
	margin: auto;
	text-shadow: 2px 2px #000000;
	text-align: center;
	font-family: 'Fredericka the Great', cursive;	
}

#adolftltl {
	width: auto;
	height: auto;
	margin: auto;
	
	text-align: center;

}

#ih {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
}

#mhb {
	width: auto;
	height: auto;
	text-align: center;
}

h1 {
	
	font-variant: small-caps;
	color: #ebebe0;
	font-size: 1.9em;
	
	margin-bottom: 0em;
	margin-top: 0em;
}

p{
	color: #ebebe0;
	font-size: 1.9em;
	
	font-weight: 300;
	font-family: 'Architects Daughter', cursive;
	margin-top: 0em;
}

#streaming {
	margin: auto;
	
	margin-top: 1em;
}

.artwork {
	
}

.tabs {
	margin: auto;
	margin-bottom: 1em;

	
	color:#ebebe0;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 200;
	font-family: 'Architects Daughter', cursive;
	text-shadow: 2px 2px #000000;
	text-align: center;
}
.email {
	color: #ebebe0;
	}
	a:link,a:visited
	{
	color:#ebebe0;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 300;
	font-family: 'Architects Daughter', cursive;
	text-decoration: none;
}

.copyright {
	color: #ebebe0;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 300;
	font-family: 'Architects Daughter', cursive;
	margin-top: 2em;
}

#footer {
	margin-top: 1em;
	margin-bottom: 3em;
}




