/*@CHARSET "ISO-8859-1";*/

body {
	background-image: url(../images/ca-wall.png);
	background-repeat: yes;
	background-position: top;
	background-color: #ededed;
	font-family: trebuchet ms;
	font-size : 12pt;
	color: #4b4b4b;

}

#headertext {
	font-family: trebuchet ms;
	font-size: 16pt;
	letter-spacing: -0.1em;
	color: #cf0b39;
}

#postheader {
	font-family: trebuchet ms;
//	font-weight:bold;
	font-size: 30pt;
	letter-spacing: -0.1em;
	color: #cf0b39;
}

#postcontent {
	color: #4b4b4b;
	font-size: 12pt;
}

A:link {
	text-decoration: underline;
	color: #cf0b39;
}

A:visited {
	text-decoration: none;
	color: #c95f6d;
}

A:active {
	text-decoration: none;
	color: #cf0b39;
}

A:hover {
	text-decoration: none;
	color: #cf0b39;
}

#postspacer {
	/*
	background-color: #ededed;
	*/
	background-image: url(../images/ca-line.png);
	height: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-bottom: 10px;
}

#releasespacer {
	/*
	background-color: #cccccc;
	*/
	background-image: url(../images/ca-line-release.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	margin-bottom: 10px;
}


#band_login_container {
	color: #4b4b4b;
}
