/* ------------------------------------------------------------------------------
   YaPiG Default template CSS
   
   Just modifying this file you can heavily customize your 
   YaPiG's look.
   
-----------------------------------------------------------------------------*/

/****************************************************
 HTML Elements
******************************************************/

/* ----------- Links --------------------- */
a:link{
	color:#252525;
	text-decoration: none;
}
a:hover{
	color:#666666;
  text-decoration: underline;
}
a:visited{
	color:#666666;
  text-decoration: none;
}

/* --------------------------------------- */

body {
     font-family: Arial,Verdana, sans-serif;
     color: #444444;
     background: #eedb85;

     margin: 0pt;
	 font-size: 12px;
}



div {
    margin-left: 00px;
}

pre {
   margin-left: 20px;	    
}  

h3,h4,p {
   margin-left: 20px;
}

table {
      margin-left: 12px;
      font-size: 12px;
}

h1 {
   margin-top: 8px;
   margin-bottom: 5px;
   padding: 3px;
   border-bottom: solid 1px #999999;
   
   color: #000000;
   clear: both;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: -0.04em;
   
   }



/* ------------ Forms ------------------------ */

input,textarea {
	background: #eeeeee;
	border: thin solid #e0e0e0;
	color: black;
	padding: 2px;
	margin-left: 5px;
}

/* ------------------------------------------ */

strong {
       color: #444444;
}

address {
	 border-top: thin solid #D1E4B7;
	 margin: 10px;
	 background: #CCCCdC;
}


/******************************************************
YaPiG Interface Classes
*******************************************************/

.center {
  text-align: center;
}


/*  Main task bar style */
.main {
      border-bottom: thin dotted #D1E4B7;
      /*background: #9F9FAF;*/

      padding-bottom: 3px;
      color:#666666;
      margin: 3px;
}

/* form buttons style */
.formbutton {
	border: thin outset #D1E4B7;
	/*background: #BBBBCA;*/
}


/* gallery index container (div)*/
.gidindex {
	 border-bottom: thin dashed #D1E4B7;
	 width: 100%;
	
}

.gidindextable{
	       width: 95%;
	       font-size: inherit;
}

/* information about a gallery container style*/
.gidindexdata{
	 /* border: thin dotted #AAAABA;*/
	/*  background: #DDDDED;*/	  
}

/*  TD of Index of galleries */
.gidindextd{
	    width: 180px;
}

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{
	  border: thin solid #D1E4B7;
	  background: #D0D0E0;
	  margin: 6px;
	  padding: 5px;
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: thin solid #D1E4B7;
	  background: #EDDDDD;
	  margin: 5px;
	  padding: 5px;
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {

}

/*Thumbnail Image style */
.thumb {
       border: thin solid #D1E4B7;
}

/* div style of the container of the 'big' image */
.viewimage {
	   text-align: center;
}

/* style of the 'big' image itself*/
.image{
}

.red {
       color: #F75757;
       background: auto;
}


/* Admin task bar style */
.admin {
      border-bottom: thin solid #FAAAAA;
      color: #FAAAAA;
      padding: 2px;
      background: #FCDCDC;
      margin: 10px;      
}

/* Admin forms */
.admin_data {
      margin-left: 15px;
}

/**
 * For the exif DIV (template: phid_info.php)
*/
.exif_data{
  margin-bottom: 3px;
  padding: 5px;
  float: right;
  font-size: 80%;
  background: #DDDDEE;
  border: thin solid #AAAABA;

}

.gallery_title {
font-size: 16px;
font-weight: bold;
margin: 0px 0px 12px 0px;
}

small {
font-size: 10px;
margin: -4px 0px 0px 0px;
}

.minimage {
margin: 4px 10px 7px 0px;
}
