/*------------------------------------*
 * 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:  url(images/bg.jpg) repeat 50%;
}

a:link, a:visited { color: #04488C; }
a:focus, a:active, a:hover { color: black; }

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

h3 a:link, h3 a:visited { color: #04488C; }

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

pre { border: 1px solid #A1A1A1; }

/*------------------------------------*
 * #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 6px;
	background:  url(images/bg2.jpg) repeat 50%;	
}

#container {
	padding: 10px;
	background:  url(images/bg2.jpg) repeat 50%;
}

#entries-page #centreContent {
	border: 1px solid #A1A1A1;
	margin-left: 250px;
	background-color:#E9ECEF;
	padding: 10px;
}

#sideContent {
	padding: 10px;
	border: 1px solid #999;
	margin-top: 10px;
	background-color: #D4DBE2;
} 

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/

#siteLogoBar {
	height: 36px;	
	line-height:36px;
	font-size: 180%;
	padding-left: 30px;
	background: black url(images/top.gif) right;
}

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

#utilityBar { 
	background-color: #000;
	padding-left: 10px;
	color: #fff;
}
 
#utilityBar a:link, #utilityBar a:visited { color: white; }
#utilityBar a:focus, #utilityBar a:hover, #utilityBar a:active { text-decoration:underline; }

ul#nav ul { background-color: #000; }
 
/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
 h2.dateheader {
	color: #04488C;
	margin-bottom: 7px;
}

.entry {
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 10px;
}

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

p.smallcopy { color: #215F94; }

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

/*------------------------------------*
 * #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; } 
 
.sideContentItem a:link, #sideContent a:visited { color: black; }

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

.sideContentItem h2 a:link, .sideContentItem h2 a:visited { text-decoration: none; }
.sideContentItem h2 a:focus, .sideContentItem h2 a:hover, .sideContentItem 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: white;
	font-size: 90%;
	color: #000;
}

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

#calendar a:link, #calendar a:visited { color: black; } 
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites #outerContainer {
	background: white;
	margin: 10px;
}

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

#favourites .info {
	border: 1px solid #999;
	padding: 10px;
}

#favourites .info a:link, #favourites .info a:visited { color: #666; }

#favourites .more {
	background: #29424A;
	color: white;
}

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

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

.border1 { border-color:white; }

.blockheader {
	color:white;
	background-color: #04488C;
}

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

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