/* BODY background black */
body.custom { }
.custom #container { margin-top: 1em; margin-bottom: 1em; padding: 0em; background: #ffffff; }

/* HEADER no space around logo */
.custom #header { padding: 0px; border: 0px;  background: #22b6a8; }

.custom #header #custom_logo { 
	width: 468px; height: 120px; background: url('images/logo.gif'); 
}
.custom #header #sponsor {
	width: 468px; height: 60px; float: right; margin: 0; padding: 30px 13px 20px 0; 
}

/* SIDEBAR HEADINGS add border */
.custom .sidebar h3 {
		font-weight: bold;
		border-bottom: 1px solid #7F156D;
}

/* SIDEBAR WIDGET bottom border */
.custom .sidebar ul.sidebar_list li {
		margin-bottom: 1em;
}

/* SIDEBAR WIDGET LI bottom border */
.custom .sidebar ul.sidebar_list .widget li {
		margin-bottom: 0.3em;
}

/* SIDEBAR INPUT BOX styling */
.custom .sidebar input {
	color: #ff33ff;
	background: #cccccc;
}

/* SIDEBAR SEARCH BOX styling */
.custom .custom_search {
	text-align: center;
	width: 60px;
	padding: 0.333em;
}	

/* DROP CAP */
.custom .dropcap {
	font-family: Trebuchet MS;
	color: #22b6a8;
	float: left;
	font-size: 4.8em;
	margin: .3em .1em .1em 0;
}

/* FOOTER background colour */
.custom #footer {
	background: #22b6a8;
}
/* FAT FOOTER */
.custom #footer_fat {
	color: #000000;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-align: center;
}

.custom #footer_fat .footerfloater {
	display: inline-block;
	width: 21.5em;
	text-align: left;
	padding-right: 2em;
	float: left;
	height: 100%;
}
	
.custom #footer_fat .footerfloater h3 {
	color: #000000;
	border-bottom: 1px solid #000000;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.custom #footer_fat .footerfloater ul {
	margin: 0px;
	padding: 0px;
}

.custom #footer_fat .footerfloater ul li {
	list-style: none;
}

.custom #footer_fat a, a:visited {
	color: #000000;
	text-decoration: underline;
}

.custom #footer_fat a:hover {
	text-decoration: none;
	color: #fc2f93;
}