/* Quick Edits
-------------------------------*/
	 
#sidebar a {
	color: #00c;
	}
	
#sidebar a:hover, #sidebar a.active {
	color: #fff;
	}
	
a:link, a:visited { 
	text-decoration: underline;
	color: #00f }

a:hover { 
	text-decoration: none }
	
	
/* Sidebar
-------------------------------*/
	
#sidebar ul, ul.sidebar {
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	}

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

#sidebar a:hover, .sidebar a:hover {
	width: 100%;
	color: #80FFFF;
	} 
	
	
/* 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;
}

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;
}

h1.gallery {
    font-family: Times New Roman, serif; font-size: 26px; margin: 0;
}

h2.gallery {
    font-family: Times New Roman, Times, serif; font-size: 16px; font-weight: normal; margin: 0;
}

