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

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

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

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

body {
     font-family: geneva;
     color: white;
     background: black;
     font-size: 10pt;
     margin: 0pt;
}


h1
{
	margin-top: 8px;
	margin-bottom: 5px;
	padding: 3px;
	color: #D6BA2F;
	font-size: 20pt;
	font-variant: small-caps;
}

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

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

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


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


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

/*  Main task bar style */
.main {
      font-size: 10pt;
      padding-bottom: 3px;
      color: white;
      margin: 3px;
}

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


/* gallery index container */
.gidindex {
	 width: 100%;
	 font-size: 10pt;
}

/* 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 white;
	  margin: 6px;
	  padding: 5px;
	  }
	  
/* Box style with the name,web,email and the posted comment*/
.comment {
	  border: thin solid white;
	  margin: 5px;
	  padding: 5px;
}

/* Image text (name,caption,hits,comments) in a gallery index (below thumbnail) */
.view {
      font-size: 10pt;
}

/*Thumbnail Image style */
.thumb {
       border: thin outset #D6BA2F;
       padding: 5px;
}

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

/* style of the 'big' image itself*/
.image{
		text-align: right;
}

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


/* Admin task bar style */
.admin {
	margin: 3px;
}

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