


/* General Styles
-------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

/*
hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: none;
}
*/

hr {
	height: 0;
	margin: 10px 0;
	border: none;
	border-bottom: 1px dotted #ccc;
}

img {
	/*display: block;*/
	border: none;
}

a img {
	border: none;
}

img.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

img.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.hide {
	display: none;
}

.inline {
	display: inline;
}

.noMargin {
	margin: 0;
}

.floatRight {
	float: right;
	margin-left: 15px;
}

.floatLeft {
	float: left;
	margin-right: 15px;
}

.textHighlight {
	color: #6d1966;
	font-weight: bold;
}

/*
.readmore{
	font-weight: bold;
	background: url(../images/readmore_arrow.gif) no-repeat left center;
	padding: 0 0 0 8px;
}
*/

.readmoreMovie{
	font-weight: bold;
	background: url(../images/video.png) no-repeat left center;
	padding: 0 0 0 20px;
}


.clearBoth {
	clear: both;
}

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	width: 0;
	font-size: 0;	/* fixes an IE bug */
}

ul, ol {
	margin: 0 0 1em 1em;
}

ul {
	/*list-style-image: url(../images/bulletArrowBlack.gif);*/
}

li {
	margin: 0 0 0.5em 1em;
}

ul ul, ol ol {
	margin: 0 0 0.15em 1em;
}

ul.movieList li {
	background: url(../images/video.png) no-repeat left center;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}





/* Typography
-------------------------------------------------------------------------------------- */

body, input, textarea, select {
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
}

input, textarea, select {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #666;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

p {
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1em;
}

h1 {
	color: #6d1966;
	font-size: 1.5em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.25em;
	font-weight: normal;
}

h2 {
	color: #000;
	font-size: 1.3em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.25em;
	font-weight: normal;
}


h3 {
	color: #000;
	font-size: 1em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.25em;
	font-weight: bold;
}

h4 {
	color: #000;
	font-size: 1em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.25em;
	font-weight: bold;
}

.error, .messages {
	color: #f00;
	font-weight: bold;
}








/* General Page Structure
-------------------------------------------------------------------------------------- */

html, body {
	width: 100%;
}

body {
	background: url(../images/bodyBg.gif) repeat-y top center #2b2d34;
	width: 760px;
	margin: 0 auto;
}

body.movie {
	background: #fff;
	margin: 0;
	padding: 0;
	width: auto;
}

#wrapper {
	background: #fff;
	overflow: hidden;	 /* IE7 hack to give HasLayout - fixes Peekaboo bug */
}

* html #wrapper { /* IE6 hack to give HasLayout - fixes Peekaboo bug */ 
	height: 1%;
}

#breadcrumbs {
	margin: 0 0 20px 0;
}




/* Header
-------------------------------------------------------------------------------------- */

#header {
	margin: 0 0 10px 0;
	background: url(../images/headerBg.gif) no-repeat top left #6d1966;
	/*background: url(../images/headerBgXmas.gif) no-repeat top left #6d1966;*/
	/*background: url(../images/headerBgValentine.gif) no-repeat top left #6d1966;*/
	padding: 0;
	width: 760px;
	height: 123px;
	position: relative;
}

#headerLogo {
	position: absolute;
	left: 216px;
	top: 32px;
	width: 327px;
	height: 43px;
}

#mainNav{
	position: absolute;
	left: 0;
	top: 99px;
}

#bannerImg {
	margin: 0 0 10px 0;
}

#MediaPlayer {
	margin: 0 0 10px 0;
}






/* Messages
-------------------------------------------------------------------------------------- */

#messageBox {
	background: url(../images/alert32.png) no-repeat 5px 5px;
	padding: 1em 1em 1em 50px;
	/*background: #eee;
	padding: 1em;*/
	border: 1px solid #f00;
	margin-bottom: 2em;
	font-weight: bold;
	color: #f00;
	font-style: normal; 
}

#messageBox ul {
	margin: 0 0 0 1em !important;
}

#messageBox li {
	list-style-image: none !important;
	list-style-type: disc !important;
	margin: 0 0 0.15em 1em !important;
}






/* Home page content
-------------------------------------------------------------------------------------- */

#homeContent {
	margin-top: -10px;
	background: #ccc;
	width: 760px;	/* required for IE7, doesn't show bg color without this */
}

#slideshow {
	margin: 0 0 20px 0;
	float: left;
}

#homeNews {
	float: left;
	width: 180px;
	height: 320px;
	padding: 20px;
	margin: 0 0 20px 0;
	position: relative;
}

#homeNews h2 {
	color: #6d1966;
}

#homeNews h2 a {
	color: #6d1966;
	font-weight: normal;
	text-decoration: none;
}

