/***************************************************

    Name: pblog_arjun (borrowed by Andrys, for #4)

    Arjun Roychowdhury
    www.pbase.com/arjunrc

    (adapted from pbase default 'white elegant' style)

    If you copy this, please keep the credits intact

***************************************************** */

/********************************************/
/*          COLOR & STYLE SETTINGS          */
/********************************************/


/****************************/
/* ENTIRE DOCUMENT SETTINGS */
/****************************/


/* Main body of the page */
li, ul, blockquote, p, b, i, h1, h2, h3, h4, h5,a,table {
  font-family : verdana, helvetica, sans-serif;
  font-size : 11px;
  color :  #2A2A2A;
   margin-top:0px;
  margin-bottom:5px;
}

body
{
 background :  #f8f8f8;
  font-family : verdana, helvetica, sans-serif;
  font-size : 11px;
  color :  #2A2A2A;
   margin-top:5px;
  margin-bottom:5px;
}

font {
font-size : 11px;

}


/****************************/
/* LINKS */
/****************************/

a, a:link,a:visited,a:active 
{
        color:  #1A1A1A;
        text-decoration: none;

}
a:hover 
{
        background-color:  #BEBEBE;
        color:  #2A2A2A;
        text-decoration: none;
}

TD b {
  background : none;
}

TABLE.comment {

  color:   ;
  font-size:11px;
}

tr.head {background:  #DCDCDC;}
td.from a {background:  #DCDCDC;}
td.commands a {background:  #DCDCDC;}

#commentlist .message_body
{
  font-family: verdana, arial, sans-serif;
  color:  #555555;
  font-size: 11px;

  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:5px;
  text-align: justify;
}

#commentlist .from
{
  font-family: verdana, arial, sans-serif;
  color:   ;
  font-size: 11px;
  font-weight:bold;
}


/*************************/
/* GALLERY PAGE SETTINGS */
/*************************/

/* Gallery Title */
h1,h2 {

        margin-bottom: 1em;
        padding: 0px;
        width: 100%;
        display: block;
        color:  #555555;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: right;
        height: 21px;
        position: relative;
        
}

/* Existing and New Comments */
DIV.gallery_comments {

}

/* Individual Image or Subgallery in Gallery */
DIV.gallery_entry-even, DIV.gallery_entry-odd, DIV.gallery_entries {
  font-size : 11px;
  border:  #E6E6E6 1px solid;

}

/* Image or Gallery Title */
DIV.title-image, DIV.title-gallery {
  font-size : 11px;
  font-weight : bold;
  background:  #DDDDDD;
  color:  #3C3C3C;
 }


/* Gallery Description */
DIV.galleryheader {
  font-size : 11px;
  border-style : solid;


}

/* Image Caption */
DIV.image_caption {
  font-size : 11px;
}

/* This one ensures that the first letter of my blog
   posts are in a grey box and white text */

div.p-1:first-letter
{

background:  #808080;
font-size:150%;
font-style:bold;
float:left;
color:  white;
padding:4px;
margin-right:2px;
}

/* Image date in odd and even item listings */
DIV.gallery_entry-even DIV.image_date, DIV.gallery_entry-odd DIV.image_date {
  font-size : 9px;
  font-weight : bold;

}

/* Image thumbnails */
DIV.thumbnail {
}

/***********************/
/* IMAGE PAGE SETTINGS */
/***********************/

/* Image Page Contents */
#imagepage {
  display : block;
  padding : 1px;
  margin-top : 0px;
  margin-left : 10px; 
  margin-right : auto; 
  text-align : left;
}


/* Contains Image, Image Date, and Image Artist */
TABLE.imagetable { 
font-size : 11px;


} 
  
/* Actual Image */
IMG.display {

}

/* Image Date */
SPAN.date {
  color :  #646464;

}

/* Image Artist */
SPAN.artist {
  color :  #646464;
}

/* Image Comments and New Comment Form */
DIV.comment_section {
font-size : 11px;

}


#gallery_entries > table {
  float : left;
  position : relative;
  width : 100%;
  font-size:11px;
}



/********************************************/
/*           POSITIONING SETTINGS           */
/********************************************/

/*************************/
/* GALLERY PAGE SETTINGS */
/*************************/

/* Previous, Next, and Page Number Links */
/* Entire row of links */
#gallery_entries > table {
  float : left;
  position : relative;
  width : 100%;
font-size : 11px;

}


