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

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

h3 a:link, h3 a:visited { color: black; }

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

pre { border: 1px solid black; }

/*------------------------------------*
 * #020: Page Layout                  *
 *------------------------------------*/
 
#sideContent {
	padding: 5px;
	width: 215px;
	background-color: #BBBBBB;
}

#entries-page #centreContent {
	padding: 20px;
	margin-left: 225px;
	background-color:white;
} 

/*------------------------------------*
 * #030: Banner and Utility Bar       *
 *------------------------------------*/
 
 #siteLogoBar {
	height: 70px;	
	background: #BC0404 url(images/indusbanner2.gif) no-repeat left;
	border-top: 0px solid white;
	line-height:70px;
	font-size: 200%;
	padding-left: 245px;
}

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

#utilityBar { color: white; background-color: black; }

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

ul#nav ul { background: black; }

/*------------------------------------*
 * #040: Entries                      *
 *------------------------------------*/
 
h2.dateheader {
	color: #BC0404;
	margin-bottom: 5px;
	background-color: white;
	padding: 2px;
	font-size: 120%;
}

.entry {
	background-color: white;
	padding:5px;
	border-bottom: dotted 1px #BBBBBB;
}

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

p.smallcopy { color: #7F7C7F; }

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

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

.authorComment { background-color: #eaeaea;  }
.nonLoggedInComment { background-color: #f7f7f7; }
.loggedInComment { background-color: #f7f7f7; } 

/*------------------------------------*
 * #050: Sidebar                      *
 *------------------------------------*/
 
.sideContentItem ul {
	list-style:none;
	margin: 1em 0;
	padding-left: 3px;
}

.sideContentItem ul li {
	padding: 0 0 4px;
	line-height: 1.3em;
}

.sideContentItem {
	border-bottom: solid 1px #959494;
	padding: 5px;
} 
 
/*------------------------------------*
 * #051: Sidebar Widgets              *
 *------------------------------------*/
 
#calendar {
	font-size: 80%;
	color: black;	
}

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

#mostrecententries {
	background-color: #E5E5E5;
	border-bottom: dotted 1px black;
} 
 
/*------------------------------------*
 * #060: Favourites                   *
 *------------------------------------*/
 
#favourites .title {
	background: #BC0404;
	color: white;
	border: none;
}

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

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

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

.border1 { border-color:black; }

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