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

a:link, a:visited { color: #174458; }
a:focus, a:hover, a:active { color: #76B2C5;}

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

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

pre { border: 1px solid #76B2C5; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#container { padding: 10px; }

#entries-page #centreContent {
	margin-left: 230px;
	padding: 10px;
}

#sideContent {
	margin-top: 10px;
	background-color: white;
	color: white;
}

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	height: 56px;	
	background: #76B2C5 url(images/toned1bkgrnd.gif) no-repeat left;
	border-top: 0px solid white;
	line-height:56px;
	font-size: 180%;
	padding-left: 10px;
}

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

#utilityBar { 
	color: white;
	background-color: #2D3D44;
	border-top: 1px solid white;
}
 
#utilityBar a:link, #utilityBar a:visited { color: white; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:active { color: #76B2C5; }

ul#nav ul { background: #2D3D44; } 

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

.entry {
	background-color: white;
	margin: 6px 6px 6px 0;
}

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

p.smallcopy { color: #594551; }

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

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

/*------------------------------------*
 * #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: white; }
.sideContentItem a:focus, .sideContentItem a:hover, .sideContentItem a:active { color: #2D3D44; }

.sideContentItem { padding: 5px; }

.sideContentItem h2 { color: #2D3D44; }

.sideContentItem h2 a:link, .sideContentItem h2 a:visited { text-decoration: none; }
.sideContentItem h2 a:focus, .sideContentItem h2 a:hover, .sideContentItem h2 a:active { color: #2D3D44; }

.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: #76B2C5;	
	font-size: 85%;
	color: white;
}

#calendar #today {
	background-color: #C3E5F1;
	color: #4A3B3B;
}

#calendar a:link, #calendar a:visited { color: #4A3B3B; }

#mostrecententries {
	margin-top: 10px;
	background-color: #949697;
}

#taglist {
	margin-top: 10px;
	background-color: #949697;
}

#galleries, #mostrecentcomments, #entrytypes, #buttons, #signincopyrightfooter, #sidefavourites { background-color: #949697; }

#searchresultsList { color: black; }
#searchresultsList li { margin-left: 0; color: black; }
#searchresultsList a:link, #searcresultsList a:visited { color: #949697; }
#searchresultsList a:focus, #searchresultsList a:hover, #searchresultsList a:active { color: #333; } 
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites #outerContainer {
	margin: 10px 10px 0;
	background: white;
}

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

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

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

#favourites #entries { padding: 0; } 
 
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
 
.backcolour1, .backcolour2, .backcolour3 {
    color: #2D3D44;
	background-color:#76B2C5;
}

.border1 { border: #2D3D44; }

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

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