h1 {
	font-family : "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #FF8635;
	font-weight: bold;
}
h2 {
	color: #FF8635;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	font-family : "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #FF8635;
	font-weight: bold;
}
/* ALTERS THE MAIN BANNER BACKGROUND COLOUR */
#banner {
	background-image:url(http://www.15dn.com/html/images/blogbanner.jpg); 
    background-repeat: no-repeat;
    width: 526px; height:101px;
	}
#banner-img {
	display: none;
	}
#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* ALTERS THE TEXT OF THE MAIN BANNER TITLE */
/* #banner h1 {
	font-size: xx-large;
	color: #1C2E5E;
	margin-bottom: 20px;
	margin-top: 30px;
	} */
#banner h1 {display:none;}

/* ALTERS THE TEXT OF THE MAIN BANNER SUB-TITLE */
/* #banner h2 {
	font-size: 14px;
	font-weight: bold;
	color: #1C2E5E;
	} */
#banner h2 {display:none;}
#center {
	/* float: left; */
	/* width: 440px; */
	overflow: hidden;
	}
	
/* THE STYLES OF THE MAIN CONTENT AREAS */
.content {
	padding-right: 5px;
	}
	
/* ALTERS THE BACKGROUND COLOUR OF THE SIDEBAR CONTENT AREA */
#right {  
	background-color: #FFFFFF;}
	padding-left: 5px;
	}
.maincontent {
	padding-right: 0px;
}

/* CALENDAR STYLES */
#calendar {
  	line-height: 10px;
	color: #FF8635;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0px;
	text-align: center;
	margin-bottom: 5px;
	width: 2px;
	}
#calendar table {
	padding: 0px;
	border: 0px;
	width: 10px;
	}
#calendar caption {
	color: #FF8635;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	}
#calendar th {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	}
#calendar td {
	text-align: center;
    font-weight: normal;
	font-size: 9px;
	}
	
/* SIDEBAR UL AND LI STYLES */	
UL LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 13px;
	color:#000033;
	margin-left: -10px;
	padding-left: -10px;
	padding-top: 0px;
	margin-top: 0px;
}

/* ALTERS THE LOOK AND FEEL OF THE BLOGS I READ WITH A FEVOUR */
.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	line-height: 13px;
	color:#000033;
}

/* ALTERS THE SMALL TEXT AT THE BOTTOM OF EACH POST */
.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}
/* ALTERS THE TEXT OF THE DATE IN THE MAIN CONTENT SECTION */
.testh2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	}
/* new styles by RR */
.treemenu {
	color: #8FABBE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	}
.treemenu h2 {
	color: #8FABBE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	list-style-type : circle;	
	margin-left: -10px;
	padding-bottom : -10px;
	}
.treemenu UL {
	color: #8FABBE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	list-style-type : none;	
	margin-left: 10px;
	padding: 0px;
	}
.treemenu LI {
	color: #8FABBE;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	list-style-type : none;	
	margin-left: -10px;
	padding: 0px;
	}
.treemenu A {
	text-decoration: underline;
	}
