/*------------------------------------*
 * 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: #A41607;
	background: #608D56 url(images/bg.jpg) repeat right;
}

a:link, a:visited { color: #2E6623; }
a:focus, a:hover, a:active { color: #AD953B; }

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

h3 a:link, h3 a:visited { color: #AD943A; }
h3 a:focus, h3 a:hover, h3 a:active { color: #2E6623; }

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

pre { border: 1px solid black; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/

#leftshading {
	margin-left: 30px;
	background: url(images/left.gif) repeat-y top left;
}

#rightshading {
	background: url(images/right.gif) repeat-y top right;
	margin-right: 30px;
}

#mainContent {
	margin: 0 3px;
	background-color: #D1BD76;
}

#sideContent {
	padding: 10px;
	color: #39434D;
	margin-top: 10px;
	border: solid 1px #A41607;
	background: transparent url(images/side.gif) repeat top left;
}

#container {
	padding: 10px;
	background-color: #e6e6e6;
}

#centreContent { background: white; }

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

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	height: 55px;	
	line-height:55px;
	background: #185A25 url(images/christmasgreen.jpg) top right no-repeat;
}

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

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

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

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
#entries { padding: 20px; } 
 
.day {
	padding-bottom: 30px;
	background: url(images/line.jpg) bottom no-repeat;
}

h2.dateheader {
	color: #2E6623;
	margin: 0 0 7px;
	font-size: 140%;
}

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

p.answer a:link, p.answer a:visited {color: #2E6623; }
p.answer a:focus, p.answer a:hover, p.answer a:active { color: #A41607; }

p.smallcopy { color: #2E6623; }

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

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

/*------------------------------------*
 * #041: Comments and Trackbacks      *
 *------------------------------------*/
 
.commentItem { border: 1px solid #ccc; }

.authorComment { background-color: #D1BD76; } 
.nonLoggedInComment { background-color: #FBACA4; }
.loggedInComment { background-color: #7DCB97; }

.authorComment blockquote { background: url(images/author_openquote.gif) no-repeat 10px 5px; }
.nonLoggedInComment blockquote { background: url(images/nonloggedin_openquote.gif) no-repeat 10px 5px; }
.loggedInComment blockquote { background: url(images/loggedin_openquote.gif) no-repeat 10px 5px; }

/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/
 
.sideContentItem a:link, .sideContentItem a:visited { color: #4C5863; }

.sideContentItem { padding: 10px; }

.sideContentItem h2 { color: #2E6623; }

.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: #fff;
	color: #515D67;
 }

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

#calendar a:link, #calendar a:visited { color: #AE401B; } 
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/

#favourites #outerContainer {
	margin: 10px 10px 0;
	background: white;
}

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

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

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

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

.border1 { border-color:#2E6623; }

.blockheader {
	color:white;
	background-color: #a41607;
}

#profile #container {
	margin: 10px;
	background-color: white;
} 
 
/*------------------------------------*
 * #080: Gallery                      *
 *------------------------------------*/
 
#gallery .image { background-color:white; }
