/*------------------------------------*
 * 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: #3372a2 url(images/bg.gif) repeat right;
  padding: 0 30px;
}
a:link,
a:visited {
  color: #39434D;
}
a:focus,
a:hover,
a:active {
  color: #8F969D;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #215F94;
}
blockquote {
  background: url(images/openquote.gif) no-repeat 10px 5px;
}
pre {
  border: 1px solid black;
}
/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
#leftshading {
  background: url(images/left.gif) repeat-y top left;
}
#rightshading {
  background: url(images/right.gif) repeat-y top right;
}
#mainContent {
  margin: 0 6px;
  background-color: #e6e6e6;
}
#container {
  background-color: #e6e6e6;
  padding: 10px;
}
#entries-page #centreContent {
  margin-left: 255px;
  padding: 20px;
  background-color: white;
}
#sideContent {
  background-color: #F3F1EB;
  margin-top: 10px;
  padding: 10px;
  color: #39434D;
  border: solid 1px #717171;
  background: url(images/side.gif) repeat top left;
}
/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
#siteLogoBar {
  height: 45px;
  line-height: 45px;
  background: #2e4e5b url(images/top.jpg) top left repeat;
}
#siteLogoBar a:link,
#siteLogoBar a:visited {
  color: white;
}
#utilityBar {
  background-color: #AE401B;
  color: white;
}
#utilityBar a:link,
#utilityBar a:visited {
  color: white;
}
#utilityBar a:focus,
#utilityBar a:hover,
#utilityBar a:active {
  color: black;
}
ul#nav ul {
  background: #ae401b url(images/top.jpg) repeat right;
}
ul#nav ul a:link,
ul#nav ul a:visited {
  color: white;
}
ul#nav ul a:focus,
ul#nav ul a:hover,
ul#nav ul a:active {
  color: #D7D1BA;
}
/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
.day {
  padding-bottom: 30px;
  background: url(images/line.jpg) bottom no-repeat;
}
h2.dateheader {
  color: #215F94;
  margin: 0 0 7px;
  font-size: 140%;
}
.entry {
  background-color: transparent;
}
p.answer {
  color: #215f94;
  font-weight: bold;
}
p.smallcopy {
  color: #215f94;
}
p.smallcopy a:link,
p.smallcopy a:visited {
  font-weight: bold;
  color: #215f94;
}
p.entryfooter {
  padding-bottom: 5px;
}
/*------------------------------------*
 * #041: Comments and Trackbacks      *
 *------------------------------------*/
.commentItem {
  border: 1px solid #ccc;
}
.authorComment {
  background-color: #eaeaea;
}
.nonLoggedInComment {
  background-color: #f7f7f7;
}
.loggedInComment {
  background-color: #f7f7f7;
}
/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/
.sideContentItem {
  padding: 5px;
}
.sideContentItem a:link,
.sideContentItem a:visited {
  color: #4C5863;
}
.sideContentItem h2 {
  margin: 0;
  color: #A71307;
}
.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: #ffffff url(images/cal_bg.jpg) left repeat;
  font-size: 85%;
  color: #39434D;
}
#calendar #today {
  font-weight: bold;
  background-color: #D7D1BA;
  color: #39434D;
}
#calendar a:link,
#calendar a:visited {
  color: #3372A2;
}
#calendar h2 a:link,
#calendar h2 a:visited {
  color: #3372A2;
}
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
#favourites #outerContainer {
  margin: 10px 10px 0;
  background: white;
}
#favourites .info {
  border: 1px solid #ccc;
  background: white;
  padding: 10px;
}
#favourites .title {
  background: #AE401B;
  color: white;
  border: none;
}
#favourites .title a:link,
#favourites .title a:visited {
  color: white;
}
#favourites #entries {
  padding: 0;
}
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
#profile #container {
  margin: 10px;
  background-color: white;
}
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/
#gallery .image {
  background-color: white;
}
/* blog.fixedWidth */
body.fixed-width {
  padding: 0px;
}
body.fixed-width div#leftshading {
  margin-left: auto;
  margin-right: auto;
  width: 972px;
}
/* blog.rightSidebar */
body.right-sidebar #leftshading #mainContent div#centreContent {
  margin-right: 255px;
  margin-left: 0px;
}
body.right-sidebar div#sideContent {
  right: 10px;
}
