/* Quick Edits
-------------------------------*/
	 
#sidebar a {
	color: #9A3426;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #CF1700;
	}
	
A:link, A:visited { 
	text-decoration: underline;
	color: #9A3426 }

A:hover { 
	color: #CF1700;
	text-decoration: none }

/* Headers */
	
H1 {
	display: inline;
	FONT-FAMILY: Trebuchet MS, Arial, sans-serif;
	FONT-SIZE: 18pt; 
	COLOR: #9A3426; }
	
H2 {
	display: inline;
	FONT-FAMILY: Trebuchet MS, Arial, sans-serif;
	FONT-SIZE: 12pt; }

H3 {
	display: inline;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; } 
	
/* Sidebar
-------------------------------*/
	
#sidebar ul {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin:0;
	padding:0;
	}
	
#sidebar li {
	margin: 0px;
    margin-bottom: 14px;
    line-height: 16px;
	}
	
#sidebar li a {
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	}

#sidebar a:hover {
	width: 100%;
	} 
	
	
/* Backlinks
-------------------------------*/
	
p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

.zero-border {
    border: 0;
}

