@charset "utf-8";

/**************************************************/
/* Defaults                                       */
/**************************************************/

body  {
	background: #000;
	color: #acbbc7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	max-width: 100%;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1  {
	background-color: #000000;
	color: #aaaaaa;
	font-family: 'Fredericka the Great', cursive;
	font-size: 3em;
	font-weight: lighter;
	margin-bottom: 0.25em;
	margin-top: 1em;
	padding-top: 1em;
	text-transform: uppercase;
}

p {
	background-color: #000000;
	font-size: 1em;
	margin: 0px; /* override browser's default paragraph margins and padding to ensure cross-browser compatibility */
	padding: 0px 0px 10px 0px;
}

ol {
	background-color: #000000;
	font-size: 1em;
	margin: 0px; /* override browser's default paragraph margins and padding to ensure cross-browser compatibility */
	padding: 0px 0px 10px 0px;
}

li {
	background-color: #000000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

a:link, a:visited, a:active{
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #F90;
	text-decoration: none;
}

:focus {-moz-outline-style: none;} /* override mozilla's default outline style to ensure cross-browser compatibility */

/**************************************************/
/* Responsive overrides                           */
/**************************************************/

	/**************************************************/
	/* Limit width on larger screens                  */
	/**************************************************/
	
	@media (min-width: 575px) {
	  h1 {
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	  }
	  h1.nospace {
		  font-size: 3em;
	  }
	  p {
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	  }
/*	  #uncentered_content ol {
		color: #ff0000;
		width: 100%;
		margin: 0px;
		padding: 0px;
		}
	  #uncentered_content li {
		  width: 100%;
		  margin: 0px;
		  padding: 0px;
	  }
*/
	}
	
	/**************************************************/
	/* Reduce header font on smaller screens          */
	/**************************************************/
	
	@media (max-width: 575px) {
		h1.nospace {
			font-size: 2.5em;
		}
/*	  #uncentered_content ol {
		  color: #00ff00;
	width: 100%;
	margin: 0px;
	padding: 0px;
	  }
	  #uncentered_content li {
		  width: 100%;
		  margin: 0px;
		  padding: 0px;
		 
	  }
*/
	}

/**************************************************/
/* Header (Google Adsense container)              */
/**************************************************/

#header {
	background: #000000;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	position: absolute;
	top: 0%;
	width: 100%;
}

h1.adsense  {
	background-color: #000000;
	margin-bottom: 0px;	/* clear parent H1 style */
	margin-top: 0px;	/* clear parent H1 style */
	padding: 0px;
	padding-top: 0px;	/* clear parent H1 style */
}

/**************************************************/
/* Content (centered horizontally and vertically) */
/**************************************************/

#content {
	background: #000000;
	border-radius: 1em;
	border: thick;
	border-color: #ffffff;
	color: #999999;
	left: 50%;
	margin-right: -50%;
	padding: 6em;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

#content p {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
}

/**************************************************/
/* Content (left-justified)                       */
/**************************************************/

#uncentered_content {
	background: #000000;
	border-radius: 1em;
	border: thick;
	border-color: #ffffff;
	color: #999999;
	left: 50%;
	margin-right: -50%;
	padding: 6em;
	position: absolute;
/*	top: 50%; */
	transform: translate(-50%, 0%);
	width: 90%;
}

#uncentered_content p {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}

#uncentered_content ol {
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	width: 20%;
}

li.doublespace {
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	text-align: left;
/*	padding: 0px; */
/*	margin: 14px 0px; */
}

/**************************************************/
/* Footer                                         */
/**************************************************/

#footer {
	color: #444;
	left: 50%;
	margin-bottom: 0px;
	overflow: hidden; /*!!!*/
	padding-bottom: 0px;
	position: fixed; /*!!!*/
	margin-right: -50%;
/*	position: absolute; */
/*	top: 95%;  */
	transform: translate(-50%, 0);
	width: 100%;
	bottom: 0%;
}

#footer p {
	background-color: #000000;
	font-size: 0.75em;
/*	margin: 0; */
/*	padding: 1em 0; */
/*		margin-left: auto; */
/*		margin-right: auto; */
}

h1.nospace  {
	background-color: #000000;
	color: #aaaaaa;
	font-family: 'Fredericka the Great', cursive;
/*	font-size: 3em; */
	font-weight: lighter;
	margin-bottom: 0.25em;
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
}

/* h1.subhead {
	background-color: #000000;
	color: #888888;
	font-family:  Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	margin-bottom: 3em;
	margin-top: 1em;
	padding: 0;
	text-transform: none;
}
*/

/**************************************************/
/* Band Namer Overrides                           */
/**************************************************/

/*
h1.bandname {
	font-family:  Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 24px;
}
*/

select.bandname {
	color: #888888;
	background-color: #111111;
	border: 1px solid #444444;
	border-radius: 0.2em;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	font-weight: 100;
	margin: 0 0.3em 0.3em 0;
	max-width: 10em;
	padding: 0.35em 1.2em;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
	width: 30%;
}

input.bandname {
	background-color: #111111;
	border: 1px solid #444444;
	border-radius: 0.2em;
	box-sizing: border-box;
	color: #888888;
	display: inline-block;
	font-family: 'Roboto',sans-serif;
	font-size: 20px;
	font-weight: 100;
	margin: 0 0.3em 0.3em 0;
	max-width: 6em;
	padding: 0.35em 1.2em;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
	width: 30%;
}

/**************************************************/
/* Button Overrides                               */
/**************************************************/

a.button1 {
	background-color: #111111;
	border: 1px solid #444444;
	border-radius: 0.2em;
	color: #666;
	box-sizing: border-box;
	display: inline-block;
	font-family: 'Roboto',sans-serif;
	font-weight: 100;
	font-size: 1em;
	margin: 0 0.1em 0.1em 0;
	padding: 0.35em 1.2em;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
	width: 22em;
}

a.button1:hover{
	color: #000000;
	background-color: #aaaaaa;
	font-weight: 100;
}

@media all and (max-width:30em){
	a.button1{
		display: block;
		margin: 0.4em auto;
	}
} 

/**************************************************/
/* Dreamweaver Defaults                           */
/**************************************************/

/*
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfloatright {
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
*/