#homeNews h2 a:hover {
	color: #6d1966;
	font-weight: normal;
	text-decoration: underline;
}

#homeNews ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#homeNews li {
	margin: 0 0 10px 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

#homeNews li a {
	margin: 0;
	padding: 0;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

#homeNews li a:hover {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#homeMovies li {
	background: url(../images/video.png) no-repeat left center;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
}

#homeTwitterLink {
	position: absolute;
	bottom: 0;
	margin: 0 5px 10px 0;
}

#homeTwitterLink img {
	float: left;
	margin: 0 5px 0 0;
}

#homeTwitterLink p {
	line-height: 32px;
	margin: 0;
	white-space: nowrap;
}

#homeTwitterLink p a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#homeTwitterLink p a:hover {
	color: #000;
	text-decoration: underline;
}







.homeFeature {
	float: left;
	width: 240px;
	margin: 0 20px 0 0;
}

.homeFeature.last {
	margin: 0 0 0 0;
}

.homeFeature .content {
	padding: 10px;
}

.homeFeature .content h1, .homeFeature .content h2 {
	color: #6d1966;
	font-size: 1.5em;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.25em;
	font-weight: normal;
}

.homeFeature .content p {
	color: #333;
	margin-bottom: 0.25em;
}

.homeFeature .content ul.more {
	margin: 0 0 0 1.5em;
}

.homeFeature .content ul.more li {
	list-style-image: url(../images/moreIconGreyBg.gif);
	margin: 0 0 0 1em;
}

.homeFeature .content ul.more li a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.homeFeature .content ul.more li a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#homeRetailers {
	/*border: 10px solid #6d1966;*/
	padding: 10px;
	background: #eee;
	margin: 0 0 10px 0;
	overflow: hidden;	 /* IE7 hack to give HasLayout - fixes Peekaboo bug */
}

* html #homeRetailers { /* IE6 hack to give HasLayout - fixes Peekaboo bug */ 
	height: 1%;
}

#homeRetailers h2 {
	color: #6d1966;
	font-size: 1.5em
}

#homeRetailers div.column {
	float: left;
	width: 106px;
	margin-right: 12px;
}

#homeRetailers div.column img {
	margin-bottom: 10px;
}

#homeRetailers div.column.end {
	margin-right: 0;
}










/* Footer
-------------------------------------------------------------------------------------- */
#footer {
	margin: 3px 0 20px 0;
}

#footer p {
	color: #aaa;
	text-align: right;
	margin-bottom:0;
}

#footer a {
	color: #aaa;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #6d1966;
	text-decoration: underline;
}







/* News
-------------------------------------------------------------------------------------- */

#newsListWrapper {
	background: url(../images/newsBgFaded.jpg) no-repeat right top;
	min-height: 400px;
}

div.newsListItem {
	margin-bottom: 20px;
}

div.newsListItem div.img {
	float: left;
	width: 102px;
	margin: 0 10px 0 0;
}

div.newsListItem div.img img {
	border: 1px solid #6d1966;
	float: right;
}

div.newsListItem div.content {
	float: left;
	width: 648px;
}

div.newsListItem span {
	display: block;
	color: #6d1966;
	font-weight: bold;
}

div.newsListItem h3 {
}

div.newsListItem h3 a {
	color: #000;
}

div.newsListItem h3 a:hover {
	color: #ccc;
}

div.newsListItem p {
	margin-bottom: 0;
}

#newsImg {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #6d1966;
}

#newsSubNav {
	float: right;
	clear: right;
	border: 1px solid #6d1966;
	padding: 15px;
	background: #eee;
	margin-left: 10px;
}

#newsSubNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#newsSubNav li {
	padding: 0;
	margin: 0;
}












/* Events
-------------------------------------------------------------------------------------- */

#eventsListWrapper {
	/*background: url(../images/newsBgFaded.jpg) no-repeat right top;*/
	min-height: 400px;
}

div.eventsListItem {
	margin-bottom: 20px;
}

div.eventsListItem span.date {
	display: block;
	/*padding-left: 112px;*/
	color: #6d1966;
	font-weight: bold;
}

div.eventsListItem h3 {
	/*padding-left: 112px;*/
}

div.eventsListItem h3 a {
	color: #666;
}

div.eventsListItem h3 a:hover {
	color: #ccc;
}

div.eventsListItem p {
	/*padding-left: 112px;*/
	margin-bottom: 0;
}

div.eventsListItem img {
	border: 1px solid #6d1966;
	float: left;
	margin: 0 10px 5px 0;
}









/* Stores
-------------------------------------------------------------------------------------- */

#backToStores {
	float: right;
	list-style-type: none;
}

#storeInfo {
	border-collapse: collapse;
}

