/*******************************
	album.pl Style Sheet
	http://perl.Bobbitt.ca/album
*******************************/

body	{ background-color: #bbbbbb; 
	scrollbar-face-color: #808080; scrollbar-highlight-color: white;
	scrollbar-shadow-color: #808080; scrollbar-3dlight-color: black;
	scrollbar-arrow-color: silver; scrollbar-track-color: #c0c0c0;
	scrollbar-darkshadow-color: black; }




/*******************************
	div definitions
	(These define the styles of the main "sections" of the album.)
*******************************/



	
.introtext1stgraph {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	letter-spacing: 0px;}

/* The entire album "table" */
#album	{ width: 100%; margin: 0px; }

/* The title of the current object */
.title	{ font-size: medium; font-family: "Times New Roman", Times, serif;
	text-align: left; font-weight: bold; }

/* The object's description */
.description	{ margin: 5px; }

/* Album's title as displayed under it's thumbnail */
.albumsubtitle	{ text-align: center; font-size: 8pt; display: inline; font-family: Arial, Helvetica, sans-serif;}

/* Photo's title as displayed under it's thumbnail */
.photosubtitle	{ text-align: center; font-size: 8pt; display: inline; }

/* 2nd level titles, such as those used on the upload screen */
.subtitle	{ text-align: left; font-size: 10pt; font-weight: bold; }

/* Welcome/Login link/Username */
.login	{ line-height: 200%; text-align: left; width: 49.99%; font-size: 8pt; display: inline; }

/* The login form itself */
.loginform	{ line-height: 200%; text-align: left; width: 65%; font-size: 8pt; }

/* Home, Search, Random, Upload, Recent Uploads */
.options	{ line-height: 200%; width: 50%; text-align: right; font-size: 8pt; display: inline; }

/* Admin menu */
.admin	{ background-color: #aa6600; text-align: center; font-size: 6pt; }

/* Used for displaying objects on the Recent Uploads screen */
.recentuploads	{ line-height: 200%; width: 40%; text-align: left; font-size: 6pt; display: inline; }

/* Used for displaying objects on the  Most Popular screen */
.popular	{ line-height: 200%; width: 28%; text-align: left; font-size: 6pt; display: inline; }

/* Used for displaying objects on the Recent Uploads screen */
/* Objects will be displayed horizontally. To display vertically, remove "display: inline;" from the class below */
/* Height is the distance between thumbnails when spaced vertically. Width is the distance when spaced horizontally. */
.ssirecentuploads	{ height: 110px; width: 110px; display: inline; }

/* Breadcrumbs */
.bread	{ line-height: 200%; text-align: left; font-size: 6pt; }

/* Pages, when there's more than 1 */
.pages	{ line-height: 200%; text-align: right; font-size: 6pt; }

/* The form to enter descriptions */
.enterdesc	{ text-align: center; }

/* The rules for uploading files */
.uploadrules	{ text-align: left; }

/* The object itself (I.E. the photo, or an album full of photos) */
.objects	{ text-align: center; }

/* The text under each photo's thumbnail */
.photo	{ text-align: center; font-size: 6pt; }

/* The Small/Med/Large and Fullscreen Slideshow links for photos */
.viewing	{ line-height: 200%; text-align: center; font-size: 6pt; }

/* The navigation footer at the bottom. */
.nav	{ text-align: center; }

/* The navigation footer at the bottom, covers spacing of individual prev/up/next buttons. */
.navwidth	{ width: 32%; display: inline; float: left; }

/* Group titles (albums or photos/movies) */
.group	{ text-align: left; font-size: 8pt; }

/* Subtext, used for things like the "fine print" on the search form */
.subtext { font-size: 6pt; display: inline; }

/* Used to display warnings */
.warning	{ padding: 10px; border: 3px solid #ffea23; text-align: center; line-height: 140%; background-color: #FF0000; color: #ffffff; font-size: 10pt; font-weight: bold; }

/* Used to display "Missing Style Sheet" warning. Actually, it's used to hide the warning. :) */
.hidden	{ display: none; }

/*******************************
	table definitions
	(Used to display the thumbnails of sub albums, movies and photos inside an album.)
*******************************/

table	{ border-collapse: collapse; empty-cells: hide; }

td	{ font-size: 8pt; }


/*******************************
	image definitions
	(Used to display the thumbnails of each object type differently.)
*******************************/

img.album	{ border:3px inset; border-color: #666666 #999999 #cccccc #333333; }
img.thumb	{ border:3px outset; border-color: #999999 #666666 #333333 #cccccc; }
img.photo	{ border:0px; }
img.movie	{ border:2px outset; border-color: #999999; border-style: dashed; }
img.button	{ border:0px; vertical-align: middle; }


/*******************************
	link definitions
	(Used to display links.)
*******************************/

/* Standard links */
a:link	{ text-decoration: none; color: #DD0000; font-weight: normal;}

/* Links already visited */
a:visited	{ text-decoration: none; color: #A10000; font-weight: normal;}

/* Links while being clicked */
a:active	{ text-decoration: none; color: #FF7700; font-weight: normal;}

/* Links when hovered over */
a:hover	{ text-decoration: none; color: #FF7700; font-weight: normal;}

/* Admin menu links */
a.adminlink	{ }

/* User option links */
a.optionslink	{ }

/* Navigation footer links */
a.navlink	{ }

/* Breadcrumbs links */
a.breadlink	{ }

/* Full size photo links */
a.photolink	{ }

/* Pages links */
a.pageslink	{ }

/* Image thimbnail links */
a.imagethumb	{ }

/* Movie thimbnail links */
a.moviethumb	{ }

/* Album thimbnail links */
a.albumthumb	{ }


/*******************************
	input definitions
	(Used to display text boxes, input fields, checkboxes, radio buttons, etc...)
*******************************/

input	{ border:3px outset; background-color: #FFFFFF; font-size: 8pt;
	color: #000000;
	font-family: "Times New Roman", Times, serif; }

input.button	{ font-size: 8pt; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
      color: #ffffff; border: 1px solid #52869F; background-color: #00294e; }

textarea, select	{ border:3px inset; background-color: #E4E4E4; font-size: 8pt; color: #000000;
	font-family: Arial, Helvetica, sans-serif; }

input.checkbox	{ border:3px; }

