/*	This is the generic site theme. */
/*
Color scheme:
Ecumen Text Blue 3558a8
Ecumen Background Blue dceaf7
Ecumen Cross Blue bedaf5
Ecumen frame grey f7f7f7
*/

/*	GENERIC		*/
body /*	Background to the entire screen */
{
	background-color: #CCCCCC;
	border-color: #000000;
}

body, p.productPrice, p.productCreator, p.productPurchase
{
	color: #000000;
}

p
{
	color: #000000;
}

h1, h2, h3 /*	Little icon that appears with each heading */
{
	background-image: url(../site_image/ucb_mobile/1179226695smallphone.gif);
}

/*	LINKS 	*/
a
{
	color: #0082BE;
}

a:visited
{
	color: #551a8b;
}

a:hover
{
	color: #0000AA;
}

a:focus, a:active
{
	color: #EA5A00;
}
/*	LINKS 	*/
a.centre
{
	color: #ffffff;
}

a:visited.centre
{
	color: #ffffff;
}

a:hover.centre
{
	color: #0000AA;
}

a:focus.centre, a:active.centre
{
	color: #ffffff;
}

#outerWrap, #skipLinks, #searchPanel /* Background to the page */
{
	background-color: #f7f7f7;
}

#homepage #pageTop, #homepage .column2 /*	Background colour for the central panel of the homepage */
{
	background-color: #EA5A00;
}
/*	TEXT
h1, h2, h3, label, #skipLinks, #secondaryNav .selectedItem, #breadcrumb li.selectedItem,
p.productCreator, p.productPrice, #pageFoot, .briefContentList li,
.productList /*	Secondary font color
{
	color: #000000;
}*/


.column1
{
	width: 230px;
	float: left;
	padding: 10px 10px 10px 0;
	color: #000000;
	}

.column2
{
	width: 240px;
	float: left;
	padding: 10px;
	background: #fff;
	color: #ffffff;
	}

.column3
{
	width: 230px;
	float: left;
	padding: 10px 0 10px 10px;
	color: #000000;
	}

.column1 p
{
	color: #000000;
}

.column2 h2,h3,h1 /*	Little icon that appears with each heading */
{
	background-image: url(../site_image/ucb_mobile/1180361871smallphone.gif);
}
.column2 p
{
	color: #ffffff;
}
.column3 p
{
	color: #000000;
}
