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

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

/* ----------- Links --------------------- */
	     a,
	     a:link,
	     a:active,
	     a:visited
	     	{
	     	color: #4995cf;
	     	text-decoration:  underlined;
	     	}
	     
		a:hover
	     	{
	     	color: #4995cf;
	     	text-decoration:  none;
	     	}

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

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #627f7b;
	margin: 0pt;
	background-image: url(bk.jpg);
}


pre {
   margin-left: 20px;	    
}  

h3,h4,h2,p {
   margin-left: 20px;
   	color: #54a81f;
	font-weight: normal;
}

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

h1 {
   margin-top: 0px;
   margin-bottom: 5px;
   padding: 7px;
   background: #EBF2F8;
   color:  #5998c4;
   clear: both;
   	font-size: 28px;
	font-weight: normal;
	font-family:  arial;
   }
      			

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

input,textarea {
	border: 1px solid #5998c4;
	background: #FFFFFF;
	color: black;
	padding: 1px;
	margin-left: 5px;
}

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

strong {
       color: #D7E3EF;
}

.address {
     color : #5998c4;
	 padding: 5px;
	 background: #EBF2F8;
	 font-size: 8pt;
}


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

.center {
  text-align: center;
}


/*  Main task bar style */
.main {
      font-family: Arial,Verdana, sans-serif;
      font-size: 8pt;
	  border-bottom: thin dotted #dfdfdf;
      /*background: #9F9FAF;*/
      padding-bottom: 3px;
      color: #000000;
      margin: 3px;
}

/* form buttons style */
.formbutton {
	border: 1px solid #005237;
	background: #FFFFFF;
	color: black;
	padding: 1px;
	margin-left: 5px;
	/*background: #BBBBCA;*/
}


/* gallery index container (div)*/
.gidindex {
	 border-bottom: 1px dashed #005237;
	 width: 100%;
	 font-size: 90%;
}

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

/* information about a gallery container style*/
.gidindexdata{
	text-align: left;
	/* 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: 1px solid #54a81f;
	background: #FFFFFF;
	margin: 5px;
	padding: 5px;
	font-style : italic;
}
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: 1px solid #005237;
	  background: #E2F3E0;
	  margin: 5px;
	  padding: 5px;
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
      font-family: Arial,Verdana, sans-serif;
      font-size: 8pt;
}

/*Thumbnail Image style */
.thumb {
	  border: 1px solid #dfdfdf;
	  padding:5px; 
}

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

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

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


/* Admin task bar style */
.admin {
      border-bottom: thin solid #005237;
      color: #000000;
      padding: 2px;
      background: #FBF0DB;
      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: #E2F3E0;
  border: thin solid #005237;

}

