/*------------------------------------*
 * 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: white;
	background: #75551A url(images/old_leaf.jpg);
}

a:link, a:visited { color: #E0BF3D; }
a:focus, a:hover, a:active { color: white; }

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

h3 a:link, h3 a:visited { color: #FC2114; }
h3 a:focus, h3 a:hover, h3 a:active { color: white; }

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

pre { border: 1px solid white; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#mainContent { margin: 0 30px;  }

#entries-page #centreContent {
	padding: 20px;
	background: #2D0102 url(images/leaf.jpg) top left no-repeat;
}

#sideContent {
	background-color: #2D0102;
	color: white;
	margin-left: 0px;
} 

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	border-top: 0px solid white;
	font-size: 200%;
	height: 48px;	
	line-height:48px;
}

#siteLogoBar a:link, #siteLogoBar a:visited { color: white; }
#siteLogoBar a:focus, #siteLogoBar a:hover, #siteLogoBar a:active { color: #E0BF3D; }

#banner {
	background-color: #A30C03;
	background-image:url(images/top.jpg);
	background-position: left;
	background-repeat: repeat-x;
}

#utilityBar { 
	background-color: #3E1F16;
	color: white;
}
 
#utilityBar a:link, #utilityBar a:visited { color: white; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:active { color: #E0BF3D; }

ul#nav ul { background: #B51100 url(images/drop.jpg) repeat-y right; } 

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
.day { margin: 0 0 10px; }

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

.entry { background-color: transparent; }

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

p.smallcopy { color: white; }

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

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

p.entryfooter {
	padding-bottom: 5px;
	border-bottom: solid 1px red;
} 

.entry td, .entry th { padding: 2px; border-collapse: collapse; }

.entry table { margin-bottom: 10px; }

.entry table.outline { border: 1px solid #ccc; }

.entry table.border td, .entry table.border th { border: 1px solid #ccc; }

.entry table.divider tr { border-bottom: 1px solid #ccc; }
.entry table.divider tr+tr { border-bottom: none; }

.entry table.divider td, .entry table.divider th { border-right: 1px solid #ccc; }
.entry table.divider td+td, .entry table.divider th+th, .entry table.divider th+td, entry table.divider td+th { border-right: none; }

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

.commentItem a:link, .commentItem a:visited { color:#D1C1AF; }

.authorComment { background-color: #473E35; }
.nonLoggedInComment { background-color: #352F29; }
.loggedInComment { background-color: #3F3323; }
 
/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/

.sideContentItem { padding: 10px; }
 
.sideContentItem a:link, #sideContent a:visited { color: white; }

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

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

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

#calendar a:link, #calendar a:visited { color: red; }
#calendar h2 a:link, #calendar h2 a:visited { color: #E0BF3D; }
#calendar tfoot a:link, #calendar tfoot a:visited {	color: #E0BF3D; }

/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites #outerContainer { background: #2D0102 url(images/leaf.jpg) top left no-repeat; }

#favourites .title { background-color: #3E1F16; } 
 
/*------------------------------------*
 * #070: Profile                      *
 *------------------------------------*/
 
#profile #container { background-color: white; }
#profile #container { background: #2D0102 url(images/leaf.jpg) top left no-repeat; }

.backcolour1, .backcolour2, .backcolour3 {
    color: white;
	background-color:transparent;
}

.border1 { border-color: #786214; }

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

#gallery .image { background-color:#2D0102; }