#storeInfo td {
	padding: 5px 5px 5px 0;
}

#storeInfo td p {
	font-size: 100%;
}

#storeInfo td h2 {
	font-size: 100%;
	background: none;
	margin: 0;
	padding: 0;
}

#storeDetails img {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

#storesLogos {
	padding: 10px 10px 0 10px;
	/*border: 10px solid #6d1966;*/
	border: 1px solid #ccc;
	background: #ececec;
	margin: 0 0 25px 0;
	overflow: hidden;	/* fixes Pekkaboo bug in IE7 */
}

* html #storesLogos { /* IE6 hack to give HasLayout - fixes Peekaboo bug */ 
	height: 1%;
}

#storesLogos div.column {
	float: left;
	width: 106px;
	margin-right: 12px;
}

#storesLogos div.column img {
	margin-bottom: 10px;
}

#storesLogos div.column.end {
	margin-right: 0;
}

#storesLogos div.columnWide {
	float: left;
	width: 212px;
	margin-right: 36px;
}

#storesLogos div.columnWide img {
	margin-bottom: 10px;
}

#storesLogos div.columnWide.end {
	margin-right: 0;
}




/* Contact
-------------------------------------------------------------------------------------- */

#contactDetails {
	float: right;
	width: 320px;

}

table.contact {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
	border-collapse: collapse;
}

table.contact td {
	border: 0;
	padding: 2px;
}

table.contact td.required {
	width: 5px;
	text-align: center;
	color: #f00;
}

table.contact td.field {
	text-align: left;
	width:99%;
}

table.contact td.field p {
	padding: 0;
	margin: 0;
}

table.contact td.fieldName {
	white-space:nowrap;
	text-align:right;
}

table.contact td.fieldName p {
	text-align:right;
	margin: 0;
}

table.contact td.fieldName h4 {
	color: #666;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:right;
	margin: 0;
	padding: 0;
}

table.contact td.fieldNameError {
	white-space:nowrap;
	text-align:right;
	color: #f00;
	font-weight: bold;
}

table.contact td.fieldNameError p {
	text-align:right;
	color: #f00;
	font-weight: bold;
	margin-bottom: 0;
}




/* Have your say / blog
-------------------------------------------------------------------------------------- */

#blogContent {
	border: 2px solid #6d1966;
	background-color: #eee;
	padding: 15px;
	margin: 0 0 20px 0;
	color: #000;
}

div.blogComment {
	border: 2px solid #6d1966;
	background-color: #e1cce7;
	padding: 15px;
	margin: 0 0 20px 0;
	color: #000;
}

div.resultsNav {
	margin: 0 0 20px 0;
}







/* Image gallery
-------------------------------------------------------------------------------------- */

#galleryWrapper h2 {
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 3px 0;
}

a.galleryThumb img {
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0;
}







/* Offices
-------------------------------------------------------------------------------------- */

#officesContentWrapper {
	margin: 0 0 10px 0;
}

#officesLogos {
	padding: 10px 10px 0 10px;
	border: 1px solid #97d044;
	background: #ddeec4;
	margin: 0 0 5px 0;
}

#officesLogos div.officesLogosColumn {
	float: left;
	width: 146px;
	margin-right: 10px;
}

#officesLogos div.officesLogosColumn img {
	margin-bottom: 10px;
}

#officesLogos div.officesLogosColumn.end {
	margin-right: 0;
}

#officeLogoTable {
	margin: 10px auto;
	border-collapse: collapse;
	border-spacing: 0;
}

#officeLogoTable img {
	display: block;
	margin: 0 15px 15px 0;
}







/* Fundraising thermometer on Community page
-------------------------------------------------------------------------------------- */

#thermometer {
	width: 230px;
	height: 366px;
	position: relative;
	float: right;
	margin: 0 0 10px 0;
	background: url(../images/fundraisingThermometer.gif) no-repeat left top;
}

/*
To calculate px height of red div:
36px height per £5000 
e.g. for £400:   (400/5000)*36 = 2.88 (use 3px) 
*/
#thermometer div.red {
	position: absolute;
	width: 27px;
	height: 3px;
	left: 54px;
	bottom: 66px;
	background: #ec2424;
	z-index: 5;
}

/*
To set 'top': 366px - div.red'bottom' - div.red'height' - 2px
NEED TO UPDATE TOTAL AMOUNT VALUE IN div.current in CMS page content
*/
#thermometer div.current {
	position: absolute;
	right: 147px;
	top: 295px;
	background: url(../images/fundraisingThermometerMarker.gif) no-repeat right top;
	width: 83px;
	text-align: left;
	font-size: 14px;
	color: black;
	padding: 3px 0 0 0;
	z-index: 10;
}
