/* 
Photo.net CSS Document
Home Page styles
*/
/*------------------------------------------------------------------*/
/* common */
/* .sponsor {position:absolute;width:88px;} */


/* welcome and explore */
.welcome {width:560px;}
*html body .welcome {float:none;}
.welcome h1 {font-size:14px;line-height:18px;}
.welcome .links {padding:10px 0;}
.welcome .links .left {width:45%;padding-right:10px;float:none;}
.welcome .links .right {width:50%;}

/* photo of the week */
.photoOfWeek {position:relative;width:300px;margin-top:42px;}
.photoOfWeek .date {font-size:11px;font-style:italic;}
.photoOfWeek .photoBox {border:1px solid #666;background:#dedede;padding:9px 9px 20px 9px;margin-bottom:10px;}
.photoOfWeek .photoBox img {border:1px solid #333;margin-bottom:10px;}
.photoOfWeek .photoBox span {}
.photoOfWeek .links {font-size:11px;margin-bottom:20px;}
.photoOfWeek .sponsor {top:0;right:0;}

/* photo samples */
.photoSamples {position:relative;}
.photoSamples .sponsoredBy {position:absolute;top:3px;right:93px;text-align:right;font-size:10px;line-height:13px;}
*html body .photoSamples .sponsoredBy {right:148px;}
.photoSamples .sponsor {top:0;right:0;}
*html body .photoSamples .sponsor {right:55px;}

#sample {
  margin-bottom: 15px;
}

#sample-header {
  height: 39px;
}

#sample-header h2 {
  float: left;
  line-height: 21px;
  margin-top: 9px;
  color: #384553;
  font-size: 1.3em;
  font-weight: bold;
  font-family: Georgia;
}

#sample-header span {
  float: right;
  text-transform: uppercase;
  background: url(/v3graphics/icon-zoom.gif) no-repeat 0 50%;
  padding-left: 19px;
  line-height: 39px;
  font-weight: bold;
}

#sample-gallery {width:1004px; height:113px; background-color:#d5dde0}

#sample-gallery #sample-bg {
    width:953px;
    height:100px;
    background-color:white;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-width: 2px 2px 1px 1px;
    border-color: #a1a4a9;
    border-style: solid;
    top: 5px;
    left: 25px;
    position: relative;
    behavior:url(/v3css/PIE.htc);
}

#sample-gallery .cell {
    border-left: 1px dashed #c6c6c6;
    width:105px;
    height:100px;
    text-align:center;
    display:table-cell;
    #float:left;
    #position:relative;
    vertical-align:middle;
}

#sample-gallery .cell:first-child {
    border-left: none;
}

#sample-gallery .cell div {
    #position: relative;
    #width: 105px;
    #top: 51%;
    #left: 0%;
}

#sample-gallery img {
    margin:0 auto;
    #position: relative;
    #top: -50%;
}

#col-1,
#col-2,
#col-3
{
  float: left;
  width: 302px;
  margin-left: 25px;
}

.box {
  border: 1px solid #CCC;
  margin-bottom: 15px;
}

.box-ads {
  margin-bottom: 15px;
  border:1px solid #CCC;
}

.box h3 {
  border-top: 1px solid #4075AA;
  margin: 5px 0 10px 0;
  padding-left: 28px;
  background: #316AA4 no-repeat 8px 50%;
  line-height: 22px;
  color: #FFF;
  font-size: 1.4em;
  font-weight: bold;
  font-family: Georgia;
}

.box h3 a:link,
.box h3 a:visited,
.box h3 a:hover,
.box h3 a:active {
  color: #FFF;
  text-decoration: none;
}

.box h4,
.box h5 {
  padding: 0 10px;
}

.box h4 {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

.box h5 {
  font-size: 1.2em;
  color: #333;
}

.box p {
  padding: 0 10px 5px 10px;
  font-size: 1.3em;
  margin-bottom: 0;
}

.box ul {
  padding: 0 10px;
  font-size: 1.3em;
}

.box li {
/*  height: 28px; */
  clear: both;
}

.box li a {
  display: block;
  line-height: 28px;
  background: url(/v3graphics/icon-bullet-blue.gif) no-repeat 0 50%;
  padding-left: 9px;
}

.box ul.dashed li {
  border-top: 1px dashed #CCC;
}

.more {
  display: block;
  clear: both;
  margin: 0 10px;
  line-height: 28px;
  font-weight: bold;
  font-size: 1.3em;
  border-top: 1px dashed #CCC;
}

#col-2 .box h3 {
  border-color: #989187;
  background-color: #90897E;
}

