/********************************************************/
/*                                                      */
/*          Random Picture Viewer/Navigator             */
/*          Created by: Joshua Hutchins                 */
/*          Website: http://ardentfrost.rayd.org        */
/*          Version 1 Release 1/4/2009                  */
/*                                                      */
/*          Instructions: Put index.php and style.css   */
/*             inside picture repository directory.     */
/*             Change colors in style.css to theme the  */
/*             page. Change <title> and header div in   */
/*             index.php as desired.                    */
/*                                                      */
/*          Notes:                                      */
/*            -Home link in top right points to root    */
/*            -Formats supported: jpgs, gifs, and pngs  */
/*            -All pics grabbed and alphabetized        */
/*                                                      */
/********************************************************/

a:link,a:visited {
	text-decoration:underline;
        font-family: Verdana, sans-serif;
        color:#666;
}

a:hover {
	color:#aab;
}

.img_border {
	border: thick solid #666;
}

#header_text {
	font-family: Verdana, sans-serif;
	font-size: x-large;
	color:#666;
}

/* This changes the header border color */
#header {
	color:#666;
}

#links {
}

#prev_text,#next_text {
	color:#666;
}

/* This changes next and prev border colors */
#prev_border,#next_border {
	color:#666;
}

/* This changes footer border color. BG color must be set so it isn't invisible */
#footer {
	color:#666;
	background-color:white;
}

#footer_created_by {
        font-family: Verdana, sans-serif;
        font-size: small;
        color:#666;
}

#footer_stats {
        font-family: Verdana, sans-serif;
        font-size: small;
        color:#666;
}
