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

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




h1 {

   margin-top: 8px;
   margin-bottom: 5px;
   padding: 3px;


   }

strong {
       color: red;
}

address {
	 border-top: thin solid #006600;
	 margin: 10px;
	}

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

/*  Main task bar style */
.main {
     
     
      margin: 6px;
      
}

/* Admin task bar style */
.admin {
      border: thin solid #FFAAAA;
      padding: 2px;
      background: #FFDDDD;
      margin: 10px;      
}

/* Gallery Index container */

.gidindex {
	 width: 100%;
}

/* Information about a gallery container style*/
.gidindexdata{
		  
}

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

/*DIV containing information about image information (name,size,dimensions)*/
.phidinfo{

	  margin: 6px;
	  padding: 5px;
	  }
	  
/* UserComments Style */
.comment {

	  margin: 5px;
	  padding: 5px;
}

/* Image name in a gallery index (below thumbnail) */
.view {
      font-size: 60%;
}

/*Thumbnail Image style */
.thumb {
       
}

