/* 
	CSS file used for index bar above image display in PERL script. It's the bar with the page numbers and "previous" and "next" in it.
*/


     A:link {text-decoration: none; color: #FFCC66;}
     A:visited {text-decoration: none;}
     A:hover {text-decoration: underline;}


	A.index:link {text-decoration: none; font-weight: 100; font-size: 30px; color: #FFCC66;}
	A.index:visited {text-decoration: none; font-weight: 100; font-size: 30px; color: #FFCC66;}
	A.index:hover {text-decoration: underline; font-size: 30px; font-weight: 100;}

	A.end_page:link {text-decoration: none; font-weight: 100; font-size: 20px; color: #FFCC66;}
	A.end_page:visited {text-decoration: none; font-weight: 100; font-size: 20px; color: #FFCC66;}
	A.end_page:hover {text-decoration: underline; font-size: 20px; font-weight: 100;}

	A.single_page:link {text-decoration: none; font-weight: 100; font-size: 20px; color: #FFCC66;}
	A.single_page:visited {text-decoration: none; font-weight: 100; font-size: 20px; color: #FFCC66;}
	A.single_page:hover {text-decoration: underline; font-size: 20px; font-weight: 100;}

	A.current_page {font-size: 25px; font-weight: 600; color: #FFCC66}
	font.current_page {font-size: 40px; font-weight: 600; color: #FFCC66}

	A:active {text-decoration: none;}

/* 
	Display image name alongside image
*/

	font.image_name {font-size: 15px; color: #FFCC66}
	font.image_name_singleview {font-weight:100; font-size: 35px; color: #FFCC66}
	font.votes {font-size: 15px; color: #FFCC66}
	font.viewed {font-size: 15px; color: #FFCC66}
	font.right_bar_header {font-size: 25px; color: #FFCC66}
	font.crumbs {font-size: 15px; color: #FFCC66}
	font.pagenav3dots {text-decoration: none; font-weight: 100; font-size: 20px; color: #FFCC66;}
	font.newest_sms {font-size: 10px; color: #FFCC66} /*change to different color so it's not the same as everything else. Gray? */
	font.main_page_header {font-size: 25px; font-weight:150; color: #FFCC66}
