/* @group Layout Colours */

#bar,
.photo-navigation,
.movie-title {
	background-color: #cbcfd6;
}

#pageHeader #title {
	background-color: #1B65FF;
}

#pageHeader h1,
#pageHeader h2 {
	text-shadow: 0px -1px 0px #103C99;
}

#footer {
	background-color: #AEAEB6;
}

#footer p {
	text-shadow: 0px -1px 0px #68686D;
}

#breadcrumbcontainer li {
	color: #79797F;
}

/* @end */

/* @group Content Colours */
	
body,
.blog-entry-body,
.blog-entry-date,
.blog-entry {
	color: #4B4B4B;
}


#sidebarContainer .sideHeader,
#sidebarContainer #sidebar h1,
#sidebarContainer #sidebar h2,
#sidebarContainer #sidebar h3 {
	color: #333D8C;
}

#sidebarContainer {
	color: #898B8D;
}

#sidebarContainer #sidebar a,
#breadcrumbcontainer,
a:link, a:visited {
	color: #3B87FF;
}

h1, h2, h3, h4, h5,
h1.blog-entry-title a,
.blog-archive-headings-wrapper,
.album-title,
.photo-title,
.movie-page-title {
	color: #FF7E00;
}



/* @end */

/* @group Navbar */

#navcontainer a {
	color: #4B4B4B;
}

#navcontainer a:hover,
#navcontainer #current,
#navcontainer .currentAncestor,
#sidebarContainer #sidebar a:hover,
.photo-navigation a:hover,
a:hover, a:active,
form,
h1 {
	color: #1B65FF;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor {
	background: #1B65FF;
	color: #fff;
	border-bottom-color: #1B65FF;
}

/* play-regular - latin */
@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/play-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/play-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/play-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/play-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/play-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/play-v17-latin-regular.svg#Play') format('svg'); /* Legacy iOS */
}


/* @end */
