/*TEXT COLORS*/

body {
	background-color: #ECECEC;
}

.container {
	background-color: #FFFFFF;
}

header h1#title, header .container, header {
	border-top-color: #EF7500;
}

section {
	color: #474747;
}

footer{
	border-top-color: #FF8B36;
}

.ribbon-front {
	background-color: #DC3614;
}

.ribbon-back-left, .ribbon-back-right {
	background-color: #CF2907;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	border-color: transparent #A90200 transparent transparent;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	border-color: transparent transparent transparent #A90200;
}

a {
	color: %colour_link%;
}

nav li a {
	color: #FFFFFF
}

nav a.current {
	color: #FFFFFF;
}

nav li a:hover {
	color: #ECECEC;
}

nav li ul li a {
    color: #FFCC44;
}

nav li ul li a:hover {
    color: #474747;
}

.skiptonav a {
	color: #FFFFFF;
}

#menu {	
	background-color: #171717;
}

#menu a, #menu a:visited {
	color: #FFFFFF;
}

#socialIcons a {
	background-color: #C9C9C9;
}

header span.social a {
	color:#FFFFFF;
}

header span.social a:hover {
	color:#3A3A3A;
}

header h1#title  {
	color: #2B2B2B;
}

header h2#slogan  {
	color: #666666;
}

footer .container ul, footer .container ul, footer .container a {
	color: #3A3A3A;
}

footer .container a:hover {
	color: #696969
}

section a:hover,
aside a:hover{
	color: %colour_link_hover%;
}

h1, h2, h3, h4, h5, h6,
span#asideTitle,
.album-title, .movie-page-title,
h1.blog-entry-title, 
h1.blog-entry-title a,
#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before {
	color: #3A3A3A;
}

footer {
}

footer .container {
	color: #3A3A3A;
}

#content a, aside a, section a {
	color: #696969;
}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 768px) {

body {
	background-color: #FFFFFF;
}

.sf-sub-indicator {
	color: #FFFFFF;
}


  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {

body {
	background-color: #FFFFFF;
}

.sf-sub-indicator {
	color: #FFFFFF;
}

  }


		(null)

.ribbon-front, .ribbon-back-left, .ribbon-back-right {
	background-image: none;
}


(null)

header h1#title {
	font-style: normal;
	font-weight: normal;
}

header h1#title {
	font-family: 'Abel', sans-serif;
}

header h2#slogan {
	font-weight: bold;
}

header h2#slogan {
	font-family: 'TeXGyreAdventorRegular';
}

nav ul, #menu ul, footer .left, footer .breadcrumbcontainer {
	font-family: 'TeXGyreAdventorRegular';
}

#shadow {
	width: 100%;
	height: 46px;
	background: url(images/shadow.png);
	background-position: top center;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, span#asideTitle, .album-title, .photo-background p, .movie-title, .movie-page-title  {
	font-family: 'TeXGyreAdventorRegular';
}

section, .thumbnail-caption, footer {
	font-family: "Arial";
}

section {
	font-size: .875em;
	line-height: 2.175em;
}


		