body {
	color: #666666;
	background-color: #E5E5E5;
	background-image: -moz-linear-gradient(top, #E6E6E6, #E5E5E5);
	background-image: -ms-linear-gradient(top, #E6E6E6, #E5E5E5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), to(#E5E5E5));
	background-image: -webkit-linear-gradient(top, #E6E6E6, #E5E5E5);
	background-image: -o-linear-gradient(top, #E6E6E6, #E5E5E5);
	background-image: linear-gradient(top, #E6E6E6, #E5E5E5);
	background-repeat: repeat-x;
}

[class^="icon-"] {
 	color: #000000;
}

a {
	color: #0096D6;
}

a:visited {
	color: #0096D6;
}

a:hover {
	color: #0096D6;
}

a:active {
	color: #0096D6;
}

/* Prevent Bootstrap buttons inheriting link colours */
a:visited.btn {
	color: #333;
}

a:visited.btn-primary,
a:visited.btn-info,
a:visited.btn-success,
a:visited.btn-warning,
a:visited.btn-danger,
a:visited.btn-inverse {
	color: #fff;
}

h1 {
	color: #000000;
}

h2 {
	color: #000000;
}

h3 {
	color: #000000;
}

h4 {
	color: #000000;
}

h5 {
	color: #000000;
}

h6 {
	color: #000000;
}

blockquote {
	background: #EAEAEA;
	border-left: 3px solid #666666;
	color: #666666;
}

#main {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0 10px 20px 0 #8F8F8F;
	-moz-box-shadow:  0 10px 20px 0 #8F8F8F;
	box-shadow: 0 10px 20px 0 #8F8F8F;
}

#tagline {
	color: #EAEAEA;
}

#tagline a {
	color: #EAEAEA;
}

#tagline a:visited {
	color: #EAEAEA;
}

#tagline a:hover {
	color: #B3B3B3;
}

#tagline a:active {
	color: #B3B3B3;
}

#tagline a.current,
#tagline a.currentAncestor {
	color: #B3B3B3;
}

#taglineBackground {
	background: #242424;
}

#header {
	background-color: #FFFFFF;
}

#navBar {
	background: #FFFFFF;
	border-top: 1px solid #EAEAEA;
}

#nav a {
	color: #666666;
	border-top: 1px solid #EAEAEA;
	-webkit-transition: border .30s linear;
	-moz-transition: border .30s linear;
	-o-transition: border .30s linear;
	transition: border .30s linear;
}

/* Parent hover and hover persistence */
#nav ul a:hover,
#nav ul li:hover a {
    color: #444444;
    border-top: 1px solid #444444;
    -webkit-transition: border .30s linear;
    -moz-transition: border .30s linear;
    -o-transition: border .30s linear;
    transition: border .30s linear;
}

#nav a:active {
	color: #444444;
	border-top: 1px solid %colour_nav_active%;
	-webkit-transition: border .30s linear;
	-moz-transition: border .30s linear;
	-o-transition: border .30s linear;
	transition: border .30s linear;
}

#nav a.current,
#nav a.currentAncestor {
	color: #000000;
	border-top: 1px solid #000000;
	-webkit-transition: border .30s linear;
	-moz-transition: border .30s linear;
	-o-transition: border .30s linear;
	transition: border .30s linear;
}

/* Child pages */

#nav ul ul a {
	color: #EAEAEA !important;
	background: #333333 !important;
	border-top: none !important;
}

#nav ul ul a:hover {
	color: #CDCDCD !important;
	background: #222222 !important;
	border-top: none !important;
}

#nav ul ul a:active {
	color: #CDCDCD !important;
	background: #222222 !important;
	border-top: none !important;
}

#nav ul ul a.current,
#nav ul ul a.currentAncestor {
	color: #CDCDCD !important;
	background: #222222 !important;
}

#bannerContentBox {
	color: #666666;
}

#bannerContentBackground {
	background: #FFFFFF;
} 

#bannerContentBox h1,
#bannerContentBox h2,
#bannerContentBox h3,
#bannerContentBox h4,
#bannerContentBox h5,
#bannerContentBox h6 {
	color: #000000;
}

#bannerContentBox a {
	color: #398FFC;
}

#bannerContentBox a:visited {
	color: #398FFC;
}

#bannerContentBox a:hover {
	color: #398FFC;
}

#bannerContentBox a:active {
	color: #398FFC;
}