#home-discover     h3 { background-image: url(/v3graphics/icon-browse.gif); }
#home-photographer h3 { background-image: url(/v3graphics/icon-star.gif); }
#home-forums       h3 { background-image: url(/v3graphics/icon-comments.gif); }
#home-articles     h3 { background-image: url(/v3graphics/icon-articles.gif); }
#blog-posts        h3 { background-image: url(/v3graphics/icon-articles.gif); }
#home-news         h3 { background-image: url(/v3graphics/icon-news.gif); }
#home-calendar     h3 { background-image: url(/v3graphics/icon-calendar.gif); }
#home-gallery      h3 { background-image: url(/v3graphics/icon-star.gif); }
#home-random       h3 { background-image: url(/v3graphics/icon-star.gif); }
#home-picks        h3 { background-image: url(/v3graphics/icon-star.gif); }

#home-search {
  width: 196px;
  background: url(/v3graphics/home-discover.gif) no-repeat 10px 0;
  padding: 0 0 10px 109px;
  overflow: hidden;
}

#home-search p {
  padding-left: 0;
}

#home-search label {
  color: #0A428F;
  font-weight: bold;
  text-transform: uppercase;
}

#home-search input.text {
  width: 140px;
  margin-right: 5px;
  float: left;
}

#home-search input.submit {
  float: left;
}

#home-discover ul {
  width: 285px;
  overflow: hidden;
}

#home-discover li {
  width: 142px;
  float: left;
  clear: none;
}

#home-discover h4 {
  border-top: 1px solid #CCC;
  background: #DAE5EE;
  color: #0A428F;
  line-height: 23px;
  font-size: 1.4em;
  font-weight: bold;
  font-family: Georgia;
  font-style: italic;
  margin-bottom: 10px;
}

#home-mystuff {
  height: 28px;
  border-top: 1px dashed #CCC;
  margin: 0 10px;
}

#home-mystuff a {
  float: left;
  font-size: 1.3em;
  width: 110px;
  background: no-repeat 5px 50%;
  padding-left: 28px;
  line-height: 28px;
}

#home-mystuff #home-workspace { background-image: url(/v3graphics/icon-workspace.gif); }
#home-mystuff #home-portfolio { background-image: url(/v3graphics/icon-portfolio.gif); }

#home-photographer {
  padding-bottom: 10px;
}

#home-photographer img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #CCC;
}

#home-forums h4, #blog-posts h4 {
  font-size: 1.3em;
  padding-bottom: 5px;
}

#home-forums ul li, #blog-posts ul li {
  height: auto;
}

#home-forums ul li a, #blog-posts ul li a {
  float: left;
  margin-right: 5px;
  padding-top: 2px;
  line-height: 24px;
}

#home-forums ul li img, #blog-posts ul li img {
  float: left;
  margin-top: 8px;
  cursor: pointer;
}

#home-forums ul li img.contract, #blog-posts ul li img.contract {
  background: #93A1B0;
}

#home-forums ul li p, #blog-posts ul li p {
  clear: both;
  display: none;
  font-size: 1em;
}

#home-forums ul li p a, #blog-posts ul li p a {
  display: auto;
  float: none;
  background: none;
  line-height: 20px;
  height: auto;
  margin: 0;
  padding: 0;
}

#home-forums ul li div, #blog-posts ul li div {
  clear: both;
  display: block;
  font-size: 11px;
}

#home-forums ul li .forum-date {
  display: none;
  background: #EEE;
  height: 24px;
  line-height: 24px;
  margin-bottom: 7px;
  padding: 0 7px;
}

#home-forums ul li .forum-date a {
  display: inline;
  float: none;
  background: none;
  line-height: 24px;
  height: auto;
  margin: 0;
  padding: 0;
}

#home-articles h4 {
  font-size: 1.3em;
}

#home-articles h4.section-top {
  padding-top: 10px;
  border-top: 1px solid #CCC;
}

#home-articles h5 {
  font-size: 1.3em;
  font-style: italic;
  text-indent: 9px;
}

#home-articles ul {
  margin-bottom: 5px;
  margin-left: 9px;
}

/* 
#home-articles li {
  height: 18px;
}
*/

#home-articles li a {
  line-height: 18px;
}

#home-calendar img {
  display: block;
  padding: 3px;
  border: 1px solid #CCC;
  margin: 10px auto;
}

#home-calendar p {
  font-size: 1.2em;
  font-weight: bold;
}

#home-gallery {
  padding-bottom: 10px;
}

#home-gallery-list {
  width: 298px;
  overflow: hidden;
}