/* Gallery Title */
h2 {
  display : block;
  position : relative;
  top : -1px;
  width : 100%;
  clear : both;
  padding-top : 10px;
  padding-bottom : 3px;
  margin : 3px;
  margin-left : auto;
  margin-right : auto;
  text-align : center;

}


/* Linked Subgalleries */
#linkedsubgalleries {
  position : relative;
  width : 100%;
  top : 5px;
  padding-bottom : 8px;
  margin : 0px;
  margin-left : auto;
  margin-right : auto;
  text-align : center;

}

/* Gallery List */
#gallery_entries {
  position : relative;
  float : left;

  width : 90%;
  left : 5%;
  right : 5%;
  margin-right : auto;
  margin-left : auto;
  text-align : center;
font-size : 11px;


}

/* Existing and New Comments and Pageview Data */
DIV.gallery_comments, DIV.gallery_hitcounts {
  position : relative;
  float : left;
  width : 90%;
  left : 5%;
  right : 5%;
  padding : 0px;
  margin-right : auto;
  margin-left : auto;
  text-align : center;

}
/* Existing and New Comments and Pageview Data merged into one section */
/* Existing and New Comments */
DIV.gallery_comments {
  margin-top : 3px;

}
/* Pageview Data */
DIV.gallery_hitcounts {
  margin-bottom : 3px;
}

/* Individual Image or Subgallery in Gallery */
DIV.gallery_entry-even, DIV.gallery_entry-odd {
  position : relative;
  float : left;
  width : 100%;
  min-height : 220px;
  padding : 3px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 7px;
  margin-bottom : 7px;
  text-align : left;

}

/* Image or Gallery Title */
DIV.title-image, DIV.title-gallery {
  text-align : center;
  padding :1 px;


}

/* Gallery Description */
/* Only show description when viewing first page or all contents */
DIV.galleryheader {
  font-size : 11px;
  border-style : solid;
  border-color :  #361c05;
  border-width : 0px;

}
#page-1 DIV.galleryheader, #page-all DIV.galleryheader {
  display : block;
  max-width : 90%;
  padding : 0px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 5px;
  margin-bottom : 5px;
  text-align : center;

}

/* Image date in odd and even item listings */
DIV.gallery_entry-even DIV.image_date, DIV.gallery_entry-odd DIV.image_date {
  position : absolute;
  top : -12px;

}
/* Image date in odd item listings */
.gallery_entry-odd DIV.image_date {
  left : 0px;
  text-align : left;
}
/* Image date in even item listings */
.gallery_entry-even DIV.image_date {
  left:0px;
  text-align : left;

}

/* Image thumbnails */
DIV.thumbnail {
padding-top:21px;


}


/* Image or gallery thumbnails in even item listings */
DIV.gallery_entry-even DIV.thumbnail {
  float : right;
  padding-left:20px;
}
/* Image or gallery thumbnails in odd item listings */
DIV.gallery_entry-odd DIV.thumbnail {
  float : left;
  padding-right:20px;
}

/* Image Caption */
DIV.image_caption {
  padding : 10px;

}

/* Number of comments and new comment link for image or subgallery */
DIV.comment_count-image, DIV.comment_count-gallery {
  float : right;
  width : 100%;
  margin : 0px;
  clear : both;
  text-align : right;

}

/* Add gallery to topic form */
DIV.topic_add_form {
  position : relative;
  width : 90%;
  left : 5%;
  right : 5%;
  padding : 0px;
  margin-right : auto;
  margin-left : auto;
  float : left;
  text-align : center;

}
DIV.topic_add_form hr {
  display : none;
}


/***********************/
/* IMAGE PAGE SETTINGS */
/***********************/

/* Image Page Contents */
/* Image Page Contents */
#imagepage {
font-family : verdana, helvetica, sans-serif;
  font-size : 11px;
  color :  #2A2A2A;
  background :  #f8f8f8;
  float : center;
  padding : 0px;
  margin-top : 0px;
  margin-left :  10px; 
  margin-right : auto; 
  text-align : left;
}
}

/* Profile page, all galleries links */
#localmenu {

}

/* Contains Image, Image Date, and Image Artist */
TABLE.imagetable {
  padding : 0px;

}

/* Actual Image */
IMG.display {
  padding : 0px;
  margin : 0px;

}

/* Image Date */
SPAN.date {
  width : 0%;
  white-space : nowrap;

}

/* Image Artist */
SPAN.artist {
  width : 0%;
  white-space : nowrap;
}

/* Image Comments and New Comment Form */
DIV.comment_section {
  padding-top : 3px;

}

/* Image pageviews */
DIV.image_hitcounts {
  text-align : center;
}



BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }



BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
