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

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

/* ----------- Links --------------------- */
a {
	color:#000000;
	text-decoration: none;
}
a:hover{
    color:#888f9e;
	text-decoration: underline;
}


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

body {
     font-family: Arial,Verdana, sans-serif;
     /*font-color: #A3A3A3;*/
     color:#f1bc64;
     background: #586275;
     font-size: 80%;
     margin: 0pt;
}

div {
    margin-left: 20px;
}

pre {
   margin-left: 20px;	    
}  

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

table {
      margin-left: 12px;
}

h1 {
   margin-top: 8px;
   margin-bottom: 5px;
   padding: 50px;
   border: thin solid #959dae;
   background: #ffffff url(back.jpg) no-repeat left;
   color: #586275
   }

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

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

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

strong {
       color: A80606;
}

address {
     color: #000000 ;
	 border-top: thin solid #000010;
	 margin: 10px;
	 border: thin solid #F1BC64;
	 background: #B4BEC6;
}


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

/*  Main task bar style */
.main {
      border-bottom: thin dotted #647e9c;
      /*background: #9F9FAF;*/
      font-size: 80%
      padding-bottom: 3px;
      color: #f1bc64;
      margin: 3px;
}

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


/* gallery index container */
.gidindex {
	 border-bottom: thin dashed #647e9c;
	 width: 100%;
	 font-size: 90%;
}

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

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

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

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
      color:#000000;
      font-size: 70%;
}

/*Thumbnail Image style */
.thumb {
       border: thin outset #A38D8D;
}

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

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

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


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

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

