/*------------------------------------*
 * 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: #788088;
	background-color: #762da0;
}

a:link, a:visited { color: #762da0; }
a:focus, a:hover, a:active { color: #8F969D; }

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

h3 a:link, h3 a:visited { color: black; }
h3 a:focus, h3 a:hover, h3 a:active { color: #762DA0; }

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

pre { border: 1px solid white; }

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

#sideContent {
	background-color: white;
	color: #788088;
	border: solid 10px #d4f9c3;
	width: 225px;
	margin-top: 10px;
}

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

#entries-page #centreContent {
	margin-left: 255px;
	padding: 20px;
	background-color: white;
	border: solid 10px #d4f9c3;
}

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
#siteLogoBar {
	margin: 0;
	height: 48px;	
	line-height:48px;
	background: #fd8006 url(images/top.jpg) top left no-repeat;
}

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

#utilityBar { 
	background-color: #5ca03e;
	color: white;
}

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

ul#nav ul { background: #fd8006; }
ul#nav ul a:link, ul#nav ul a:visited { color: white; }
ul#nav ul a:focus, ul#nav ul a:hover, ul#nav ul a:active { color: #89ef5c; } 

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
h2.dateheader {
	color: #762da0;
	margin: 0px 0px 7px 0px;
	font-size: 140%;
}

.entry { background-color: transparent; }

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

p.answer a:link, p.answer a:visited {color: black; }
p.answer a:focus, p.answer a:hover, p.answer a:active { color: #762DA0; }

p.smallcopy { color: #788088; }

p.smallcopy a:link, p.smallcopy a:visited {
	font-weight: bold;
	color: #788088;
}
p.smallcopy a:focus, p.smallcopy a:hover, p.smallcopy a:active { color: #762DA0; }

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

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

.sideContentItem h2 {
	margin: 0;
	color: #762da0;
}

.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: #762da0 url(images/cal_bg.jpg) left repeat;
	font-size: 85%;
	color: #89ef5c;
}

#calendar a:link, #calendar a:visited { color: #ccc; }

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

#calendar #today a:link, #calendar #today a:visited { color: black; }

#calendar h2 a:link, #calendar h2 a:visited { color: white; }

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

#favourites h1 {
	background: transparent;
}

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

#favourites .title {
	background: #762da0;
	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:#d4f9c3; }

.border1 { border-color:#5ca03e; }

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

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

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