/* ====================================================
   Stylesheet Name: Frank
   This stylesheet is a modified page that started with, as a base, the stylesheet of Arjun Roychowdhury.
   ==================================================== */

/* --- simple code to hide the menu -- */
body table td a img { display:none;} 
.thumbnails table img {display:none;}
table img {display:block;}
.display,.display img {display:block;}
.thumbnails table,.thumbnails table img, .display,p.small{ 
display: inline; 
body div.galleryheader table td a img {display:inline;}
} 


/* --------------------------------------------
    General Styles
   -------------------------------------------- */

/* Code pour annuler le style PBASE utiliser par défaut. Les parametres sont ensuite redefinie. */

/* pour cacher profile */
/*table{ 
margin-top: -25px;
margin-bottom: 27px;
}*/


div,th,tr,table,li,ul,form,
blockquote,p,b,i,h4,h5,center,title
{
        border: 0px;
        color:   ;
        font: 11px verdana, arial, sans-serif;

}

font 
{
        display: block;
        font: 11px Verdana, Tahoma, Helvetica, sans-serif;
        letter-spacing: 0px;
      
}

a, a:link,a:visited,a:active 
{
        color:  black;
        text-decoration: none;

}
a:hover 
{
        color:  white;
        text-decoration: none;
}

/* mettre en evidence */
strong
{
 font-weight:normal;  
 text-decoration:underline;
 color:   ;
}   
.title
{
  font: 15px Verdana, Tahoma, Helvetica, sans-serif;
  color:  #EBEBEB;
} 

.location
{
  font: 15px Verdana, Tahoma, Helvetica, sans-serif;
  color:  #808080;
  font-weight:bold;
}  

.caption
{
  font: 15px Verdana, Tahoma, Helvetica, sans-serif;
  color:   ;
}  

.theme
{
  font: 15px Verdana, Tahoma, Helvetica, sans-serif;
  color:  #004080;
  font-weight:bold;
}  

.artist
{
  font: 11px Verdana, Tahoma, Helvetica, sans-serif;
  color:  white;
}  


/* --------------------------------------------
    Thumbnail Styles
   -------------------------------------------- */
/* I do not want my root gallery thumbnail text to show */
/* If you are copying my sheet, you may want to disable this */
/*.thumbnail b {display:none;}*/

/* This is to ensure that long texts in thumbnails are 
   wrapped around. Different browsers do it differently */



td.thumbnail font
{
        white-space: -moz-pre-wrap; /* Mozilla*/
        white-space: -pre-wrap; /* Opera 4 - 6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        white-space: pre-wrap; /* CSS3  */
        word-wrap: break-word; /* IE 5.5+ */
}


td.thumbnail 
{ 
        padding: 2px; height: 207px;
        /* dont forget to add width here else text wrapping
         in mozilla will not work - since this is the parent
         class */
        width: 172px;
      
}

a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active 
{ 

     /*border:  #D8D8D8 1px solid; */
     border:    1px solid;   
     margin-bottom: -40px; 
     padding-top: 5px; 
     width: 172px; 
     display: block; 
     height: 197px; 
     -moz-border-radius-bottomright: 10px; 
     -moz-border-radius-topleft: 10px; 


}


a.thumbnail:hover		
{    border:    1px solid;
     
}


table.thumbnail 
{
        width: 10%;
}




/* --------------------------------------------
    Image Styles
   -------------------------------------------- */

img
{
       border:  #EBEBEB 1px none;
} 

img.thumbnail 
{
/*        border:    1px solid;*/
        /* margin: 0px;
        padding: 0px;*/
        /*background:  #AFAFAF;*/
        vertical-align: middle;
        display:block;
}

/* --------------------------------------------
    The main 'Body'
   -------------------------------------------- */

body
{
padding-bottom: 10px; 
margin-bottom: 40px; 
margin-top: 20px;
background:  #555555
        
}



/* --------------------------------------------
   Comments 
   -------------------------------------------- */
#commentlist .message_body
{
  font-family: verdana, arial, sans-serif;
  color:  #555555;
  font-size: 11px;
  background:  #C8C8C8;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:5px;
  padding-right:5px;
  text-align: justify;
}

#commentlist .from
{
  font-family: verdana, arial, sans-serif;
  color:  black;
  font-size: 11px;
  font-weight:bold;
}

#commententry .message_body
{
padding-top:20px;
padding-bottom:10px;
padding-left:5px;
padding-right:5px;
text-align: justify;
}





/* --------------------------------------------
    Heading Styles
   -------------------------------------------- */

h1, h2 
{
        border:  #5F79D8 1px;
        border-left: 1px none;
        border-right: 1px none;
        border-top: 1px none;
        margin-bottom: 1em;
        margin-left: -10px;
        margin-right: 0px;
        padding: 5px;
        width: 100%;
        display: block;

        /* for non IE browsers, lets select a good background
           since the gradient filter will not work there */

        background:  #CACACA;
        color:  #232323;
        font-size: 38px;
        font-weight: bold;
        letter-spacing: 3px;
        text-align: right;
        height: 41px;
        position: relative;
        /* IE specific */

        filter: progid:DXImageTransform.Microsoft.gradient
                (gradientType=1,enabled='true',startColorstr
                 ='#AFAFAF',endColorstr='#FFFFFF');
}
h3 
{
        color:  white;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0px;
        text-align: center;
}

h4 
{
        color:  #252525;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0px;
        text-align: center;
}

h5 
{
        padding-left: 2px;
        width: 150px;
        display: block;
        color:  #B4B4B4;
        font-size: 12px;
        font-weight: normal;
}



/* --------------------------------------------
    Other Misc. Styles
   -------------------------------------------- */
.display /* border around image in image page */
{
        border:    1px solid;
        margin-top: 1em;
        background:  #FFFFFF;
}


.lid /* full exif table */
{
        background:  #C8C8C8;
        color:  #666666;
        font: 10px Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}
.sb
{
       background:  #5B5B65;
        color:  #B4B4B4;
        font: 12px Verdana, Tahoma, Helvetica, sans-serif;
        text-decoration: none;
}

.myborder /* if I ever want a special border around my */
          /* special galleries */
{
}

.my_strong /* my idea of emphasis */
{
  text-decoration:underline;
}

.my_quote /* for my quote in the front */
{
font-style:italic;
}

.my_latest
{
color:grey;
}


my_menu {display:none; } 

.faq_header
{
        color:  #787878;
        font: 13px verdana, arial, sans-serif;
        font-weight:bold;
        padding-left:20px;
        padding-bottom:5px;

}

.faq_body
{
        color:  #878787;
        font: 11px verdana, arial, sans-serif;
        padding-left:40px;
        padding-bottom:10px;
}








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