/*------------------------------------*
 * 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: #2A6381; }
a:focus, a:hover, a:active { color: #85A287; }

h2, h4, h5, h6 { color: #85A287; }

h3 a:link, h3 a:visited { color: #383738; }
h3 a:focus, h3 a:hover, h3 a:active { color: #85A287; }

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

pre { border: 1px solid #69845A; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#sideContent {
	padding: 10px;
	background-color: white;
	color: #383738;
}

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

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	background: #85A287 url(images/greenlinesbird.gif) no-repeat 16px 0px;
	height: 56px;	
	line-height:56px;
	font-family: Amer TypewriterITCbyBT Medium, Times, Times New Roman, serif;
	font-size: 250%;
	padding-left: 80px;
}

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

#utilityBar { 
	background-color: #7F7C7F;
	color: white;
	margin-top: 1px;
	padding-left: 5px;
	border-bottom: 1px solid #E4E4E4;
}
 
#utilityBar a:link, #utilityBar a:visited { color: white; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:active { color: #D2DFD3; }

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

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
.day {
	margin-bottom:10px;
	-moz-border-radius: .75em;
	border: 2px solid #E4E4E4;
	padding: 10px;
}

h2.dateheader {
	color: #85A287;
	margin: 0;
	font-size: 140%;
}

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

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

p.answer a:link, p.answer a:visited { color: #2A6381; }
p.answer a:focus, p.answer a:hover, p.answer a:active { color: #85A287; }

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

p.smallcopy a:focus, p.smallcopy a:hover, p.smallcopy a:active { color: #2A6381; }

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;
	margin-bottom: 5px;
}

.sideContentItem a:link, .sideContentItem a:visited { color: #345436; }
.sideContentItem a:focus, .sideContentItem a:hover, .sideContentItem a:active { color: #4F4316; }

.sideContentItem h2 {
	margin: 0;
	color: #2D3D44;
}

.sideContentItem h2 a:link, .sideContentItem h2 a:visited { text-decoration: none; }

.sideContentItem ul {
	list-style:none;
	margin: 1em 0;
	padding-left: 3px;
	}

#sideContent ul li {
	padding: 0 0 4px;
	line-height: 1.3em;
}
 
/*------------------------------------*
 * #051: Sidebar Widgets              *
 *------------------------------------*/
 
#calendar {
	background-color: #EAEAEA;
	-moz-border-radius: .75em .75em .75em .75em;
	font-size: 85%;
	color: #4F4316;
}

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

#mostrecententries, #galleries, #mostrecentcomments, #taglist, #entrytypes, #buttons, #signincopyrightfooter {
	background-color: #C1D3C2;
	-moz-border-radius: .75em .75em .75em .75em;
}
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites h1 { background: transparent; }

#favourites .title {
	background: #85A287;
	color: white;
	border: none;
}

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

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

.border1 { border-color:white; }

.blockheader {
	color:white;
	background-color: #7F7C7F;
} 
 
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/

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