/***************************************************

    Name: pblog_arjun, 

    Arjun Roychowdhury
    www.pbase.com/arjunrc

    (adapted from pbase default 'white elegant' style)

    If you copy this, please keep the credits intact
  
***************************************************** */
/****************************************************
     Modified by: Michael Martin
                  www.pbase.come/pinemikey
     Name:        pinespblog

*****************************************************/


/********************************************/
 /*          COLOR & STYLE SETTINGS          */
/********************************************/


/****************************/
/* ENTIRE DOCUMENT SETTINGS */
/****************************/


/* Main body of the page */
li, ul, blockquote, p, b, i, h1, h2, h3, h4, h5,a,table,thumbnail {
  font-family : arial narrow,verdana, helvetica, sans-serif;
  font-size : 16px;
  color :  #F2F2F2;
}

/* Remove the PBase menu bar */
/* Original from oochappan */
/* https://www.pbase.com/oochappan/profile */
table{ 
margin-top: -27px;
margin-bottom: 27px;
}
/* end of remove code */
body
{
 background :  #990000;
  font-family : Arial narrow, verdana, helvetica, sans-serif;
  font-size : 14px;
  color :  #FFCC66;
   margin-top:5px;
  margin-bottom:5px;
background-attachment: fixed;
background-image: url(https://img242.imageshack.us/img242/613/fullsize2xn3.jpg);
background-repeat: repeat;
background-position: left center;
}

font {
font-size : 18px;

}


/****************************/
/* LINKS */
/****************************/

a, a:link,a:visited,a:active 
{
        color:  #FF6633;
        text-decoration: none;

}
a:hover 
{
        background-color:  #C8C8C8;
        color:  #FFCC66;
        text-decoration: none;
}

TD b {
  background : none;
}


TABLE.comment {

  color:  gray;
  font-size:13px;
}

tr.head {background:none);}
td.from a {background:none;}
td.commands a {none;}

#commentlist .message_body
{
  font-family: arial narrow,verdana, arial, sans-serif;
  color:  #FFCC66;
  font-size: 16px;

  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:5px;
  text-align: justify;
}

#commentlist .from
{
  font-family: arial narrow,verdana, arial, sans-serif;
  color: light #FF6633;
  font-size: 12px;
  font-weight:bold;
}
.title-image {font-family: arial narrow,verdana, arial, sans-serif;
  color:  black;
  font-size: 11px;
  font-weight:bold;}


/*************************/
/* GALLERY PAGE SETTINGS */
/*************************/


/* Gallery Title */
h1,h2 {

        margin-bottom: 1em;
        padding: 5px;
        width: 100%;
        display: block;
        color:  #FF6633;
        font-family: papyrus;
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 4px;
        text-align: center;
        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 3px solid;

}

/* Image or Gallery Title */
DIV.title-image, DIV.title-gallery {
  font-size : 12px;
  font-weight : bold;
  background:  #FFCC66;
  color:  #990000;
 }


/* Gallery Description */
DIV.galleryheader {
  font-size : 11px;
  border-style : solid;


}

/* Image Caption */
DIV.image_caption {
  font-size : 11px;
}



div.p-1:first-line
{
background:  #FF6633;
font-family:century gothic;
font-size:150%;
font-weight: 900;
font-style:bold;
float: center;
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 {display:none;}

/* Image thumbnails */
DIV.thumbnail {font-family: arial narrow,verdana, arial, sans-serif;
  color: light #FFCC66;
  font-size: 12px;
  font-weight:bold;
}

/***********************/
/* IMAGE PAGE SETTINGS */
/***********************/

/* Image Page Contents */
#imagepage {
  display : block;
  padding : 4px;
  margin : 55px;
  float : center;

}


/* 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;
padding-top : 15px;
  padding-bottom : 5px;
}


#gallery_entries > table {
  float : center;
  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 : center;
  position : relative;
  width : 100%;
font-size : 16px;

}


/* Gallery Title */
h2 {
  display : block;
  position : relative;
  top : 1px;
  width : 100%;
  clear : both;
  padding-top : 15px;
  padding-bottom : 5px;
  margin : 5px;
  margin-left : auto;
  margin-right : auto;
  text-align : center;

}


