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

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

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

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

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

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#entries-page #centreContent {
	margin-left: 232px;
	padding: 10px;
}

#sideContent {
	padding: 10px;
	background-color: white;
	background-position: left;
} 

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

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

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

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

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
#centreContent .day {
	-moz-border-radius: .75em;
	background-color: #E7F2FD;
	padding: 10px;
	margin-bottom: 10px;
}

h2.dateheader {
	color: #D37E24;
	margin: 0;
	font-size: 140%;
	padding-left: 5px;
	padding-top: 10px;
}

.entry {
	background-color: #E7F2FD;
	margin: 10px;
	border: solid 1px #E7F2FD;
}

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

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:visited { color: #D37E24; }

p.entryfooter {
	padding-bottom: 5px;
	padding-right: 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;
	color: 383738;
}

.sideContentItem a:link a.sideContentItem a:visited { color: #383738; }
.sideContentItem a:focus, .sideContentItem a:hover, .sideContentItem a:active { color: #595659; }

.sideContentItem h2 {
	margin: 0;
	color: black;
}

.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: #58A5D2;	
	color: white;
	font-size: 85%;
	-moz-border-radius: .75em .75em .75em .75em;
}
	
#calendar #today {
	font-weight: bold;
	background-color: #D9D8D9;
	color: #2D3D44;
}

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

#favourites .title {
	background: #D37E24;
	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:#E7F2FD; }

.border1 { border-color:#58A5D2; }

.blockheader {
	color:#58A5D2;
	background-color: #E7F2FD;
} 
 
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/

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