/****
Random-Anime Linkss CSS Sheet

Purpose: Styles all the links within the site.
****/


/* General Links */
a { 
	text-decoration: none;
	font-weight: bold;
	color: #1b74b7;
}

a:hover { 
	color: #7eb8e3;
}

/* Page Links */
.pagelinks  a {
	margin-left: 5px;
	margin-right: 5px;
}

.pagelinks  a:hover {
	color: #bde13e;
}

/* Post/Sub-Post Anchors */

.post-title a { 
	text-decoration: none;
	font-weight: 0;
	color: #000;
}

.post-title a:hover { 
	color: #000;
}

.sub-post-title a { 
	text-decoration: none;
	font-weight: 0;
	color: #000;
}

.sub-post-title a:hover { 
	color: #000;
}

/* Post/Sub-post Reply Links */

.post-title-right a {
	text-decoration: none;
	font-weight: bold;
	color: #1b74b7;
}

.post-title-right a:hover {
	color: #7eb8e3;
}

.sub-post-title-right a {
	text-decoration: none;
	font-weight: bold;
	color: #1b74b7;
}

.sub-post-title-right a:hover {
	color: #7eb8e3;
}

/* Post/Reply Ban link */
.post-ban a {
	color: #f24152;
}

.post-ban a:hover {
	color: red;
}


/* Footer Page Links */
#footer-right a {
	margin-left: 5px;
	margin-right: 5px;
}

#footer-right a:hover {
	color: #bde13e;
}

/* Front Page Boardlist styles */
.boardlist-board a {
	color: #efaf02;
}

.boardlist-board a:hover {
	color: #1b74b7;
}

/* Front Page Recent posts/topic styles */
.recent-boardname a {
	color: #efaf02;
}

.recent-boardname a:hover {
	color: #1b74b7;
}


/* Pagination Links */
.pagination-content a {
	color: #FFF;
}

.pagination-content a:hover {
	color: #d1d1d1;
}

/* Breadcrumb Links */
#navigation-breadcrumb a {
	color: #dba209;
	font-weight: bold;
}

#navigation-breadcrumb a:hover {
	color: #1b74b7;
}

/* Footer Admin Links */
#footer-adminlink-left a {
	color: #f24152;
}

#footer-adminlink-left a:hover {
	color: red;
}

#footer-adminlink-right a {
	color: #f24152;
}

#footer-adminlink-right a:hover {
	color: red;
}