/*------------------------------------*
 * Style Contents:                    *
 * #010: Colours, Tags and Typography *
 * #020: Page Layout                  *
 * #030: Banner and Utility Bar       *
 * #040: Entries                      *
 * #041: Comments and Trackbacks      *
 * #050: Sidebar                      *
 * #051: Sidebar Widgets              *
 * #060: Favourites                   *
 * #070: Profile                      *
 * #080: Gallery                      *
 *------------------------------------*/
/*------------------------------------*
 * #010: Colours, Tags and Typography *
 *------------------------------------*/
body {
  color: white;
  background: #793623 url(images/brown_fibre.jpg);
}
a:link,
a:visited {
  color: #FFA74F;
}
a:focus,
a:hover,
a:active {
  color: white;
}
p.answer a:link,
p.answer a:visited {
  color: #FFA74F;
}
p.answer a:focus,
p.answer a:hover,
p.answer a:visited {
  color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
}
h3 a:link,
h3 a:visited {
  display: block;
  background-color: #762A1C;
  padding: 5px;
  border-top: 1px solid #AD7166;
  border-bottom: 1px solid #AD7166;
}
blockquote {
  background: url(images/openquote.gif) no-repeat 10px 5px;
}
pre {
  border: 1px solid white;
}
/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
#leftshading {
  margin-left: 30px;
  margin-right: 30px;
  background: url(images/left_shading.gif) repeat-y top left;
}
#rightshading {
  background: url(images/right_shading.gif) repeat-y top right;
}
#mainContent {
  margin: 0 7px;
}
#entries-page #centreContent {
  padding: 20px 20px 20px 30px;
  background: url(images/middle.gif) repeat-y top left;
}
#sideContent {
  color: #FFA74F;
  background-color: #552B1D;
}
/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
#siteLogoBar {
  height: 46px;
  line-height: 46px;
  border-top: 0px solid white;
  background: #550c05 url(images/top_bg.jpg) repeat-x right;
}
#siteLogoBar a:link,
#siteLogoBar a:visited {
  color: white;
}
#utilityBar {
  background-color: #3E1F16;
  border-top: 1px solid #8A5750;
  border-bottom: 1px solid #A7867B;
  padding-left: 10px;
  color: white;
}
#utilityBar a:link,
#utilityBar a:visited {
  color: white;
}
#utilityBar a:focus,
#utilityBar a:hover,
#utilityBar a:active {
  color: #D01800;
}
ul#nav ul {
  background: #3E1F16;
}
/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
h2.dateheader {
  color: white;
  margin: 0 0 7px;
  font-size: 140%;
}
.entry {
  background-color: transparent;
}
p.answer {
  color: white;
  font-weight: bold;
}
p.smallcopy {
  color: white;
}
p.smallcopy a:link,
p.smallcopy a:visited {
  font-weight: bold;
}
p.entryfooter {
  padding-bottom: 5px;
  border-bottom: solid 1px white;
}
.entry td,
.entry th {
  padding: 2px;
  border-collapse: collapse;
}
.entry table {
  margin-bottom: 10px;
}
.entry table.outline {
  border: 1px solid #ccc;
}
.entry table.border td,
.entry table.border th {
  border: 1px solid #ccc;
}
.entry table.divider tr {
  border-bottom: 1px solid #ccc;
}
.entry table.divider tr + tr {
  border-bottom: none;
}
.entry table.divider td,
.entry table.divider th {
  border-right: 1px solid #ccc;
}
.entry table.divider td + td,
.entry table.divider th + th,
.entry table.divider th + td,
entry table.divider td + th {
  border-right: none;
}
/*------------------------------------*
 * #041: Comments and Trackbacks      *
 *------------------------------------*/
.commentItem {
  border: 1px solid #ccc;
  background-color: #3E1F16;
}
/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/
.sideContentItem a:link,
.sideContentItem a:visited {
  color: white;
  font-weight: bold;
}
.sideContentItem {
  padding: 10px;
}
.sideContentItem h2 {
  color: white;
}
.sideContentItem h2 a:link,
.sideContentItem h2 a:visited {
  text-decoration: none;
}
.sideContentItem h2 a:focus,
.sideContentItem h2 a:hover,
.sideContentItem h2 a:active {
  text-decoration: underline;
}
.sideContentItem ul {
  margin: 1em 0;
  padding-left: 3px;
  list-style: none;
}
.sideContentItem ul li {
  padding: 0 0 4px;
  line-height: 1.3em;
}
/*------------------------------------*
 * #051: Sidebar Widgets              *
 *------------------------------------*/
#calendar {
  background: url(images/cal_bg.jpg) repeat-x right;
  border-bottom: 1px solid #AD7166;
  font-size: 85%;
  color: white;
}
#calendar a:link,
#calendar a:visited {
  color: black;
}
#calendar #today {
  font-weight: bold;
  background-color: white;
  color: black;
}
#calendar h2 a:link,
#calendar h2 a:visited {
  color: #FFA74F;
}
#calendar tfoot a:link,
#calendar tfoot a:visited {
  color: white;
}
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
#favourites .title {
  background: #3E1F16;
}
#favourites #folderlist h3 a:link,
#favourites #folderlist h3 a:visited {
  display: inline;
  background-color: transparent;
  padding: 0;
  border: none;
}
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
.backcolour1,
.backcolour2,
.backcolour3 {
  color: white;
  background-color: #792213;
}
.border1 {
  border: #AD7166;
}
.blockheader {
  color: white;
  background-color: #3E1F16;
  border: #AD7166;
}
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/
#gallery .image {
  background-color: #552B1D;
}
/* blog.fixedWidth */
body.fixed-width {
  padding: 0px;
}
body.fixed-width div#leftshading {
  margin-left: auto;
  margin-right: auto;
  width: 974px;
}
/* blog.rightSidebar */
body.right-sidebar #leftshading #mainContent div#centreContent {
  margin-right: 220px;
  margin-left: 0px;
  padding-left: 20px;
  padding-right: 30px;
  background-position: right;
}
body.right-sidebar div#sideContent {
  right: 0px;
}
