/*------------------------------------*
 * 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:  #276A99 url(images/xmasbg.gif) repeat right; }

a:link, a:visited { color: #39434D; }
a:focus, a:hover, a:active { color: #8F0E2C; }

h1, h2, h3, h4, h5, h6 { color: #215F94; }

h3 a:link, h3 a:visited { color: #39434D;}
h3 a:focus, h3 a:hover, h3 a:active { color: #8F0E2C;} 

blockquote { background: url(images/openquote.gif) no-repeat 10px 5px; }

pre { border: 1px solid black; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#leftshading {
	margin-left: 30px;
	background: url(images/left.gif) repeat-y top left;
}

#rightshading {
	background: url(images/right.gif) repeat-y top right;
	margin-right: 30px;
}

#mainContent {
	margin: 0 5px 0 6px;
	background-color: #e6e6e6;
} 

#sideContent {
	background-color: transparent;
	padding: 10px;
	color: black;
	margin-top: 10px;
	border: solid 1px #77BED8;
	background: url(images/sidebl.gif) repeat top left;
}

#container {
	padding: 10px;
	background-color: #e6e6e6;
}

#centreContent { background: white; }

#entries-page #centreContent { margin-left: 255px; }

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	height: 45px;	
	line-height: 45px;
	background: #1790BD url(images/snowflake.gif) top right no-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: #D7D1BA;}

ul#nav, ul#nav ul { background-color: #AE401B; }

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                      *
 *------------------------------------*/
 
#entries { padding: 20px; }

.day {
	padding-bottom: 30px;
	background: url(images/line.jpg) bottom no-repeat;
}

h2.dateheader {
	color: #215F94;
	margin: 0px 0px 7px 0px;
	font-size: 140%;
}

.entry {
	background-color: transparent;
}

p.answer {
	color: #215f94;
	font-weight: bold;
}

p.answer a:link, p.answer a:visited { color: #3A5685; }
p.answer a:hover { color: #8F0E2C; }

p.smallcopy { color: #215f94; }

p.smallcopy a:link p.smallcopy a:visited{ color: #215f94; }
p.smallcopy a:focus, p.smallcopy a:hover, p.smallcopy a:active { color: #8F0E2C; }

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 a:link, .sideContentItem a:visited { color: #4C5863; }

.sideContentItem { padding: 5px; }
.sideContentItem h2 { 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 {
	list-style:none;
	margin: 1em 0;
	padding-left: 3px;
}

.sideContentItem ul li {
	padding: 0 0 4px;
	line-height: 1.3em;
} 
 
/*------------------------------------*
 * #051: Sidebar Widgets              *
 *------------------------------------*/
 
#calendar {
	color: #39434D;
	background-color: #fff;
}

#calendar #today {
	font-weight: bold;
	background-color: #D7D1BA;
	color: #39434D;
}

/*------------------------------------*
 * #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                      *
 *------------------------------------*/
 
.backcolour1, .backcolour2 {
	color: white;
	background-color:#1790bd;
}

.backcolour3 {
	color: white;
	background-color:#ae401b;
}

.border1 { border-color:white; }

.blockheader {
	color:white;
	background-color: #ae401b;
}

#profile #container {
	margin: 10px;
	background-color: white;
} 
 
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/

#gallery .image { background-color:white; }