#home-gallery-list a {
  float: left;
  border: 1px solid #CCC;
  padding: 2px;
  width: 78px;
  height: 78px;
  margin: 11px 0 0 11px;
}
#home-random img {
  display: block;
  padding: 3px;
  border: 1px solid #CCC;
  margin: 10px auto;
}
#home-random p {
  font-size: 1.2em;
  font-weight: bold;
}
#home-picks {
  padding-bottom: 10px;
}
#home-picks p {
  font-size: 1.2em;
  font-weight: bold;
}

#home-featured ul {
  list-style-image: url(/v3graphics/icon-bullet-blue.gif);
  list-style-position: inside;
}
#home-featured li {
  height: auto;
}

#ads-bottom {
  padding: 19px 0 0 0;
  background: url(/v3graphics/separator.gif) repeat-x 0 0;
  clear: both;
  text-align: center;
}

#ads-bottom > div {
    margin: 0px auto;
}

#about h2 {
  margin:15px 0 2px 0;
  font-size: 1em;
  font-weight: bold;
}

#about p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: .9em;
  line-height:1.3em;
  padding-bottom: 19px;
  margin:0 0 15px 0;
  background: url(/v3graphics/separator.gif) repeat-x bottom left;
}
table.center,
.center tr,
.center td {
  width: 78px;
  height: 78px;
  vertical-align: middle;
  text-align: center;
}

/* home common
------------------------------------------------------------------*/

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.gallery {float: left; height:85px; width:120px; padding:0; margin:10px 8px 0 18px;}
div.gallery table {margin:0 auto;}
div.gallery  td { height:85px; width:85px; vertical-align:middle; text-align:center;}
div.gallery img {padding:0; margin:0 auto;}

/* article and equipment Tabbed Boxes Styles
------------------------------------------------------------------*/
#wTabs3, #wTabs4 {height:22px;border-bottom:#ccc solid 1px;margin:-3px 0 0 0;}
#wTabs3 ul, #wTabs4 ul {padding:0;margin:0 0 0 6px;}
#wTabs3 li, #wTabs4 li {float:left;display:inline;background:url(/v3graphics/navtab_left-off.gif) no-repeat left;margin:0 3px -1px 0;padding-left:7px;border:none;border-bottom:none;clear:none;height:22px;}
#wTabs3 li.on, #wTabs4 li.on {display:inline;background:url(/v3graphics/navtab_left-on.gif) no-repeat left;margin:0 3px -1px 0;padding-left:7px;border-bottom:1px solid #fff;position:relative;}
#wTabs3 a, #wTabs4 a {display:block;float:left;font-weight:bold;font-size:11px;padding:2px 6px 2px 2px;background:url(/v3graphics/navtab_right-off.gif) no-repeat right;color:#fff;text-decoration:none;line-height:22px;}
#wTabs3 .on a, #wTabs4 .on a {background: url(/v3graphics/navtab_right-on.gif) no-repeat right;padding:0px 6px 0 2px;color:#333;text-decoration:none;line-height:22px;}
.wContentBox {padding:10px;margin:0;width:280px;height:auto;}
.wContentBox img {border:1px solid #ccc;margin-right:10px;}
.wContentBox .divider {border-bottom:1px dashed #ccc;height:1px;margin:10px 0 10px;padding:0;overflow:hidden;}
.wContentBox ul {margin:10px 0 0;padding:0;}
.wContentBox li {border-top:1px dashed #ccc;padding-top:3px;margin:0 0 3px -8px;}
.wContentBox p, .wContentBox h4 {padding:0;width:217px;font-size:11px;position:relative;}
.wContentBox .products h4 {padding-top:10px;}
img.noBrdr {border:0;}
.wContentBox .articleDes p, .wContentBox .articleDes h4 {width:193px;}
.wContentBox a img { 
    max-width: 50px; 
    width: expression(this.width > 50 ? "50px" : true);
}
    
/* Focal press books excerpts
------------------------------------------------------------------*/
.book-pic {float:left; margin:0px 10px 0px 10px;}
.book-pic img {padding:0; margin:0; }

.box .book_text {float:left; margin:0 30px 0 0px; font-size:11px; line-height:16px;}
.box .headline {float:left; margin:0 10px 10px 10px; padding: 0; width:90%; font-size:.9em; line-height:16px; background:url(/v3graphics/focal-press/fplogo-small.gif) no-repeat top right; color:#194e96; font-size:11px;}
.box .headline .titles {margin-right: 25px;}

/* Buydig placement */
.buydig { border:1px solid #ccc; padding:0px; }
