/*------------------------------------*
 * 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 {
  background-color: white;
  color: black;
}
a:link,
a:visited {
  color: #4A92A9;
}
a:focus,
a:hover,
a:active {
  color: #073D55;
}
h1 {
  color: #565F63;
}
h2 {
  color: #285569;
}
h3 {
  color: #4A92A9;
}
h4,
h5,
h6 {
  color: #174458;
}
blockquote {
  background: url(images/openquote.gif) no-repeat 10px 5px;
}
pre {
  border: 1px solid #285569;
}
/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
#sideContent {
  background-color: #E5E5E5;
}
#entries-page #centreContent {
  margin-left: 220px;
  padding: 20px;
}
/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
#siteLogoBar {
  height: 56px;
  border-bottom: 1px solid #7797A5;
  background: #072736 url(images/banner_notext.jpg) no-repeat;
  line-height: 56px;
  font-size: 180%;
  padding-left: 1em;
}
#siteLogoBar a:link,
#siteLogoBar a:visited {
  color: white;
}
#topBar {
  height: 10px;
  background-color: #1A516A;
  border-bottom: 1px solid #7797A5;
}
#utilityBar {
  color: white;
  background-color: #2D3D44;
  padding-left: 10px;
}
#utilityBar a:link,
#utilityBar a:visited {
  color: white;
}
#utilityBar a:focus,
#utilityBar a:hover,
#utilityBar a:active {
  color: #4A92A9;
}
ul#nav,
ul#nav ul {
  background: #2D3D44;
}
/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
h2.dateheader {
  border-bottom: 1px solid #535F72;
}
.entry {
  border-bottom: 1px solid #E5E5E5;
}
p.answer {
  background-color: #E5E5E5;
  color: black;
  padding: 3px;
  font-weight: bold;
}
p.smallcopy {
  color: #B3B2B2;
}
p.smallcopy a:link,
p.smallcopy a:visited {
  font-weight: bold;
  color: #B3B2B2;
}
/*------------------------------------*
 * #041: Comments and Trackbacks      *
 *------------------------------------*/
.commentItem {
  border: 1px solid #ccc;
}
.authorComment {
  background-color: #eaeaea;
}
.nonLoggedInComment {
  background-color: #f7f7f7;
}
.loggedInComment {
  background-color: #f7f7f7;
}
.commentItem h4 {
  color: #174458;
}
/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/
.sideContentItem {
  padding: 5px;
  margin-bottom: 10px;
}
.sideContentItem ul {
  list-style-image: url(images/li_bullet.gif);
  margin: 1em 0;
  padding-left: 20px;
}
.sideContentItem ul li {
  padding: 0 4px 4px;
  margin-left: 4px;
  line-height: 1.3em;
}
/*------------------------------------*
 * #051: Sidebar Widgets              *
 *------------------------------------*/
#calendar {
  background-color: #76B2C5;
  font-size: 90%;
  color: white;
}
#calendar #today {
  font-weight: bold;
  background-color: white;
  color: #06394E;
}
#calendar a:link,
#calendar a:visited {
  color: #06394E;
}
#calendar h2 a:link,
#calendar h2 a:visited {
  color: black;
}
#calendar tfoot a:link,
#calendar tfoot a:visited {
  color: black;
}
#mostrecententries,
#galleries,
#mostrecentcomments {
  border-bottom: 1px solid #76B2C5;
}
#sidefavourites ul {
  list-style-image: none;
  margin: 0;
  padding: 0;
}
#sidefavourites ul li {
  padding: 0;
  margin-left: 0;
  line-height: 1.6em;
}
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
#favourites .title {
  z-index: 1;
  background-color: #1A516A;
  color: white;
}
#favourites .title a:link,
#favourites .title a:visited {
  color: white;
}
#favourites #entries {
  padding: 0;
}
#favourites .info {
  border: 1px solid #ccc;
  padding: 5px;
}
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
.backcolour1,
.backcolour2,
.backcolour3 {
  color: #1A516A;
  background-color: #E5E5E5;
}
.border1 {
  border: #1A516A;
}
.blockheader {
  color: white;
  background-color: #1A516A;
  border: white;
}
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/
/* blog.fixedWidth */
body.fixed-width {
  background-color: #1A516A;
  padding: 0px;
}
body.fixed-width div#leftshading {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background-color: white;
}
/* blog.rightSidebar */
body.right-sidebar #leftshading #mainContent div#centreContent {
  margin-right: 220px;
  margin-left: 0px;
}
body.right-sidebar div#sideContent {
  right: 0px;
}
