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




body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #333333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}


body#homepage {
	background: #cb0078;

}

#bandtop {
	background: #cb0078;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 80px 0 20px 0;
	color: #ef5ba1;
}
#bandmiddle {
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 20px; 
}

.container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.container h1 {
	font-size: 3.3em;
}


.container h2 {
	font-size: 2.2em;
	font-weight:normal;
}

.container p {
	font-size: 1.8em;
}

a {
	color: #ad0066;
}

a:hover {
	color: #ff0097;
}

#bandtop a {
	color: #cccccc;
}

#bandtop a:hover {
	color: #ffffff;
}

h2.sidebar-title {
	display: inline;
	font-size: 2.2em;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}


#twitter_div ul {
	display: inline;
	margin: 0;
	padding: 0;
	}
	
#twitter_div li {
	display: block;
	font-size: 2.2em;
	line-height: 1.2em;
	padding-left: 0px;
	}

#twitter_div a{
	font-size: inherit;
	
	}
#counter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	}	



-->
