/* Uncomment the following to remove text logo */
/*
#headerLogo h1 {
  display: none;
}
*/

/* Standard link formatting */
a:link,
a:visited,
a:hover,
a:active {
  color:            #42221B;
}

/* Primary Color -
    Page Content H1 Tags
  */
.primary-color {
  color:            #42221B;
}
/* Primary background color
    Header background color
    Widget h tags
  */
.primary-color-bg {
  color:            #E0B455;
  background-color: #42221B;
}
/* PageContent image borders */
.primary-color-border,
.pagination li,
.article img,
.PageContent img,
img.PageContent {
  border-color: #42221B;
}


/* Secondary background color
    Widget body background
  */

.secondary-color-bg,
.pagination li a:link,
.pagination li a:visited,
.pagination li a:active {
  color:                #42221B;
  background-color:     #E0B455;
}

/* Secondary Color
    Page Content H2 Tags
  */
.secondary-color,
.pagination li a:hover {
  color:                #83A0BF;
}
.pagination li a:hover {
  background-color: #E0B455;
}

/* Secondary color borders */
.secondary-color-border {
  border-color: #83A0BF;
}


/* Ternary Color
  */
.ternary-color {
  color:                #69352A;
}
/* Ternary background-colors
    Navigation
  */
.ternary-color-bg {
  color:            #E0B455;
  background-color: #69352A;
}
/* Ternary color border */s
.ternary-color-border {
  border-color: #69352A;
}


/* Standard text color */
.text-color {
  color:    #000000;
}

/* Inverted text color */
.text-color-inv,
.text-color-inv a:link,
.text-color-inv a:visited,
.text-color-inv a:hover,
.text-color-inv a:active,
a.text-color:link,
a.text-color:visited,
a.text-color:hover,
a.text-color:active {
  color:    #E0B455;
}

/* Fade color
    Footer text
    Footer hr
  */
.fade-color {
  color:  #AEAEAE
}
.fade-color a:link,
.fade-color a:visited,
.fade-color a:hover,
.fade-color a:active {
  color:  #888888;
}

/* Error colours
  */
.errors {
  color:            #000000;
  background-color: #E0B455;
  border-color: #FF0000;
}
.errors legend {
  color:  #FF0000;
}

.widget_body a:link,
.widget_body a:visited,
.widget_body a:hover,
.widget_body a:active {
  color:  #582410;
}