/*------------------------------------*
 * 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: #1A4005; }
a:focus, a:hover, a:active { color: #C12A4A; }

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

h3 a:link, h3 a:visited {
	display: block;
	color: #1A4005;
	font-size: 120%;
	background-color: #C6D3BE;
	padding: 3px;
} 

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

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

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

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

#sideContent {
	padding:5px;
	border: 1px solid #69845A;
	margin-top: 10px;
} 

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	height: 56px;	
	border-bottom: 1px solid #7797A5;
	background: white url(images/daisybkgrnd.gif) no-repeat right;
	line-height:56px;
	font-size: 180%;
	padding-left: 30px;
}

#siteLogoBar a:link, #siteLogoBar a:visited { color: #1A4005; }

#utilityBar { 
	color: #69845A;
	background-color: #C6D3BE;
	border-top: solid 1px #69845A;
	border-bottom: solid 1px #69845A;
	padding-left: 30px;
}
 
#utilityBar a:link, #utilityBar a:visited { color: #69845A; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:active { color: #C12A4A; }

ul#nav, ul#nav ul { background: #C6D3BE; } 

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
.day {
	border: solid 1px #69845A;
	background-color: white;
	padding: 5px;
	margin-bottom: 10px;
}

h2.dateheader {
	color: #1A4005;
	font-size: 140%;
	border-bottom: solid 1px #C6D3BE;
}

.entry {
	background-color: white;
	padding: 5px;
}

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

p.smallcopy { color: #69845A; }

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

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

.sideContentItem h2 {
	background-color: white;
	padding: 2px;
	margin: 0 0 5px;
	border-bottom: solid 1px #69845A;
}

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

.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: #DCE3D7;	
	border: dotted 1px #69845A;
	font-size: 85%;
	color: #69845A;
}

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

#calendar a:link, #calendar a:visited { color: #4C5863; }
#calendar thead a:link, #calendar thead a:visited { color: #535E69; }

#mostrecententries { background-color: #C6D3BE; }
#galleries { background-color: #C6D3BE; }
#mostrecentcomments { background-color: #C6D3BE; } 
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites .title {
	background-color: #C6D3BE;
	color: #69845A;
	border: 1px solid #69845A;
}

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

#favourites #entries { padding: 0; }

#favourites h3 a:link, #favourites h3 a:visited {
	display: inline;
	color: #69845A;
	font-size: 100%;
	background-color: transparent;
	padding: 0;
}
 
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
 
.backcolour1, .backcolour2, .backcolour3 {
	color: #69845A;
	background-color:#DCE3D7;
}

.border1 { border: white; }

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

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