@charset "utf-8";


/*Actinic over-ride*/

ul {
	list-style: none;
	
}

/*styles1 over-ride*/



#m1_sidebar2 h2{
	margin-top: 20px;
	
}

#m1_sidebar2 a{
	font-size: 12px;
	margin-top: 20px;
	color: #903837;
}

/*Blog*/

.blogmeta {
	margin: 20px 0 20px 0;
	height: 34px;
	width: 270px;
	font-size: 11px;
	background-color: #E1B9A2;
	color: #333;
	padding: 8px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(../images/quill.png);
	background-position: 10px;
	text-indent: 50px;
}

#blogTitles {
	
	margin: 30px 0 0 20px;
	
}

#blogTitles li{
	color: #f60;
	
	
}


#comments {
	font-size: 12px;
	color: #903837;
}

#navigation {
	height: 20px;
	margin: 10px 0;
	padding: 5px 12px;
	background-color: #E1B9A2;
	font-size: 15px;
}

.newer {
	
	float: left;
}
.older{
	
	float: right;
	
}

.clear {
	clear: both;
}

.feedback a {
	font-weight: bold;			 
}



/* Blog Comments*/
#submit {
	margin: 20px 0 0 0;
	
}

ol.commentlist {
	border-top: 1px solid #903837;
	border-bottom: 2px solid #903837;
	padding: 10px;
	margin-top: 5px;
	
	list-style: none;
	background-color: #E0EFB8;
}

/*sidebar*/


#linksBox   {
		text-align: left;
}




/*Blog Search*/

#m1_sidebar2 label{
	margin: 10px 0 10px 5px;
	color: #903837;
	font-size: 0.9em;
}

#searchContainer {
	text-align: centre;
	margin: 20px 0;
}

#searchsubmit {
	margin: 10px 0 10px 5px;
	
}