#siteTitle a {
	color: #666666;
}

#siteTitle a:hover {
	color: #CCCCCC;
}

#siteSlogan {
	color: #666666;
}

#contentContainer,
#extraContainer6,
#extraContainer8 {
	background: #FFFFFF;
}

#contentContainer {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#myExtraContent8 {
	border-bottom: 1px solid #EAEAEA;
}

#contentContainer #content {
	color: #666666;
}

#sidebarTitle h3 {
	color: #000000;
}

#aside #sidebar,
#pluginSidebar {
	color: #666666;
}

#sidebar a,
#pluginSidebar a {
	color: #0096D6;
}

#sidebar a:hover,
#pluginSidebar a:hover {
	color: #0096D6;
}

#sidebar a:active,
#pluginSidebar a:active {
	color: #0096D6;
}

#sidebar a:visited,
#pluginSidebar a:visited {
	color: #0096D6;
}

#footerContainer {
	background: #FFFFFF;
}

#footer,
#extraContainer9 {
	color: #333333;
}

#footer a,
#footerNav a,
#extraContainer9 a {
	color: #0096D6;
}

#footer a:hover,
#footerNav a:hover,
#extraContainer9 a:hover {
	color: #0096D6;
}

#footer a:active,
#footerNav a:active,
#extraContainer9 a:active {
	color: #0096D6;
}

#headerSidebarContent a {
	color: #0096D6;
}

#headerSidebarContent a:hover {
	color: #0096D6;
}

#headerSidebarContent a:active {
	color: #0096D6;
}

#breadcrumbcontainer li, #breadcrumbcontainer {
	color: #ADADAD;
}

#breadcrumb a {
	color: #0096D6;
}

#breadcrumb a:hover {
	color: #0096D6;
}

#breadcrumb a:active {
	color: #0096D6;
}

/* @group Albums */

.movie-thumbnail-frame img,
.thumbnail-frame img {
	box-shadow: 2px 2px 4px #666666;
  	-moz-box-shadow: 2px 2px 4px #666666;
  	-webkit-box-shadow: 2px 2px 4px #666666;
  	border: 5px solid #FEFEFE;
}

.movie-thumbnail-frame img:hover,
.thumbnail-frame img:hover {
  	border: 5px solid #EFEFEF;
}

.movie-thumbnail-caption,
.thumbnail-caption {
	color: #666666;
}

p.movie-title,
p.photo-title {
	color: #333333;
}

p.photo-caption {
	color: #333333;
}

.photo-links {
	color: #B3B3B3;
	border-top: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

.photo-links a {
	color: #2BA9D4;
}

.photo-links a:visited {
	color: #2BA9D4;
}

.photo-links a:hover {
	color: #2BA9D4;
}

.photo-links a:active {
	color: #2BA9D4;
}

.movie-frame object,
img.photo-frame {
	box-shadow: 2px 2px 6px #000000;
  	-moz-box-shadow: 2px 2px 6px #000000;
  	-webkit-box-shadow: 2px 2px 6px #000000;
}

.exif-data {
	color: #fff;
	box-shadow: 2px 2px 6px #000000;
  	-moz-box-shadow: 2px 2px 6px #000000;
  	-webkit-box-shadow: 2px 2px 6px #000000;
}

/* @end */


/* @group RAFT Colour settings*/

@media screen and (max-width: 769px) {

/* Styles applied when Raft is active */
.raftNavWrapper {
	background: #EAEAEA;
	border: 1px solid #D4D4D4;
}

.raftNavTitle h3 {
	color: #404040;
}

.raftNav li {
	border-top: 1px solid #D4D4D4;
}

.raftNav a:link {
    background-color: #FFFFFF;
    color: #777777;
}

.raftNav a:hover {
	color: #404040;
	background-color: #F5F5F5;
}

.raftNav a.current {
	color: #404040;
	background: #F5F5F5;
}

#sidebarWrapper {
	border: 1px solid #D4D4D4;
}

#sidebarTitle h3 {
	background: #EAEAEA;
	color: #404040;
}

#sidebarContent {
	background-color: #FFFFFF;
	color: #777777;
}

#backToTopWrapper {
	background: #EAEAEA;
	border: 1px solid #D4D4D4;
}

#backToTopWrapper a,
#backToTopWrapper a:hover {
	color: #404040;
}

}

/* @end */
