/*	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: #ffffff;
	border-color: #3558a8;
}

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

p
{
	color: #000000;
}

h1, h2, h3 /*	Little icon that appears with each heading */
{
	background-image: url(../site_image/st._andrews_mobile/1191922150web_icon.jpg);
}

/*	LINKS 	*/
a
{
	color: #9933cc;
}

a:visited
{
	color: #551a8b;
}

a:hover
{
	color: #0000aa;
}

a:focus, a:active
{
	color: #ff0000;
}
/*	LINKS 	*/
a.centre
{
	color: #9933cc;
}

a:visited.centre
{
	color: #551a8b;
}

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

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

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

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


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

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

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

