/* Style Sheet PBL Photography */

body
{
  background-image: url('/images/bg.jpg');
  background-repeat: repeat;
  background-color: #000;
  margin: 0px;
  padding: 0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#efefef;
}

h1
{
  font-size: 22px;
  font-weight:300;
}

.Clear
{
  clear: both;
}

#Page-Footer-Bg
{
  position: fixed;
  width: 100%;
  height: 23px;
  bottom: 0px;
  background-image: url('/images/page-bottom-background.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}

/* Form */
input[type='text'], input[type='password'], textarea
{
  background-color: #999;
  border: 2px solid #FFC;
}

input[type='submit']
{
  background-color: #F90;
  color:#000;
  font-weight:bold;
  border: 2px solid #999;
  width:
}

input[type='submit']:hover
{
  background-color: #FC6;
  color:#000;
}

input:focus, textarea:focus
{
  background-color: #FFF;
}
/* *** */

#Container
{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#Header
{
}

#Logo
{
  float: left;
  width: 106px;
  height: 91px;
}

#Navigation
{
  float: right;
  width: 500px;
  margin-top: 20px;
  text-align: right;
}

#menu
{
  color: #efefef;
  height: 25px;
}

ul
{
  padding: 0px;
  margin: 0px;
}

#menu li
{
  display: inline;
  font-weight:200;
  font-size: 19px;
  margin-left:4px;
  color:#efefef;
  font-family:Georgia;
  font-style:italic;  
}

#menu li li
{
  font-size:11px;
  padding-top:5px;
  padding-right:2px;
}

#menu li a, #submenu li a
{
  color: #efefef;
  text-decoration: none
}

#menu li a:hover, #submenu li a:hover
{
  text-decoration: underline;
}

.slash
{
  color:#847f64 !important;  
}

#submenu
{
  color: #FFC;
  float: right;
  height: 25px;
}

#submenu li
{
  display: inline;  
  font-size: 12px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
}

.Top-Shade
{
  margin-bottom: 10px;
  border-top:#847F64 1px solid;
}

#Rotating-Gallery
{
  height: 590px;
  /*width: 960px;*/
}

#Rotating-Gallery-Corner
{
  text-align: right;
}

#Content-Area
{
  color: #FFC;
  font-size: 12px;
  
  line-height: 20px;
}

#Content-Area a
{
  color: #FFF;
  text-decoration: none;  
}

#Footer
{
  padding-top: 15px;
  margin-bottom: 8px;
}

#Footer-Links
{
  width: 250px;
  float: left;
  line-height: 20px;
}

#Footer-Links li
{
  display: inline;
  font-style:italic;
  font-size: 12px;
  color: #FFC;
  height: 14px;
  vertical-align: top;
  margin-right: 5px;
  text-align: center;
}

#Footer-Links li a
{
  color: #FFC;
  text-decoration: none;
}

#Footer-Links li a:hover
{
  text-decoration: underline;
}

#Footer-Copyright
{
  float: right;
  width: 650px;
  color: #FFC;
  text-align: right;
  font-size: 12px;
  font-style:italic;
  line-height: 20px;
}

#Footer-Copyright a
{
  color: #FFC;
  text-decoration: none;
}

#Footer-Copyright-Text
{
  height: 70px;
  text-align:right;
  font-size: 10px;
  color: #FFC;
  width:960px;
  margin-left:auto;
  margin-right:auto;
  font-style:italic;
}

/* Portfolio */
.Category-Box
{
  float: left;
  width: 212px;
  height: 96px;  
  margin-bottom: 34px;
  border: 1px solid #FFF;
  background-repeat: no-repeat;
  background-position: top center;
  cursor: pointer;
}

.Category-Box-Spacer
{
  float: left;
  width: 34px;
}

.Category-Box:hover .Category-Title
{
  display: none;
}

.Category-Title-Box
{
  width: 212px;
  height: 96px;
}

.Category-Title h2
{
  height: 20px;
  background-color: #000;
  position: relative;
  top: 75px;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  color: #FFC;
  padding-left: 5px;
  margin: 0px;
  font-size: 12px;
}

#Gallery-Back-to-List
{
  float: right;
  width: 200px;
  text-align: right;
  font-size:16px;
  font-weight: bold;
}
/* *** */

/* Contact Page */

#Contact-Map
{
  float:  left;
  width: 425px;
}

#Contact-Map iframe
{
  border: 2px solid #FFC;
}

#Contact-Information
{
  float: right;
  width: 300px;
}
/* *** */

/* Sitemap */
#Sitemap ul
{
  margin-left: 15px;
}

#Sitemap ul li a
{
  
}
/* *** */

/* ** Client Area ** */

/* Login Page */
#Login-Box
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 780px;
  background-color: #FFF;
}

#Login-Header
{
  padding: 10px;
  background-color: #FFC;
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

#Login-Content
{
  border: 1px solid #999;
  padding: 10px;
  background-color: #000;
  color: #FFF;
  text-align: center;
}

#Login-Error
{
  color: #FFF;
  padding-top: 25px;
}
/* *** */

/* ****************** */
/* Client area layout */
/* ****************** */
#Client-Albums
{
  float: left;
  width: 180px;
  color: #FFF;
}

.Client-Albums-Info
{
  padding-bottom: 10px;
}

#Client-Albums-Content
{
  float: right;
  width: 700px;
}

#Client-Selected-Photos-Count
{
  float: right;
  width: 300px;
  text-align: right;
}

hr
{
  color: #FFC;
}

.Client-Albums-List
{
  padding-left: 15px;
  margin-left: 15px;
  color: #FFF;
}

.Client-Albums-List-Sub
{
  padding-left: 5px;
  margin-left: 5px;
  list-style-type: none;
  color: #FFF;
}

.Client-Albums-List li
{
  line-height: 25px;
  font-style: italic;
}

li a
{
  color: #FFF;
  text-decoration: none;
}

li a:hover
{
  text-decoration: underline;
}

.Client-Photo
{
  float: left;
  width: 220px;
  height: 250px;
  padding-top: 31px;
  cursor: pointer;
}

.Client-Photo-Order
{
  float: left;
  width: 220px;
  padding-top: 31px;
  cursor: pointer;
}

.Client-Photo-Spacer
{
  margin-right: 20px;
}

.Client-Photo-Thumbnail
{
  width: 213px;
  /*height: 124px;*/
  height: 135px;
  text-align: center;
  overflow: hidden;
}

.Client-Photo-Thumbnail img
{
  max-width: 213px;
  max-height: 124px;
  border: 3px solid #FFF;
}

.Client-Photo-Information
{
  position: relative;
  top: 35px;
}

.Client-Filename
{
  
}

.Client-Select
{
  float: right;
  width: 100px;
  text-align: right;
}

.Client-Display-Amount
{
  float: left;
  width: 300px;
  padding-top: 20px;
  word-spacing: 10px;
}

.Client-Paging
{
  float: right;
  width: 350px;
  text-align: right;
  padding-top: 20px;
}

.paginate
{
  word-spacing: 8px;
}

.current
{
  font-weight: bold;
}

#Client-Add-Album
{
  padding-top: 15px;
}
/* *** */

/* Preview Window */
/*
#Preview-Window
{
  display: none;
  width: 800px;
  height: 600px;
  background-color: #000;
  border: 3px solid #FFF;
}

#Preview-Window-Drag
{
  height: 25px;
  text-align: right;
  padding: 3px;
}

#Preview-Window-Exit
{
  color: #FFF;
  text-align: right;
  cursor: pointer;
}

#Preview-Image
{
  height: 519px;
  text-align: center;
  vertical-align: middle;
}

#Preview-Image img
{
  max-width: 790px;
  max-height: 519px;
}

#Preview-Control
{
  height: 47px;
  background-color: #FFF;
  padding: 3px;
}
*/

#Preview-Window-Header
{
  height: 25px;
  color: #FFF;
  padding: 5px;
  font-family: arial;
}

#Preview-Window-Header a
{
  text-decoration: none;
  color: #FFF;
}

#Preview-Window-Image
{
  width: 669px;
  height: 412px;
  text-align: center;
  padding: 5px 5px 10px 5px;
}

#Preview-Window-Image img
{
  text-align: center;
  max-height: 412px;
}

#Preview-Window-Order-Form
{
  margin: 0px;
}

#Preview-Window-Order-Form input
{
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

#Preview-Window-Footer
{
  height: 100%;
  font-family: arial;
  padding: 5px;
  background-color: #FFF;
  color:#000;
  text-align: center;
}

#Preview-Window-Footer a
{
  color:#0000FF;
}

#Preview-Window-Nav
{
  
}

#Preview-Window-Nav a
{
  text-decoration: none;
}

#Preview-Window-Order-Info
{
  display: none;
  position: absolute;
  text-align: center;
  background-color: #f5f2a2;
  font-size: 12px;
  top: 50px;
  left: 36px;
  z-index: 1000;
  padding: 5px;
  color:#000;
  font-family: arial;
}

#Preview-Window-Order-Added
{
  display: none;
  position: absolute;
  text-align: center;
  background-color: #f5f2a2;
  color: #000;
  font-size: 12px;
  top: 50px;
  left: 36px;
  z-index: 1000;
  padding: 5px;
}
/* *** */

/* Order */
.Client-Order-Item
{
  float: left;
  width: 150px;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
}

.Client-Order-Thumb
{
  width: 80px;
  height: 120px;
}

.Client-Order-Thumb img
{
  border: 2px solid #FFF;
}

#Client-Complete-Order-Link
{
  text-align: center;
  font-weight: bold;
  border: 1px solid #FFF;
  padding: 10px;
}
/* *** */
.abouttext
{
  width:400px;
  float:left;
}
.aboutphotos
{
  float:right;
}
#french-page
{
  height:290px;
}
#french-page h1{
  font-size:18px;
  margin-top:200px;
  text-align:center;
}