/* Linked Subgalleries */
#linkedsubgalleries {
  position : relative;
  width : 100%;
  top : 5px;
  padding-bottom : 5px;
  margin : 4px;
  margin-left : auto;
  margin-right : auto;
  text-align : center;

}

/* Gallery List */
#gallery_entries {
  position : relative;
  float : center;

  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 : 5px;
  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 : center;
  width : 100%;
  min-height : 220px;
  padding : 3px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 30px;
  margin-bottom : 30px;
  text-align : left;

}

/* Image or Gallery Title */
DIV.title-image, DIV.title-gallery {
  text-align : center;
  padding:10px;


}

/* 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 : 4px;

}
#page-1 DIV.galleryheader, #page-all DIV.galleryheader {
  display : block;
  max-width : 90%;
  padding : 3px;
  margin-right : auto;
  margin-left : auto;
  margin-top : 10px;
  margin-bottom : 10px;
  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 : 2px;

}
/* Image date in odd item listings */
.gallery_entry-odd DIV.image_date {
  left : 4px;
  text-align : left;
}
/* Image date in even item listings */
.gallery_entry-even DIV.image_date {
  left:4px;
  text-align : left;

}

/* Image thumbnails */
DIV.thumbnail {
padding-top:60px;


}


/* Image or gallery thumbnails in even item listings */
DIV.gallery_entry-even DIV.thumbnail {
  float : center;
  padding-left:20px;
}
/* Image or gallery thumbnails in odd item listings */
DIV.gallery_entry-odd DIV.thumbnail {
  float : center;
  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 : 4px;
  clear : both;
  text-align : right;
padding-top : 15px;
  padding-bottom : 5px;
}

/* Add gallery to topic form */
DIV.topic_add_form {
  position : relative;
  width : 90%;
  left : 5%;
  right : 5%;
  padding : 4px;
  margin-right : auto;
  margin-left : auto;
  float : center;
  text-align : center;

}
DIV.topic_add_form hr {
  display : none;
}


/***********************/
/* IMAGE PAGE SETTINGS */
/***********************/

/* Image Page Contents */
/* Image Page Contents */
#imagepage {
font-family : arial, verdana, helvetica, sans-serif;
  font-size : 11px;
  color :  #2A2A2A;
  background : none;
  margin-top:5px;
  margin-bottom:5px;
}

/* Profile page, all galleries links */
#localmenu {

}

/* Contains Image, Image Date, and Image Artist */
TABLE.imagetable {
  padding : 30px;

}

/* Actual Image */

img.display{border:  #000000 1px solid; 
	margin-bottom: 0px; 
	padding-top: 25px; 
	padding-bottom:25px;
        padding-left:25px;
        padding-right:25px;
	display: block; 
	background:  #344152; 
	-moz-border-radius-bottomright: 10px; 
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#000023",Direction=135,Strength=7); 
}

/* 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 : 1px;

}

/* Image pageviews */
DIV.image_hitcounts {
  text-align : center;
}
body
{
 background :  black;
  font-family : verdana, helvetica, sans-serif;
  font-size : 11px;
  color :  #CACACA;
   margin-top:5px;
  margin-bottom:5px;
background-attachment: fixed;
background-image: url(https://www.pbase.com/pinemikey/image/59389337.jpg);
background-repeat: repeat;
background-position: left center;
}
.exif{color :  #CACACA;}
#othersizes
{color :  #CACACA;}
.camera { color :  #CACACA;}
BODY { margin-top: 1px; top: 1px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }

BODY { margin-top: 1px; top: 1px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }




BODY { margin-top: 1px; top: 1px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }

BODY { margin-top: 1px; top: 1px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }




BODY { margin-top: 1px; top: 1px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }




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