/*
	COLOUR GUIDE
	------------
	red			#ff0000
	black		#000000

/* body */
body {
	background-repeat: no-repeat !important;
	background-color: #000000 !important;
}

/*
	PAGE STYLING
	------------
*/

	/* standard link colour */
	.columns a,
	.comment-submit {
		color: #ff0000 !important;
	}

	/* red action arrow */
	a.article_link,
	.comment-submit {
		background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/action_arrowff0000.png") !important;
	}
	
	/* allow numbered lists */
	.columnB ol {
		padding-left: 2.5em !important;
		list-style:decimal !important;
	}
		.columnB ol li {
			margin-bottom: 0.3em;
		}

/*
	MODULES
	-------
*/
	/* module headings, link text colour & 'see all' image */
	.query-module {
		border-color: #ff0000 !important;
	}
	
		
			.query-module a.seeAllLink {
				background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/next-ff0000.png");
			}

/*
	GALLERY
	-------
*/
	#gallery-navigation-next {
		background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/next-ff0000.png") !important;
	}
	#gallery-navigation-previous {
		background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/previous-ff0000.png") !important;
	}
	#gallery-navigation-first{
		background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/first-ff0000.png") !important;
	}
	#gallery-navigation-last {
		background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/last-ff0000.png") !important;
	}

/*
	LEFT HAND NAV
	-------------
*/

		/* selected text colour for lhn */
		.columnA .left-parents .li-link .selected a,
		.columnA .left-root .selected a,
		.columnA .left-child .selected a {
			color: #ffffff !important;
		}

		/* selected background colour for normal lhn */
		.columnA li.left-parents .selected,
		.columnA li.left-parents .selected a,
		.columnA .left-child .selected,
		.columnA .left-child .selected a {
			background-color: #ff0000 !important;
		}
		
		/* selected background image for top part of lhn (also colours in the link */
		.columnA .left-root .selected a {
			background-color: #ff0000 !important;
		}
		
		.columnA .left-root .selected {
			background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/toprow-red.png");
		}

	/* expanding lhn arrows */
		/* unselected item */
		.collapsedArrowPurple {
			background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/arrow_red_collapsed.png") !important;
		}
		.expandedArrowPurple {
			background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/arrow_red_expanded.png") !important;
		}
		
		/* selected item */
		.collapsedArrowWhite {
			background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/arrow_white-red_collapsed.png") !important;
		}
		.expandedArrowWhite {
			background-image: url("/hollyoaks/hollyoaksmusicshowwithmatalan/images/redgui/arrow_white-red_expanded.png") !important;
		}
	
	/* bottom bar on lhn */
	#button-links-container .parent {
		border-bottom: solid #ff0000 !important;
	}
