/*------------------------------------*
 * 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: #003399;
	background-color: white;
}

a:link, a:visited { color: #003399; }
a:focus, a:hover, a:active { color: #C63A77; }

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

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

pre { border: 1px solid #003399; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#entries-page #centreContent {
	margin-left: 222px;
	padding: 20px;
	background-color: white;
	color: #314563;
}

#sideContent {
	background-color: #B2C3DB;
	background-image: url(images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #314563;
	padding: 5px 5px 147px;
	width: 220px;
} 

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	height:46px;
	line-height:46px;
	background: #1344BD url(images/extlogo.gif) no-repeat right;
}

#siteLogoBar a:link, #siteLogoBar a:visited { color: white; }

#utilityBar { 
	background-color: #B2C3DB;
	color: #003399;
	border-top: 1px solid white;
}
 
#utilityBar a:link, #utilityBar a:visited { color: #003399; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:active { color: white; }

ul#nav ul { background-color: #B2C3DB; } 

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
h2.dateheader {
	color: #003399;
	margin: 0 0 7px;
	font-size: 140%;
}

.entry { background-color: transparent; }

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

p.smallcopy { color: #003399; }
p.smallcopy a:link, p.smallcopy a:visited { font-weight: bold; }

p.entryfooter {
	padding-bottom: 5px;
	border-bottom: solid 1px #003399;
} 

/*------------------------------------*
 * #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: #003399; }

.sideContentItem { padding: 5px; }

.sideContentItem h2 { color: #314563; }
.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 {
	background-color: white;
	border: 1px solid #003399;
	font-size: 85%;
	color: #003399;
}

#calendar a:link, #calendar a:visited { color: #314563; }
#calendar tfoot a:link, #calendar tfoot a:visited { color: #003399; }

#calendar #today {
	font-weight: bold;
	background-color: white;
	color: black;
}

#calendar #today a:link, #calendar #today a:visited { color: #a9b419; }

#signincopyrightfooter { color: white; }
#signincopyrightfooter a:link, #signincopyrightfooter a:visited { color: white; } 
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites #outerContainer {
	margin: 10px 10px 0;
	background: white;
}

#favourites .info {
	border: 1px solid #ccc;
	background: white;
	padding: 10px;
}

#favourites .title {
	background-color: #B2C3DB;
	color: white;
	border: none;
}

#favourites .title a:link, #favourites .title a:visited { color: white; }

#favourites #entries { padding: 0; } 
 
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
 
.backcolour1, .backcolour2, .backcolour3 {
    color: #003399;
	background-color:#B2C3DB;
}

.border1 { border: #003399; }

.blockheader {
	color:white;
	background-color: #003399;
	border: #003399;
} 
 
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/

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