/* this stylesheet is used on the photo page.. */
/* $Id: photo.css,v 1.8 2009/05/22 20:46:42 dviner Exp $ */

body#photos div.mainBody {
    margin: 15px 0 0 0;
    padding: 0px 0 10px 0;
    width: 100%;
}

/* END ORIGINAL */

div.main {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.photo_and_title 
{
    width: 64%;
    float: left;
    margin: 0px 0px 0 2px;
    padding: 0 0 0 2px;
}

.photo_tools
{
    width: 35%;
    margin-left: 65%;
    float: right;
    margin: 0px 0 0 0;
    padding: 0 0 0 0;
}

/* this is the title of the image */
div.photo_and_title h1 {
    text-align: left;
    font-weight:bold;
    font-size: 20px;
    margin: 4px 0px 10px 0px;
    background: none;
    padding: 0px 4px 0px 10px;
    height: auto; 
    /* some templates specify a height */
}

/* this is the image on the page */
div.photo_and_title img {
    margin: 0 0px 0 10px;
    padding: 0 0 0 0px;
    float: left;
}

/* this is the "back to photoalbum" link */
div#from_album {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

/* BEGIN previous/next stuff */

/* both the previous and next img/title boxes */
div#prev, div#next {
    text-align: center;
}

div#prev  img{
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div#next  img{
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


/* these 2 are the words "Next" and "Previous" which 
    appear over the next/previous images */
div#next  a{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 10px;
    color: grey;
    font-family:Arial, Helvetica;
    text-decoration: none;
}

div#next a:hover {
    text-decoration: underline;
}

div#prev  a{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 10px;
    color: grey;
    font-family:Arial, Helvetica;
    text-decoration: none;
}

div#prev a:hover {
    text-decoration: underline;
}

/* the previous image and title box*/
div#from_album div#prev {
    width: auto;
    float: left;
    padding: 0 0px 0px 60px;
    margin: 0 10px 20px 0px;
}

/* the next image and title box*/
div#from_album div#next {
    width: auto;
    float: left;
    padding: 0 0px 0px 0px;
    margin: 0 0px 20px 0px;
}


/* the entire previous and next box (not including Album:name)*/
div#prev_next {
    width: 100%;
    margin: 0 0 0 0px;
    padding: 0 0 0px 0px;
}

/* the title of the entire previous and next box (Album: name)*/
div#from_album h3 {
    text-align: center;
    font-size: 12px;
    color: grey;
    font-family:Arial, Helvetica;
    margin: 5px 0 5px 0;
    padding: 0 0 0 0;
}

/* end previous/next stuff */

/* this is the description of the image but it is also encased in a <p> tag*/
div#description {
    margin: 0px 0 0px 0;
    padding: 10px 0 0px 0;
}
div#description p {
    font-size: 14px;
    text-align: left;
    padding: 0 2px 0 4px;
    margin: 0 0 15px 0;
}

/* this is for the comments */
div#comments {
   margin: 5px 0 0 0;
    padding: 0px 0 0 0;
}

/* the h2's are the "Comments" and "Description" text */
h2 {
    float: left; 
    width: 80%;
    font-size: 16px;
    text-align: left;
    font-family:Arial, Helvetica;
    font-weight: bolder;
    padding: 2px 0px 0px 0px;
    margin: 0 0 10px 2px;
}

/* this is the div enclosing the 'add comment' link */
div#comments div#addcomment {
    float: right;
    width: 18%;
    padding: 2px 0px 0px 0px;
    margin: 0 0 5px 0px;
    font-size: 12px;
    text-align: left;
    font-family:Arial, Helvetica;
}

/* this is the div which encloses the 'add a comment' form itself */
div#comments div#addcommentform {
    margin: 0 0 0 4px;
    padding: 0 0 0 0;
    display: none;
}
/* the text for the add comment form */
div#comments div#addcommentform p {
    font-size: 10px;
    text-align: left;
    font-family:Arial, Helvetica;
}

/* this is the "Be first to comment" text */
div#comments h4 {
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

div#comments h4 a{
    font-weight: bolder;
    font-size: 14px;
    font-family:Arial, Helvetica;
}

/* now the actual comments are in a ul inside the div#comments */
div#comments ul {
    padding: 0px 0px 0 0px;
    margin: 0px 0 0 4px;
    list-style-type: none;
}
div#comments ul li {
    text-align: left;
    font-size: 12px;
    padding: 0 0 0 0px;
    margin: 0 0 10px 0;
}

/* this is for the name of the poster */
div#comments ul li strong {
    font-size: 12px;
    font-weight: bold;
}
/* this is used for the date posted */
div#comments ul li small {
    font-size: 10px;
    color: grey;
}

/* this is the box that contains sections below the foto */
div#below_photo {
    margin: 10 0 0px 0px;
    padding: 0 0 0px 0;
    width: 100%;
}
/* BEGIN photo information section */
div#photo_info {
    margin: 10px 0 0px 0px;
    padding: 10px 0 0 0px;
    width: auto;
    float: left;
}

div#photo_info ul {
    padding: 0px 0px 0 0px;
    margin: 2px 0 0 10px;
    list-style-type: none;
}
div#photo_info ul li {
    font-size: 10px;
    text-align: left;
    padding: 0 0px 0 4px;
    margin: 0 0 0 0;
}

/* END photo info section */

/* BEGIN photo actions section */
div#photo_actions {
    margin: 0 10px 0 0;
    padding: 0 0px 0 0;
    width: auto;
    float: right;
}

div#photo_actions ul {
    padding: 0px 0px 0px 0px;
    margin: 10px 0 0 0px;
    list-style-type: none;
}
div#photo_actions ul li {
    font-size: 12px;
    color: black;
    text-align: right;
    font-family:Arial, Helvetica;
    padding: 0px 0px 4px 0px;
    margin: 0 25px 0 0;
}


/* END photo actions section */

/* BEGIN edit features */
div#edit {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: none;
}

div#edit p {
    font-size: 18px;
    text-align: left;
    font-family:Arial, Helvetica;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
}
/* END edit features */
