/* This is the style sheet used when Gallery is embedded into
   another product, like PHP-Nuke, and when it's running 
   standalone.

   If you would like to customize the styles please create 
   copy of this file called 

     "embedded_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted 

   $Id: embedded_style.css.default,v 1.6 2004/04/06 12:39:10 jenst Exp $
*/ 


/*
   link colors - overridden by the album 'linkcolor' property.
*/
A:link, A:visited, A:active
        {
          color: #FFFFFF;
        }
A:hover
        {
          color: #FFFFFF;
        }


/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
		background-color: #000000;
	  color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
TD, P 
	{ 
	  color: #FFFFFF;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}
.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:1px dashed #9B651F;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.mod_title_bg   /* album title hightlight Text is controled by .title */
	{
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/
	{
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */
	{
	}
.albumdesc  /*album description includes all text and background*/
	{
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 12px; 
	}
.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  background: #000000;
	  font-size: 10px;
	  vertical-align: middle; 
	}
.error                          /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.attention                          /* so far, just for voting instructions*/
        {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
          color: blue;
          font-size: 12px;
        }

.headbox			/* box around the page headers */
	{
	}

.head                           /* page headers */
	{
	  color: #FFFFFF; 
	  font-size: 16px; 
	  font-weight: bold; 
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/
	{
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */
	{
	}
.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; 
	}
.navtableborderbegin
	{
	  border:0px solid #9B651F;
	}
.navtableborderend
	{
	  border:0px solid #9B651F;
	  border-top-width:0px;
	}
.bordertop
	{
	  border:1px dashed #9B651F;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderright
	{
	  border:1px dashed #9B651F;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderleft
	{
	  border:1px dashed #9B651F;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	}
.fineprint                      /* used for fine print */
	{
	  font-size: 10px;
	}

.viewcounter {
	  font-size: 10px;
	}

.popuphead
	{
	  font-size: 16px;
	  font-weight: bold
	}
.popup
	{
	  font-size: 12px;
	}
.editlink                       /* Used for the [edit] tags */
	{
	  font-size: 10px;
	}
.modnavbox  /* main navigation bar next and previous */
	{
	  border: 1px dashed #9B651F;
	}
.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}

.adminform
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.search                          /* used in search text */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	  border: 1px dashed #9B651F; 
        }
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{
	  border: 1px dashed #9B651F;
	}
.modfooter /*footer where the Gallery version is located*/
	{
	}

/************************************************************
 *                                                          *
 * CUSTOM STYLES FOR WWW.JDPHOTOFAIRY.COM BEYOND THIS POINT *
 *                                                          *
 ************************************************************/

/* Main container used across the site */
#container {
	height: 600px;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	width: 800px;
}

/*
 * ABOUT PAGE 
 * ==========
 */

.aboutPage
	{
	  background: url('/about/images/background.jpg');
	}

/*
 * CLIENTS PAGE
 * ============
 */

/* Outer container */
#clientsPageContainer
	{
	  background: url('/clients/background.jpg');
	  color: #ffffff;
	  height: 600px;
	  left: 50%;
	  margin-left: -400px;
	  margin-top: -300px;
	  position: absolute;
	  top: 50%;
	  width: 800px;
	}

/* Outer table */
.clientsPageTable
	{
	  margin: 0;
	  padding: 0;
	  width: 100%;
	}

/* Left hand side scroller container */
div.clientsPageScroller
	{
	  height: 600px;
	  overflow: auto;
	  scrollbar-base-color: #9B651F;
	  text-align: center;
	  width: 150px;
	}

/* Left hand side links table */
.clientsPageLinks
	{
	  border: 10px red;
	  margin: auto;
	  padding: 0;
	  text-align: center;
	  width: 120px;
	}

.clientsPageLinks td
	{
	  padding-bottom: 5px;
	}

/* Right hand side sample image */

div#clientsPageSample
	{
	  display: block;
	  margin: 0;
	  padding: 0;
	}

div#clientsPageSampleCaption
	{
	  display: block;
	  font-size: 10px;
	  margin: 0px;
	  padding: 0;
	  text-align: center;
	}

/*
 * CLIENTS IMAGE LIBRARY / PUB AREA
 * ================================
 */

#pubContainer
	{
	  margin: auto;
	  width: 800px;
	}

.pub
	{
	  text-align: center;
	}

.pubCopyright
	{
	  font-size: 1.2em;
	  font-weight: bold;
	  text-align: center;
	}

.pubTable
	{
	  margin: auto;
	  width: 800px;
	}

.pubTable td
	{
		font-size: 0.8em;
	  padding-bottom: 20px;
	  text-align: center;
	}

.pubTableImageName
	{
	  font-size: 1.2em;
	  font-weight: bold;
	}




/* BELOW NOT USED */



div.aboutPageDetails /* RHS of about page */
	{
	  background: #333333;
	  height: 400px;
	  width: 455px;
	}

div.aboutPageEquipment /* Bottom of about page */
	{
	  background: #333333;
	  width: 735px;
	}


/*
 * GALLERY - customisations for www.jdphotofairy.com
 * =================================================
 */

table.viewAlbum /* table used in view_album.php */
  {
    background-image: url('/images/gallerybackground.jpg');
		width: 800px;
  }

div.viewAlbumThumbnails /* LHS of view_albums.php */
	{
	  height: 440px;
		margin-top: 5px;
	  overflow: auto;
	  scrollbar-base-color: #9B651F;
	  width: 350px;
	}

div.viewAlbumPreview /* RHS of view_albums.php */
	{
	  display: block;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	  vertical-align: top;
	  width: 400px;
	}

div.viewAlbumPreviewCaption /* bottom RHS of view_albums.php */
	{
	  display: block;
	  margin: 5px;
	  padding: 0;
	  text-align: center;
	  vertical-align: middle;
	  height: 30px;
	}

img.thumbnail, img.thumbnailOverlay
	{
	  border: 0px;
	  margin: 0px;
	}

img.thumbnailOverlay
	{
	  -moz-opacity: 0.9;
	  filter: alpha(opacity = 90);
	}

img.viewAlbumPreview
	{
	  display: block;
	  margin: 0px auto;
	  text-align: center;
	  vertical-align: top;
	}

td.aboutPageDetails /* RHS of about page */
	{
	  font-size: 9pt;
	}

